/*
 * Tony's Auto.
 *
 * Slate rather than pure black: Anchorage granite and winter light. The brand red
 * is dropped to a brick tone because saturated red vibrates on a dark ground.
 * One typeface, Archivo, narrow for headings and vehicle names. Tabular figures
 * throughout so prices line up down a column of cards.
 */

:root {
	--ink: #101315;
	--panel: #171b1e;
	--panel-2: #1e2327;
	--line: #2a3035;
	--line-2: #39424a;
	--text: #e8e6e1;
	--muted: #97a1a8;
	--dim: #6d777e;
	--brand: #be3a2b;
	--brand-dark: #a93123;
	--radius: 4px;
	--wrap: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }

body {
	margin: 0;
	background: var(--ink);
	color: var(--text);
	font-family: "Archivo", system-ui, -apple-system, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	font-variant-numeric: tabular-nums;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button { font: inherit; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }

.ta-wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.ta-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.ta-skip { position: absolute; left: -9999px; }
.ta-skip:focus { left: 24px; top: 12px; background: var(--panel-2); padding: 10px 16px; z-index: 100; border-radius: var(--radius); }

/* header */
.ta-masthead { border-bottom: 1px solid var(--line); background: var(--ink); position: sticky; top: 0; z-index: 40; }
.ta-masthead .ta-wrap { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 24px; }
.ta-logo { font-family: "Archivo Narrow", sans-serif; font-weight: 600; font-size: 18px; letter-spacing: .04em; white-space: nowrap; }
.ta-logo span { color: var(--brand); }
.ta-nav { display: flex; gap: 26px; font-size: 14px; color: var(--muted); }
.ta-nav a:hover, .ta-nav .current-menu-item a { color: var(--text); }
.ta-tel { border: 1px solid var(--line-2); border-radius: var(--radius); padding: 7px 14px; font-size: 14px; white-space: nowrap; }
.ta-tel:hover { border-color: var(--brand); }

/* homepage */
.ta-hero { padding: 56px 0 44px; border-bottom: 1px solid var(--line); }
.ta-hero h1 { font-family: "Archivo Narrow", sans-serif; font-size: clamp(30px, 5vw, 44px); line-height: 1.1; font-weight: 600; margin: 0 0 12px; letter-spacing: -.015em; max-width: 17ch; }
.ta-hero p { color: var(--muted); margin: 0 0 28px; max-width: 56ch; }
.ta-herobar { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; align-items: end; max-width: 840px; }
.ta-hf label { display: block; font-size: 12px; color: var(--dim); margin-bottom: 6px; }
.ta-hf select, .ta-hf input { width: 100%; background: var(--panel-2); border: 1px solid var(--line-2); border-radius: var(--radius); color: var(--text); font: inherit; font-size: 14px; padding: 9px 11px; }
.ta-go { background: var(--brand); border: 1px solid var(--brand); color: #fff; border-radius: var(--radius); padding: 10px 16px; font-size: 14px; font-weight: 500; cursor: pointer; }
.ta-go:hover { background: var(--brand-dark); }

.ta-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.ta-strip div { background: var(--ink); padding: 20px 24px; }
.ta-strip b { display: block; font-family: "Archivo Narrow", sans-serif; font-size: 16px; font-weight: 600; margin-bottom: 2px; }
.ta-strip span { font-size: 13px; color: var(--dim); }

.ta-sec { padding: 38px 0; }
.ta-sec.ta-bordered { border-top: 1px solid var(--line); }
.ta-sechead { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 18px; }
.ta-sechead h2 { font-family: "Archivo Narrow", sans-serif; font-size: 24px; font-weight: 600; margin: 0; }
.ta-link { color: var(--muted); font-size: 14px; }
.ta-link:hover { color: var(--text); }

.ta-pagehead { padding: 34px 0 22px; border-bottom: 1px solid var(--line); }
.ta-pagehead h1 { font-family: "Archivo Narrow", sans-serif; font-size: clamp(26px, 4vw, 32px); font-weight: 600; margin: 0 0 6px; }
.ta-pagehead p { margin: 0; color: var(--muted); max-width: 62ch; }

/* inventory layout */
.ta-layout { display: grid; grid-template-columns: 264px minmax(0, 1fr); gap: 36px; padding: 26px 0 64px; align-items: start; }
.ta-filterbtn { display: none; width: 100%; margin-bottom: 16px; background: var(--panel-2); color: var(--text); border: 1px solid var(--line-2); border-radius: var(--radius); padding: 11px; cursor: pointer; font-size: 14px; }
.ta-filters { position: sticky; top: 88px; }
.ta-fgroup { border: 0; border-top: 1px solid var(--line); margin: 18px 0 0; padding: 18px 0 0; }
.ta-fgroup:first-of-type { border-top: 0; margin-top: 0; padding-top: 0; }
.ta-fgroup legend { padding: 0; font-size: 12px; letter-spacing: .06em; color: var(--dim); margin-bottom: 10px; text-transform: uppercase; }
.ta-opt { display: flex; align-items: center; gap: 9px; padding: 4px 0; font-size: 14px; color: var(--muted); cursor: pointer; }
.ta-opt:hover { color: var(--text); }
.ta-opt input { accent-color: var(--brand); width: 15px; height: 15px; flex: none; margin: 0; }
.ta-opt .ta-n { margin-left: auto; font-size: 12px; color: var(--dim); }
.ta-search { width: 100%; background: var(--panel-2); border: 1px solid var(--line-2); border-radius: var(--radius); color: var(--text); font: inherit; font-size: 14px; padding: 9px 12px; }
.ta-range { width: 100%; accent-color: var(--brand); margin: 6px 0 0; }
.ta-rangeval { display: flex; justify-content: space-between; font-size: 13px; color: var(--muted); }
.ta-rangeval b { font-weight: 500; color: var(--text); }
.ta-reset { background: none; border: 0; color: var(--muted); font-size: 13px; padding: 0; margin-top: 22px; cursor: pointer; border-bottom: 1px solid var(--line-2); }
.ta-reset:hover { color: var(--text); border-color: var(--brand); }

.ta-resbar { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 14px; }
.ta-count { font-family: "Archivo Narrow", sans-serif; font-size: 20px; font-weight: 600; margin: 0; }
.ta-count em { font-style: normal; color: var(--muted); font-weight: 400; }
.ta-sort { background: var(--panel-2); border: 1px solid var(--line-2); border-radius: var(--radius); color: var(--text); font: inherit; font-size: 14px; padding: 8px 11px; }
.ta-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.ta-chip { display: inline-flex; align-items: center; gap: 7px; background: var(--panel-2); border: 1px solid var(--line-2); border-radius: var(--radius); padding: 5px 10px; font-size: 13px; }
.ta-chip button { background: none; border: 0; color: var(--dim); font-size: 15px; line-height: 1; cursor: pointer; padding: 0; }
.ta-chip button:hover { color: var(--brand); }

/* cards */
.ta-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(258px, 1fr)); gap: 18px; }
.ta-grid[aria-busy="true"] { opacity: .5; }
.ta-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.ta-card:hover { border-color: var(--line-2); }
.ta-card-link { display: flex; flex-direction: column; height: 100%; }
.ta-photo { aspect-ratio: 16 / 9; background: var(--panel-2); position: relative; border-bottom: 1px solid var(--line); overflow: hidden; }
.ta-photo img { width: 100%; height: 100%; object-fit: cover; }
.ta-photo.ta-pending { display: flex; align-items: center; justify-content: center; font-size: 12px; color: var(--dim); }
.ta-tag { position: absolute; top: 10px; left: 10px; background: var(--brand); color: #fff; font-size: 11px; font-weight: 500; padding: 3px 8px; border-radius: 2px; }
.ta-dt { position: absolute; top: 10px; right: 10px; background: rgba(16, 19, 21, .85); border: 1px solid var(--line-2); font-size: 11px; font-weight: 500; padding: 3px 7px; border-radius: 2px; }
.ta-cbody { padding: 13px 14px 15px; display: flex; flex-direction: column; flex: 1; }
.ta-title { font-family: "Archivo Narrow", sans-serif; font-size: 16px; font-weight: 600; margin: 0; line-height: 1.3; }
.ta-trim { margin: 3px 0 0; font-size: 12px; color: var(--dim); }
.ta-specs { display: flex; gap: 14px; margin: 11px 0 0; font-size: 12px; color: var(--muted); flex-wrap: wrap; }
.ta-price { margin-top: auto; padding-top: 13px; }
.ta-price .ta-amt { font-family: "Archivo Narrow", sans-serif; font-size: 25px; font-weight: 600; line-height: 1.1; display: block; }
.ta-price .ta-mo { font-size: 12px; color: var(--dim); margin-top: 2px; display: block; }
.ta-empty { border: 1px dashed var(--line-2); border-radius: var(--radius); padding: 48px 24px; text-align: center; color: var(--muted); grid-column: 1 / -1; }
.ta-empty b { display: block; color: var(--text); font-size: 17px; margin-bottom: 6px; font-family: "Archivo Narrow", sans-serif; }

.ta-pager { display: flex; gap: 8px; margin-top: 28px; flex-wrap: wrap; }
.ta-pager .ta-page, .ta-pager .page-numbers { background: var(--panel-2); border: 1px solid var(--line-2); border-radius: var(--radius); color: var(--text); padding: 7px 13px; font-size: 14px; cursor: pointer; }
.ta-pager .ta-page.ta-on, .ta-pager .page-numbers.current { background: var(--brand); border-color: var(--brand); color: #fff; }

/* vehicle page */
.ta-crumb { padding: 18px 0; font-size: 13px; color: var(--muted); display: flex; gap: 8px; }
.ta-crumb a:hover { color: var(--text); }
.ta-dwrap { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 36px; padding-bottom: 40px; align-items: start; }
.ta-hero-photo { aspect-ratio: 16 / 9; background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; align-items: center; justify-content: center; color: var(--dim); font-size: 13px; position: relative; }
.ta-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.ta-sold { position: absolute; top: 14px; left: 14px; background: var(--brand); color: #fff; font-size: 12px; padding: 4px 10px; border-radius: 2px; }
.ta-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 8px; }
.ta-thumb { aspect-ratio: 4 / 3; background: var(--panel-2); border: 1px solid var(--line); border-radius: 2px; padding: 0; overflow: hidden; cursor: pointer; }
.ta-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ta-dtitle { font-family: "Archivo Narrow", sans-serif; font-size: clamp(23px, 3.5vw, 28px); font-weight: 600; margin: 0 0 4px; line-height: 1.2; }
.ta-dsub { color: var(--dim); font-size: 13px; margin: 0 0 18px; }
.ta-pbox { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; position: sticky; top: 88px; }
.ta-pbig { font-family: "Archivo Narrow", sans-serif; font-size: 38px; font-weight: 600; line-height: 1; display: block; margin-bottom: 10px; }
.ta-prow { display: flex; justify-content: space-between; font-size: 13px; color: var(--muted); padding: 5px 0; }
.ta-prow.ta-tot { border-top: 1px solid var(--line); margin-top: 8px; padding-top: 10px; color: var(--text); font-weight: 500; }
.ta-cta { display: grid; gap: 8px; margin-top: 16px; }
.ta-btn { display: block; text-align: center; padding: 11px; border-radius: var(--radius); font-size: 14px; font-weight: 500; cursor: pointer; border: 1px solid var(--line-2); background: var(--panel-2); color: var(--text); }
.ta-btn.ta-primary { background: var(--brand); border-color: var(--brand); color: #fff; }
.ta-btn.ta-primary:hover { background: var(--brand-dark); }
.ta-btn.ta-inline { display: inline-block; padding: 11px 22px; }
.ta-calc { margin-top: 16px; border-top: 1px solid var(--line); padding-top: 16px; }
.ta-calc h2 { font-family: "Archivo Narrow", sans-serif; font-size: 15px; font-weight: 600; margin: 0 0 10px; }
.ta-fineprint { font-size: 11px; color: var(--dim); margin: 10px 0 0; }

.ta-stable { width: 100%; border-collapse: collapse; margin-top: 24px; }
.ta-stable th, .ta-stable td { text-align: left; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 400; }
.ta-stable th { color: var(--dim); width: 44%; }
.ta-stable td.ta-na { color: var(--dim); font-style: italic; }

.ta-prose { max-width: 68ch; color: var(--muted); }
.ta-prose h2, .ta-prose h3 { font-family: "Archivo Narrow", sans-serif; color: var(--text); font-weight: 600; }
.ta-prose a { color: var(--text); border-bottom: 1px solid var(--brand); }

.ta-site-foot { border-top: 1px solid var(--line); }
.ta-foot { padding: 26px 0 44px; color: var(--dim); font-size: 13px; display: flex; gap: 28px; flex-wrap: wrap; }

@media (max-width: 900px) {
	.ta-layout { grid-template-columns: 1fr; gap: 0; }
	.ta-dwrap { grid-template-columns: 1fr; gap: 24px; }
	.ta-filterbtn { display: block; }
	.ta-filters { position: static; display: none; padding-bottom: 24px; margin-bottom: 20px; border-bottom: 1px solid var(--line); }
	.ta-filters.ta-open { display: block; }
	.ta-pbox { position: static; }
	.ta-nav { display: none; }
}

@media (prefers-reduced-motion: no-preference) {
	.ta-card, .ta-btn, .ta-tel, .ta-chip button { transition: border-color .15s ease, background .15s ease, color .15s ease; }
}

.ta-features { margin-top: 28px; }
.ta-features h2 { font-family: "Archivo Narrow", sans-serif; font-size: 18px; font-weight: 600; margin: 0 0 12px; }
.ta-features ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 6px 18px; }
.ta-features li { font-size: 14px; color: var(--muted); padding-left: 16px; position: relative; }
.ta-features li::before { content: ""; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; background: var(--brand); border-radius: 50%; }

.ta-card-link:hover, .ta-card-link:focus { color: var(--text); text-decoration: none; }
.ta-card-link:hover .ta-title, .ta-card-link:focus .ta-title { color: var(--text); }
.ta-card-link:hover .ta-amt, .ta-card-link:focus .ta-amt { color: var(--text); }
.ta-card-link:hover .ta-trim, .ta-card-link:hover .ta-specs { color: var(--muted); }
.ta-card-link:hover .ta-mo { color: var(--dim); }
.ta-masthead a:hover, .ta-crumb a:hover, .ta-sechead a:hover, .ta-foot a:hover { text-decoration: none; }
.ta-masthead .ta-nav a:hover { color: var(--text); }
.ta-link:hover { color: var(--text); text-decoration: none; }
.ta-btn:hover, .ta-btn:focus { text-decoration: none; color: var(--text); }
.ta-btn.ta-primary:hover, .ta-btn.ta-primary:focus { color: #fff; }
.ta-tel:hover { color: var(--text); text-decoration: none; }
.ta-prose-wide { max-width: none; }
.ta-prose h1, .ta-prose h2, .ta-prose h3, .ta-prose h4 { font-family: "Archivo Narrow", sans-serif; color: var(--text); font-weight: 600; line-height: 1.25; margin: 2rem 0 .75rem; }
.ta-prose h2 { font-size: 22px; }
.ta-prose h3 { font-size: 18px; }
.ta-prose p { margin: 0 0 1rem; max-width: 68ch; }
.ta-prose ul, .ta-prose ol { max-width: 68ch; padding-left: 20px; }
.ta-prose li { margin-bottom: 6px; }
.ta-prose img { border-radius: var(--radius); height: auto; }
.ta-prose iframe { max-width: 100%; border: 1px solid var(--line); border-radius: var(--radius); }
.ta-prose strong, .ta-prose b { color: var(--text); font-weight: 500; }
.ta-prose .vc_row { display: flex; flex-wrap: wrap; margin: 0 -14px; }
.ta-prose .vc_column_container { padding: 0 14px; min-width: 0; }
.ta-prose .wpb_content_element, .ta-prose .wpb_text_column { margin-bottom: 1.5rem; }
.ta-prose .vc_col-sm-12 { width: 100%; }
.ta-prose .vc_col-sm-6 { width: 50%; }
.ta-prose .vc_col-sm-4 { width: 33.333%; }
.ta-prose .vc_col-sm-3 { width: 25%; }
.ta-prose input[type="text"], .ta-prose input[type="email"], .ta-prose input[type="tel"], .ta-prose input[type="url"], .ta-prose textarea, .ta-prose select { width: 100%; max-width: 420px; background: var(--panel-2); border: 1px solid var(--line-2); border-radius: var(--radius); color: var(--text); font: inherit; font-size: 14px; padding: 10px 12px; margin-bottom: 10px; }
.ta-prose textarea { min-height: 130px; resize: vertical; }
.ta-prose ::placeholder { color: var(--dim); }
.ta-prose input[type="submit"], .ta-prose button[type="submit"] { background: var(--brand); border: 1px solid var(--brand); color: #fff; border-radius: var(--radius); padding: 11px 22px; font-size: 14px; font-weight: 500; cursor: pointer; width: auto; }
.ta-prose input[type="submit"]:hover { background: var(--brand-dark); }
@media (max-width: 760px) { .ta-prose .vc_col-sm-6, .ta-prose .vc_col-sm-4, .ta-prose .vc_col-sm-3 { width: 100%; } }
.ta-dropcap { float: left; font-family: "Archivo Narrow", sans-serif; font-size: 46px; line-height: .9; font-weight: 600; color: var(--brand); margin: 4px 10px 0 0; }
.ta-map { margin: 0 0 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.ta-map iframe { display: block; }
.ta-hours th { width: 60%; }
.ta-quote { border-left: 2px solid var(--brand); border-radius: 0; margin: 0 0 1.25rem; padding: 4px 0 4px 16px; }
.ta-quote p { margin: 0 0 6px; font-style: italic; }
.ta-quote cite { font-style: normal; font-size: 13px; color: var(--dim); }
.ta-prose .contact-form label { display: block; font-size: 13px; color: var(--muted); margin-bottom: 4px; }
.ta-prose .contact-form div { margin-bottom: 12px; }
.ta-prose .grunion-field-wrap { margin-bottom: 12px; }
.ta-about-lead { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 40px; align-items: start; margin-bottom: 2.5rem; }
.ta-about-lead h2 { margin-top: 0; }
.ta-about-lead figure { margin: 0; }
.ta-about-lead img { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); }
.ta-checks { list-style: none; padding: 0; max-width: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 10px 28px; margin: 0 0 2.5rem; }
.ta-checks li { position: relative; padding-left: 22px; color: var(--muted); margin: 0; }
.ta-checks li::before { content: ""; position: absolute; left: 0; top: 11px; width: 8px; height: 2px; background: var(--brand); }
.ta-reviews { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px; margin: 0 0 2.5rem; }
.ta-reviews h2 { margin-top: 0; }
.ta-rating { font-size: 15px; color: var(--muted); }
.ta-rating strong { font-family: "Archivo Narrow", sans-serif; font-size: 34px; font-weight: 600; color: var(--text); margin-right: 8px; vertical-align: -3px; }
@media (max-width: 820px) { .ta-about-lead { grid-template-columns: 1fr; gap: 24px; } }
.ta-prose { max-width: none; }
.ta-prose > p, .ta-prose > ul:not(.ta-checks), .ta-prose > ol { max-width: 68ch; }
.ta-reviews { max-width: none; }
.ta-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr); gap: 48px; align-items: center; }
.ta-hero-grid > div:first-child { min-width: 0; }
.ta-hero-mark { display: flex; align-items: center; justify-content: center; }
.ta-hero-mark img { width: 100%; max-width: 460px; height: auto; }
@media (max-width: 900px) { .ta-hero-grid { grid-template-columns: 1fr; gap: 28px; } .ta-hero-mark { order: -1; justify-content: flex-start; } .ta-hero-mark img { max-width: 300px; } }
.ta-navtoggle { display: none; align-items: center; gap: 9px; background: none; border: 1px solid var(--line-2); border-radius: var(--radius); color: var(--text); padding: 8px 13px; font-size: 14px; cursor: pointer; }
.ta-navtoggle:hover { border-color: var(--brand); }
.ta-bars { position: relative; width: 16px; height: 2px; background: currentColor; display: block; }
.ta-bars::before, .ta-bars::after { content: ""; position: absolute; left: 0; width: 16px; height: 2px; background: currentColor; }
.ta-bars::before { top: -5px; }
.ta-bars::after { top: 5px; }
.ta-navtoggle[aria-expanded="true"] .ta-bars { background: transparent; }
.ta-navtoggle[aria-expanded="true"] .ta-bars::before { top: 0; transform: rotate(45deg); }
.ta-navtoggle[aria-expanded="true"] .ta-bars::after { top: 0; transform: rotate(-45deg); }
@media (max-width: 900px) {
.ta-masthead .ta-wrap { flex-wrap: wrap; height: auto; padding-top: 12px; padding-bottom: 12px; gap: 12px; }
.ta-navtoggle { display: inline-flex; order: 3; }
.ta-tel { order: 2; margin-left: auto; }
.ta-nav { display: none; order: 4; flex-basis: 100%; flex-direction: column; gap: 0; border-top: 1px solid var(--line); margin-top: 4px; }
.ta-nav.ta-open { display: flex; }
.ta-nav a { padding: 13px 2px; border-bottom: 1px solid var(--line); font-size: 15px; color: var(--text); }
.ta-nav a:last-child { border-bottom: 0; }
}
.ta-menu { list-style: none; margin: 0; padding: 0; display: flex; gap: 26px; align-items: center; }
.ta-menu li { margin: 0; }
@media (max-width: 900px) {
.ta-menu { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
.ta-menu li { border-bottom: 1px solid var(--line); }
.ta-menu li:last-child { border-bottom: 0; }
.ta-menu a { display: block; padding: 13px 2px; font-size: 15px; color: var(--text); }
.ta-nav a { border-bottom: 0; padding: 0; }
}
@media (max-width: 900px) {
/* Tap targets: 48px minimum, which is what a thumb actually needs. */
.ta-navtoggle { padding: 11px 16px; font-size: 15px; }
.ta-nav { margin-top: 8px; padding-bottom: 8px; }
.ta-menu a { padding: 17px 4px; font-size: 17px; line-height: 1.4; }
.ta-masthead .ta-wrap { padding-top: 14px; padding-bottom: 14px; }
.ta-tel { padding: 10px 16px; font-size: 15px; }
.ta-logo { font-size: 19px; }
}

/*
 * WCAG 2.1 AA contrast.
 *
 * Measured with axe: --dim scored 3.46:1 on the lightest panel and --brand as
 * text scored 2.89:1, both under the 4.5:1 minimum for body text. The brand red
 * stays exactly as it is for fills and borders, where white-on-red already
 * measures 5.48:1; only its use as text is replaced.
 */
:root {
--dim: #848e95;
--brand-text: #e26e61;
}
.ta-logo span { color: var(--brand-text); }
.ta-chip button:hover { color: var(--brand-text); }
.ta-reset:hover { border-color: var(--brand-text); }
.ta-map-ask { padding: 48px 24px; text-align: center; background: var(--panel); }
.ta-map-ask p { margin: 0 0 14px; color: var(--muted); max-width: 46ch; margin-left: auto; margin-right: auto; }
.ta-map-ask .ta-fineprint { margin: 14px 0 0; }
.ta-map-ask .ta-fineprint a { color: var(--muted); border-bottom: 1px solid var(--line-2); }
.ta-map-ask .ta-fineprint a:hover { color: var(--text); }
.ta-photo-open { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; position: relative; }
.ta-photo-open img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ta-photo-count { position: absolute; right: 12px; bottom: 12px; background: rgba(16,19,21,.85); border: 1px solid var(--line-2); color: var(--text); font-size: 12px; padding: 5px 10px; border-radius: 2px; }
.ta-thumb { cursor: zoom-in; }
.ta-thumb:hover { border-color: var(--line-2); }
.ta-lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(8,10,11,.95); display: none; align-items: center; justify-content: center; gap: 8px; padding: 24px; }
.ta-lightbox.ta-lb-on { display: flex; }
.ta-lb-locked { overflow: hidden; }
.ta-lb-stage { margin: 0; max-width: 1200px; max-height: 100%; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.ta-lb-stage img { max-width: 100%; max-height: 82vh; object-fit: contain; border-radius: var(--radius); }
.ta-lb-count { font-size: 13px; color: var(--muted); }
.ta-lightbox button { background: rgba(30,35,39,.9); border: 1px solid var(--line-2); color: var(--text); border-radius: var(--radius); cursor: pointer; }
.ta-lightbox button:hover { border-color: var(--brand); }
.ta-lb-close { position: absolute; top: 20px; right: 20px; width: 44px; height: 44px; font-size: 24px; line-height: 1; }
.ta-lb-prev, .ta-lb-next { width: 52px; height: 52px; font-size: 28px; line-height: 1; flex: none; }
@media (max-width: 700px) {
.ta-lightbox { padding: 12px; gap: 4px; }
.ta-lb-prev, .ta-lb-next { position: absolute; bottom: 20px; width: 56px; height: 56px; }
.ta-lb-prev { left: 20px; }
.ta-lb-next { right: 20px; }
.ta-lb-stage img { max-height: 70vh; }
}
.ta-share { margin-top: 16px; border-top: 1px solid var(--line); padding-top: 16px; }
.ta-share-label { display: block; font-family: "Archivo Narrow", sans-serif; font-size: 15px; font-weight: 600; margin-bottom: 10px; }
.ta-share-row { display: flex; flex-wrap: wrap; gap: 8px; }
.ta-share-btn { display: inline-block; background: var(--panel-2); border: 1px solid var(--line-2); color: var(--text); border-radius: var(--radius); padding: 9px 14px; font-size: 13px; cursor: pointer; }
.ta-share-btn:hover { border-color: var(--brand); color: var(--text); text-decoration: none; }
.ta-share-native { background: var(--brand); border-color: var(--brand); color: #fff; }
.ta-share-native:hover { background: var(--brand-dark); color: #fff; }
.ta-share-note { margin-top: 10px; }
/* A class with display set beats the hidden attribute, which would leave a dead
   Share button visible in browsers without navigator.share. */
.ta-share-btn[hidden] { display: none; }
.ta-share-btn[hidden] { display: none; }
