/* ==========================================================
   TALOS PROTECTION INC. — multi-page components
   Loaded after styles.css on every page.
   ========================================================== */

/* ---------- Header dropdowns ---------- */
.nav { align-items: center; }
.nav__item { position: relative; }
.nav__btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 0; background: none; border: 0; font: 600 .7rem/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--text); transition: color .3s; }
.nav__btn .ico { width: 12px; height: 12px; transition: transform .3s var(--ease); }
.nav__btn:hover, .nav__item.is-open .nav__btn, .nav__btn.is-active { color: var(--gold-hi); }
.nav__item.is-open .nav__btn .ico { transform: rotate(180deg); }
.menu { position: absolute; top: 100%; left: -22px; z-index: 5; min-width: 330px; margin-top: 8px; padding: 12px; display: none; background: rgba(10, 10, 10, .97); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border: 1px solid var(--line-2); border-radius: 3px; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .9); }
.menu::before { content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.nav__item.is-open .menu { display: block; }
@media (hover: hover) { .nav__item:hover .menu, .nav__item:focus-within .menu { display: block; } .nav__item:hover .nav__btn { color: var(--gold-hi); } }
.nav .menu a { display: block; padding: 12px 14px; font: inherit; letter-spacing: 0; text-transform: none; color: inherit; border-radius: 2px; }
.nav .menu a::after { display: none; }
.nav .menu a b { display: block; font: 400 1.25rem/1.2 var(--serif); color: var(--ivory); }
.nav .menu a span { display: block; margin-top: 2px; font: 500 .78rem/1.4 var(--sans); color: var(--muted); }
.nav .menu a:hover { background: rgba(201, 166, 97, .08); }
.nav .menu a:hover b, .nav .menu a[aria-current="page"] b { color: var(--gold-hi); }
.nav > a[aria-current="page"] { color: var(--gold-hi); }
.nav > a[aria-current="page"]::after { right: 0; }
.mobile-menu nav a { font: 300 1.75rem/1.1 var(--serif); padding: 13px 0; }
.mobile-menu nav a[aria-current="page"] { color: var(--gold-hi); }
.mm-label { margin: 24px 0 4px; font: 700 .62rem/1 var(--sans); letter-spacing: .3em; text-transform: uppercase; color: var(--gold); }
.mm-label:first-child { margin-top: 0; }
.eyebrow--center { justify-content: center; }
.eyebrow--center::after { content: ""; width: 36px; height: 1px; background: linear-gradient(270deg, var(--gold), transparent); }

/* ---------- Inner page hero ---------- */
.page-hero { position: relative; isolation: isolate; overflow: hidden; padding: calc(var(--header-h) + 64px) 0 clamp(64px, 8vw, 116px); border-bottom: 1px solid var(--line); }
.page-hero__bg { position: absolute; inset: 0; z-index: -1; background: radial-gradient(60% 70% at 85% 25%, rgba(201, 166, 97, .15), transparent 70%), #060606; }
.page-hero__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .38; }
.page-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 6, 6, .97) 0%, rgba(6, 6, 6, .78) 48%, rgba(6, 6, 6, .3) 100%), linear-gradient(0deg, #060606 0%, transparent 38%); }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; font: 600 .64rem/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.crumbs a:hover { color: var(--gold-hi); }
.crumbs li + li::before { content: "/"; margin-right: 8px; opacity: .5; }
.page-hero h1 { font-size: clamp(2.8rem, 6.4vw, 5.6rem); line-height: 1; font-weight: 300; letter-spacing: -.02em; max-width: 14ch; }
.page-hero__lead { margin-top: 28px; max-width: 62ch; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.7; }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 38px; }
.page-hero__facts { display: flex; flex-wrap: wrap; gap: 12px 30px; margin-top: 44px; padding-top: 26px; border-top: 1px solid var(--line); max-width: 720px; }
.page-hero__facts li { display: flex; align-items: center; gap: 12px; font: 600 .66rem/1.4 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.page-hero__facts li::before { content: ""; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); flex: none; }

/* ---------- See it on a home ---------- */
.homeview { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
.homeview__stage { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #000; border: 1px solid var(--line-2); border-radius: 3px; box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .9); }
.homeview__stage > img { width: 100%; height: 100%; object-fit: cover; }
.glass { position: absolute; left: var(--x); top: var(--y); width: var(--w); height: var(--h); opacity: 0; pointer-events: none; transition: opacity .7s var(--ease), background .7s var(--ease); }
.homeview[data-look="silver"] .glass { opacity: 1; background: linear-gradient(160deg, rgba(214, 218, 222, .8), rgba(126, 132, 138, .74)); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28); }
.homeview[data-look="steel"] .glass { opacity: 1; background: linear-gradient(150deg, rgba(128, 132, 136, .86) 0%, rgba(84, 88, 92, .84) 55%, rgba(110, 114, 118, .86) 100%); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22); }
.homeview[data-look="quantum"] .glass { opacity: 1; background: linear-gradient(155deg, rgba(22, 22, 24, .74) 0%, rgba(8, 8, 10, .8) 60%, rgba(18, 18, 20, .76) 100%); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1); }
.homeview[data-look="frosted"] .glass { opacity: 1; background: rgba(255, 255, 255, .5); -webkit-backdrop-filter: blur(16px) saturate(.85); backdrop-filter: blur(16px) saturate(.85); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .3); }
.homeview__badge { position: absolute; left: 14px; bottom: 14px; z-index: 3; padding: 8px 12px; font: 700 .6rem/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--gold-hi); background: rgba(6, 6, 6, .72); border: 1px solid var(--line-2); border-radius: 2px; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.homeview__panel { display: flex; flex-direction: column; justify-content: center; }
.looks { display: flex; flex-wrap: wrap; gap: 10px; }
.look { min-height: 44px; padding: 0 18px; font: 600 .74rem/1 var(--sans); letter-spacing: .08em; color: var(--text); background: none; border: 1px solid var(--line-2); border-radius: 100px; transition: color .3s, border-color .3s, background-color .3s; }
.look:hover { border-color: var(--gold); }
.look[aria-pressed="true"] { color: #0a0805; background: linear-gradient(115deg, #F3DDA5, #C9A661); border-color: transparent; }
.homeview__info { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.homeview__info h3 { font-size: 1.9rem; margin-bottom: 10px; }
.homeview__info p { max-width: 46ch; font-size: .96rem; }
@media (min-width: 1024px) { .homeview { grid-template-columns: 1.75fr 1fr; gap: 48px; align-items: center; } }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 3px; overflow: hidden; }
.stat { padding: 32px 28px; background: var(--surface); }
.stat b { display: block; font: 300 clamp(2.6rem, 4vw, 3.7rem)/1 var(--serif); color: var(--gold-hi); }
.stat p { margin-top: 12px; font-size: .95rem; color: var(--text); }
.stat small { display: block; margin-top: 12px; font: 600 .58rem/1.5 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.statnote { margin-top: 16px; max-width: 90ch; font-size: .78rem; line-height: 1.55; color: var(--muted); }
@media (min-width: 700px) { .stats { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .stats--3 { grid-template-columns: repeat(3, 1fr); } .stats--4 { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Case (text + stats) ---------- */
.case { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; margin-bottom: 48px; }
.case p + p { margin-top: 18px; }
@media (min-width: 1024px) { .case { grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: end; } }

/* ---------- Wins ---------- */
.wins { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.win { padding: 32px 28px; background: linear-gradient(180deg, var(--surface-2), var(--surface)); border: 1px solid var(--line); border-radius: 3px; transition: border-color .5s var(--ease), transform .6s var(--ease); }
.win:hover { border-color: var(--line-2); transform: translateY(-4px); }
.win .ico--lg { margin-bottom: 22px; }
.win h3 { font-size: 1.55rem; margin-bottom: 10px; }
.win p { font-size: .95rem; }
@media (min-width: 700px) { .wins { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .wins--4 { grid-template-columns: repeat(4, 1fr); } .wins--3 { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Lineup families ---------- */
.fam { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 44px 0; border-top: 1px solid var(--line); }
.fam:last-child { border-bottom: 1px solid var(--line); }
.fam__intro small { display: inline-block; margin-bottom: 14px; font: 700 .64rem/1 var(--sans); letter-spacing: .24em; text-transform: uppercase; color: var(--gold); }
.fam__intro h3 { font-size: 2.1rem; margin-bottom: 12px; }
.fam__intro p { max-width: 46ch; }
.filmlist { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; align-content: start; }
.film { padding: 22px 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 3px; }
.film h4 { margin: 0 0 8px; font: 400 1.4rem/1.2 var(--serif); color: var(--ivory); }
.film p { font-size: .92rem; color: var(--muted); }
.film__meta { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 14px; font: 600 .62rem/1.4 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--gold-hi); }
@media (min-width: 700px) { .filmlist--2 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .fam { grid-template-columns: .8fr 1.2fr; gap: 64px; } }

/* ---------- Callout ---------- */
.callout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; padding: clamp(28px, 4vw, 48px); background: radial-gradient(80% 100% at 100% 0, rgba(201, 166, 97, .14), transparent 60%), var(--surface); border: 1px solid var(--line-2); border-radius: 3px; }
.callout h3 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.callout p { max-width: 62ch; }
@media (min-width: 1024px) { .callout { grid-template-columns: 1fr auto; align-items: center; gap: 48px; } }

/* ---------- Split (photo + text) ---------- */
.split { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.split__media { aspect-ratio: 4 / 3; border: 1px solid var(--line-2); border-radius: 3px; box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .8); }
.split__media--tall { aspect-ratio: 4 / 5; }
.split h2 { margin-bottom: 24px; }
.split p + p { margin-top: 16px; }
.split .ticks { margin-top: 24px; }
.split .btn, .split .link { margin-top: 28px; }
@media (min-width: 1024px) { .split { grid-template-columns: 1fr 1fr; gap: 88px; } .split--rev .split__media { order: 2; } }

/* ---------- Tables ---------- */
.tablewrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 3px; }
.tablewrap table { width: 100%; min-width: 600px; border-collapse: collapse; }
.tablewrap th, .tablewrap td { padding: 18px 22px; text-align: left; border-bottom: 1px solid var(--line); font-size: .94rem; }
.tablewrap tr:last-child td { border-bottom: 0; }
.tablewrap th { font: 700 .62rem/1.3 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--muted); background: var(--surface); }
.tablewrap td:first-child { font: 400 1.35rem/1.2 var(--serif); color: var(--ivory); }

/* ---------- Link tiles ---------- */
.tiles { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.tile { display: flex; flex-direction: column; overflow: hidden; background: linear-gradient(180deg, var(--surface-2), var(--surface)); border: 1px solid var(--line); border-radius: 3px; transition: border-color .5s var(--ease), transform .6s var(--ease); }
.tile:hover { border-color: var(--line-2); transform: translateY(-4px); }
.tile__art { aspect-ratio: 16 / 10; border-bottom: 1px solid var(--line); }
.tile__body { display: flex; flex-direction: column; flex: 1; gap: 8px; padding: 24px 26px 28px; }
.tile__body h3 { font-size: 1.6rem; }
.tile__body p { font-size: .92rem; color: var(--muted); }
.tile__body .link { margin-top: auto; padding-top: 14px; }
@media (min-width: 700px) { .tiles { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .tiles--3 { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Call to action band ---------- */
.cta-band { position: relative; overflow: hidden; isolation: isolate; padding: clamp(76px, 9vw, 132px) 0; text-align: center; background: radial-gradient(60% 90% at 50% 110%, rgba(201, 166, 97, .18), transparent 70%), var(--bg-2); border-top: 1px solid var(--line); }
.cta-band h2 { max-width: 16ch; margin: 0 auto 22px; }
.cta-band .lead { margin: 0 auto 38px; }
.cta-band__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }

/* ---------- Misc ---------- */
.section--alt { background: var(--bg-2); border-block: 1px solid var(--line); }
.note { padding: 20px 24px; font-size: .9rem; color: var(--muted); border-left: 2px solid var(--gold); background: rgba(201, 166, 97, .05); }
.faq--solo .faq__grid { display: block; max-width: 900px; }
.faq--solo header { margin-bottom: 40px; }
.faqgroup + .faqgroup { margin-top: 56px; }
.faqgroup > h3 { margin-bottom: 18px; font: 700 .68rem/1 var(--sans); letter-spacing: .28em; text-transform: uppercase; color: var(--gold); }
.regions { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; margin-top: 8px; }
.region { padding: 28px; background: var(--surface); border: 1px solid var(--line); border-radius: 3px; }
.region h3 { font-size: 1.6rem; margin-bottom: 14px; }
.region .chips { margin: 0; }
@media (min-width: 700px) { .regions { grid-template-columns: 1fr 1fr; } }
.contact-page .contact { border-top: 0; }
.demo-single { max-width: 980px; }
.demo-single .fineprint { margin-top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (min-width: 1024px) { .page-hero .area__grid { grid-template-columns: 1.2fr .8fr; } }

/* ---------- Anchoring page ---------- */
.swatches { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 28px; }
.sw { display: flex; align-items: center; gap: 14px; font: 600 .7rem/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--text); }
.sw i { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-2); box-shadow: inset 0 0 0 3px rgba(0, 0, 0, .25); }
.sw--white i { background: #f1f0eb; }
.sw--gray i { background: #8a8a88; }
.sw--black i { background: #111; }
.checklist { counter-reset: q; max-width: 900px; border-top: 1px solid var(--line); }
.checklist li { position: relative; counter-increment: q; padding: 24px 0 24px 68px; border-bottom: 1px solid var(--line); }
.checklist li::before { content: counter(q); position: absolute; left: 0; top: 22px; width: 42px; height: 42px; display: grid; place-items: center; font: 600 .8rem/1 var(--display); color: var(--gold-hi); border: 1px solid var(--gold); border-radius: 50%; }
.checklist b { display: block; margin-bottom: 4px; font: 400 1.45rem/1.2 var(--serif); color: var(--ivory); }
.checklist span { font-size: .95rem; }
.contact-page .contact__grid { padding-top: 0; }

/* ---------- Long-form text (privacy policy) ---------- */
.prose { max-width: 760px; }
.prose h2 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); margin: 48px 0 14px; }
.prose p, .prose li { color: var(--text); line-height: 1.75; }
.prose p + p { margin-top: 14px; }
.prose ul { margin: 14px 0 0; padding-left: 1.2em; display: grid; gap: 8px; }
.prose li::marker { color: var(--gold); }
.prose b { color: var(--ivory); font-weight: 600; }

/* ---------- 404 ---------- */
.nf { min-height: 72vh; display: flex; align-items: center; }
.nf__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
