:root {
    --ink: #101815;
    --ink-soft: #24302b;
    --forest: #0b1714;
    --forest-2: #12251f;
    --paper: #f3f2e9;
    --paper-2: #e8eadf;
    --white: #fffef8;
    --lime: #d9ff63;
    --lime-dark: #91b51e;
    --moss: #5c6e5f;
    --line: rgba(16, 24, 21, .15);
    --light-line: rgba(255, 255, 255, .14);
    --display: "Manrope", "Segoe UI", sans-serif;
    --body: "DM Sans", "Segoe UI", sans-serif;
    --shadow: 0 28px 80px rgba(10, 22, 17, .18);
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }
body.template-site { min-height: 100vh; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; -webkit-font-smoothing: antialiased; }
body.template-site a { color: inherit; text-decoration: none; }
body.template-site button, body.template-site input, body.template-site select, body.template-site textarea { font: inherit; }
body.template-site button { color: inherit; }
.template-main { min-height: 70vh; }
.site-shell { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 12px 18px; color: var(--ink) !important; background: var(--lime); border-radius: 4px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; z-index: 999; top: 0; left: 0; right: 0; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--lime); box-shadow: 0 0 16px rgba(217, 255, 99, .75); }

/* Header */
.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.13); transition: color .3s ease, background .3s ease, box-shadow .3s ease, transform .3s ease; }
.site-header.is-scrolled { color: var(--ink); background: rgba(250, 250, 245, .91); box-shadow: 0 8px 32px rgba(13, 25, 20, .08); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.site-header.is-hidden { transform: translateY(-100%); }
.site-nav { min-height: 83px; display: grid; grid-template-columns: 245px 1fr auto; gap: 32px; align-items: center; }
.site-brand { display: inline-flex; width: max-content; align-items: center; gap: 11px; color: inherit; }
.site-brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); font-family: var(--display); font-size: 17px; font-weight: 800; letter-spacing: -.07em; }
.site-brand-word { display: flex; align-items: baseline; font-family: var(--display); font-size: 22px; font-weight: 800; letter-spacing: -.055em; }
.site-brand-word small { margin-left: 1px; color: var(--lime); font-family: var(--body); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.site-header.is-scrolled .site-brand-word small { color: var(--lime-dark); }
.site-links { display: flex; justify-content: center; gap: clamp(18px, 2.2vw, 36px); }
.site-links a, .nav-text-link { position: relative; padding: 8px 0; font-size: 13px; font-weight: 600; }
.site-links a::after, .nav-text-link::after { position: absolute; bottom: 2px; left: 0; width: 100%; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-links a:hover::after, .nav-text-link:hover::after { transform: scaleX(1); transform-origin: left; }
.site-nav-actions { display: flex; align-items: center; gap: 22px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid currentColor; border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 17px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .25s ease; }
.mobile-navigation { display: none; }

/* Shared type + buttons */
.site-button { display: inline-flex; min-height: 52px; padding: 0 22px; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 700; letter-spacing: -.01em; text-transform: none; transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background .25s ease; }
.site-button:hover { transform: translateY(-2px); }
.site-button:focus-visible, .coverage-action:focus-visible, .faq-item button:focus-visible, .auto-product:focus-visible, .menu-toggle:focus-visible { outline: 3px solid rgba(217,255,99,.6); outline-offset: 3px; }
.site-button span { font-size: 17px; }
.site-button-small { min-height: 44px; padding: 0 18px; font-size: 12px; }
.site-button-large { min-height: 60px; padding: 0 27px; }
.site-button-lime { color: var(--forest) !important; background: var(--lime); box-shadow: 0 10px 28px rgba(174, 216, 45, .15); }
.site-button-lime:hover { background: #e5ff91; box-shadow: 0 14px 34px rgba(174, 216, 45, .24); }
.site-button-dark { color: #fff !important; background: var(--forest); }
.site-button-dark:hover { background: #1c332b; }
.section-pad { padding: 132px 0; }
.section-index { display: inline-flex; align-items: center; gap: 12px; color: #637066; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.section-index::before { width: 25px; height: 1px; background: currentColor; content: ""; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .62fr); gap: 80px; align-items: end; margin-bottom: 68px; }
.section-heading h2, .why-copy h2, .auto-panel h2, .faq-intro h2, .quote-copy h2 { margin: 22px 0 0; font-family: var(--display); font-size: clamp(46px, 5vw, 76px); font-weight: 700; line-height: .99; letter-spacing: -.055em; }
.section-heading h2 em, .why-copy h2 em, .auto-panel h2 em, .faq-intro h2 em, .quote-copy h2 em { color: var(--lime-dark); font-style: normal; }
.section-heading > p { max-width: 500px; margin: 0 0 5px; color: #66736d; font-size: 16px; line-height: 1.75; }

/* Hero */
.hero-section { position: relative; min-height: 920px; padding: 158px 0 42px; overflow: hidden; color: #fff; background: var(--forest); }
.hero-grid { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-section::after { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 16% 30%, rgba(114, 162, 106, .17), transparent 34%), radial-gradient(circle at 88% 18%, rgba(217,255,99,.09), transparent 27%); content: ""; }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(217,255,99,.13); border-radius: 50%; }
.orbit-one { right: -315px; top: -345px; width: 850px; height: 850px; box-shadow: 0 0 0 85px rgba(217,255,99,.018), 0 0 0 170px rgba(217,255,99,.012); }
.orbit-two { left: -260px; bottom: -590px; width: 900px; height: 900px; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(470px, .77fr); gap: 82px; align-items: center; }
.hero-copy { padding-top: 15px; }
.hero-kicker { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.64); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.hero-kicker span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(217,255,99,.1), 0 0 16px rgba(217,255,99,.4); }
.hero-copy h1 { max-width: 760px; margin: 29px 0 30px; color: #fff; font-family: var(--display); font-size: clamp(64px, 7.35vw, 105px); font-weight: 700; line-height: .89; letter-spacing: -.07em; }
.hero-copy h1 em { position: relative; color: var(--lime); font-style: normal; }
.hero-copy h1 em::after { position: absolute; right: 4px; bottom: -10px; width: 76%; height: 7px; border-radius: 50%; background: var(--lime); content: ""; opacity: .75; transform: rotate(-2deg); clip-path: polygon(0 40%,100% 0,98% 100%,1% 82%); }
.hero-lede { max-width: 680px; margin: 0; color: rgba(238,246,241,.67); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 27px; margin-top: 38px; }
.hero-link { display: inline-flex; align-items: center; gap: 11px; color: #fff !important; font-size: 13px; font-weight: 600; }
.play-dot { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--lime); font-size: 9px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 0; margin-top: 60px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-proof > span { display: flex; padding: 20px 21px 0 0; align-items: center; gap: 9px; color: rgba(255,255,255,.58); font-size: 11px; }
.hero-proof > span + span { padding-left: 21px; border-left: 1px solid rgba(255,255,255,.13); }
.hero-proof b { color: var(--lime); font-size: 9px; letter-spacing: .12em; }
.hero-visual { position: relative; height: 610px; }
.hero-photo { position: absolute; inset: 0 0 15px 42px; border-radius: 240px 240px 24px 24px; background: linear-gradient(to top, rgba(7,19,15,.38), transparent 55%), url("https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?auto=format&fit=crop&w=1200&q=86") center/cover; box-shadow: 0 30px 70px rgba(0,0,0,.35); filter: saturate(.82) contrast(1.03); }
.hero-photo::before { position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.38); border-radius: inherit; content: ""; }
.match-card { position: absolute; display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; min-width: 260px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.27); color: var(--forest); background: rgba(255,255,249,.92); box-shadow: var(--shadow); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.match-card-top { top: 128px; left: -15px; border-radius: 12px 12px 12px 2px; animation: float-card 5s ease-in-out infinite; }
.match-card-bottom { right: -15px; bottom: 70px; border-radius: 12px 2px 12px 12px; animation: float-card 5s 1.2s ease-in-out infinite; }
.match-card small, .match-card strong { display: block; }
.match-card small { margin-bottom: 2px; color: #7a857f; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.match-card strong { font-size: 13px; }
.match-card > b { padding: 4px 8px; border-radius: 999px; color: #3b5410; background: rgba(174,215,47,.23); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.match-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #344d0d; background: var(--lime); font-weight: 800; }
.signal-bars { display: flex; height: 34px; align-items: flex-end; gap: 3px; }
.signal-bars i { width: 4px; border-radius: 3px; background: #9fc52a; animation: signal 1.2s ease-in-out infinite alternate; }
.signal-bars i:nth-child(1) { height: 28%; }.signal-bars i:nth-child(2) { height: 54%; animation-delay: .15s; }.signal-bars i:nth-child(3) { height: 72%; animation-delay: .3s; }.signal-bars i:nth-child(4) { height: 100%; animation-delay: .45s; }
.live-dot { display: flex; align-items: center; gap: 5px; color: #56702a; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.live-dot::before { width: 6px; height: 6px; border-radius: 50%; background: #8cc218; content: ""; animation: pulse 1.5s infinite; }
.photo-caption { position: absolute; right: 18px; bottom: 28px; left: 64px; display: flex; justify-content: space-between; color: rgba(255,255,255,.8); font-family: Consolas, monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.hero-rail { position: absolute; z-index: 3; right: 0; bottom: 33px; left: 0; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.35); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.hero-rail i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); opacity: .7; }

/* Coverage */
.coverage-section { background: var(--paper); }
.coverage-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.coverage-card { position: relative; min-height: 420px; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: rgba(255,255,255,.4); }
.coverage-card-featured { grid-column: span 7; min-height: 610px; }
.coverage-card-photo { grid-column: span 5; min-height: 610px; }
.coverage-card-lime { grid-column: span 5; background: var(--lime); border-color: var(--lime); }
.coverage-card-dark { grid-column: span 7; color: #fff; background: var(--forest); }
.coverage-card-wide { grid-column: span 8; min-height: 470px; }
.coverage-card-outline { grid-column: span 4; min-height: 470px; background: transparent; }
.coverage-photo { position: absolute; inset: 0; background-position: center; background-size: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.coverage-card:hover .coverage-photo { transform: scale(1.035); }
.coverage-photo-truck { background-image: linear-gradient(to top, rgba(5,14,11,.9), rgba(5,14,11,.04) 62%), url("https://images.unsplash.com/photo-1586191582151-f73872dfd183?auto=format&fit=crop&w=1400&q=84"); }
.coverage-photo-home { background-image: linear-gradient(to top, rgba(5,14,11,.9), rgba(5,14,11,.08) 70%), url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1200&q=84"); }
.coverage-photo-building { background-image: linear-gradient(90deg, rgba(5,14,11,.88), rgba(5,14,11,.08) 74%), url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1400&q=84"); }
.coverage-card-content { position: relative; z-index: 2; display: grid; height: 100%; grid-template-columns: auto 1fr auto; gap: 30px; align-items: end; padding: 33px; }
.coverage-card-content:not(.coverage-card-overlay) { align-content: space-between; }
.coverage-card-content > div { max-width: 500px; }
.coverage-card-overlay { color: #fff; }
.coverage-number { align-self: start; color: currentColor; font-family: Consolas, monospace; font-size: 10px; opacity: .62; }
.coverage-tag { display: block; margin-bottom: 12px; font-size: 9px; font-weight: 700; letter-spacing: .15em; opacity: .67; text-transform: uppercase; }
.coverage-card h3 { margin: 0 0 11px; font-family: var(--display); font-size: clamp(28px, 3vw, 44px); font-weight: 700; line-height: 1.03; letter-spacing: -.045em; }
.coverage-card p { max-width: 470px; margin: 0; color: inherit; font-size: 14px; line-height: 1.65; opacity: .72; }
.coverage-action { display: grid; width: 48px; height: 48px; place-items: center; align-self: end; border: 1px solid currentColor; border-radius: 50%; color: inherit; background: transparent; cursor: pointer; font-size: 18px; opacity: .8; transition: color .25s ease, background .25s ease, transform .25s ease; }
.coverage-action:hover { color: var(--forest); background: var(--lime); border-color: var(--lime); transform: rotate(8deg); }
.coverage-card-lime .coverage-action:hover { color: #fff; background: var(--forest); border-color: var(--forest); }
.card-diagram { position: absolute; right: -52px; bottom: 22px; display: flex; align-items: center; opacity: .23; transform: rotate(-12deg); }
.card-diagram span { display: grid; width: 92px; height: 92px; place-items: center; border: 1px solid var(--forest); border-radius: 50%; font-family: Consolas, monospace; font-size: 12px; }
.card-diagram i { width: 45px; height: 1px; background: var(--forest); }
.coverage-note { margin: 40px 0 0; text-align: center; color: #65716b; font-size: 13px; }
.coverage-note a { margin-left: 8px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); color: var(--ink) !important; font-weight: 700; }

/* Process */
.process-section { position: relative; overflow: hidden; color: #fff; background: var(--forest); }
.process-section::before { position: absolute; inset: 0; opacity: .42; background-image: radial-gradient(circle at 82% 20%, rgba(217,255,99,.15), transparent 24%), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: auto, 80px 80px, 80px 80px; content: ""; }
.process-section .site-shell { position: relative; z-index: 2; }
.section-heading-light .section-index { color: rgba(255,255,255,.48); }
.section-heading-light h2 { color: #fff; }
.section-heading-light h2 em { color: var(--lime); }
.section-heading-light > p { color: rgba(255,255,255,.58); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--light-line); border-bottom: 1px solid var(--light-line); }
.process-step { position: relative; min-height: 440px; padding: 36px 32px; border-right: 1px solid var(--light-line); transition: background .3s ease; }
.process-step:last-child { border-right: 0; }
.process-step::before { position: absolute; top: -2px; left: 0; width: 0; height: 3px; background: var(--lime); content: ""; transition: width .4s ease; }
.process-step:hover, .process-step.is-active { background: rgba(255,255,255,.035); }
.process-step:hover::before, .process-step.is-active::before { width: 100%; }
.process-step-top { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; color: rgba(255,255,255,.38); font-family: Consolas, monospace; font-size: 9px; letter-spacing: .12em; }
.process-step-top i { height: 1px; background: rgba(255,255,255,.14); }
.process-step-top b { color: var(--lime); font-size: 8px; }
.process-step h3 { margin: 70px 0 16px; color: #fff; font-family: var(--display); font-size: 29px; font-weight: 650; letter-spacing: -.04em; }
.process-step > p { min-height: 76px; margin: 0; color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.75; }
.process-ui { height: 94px; margin-top: 46px; border: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.12); }
.process-ui-choice { display: flex; padding: 12px; align-items: center; justify-content: center; gap: 7px; }
.process-ui-choice span { padding: 9px 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: rgba(255,255,255,.38); font-size: 8px; text-transform: uppercase; }
.process-ui-choice .selected { color: var(--forest); background: var(--lime); border-color: var(--lime); }
.process-ui-route { display: grid; grid-template-columns: 26px 1fr 34px 1fr 26px; align-items: center; padding: 0 20px; }
.process-ui-route span { width: 22px; height: 22px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.process-ui-route i { height: 1px; background: linear-gradient(90deg, rgba(255,255,255,.12), var(--lime)); }
.process-ui-route b { display: grid; height: 34px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); }
.process-ui-ready { display: flex; padding: 0 22px; align-items: center; justify-content: space-between; color: var(--lime); font-family: Consolas, monospace; font-size: 11px; letter-spacing: .14em; }
.process-ui-ready b { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); font-size: 17px; }

/* Commercial auto */
.auto-section { display: grid; min-height: 900px; grid-template-columns: 1fr 1fr; background: var(--lime); }
.auto-photo { min-height: 900px; background: linear-gradient(to right, transparent 60%, rgba(9,19,15,.08)), url("https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?auto=format&fit=crop&w=1500&q=86") center/cover; filter: saturate(.75) contrast(1.04); }
.auto-panel { display: grid; place-items: center; padding: 110px 7vw; }
.auto-panel-inner { width: min(100%, 640px); }
.auto-panel .section-index { color: #48600f; }
.auto-panel h2 em { color: #5d7813; }
.auto-panel > p, .auto-panel-inner > p { max-width: 590px; margin: 27px 0 34px; color: rgba(16,24,21,.69); line-height: 1.72; }
.auto-products { margin-bottom: 32px; border-top: 1px solid rgba(16,24,21,.26); }
.auto-product { display: grid; width: 100%; grid-template-columns: 1fr auto; padding: 16px 0; align-items: center; gap: 20px; border: 0; border-bottom: 1px solid rgba(16,24,21,.26); color: var(--ink); background: transparent; cursor: pointer; text-align: left; }
.auto-product span { font-size: 14px; font-weight: 700; }
.auto-product b { font-family: Consolas, monospace; font-size: 9px; font-weight: 400; opacity: .54; }
.auto-product i { display: none; grid-column: 1 / -1; max-width: 520px; padding: 2px 45px 5px 0; color: rgba(16,24,21,.63); font-size: 12px; font-style: normal; line-height: 1.6; }
.auto-product.is-open i { display: block; }
.auto-product.is-open span::before { margin-right: 9px; color: #526d0f; content: "\2192"; }

/* Why */
.why-section { background: var(--white); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.why-copy { position: sticky; top: 125px; }
.why-copy h2 { font-size: clamp(44px, 4.4vw, 68px); }
.why-copy > p { max-width: 570px; margin: 28px 0 32px; color: #64716a; font-size: 16px; line-height: 1.78; }
.text-arrow-link { display: inline-flex; gap: 36px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }
.why-principles { border-top: 1px solid var(--line); }
.why-principles article { display: grid; min-height: 176px; grid-template-columns: 80px 1fr; padding: 30px 12px; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.why-principles article:hover { padding-left: 25px; background: #f3f5eb; }
.why-principles article > span { color: var(--lime-dark); font-family: Consolas, monospace; font-size: 10px; }
.why-principles h3 { margin: 0 0 11px; font-family: var(--display); font-size: 24px; letter-spacing: -.035em; }
.why-principles p { max-width: 480px; margin: 0; color: #6c7772; font-size: 14px; line-height: 1.7; }

/* Connected view */
.life-section { padding: 0 0 132px; background: var(--white); }
.life-grid { display: grid; min-height: 600px; grid-template-columns: 1.05fr .95fr; color: #fff; background: var(--forest); }
.life-photo { min-height: 600px; background: linear-gradient(90deg, transparent, rgba(10,22,17,.2)), url("https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&w=1200&q=84") center/cover; }
.life-copy { display: flex; padding: clamp(45px, 6vw, 92px); flex-direction: column; justify-content: center; }
.life-copy .section-index { color: rgba(255,255,255,.5); }
.life-copy h2 { margin: 25px 0 23px; color: #fff; font-family: var(--display); font-size: clamp(38px, 4vw, 59px); line-height: 1.03; letter-spacing: -.05em; }
.life-copy > p { margin: 0; color: rgba(255,255,255,.59); font-size: 15px; line-height: 1.75; }
.life-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.life-tags span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.7); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

/* FAQ */
.faq-section { background: var(--paper-2); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 110px; }
.faq-intro { position: sticky; top: 125px; align-self: start; }
.faq-intro h2 { font-size: clamp(46px, 4.6vw, 70px); }
.faq-intro > p { max-width: 360px; margin: 24px 0 31px; color: #66736d; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { display: grid; width: 100%; min-height: 94px; grid-template-columns: 1fr auto; padding: 24px 0; align-items: center; gap: 25px; border: 0; background: transparent; cursor: pointer; text-align: left; }
.faq-item button span { font-family: var(--display); font-size: 19px; font-weight: 650; letter-spacing: -.025em; }
.faq-item button b { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 16px; font-weight: 400; }
.faq-answer { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .35s ease, opacity .35s ease; }
.faq-answer > p { min-height: 0; margin: 0; overflow: hidden; color: #647169; font-size: 14px; line-height: 1.75; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; padding-bottom: 28px; opacity: 1; }
.faq-item.is-open button b { color: var(--forest); background: var(--lime); border-color: var(--lime); }

/* Quote */
.quote-section { position: relative; overflow: hidden; color: #fff; background: #10221c; }
.quote-section::before { position: absolute; inset: 0; opacity: .48; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), radial-gradient(circle at 15% 20%, rgba(217,255,99,.11), transparent 28%); background-size: 72px 72px, 72px 72px, auto; content: ""; }
.quote-orbit { position: absolute; right: -420px; top: -330px; width: 900px; height: 900px; border: 1px solid rgba(217,255,99,.12); border-radius: 50%; box-shadow: 0 0 0 85px rgba(217,255,99,.015), 0 0 0 170px rgba(217,255,99,.01); }
.quote-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .78fr 1.22fr; gap: 105px; align-items: start; }
.quote-copy { position: sticky; top: 125px; padding-top: 27px; }
.quote-copy .section-index { color: var(--lime); }
.quote-copy h2 { color: #fff; }
.quote-copy h2 em { color: var(--lime); }
.quote-copy > p { margin: 25px 0 43px; color: rgba(255,255,255,.58); font-size: 17px; }
.quote-assurances { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--light-line); }
.quote-assurances li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--light-line); }
.quote-assurances b { color: var(--lime); font-family: Consolas, monospace; font-size: 9px; }
.quote-assurances span { color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.5; }
.quote-assurances strong { display: block; margin-bottom: 4px; color: #fff; font-size: 13px; }
.quote-form-card { padding: clamp(30px, 4.3vw, 58px); border: 1px solid rgba(255,255,255,.15); border-radius: 5px; color: var(--ink); background: var(--white); box-shadow: 0 40px 100px rgba(0,0,0,.28); }
.quote-form-head { display: flex; margin-bottom: 34px; align-items: flex-start; justify-content: space-between; gap: 22px; }
.quote-form-head > div > span { color: #768079; font-size: 8px; font-weight: 700; letter-spacing: .17em; }
.quote-form-head h3 { margin: 8px 0 0; font-family: var(--display); font-size: clamp(25px, 2.5vw, 36px); line-height: 1.12; letter-spacing: -.04em; }
.form-live { display: flex; align-items: center; gap: 7px; color: #60714c; font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.form-live i { width: 7px; height: 7px; border-radius: 50%; background: #9cc52b; box-shadow: 0 0 0 5px rgba(156,197,43,.13); animation: pulse 1.5s infinite; }
.quote-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 21px 18px; }
.field-group { min-width: 0; }
.field-group-wide { grid-column: 1 / -1; }
.field-group label { display: flex; margin-bottom: 8px; align-items: center; justify-content: space-between; color: #4d5a54; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.field-group label span { color: #75920f; }
.field-group label small { color: #8a938e; font-size: 8px; font-weight: 500; }
.field-group input:not([type=checkbox]), .field-group select, .field-group textarea { display: block; width: 100%; height: auto; min-height: 54px; margin: 0; padding: 14px 14px; border: 1px solid #d8dcd4; border-radius: 2px; outline: 0; color: var(--ink); background: #fafbf6; box-shadow: none; font-size: 14px; transition: border .2s ease, box-shadow .2s ease, background .2s ease; }
.field-group textarea { min-height: 130px; resize: vertical; }
.field-group select { appearance: auto; }
.field-group input:focus, .field-group select:focus, .field-group textarea:focus { border-color: #91b51e; background: #fff; box-shadow: 0 0 0 3px rgba(145,181,30,.12); }
.field-group input::placeholder, .field-group textarea::placeholder { color: #9ba29e; }
.field-meta { display: flex; margin-top: 7px; justify-content: space-between; color: #8b948f; font-size: 8px; }
.quote-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.consent-check { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin: 23px 0; align-items: start; color: #6e7873; cursor: pointer; font-size: 10px; line-height: 1.55; }
.consent-check > span:first-child { display: contents; }
.consent-check input { position: relative; width: 17px !important; height: 17px !important; margin: 0; opacity: 1 !important; pointer-events: auto !important; }
.quote-submit { width: 100%; min-height: 59px; border: 0; }
.form-disclaimer { margin: 15px 0 0; color: #89918d; font-size: 9px; line-height: 1.55; text-align: center; }
.quote-status { display: grid; grid-template-columns: 29px 1fr; gap: 11px; margin: -9px 0 24px; padding: 13px; align-items: center; border: 1px solid; border-radius: 3px; font-size: 12px; line-height: 1.5; }
.quote-status b { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; }
.quote-status-success { color: #395410; background: #f0f8d8; border-color: #c5dd78; }
.quote-status-success b { background: var(--lime); }
.quote-status-error { color: #7b342d; background: #fff0ed; border-color: #e5b6af; }
.quote-status-error b { background: #f1c2ba; }
.quote-validation { margin: -10px 0 25px; padding: 14px 16px; border-left: 3px solid #aa5148; color: #7b342d; background: #fff0ed; font-size: 11px; line-height: 1.55; }
.quote-validation ul { margin: 7px 0 0 18px; }

/* Footer */
.site-footer { color: #fff; background: #07100d; }
.footer-top { display: grid; grid-template-columns: 1.2fr .55fr .55fr 1fr; gap: 65px; padding: 85px 0 70px; }
.site-brand-light { color: #fff !important; }
.footer-brand-block p { max-width: 300px; margin: 24px 0 0; color: rgba(255,255,255,.45); font-size: 13px; line-height: 1.7; }
.footer-column { display: flex; flex-direction: column; gap: 13px; }
.footer-column > span, .footer-cta > span { margin-bottom: 9px; color: var(--lime); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-column a { width: max-content; color: rgba(255,255,255,.58) !important; font-size: 12px; }
.footer-column a:hover { color: #fff !important; }
.footer-cta h2 { margin: 4px 0 22px; color: #fff; font-family: var(--display); font-size: 29px; letter-spacing: -.04em; }
.footer-bottom { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; padding: 24px 0 29px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.33); font-size: 8px; letter-spacing: .04em; }
.footer-bottom span:nth-child(2) { text-align: center; }
.upk { font-family: Consolas, monospace; }

/* Reveals + animation */
[data-reveal] { transition: opacity .72s ease, transform .72s cubic-bezier(.2,.72,.2,1); }
.js-ready [data-reveal].reveal-pending { opacity: 0; transform: translateY(28px); }
.js-ready [data-reveal].is-revealed { opacity: 1; transform: translateY(0); }
@keyframes float-card { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes signal { from { opacity: .55; } to { opacity: 1; } }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(145,181,30,.34); } 50% { box-shadow: 0 0 0 6px rgba(145,181,30,0); } }

@media (max-width: 1120px) {
    .site-nav { grid-template-columns: 190px 1fr auto; gap: 20px; }
    .nav-text-link { display: none; }
    .hero-layout { grid-template-columns: 1fr .78fr; gap: 40px; }
    .hero-visual { height: 540px; }
    .hero-copy h1 { font-size: clamp(62px, 8vw, 88px); }
    .why-grid, .faq-grid { gap: 65px; }
    .quote-layout { gap: 60px; }
    .footer-top { grid-template-columns: 1.2fr .7fr .7fr; }
    .footer-cta { grid-column: 1 / -1; padding-top: 35px; border-top: 1px solid rgba(255,255,255,.1); }
}

@media (max-width: 900px) {
    .site-shell { width: min(100% - 40px, 720px); }
    .site-links, .site-nav-actions > .site-button { display: none; }
    .site-nav { grid-template-columns: 1fr auto; }
    .site-nav-actions { display: block; }
    .menu-toggle { display: block; }
    .site-header.menu-open { color: var(--ink); background: var(--paper); }
    .site-header.menu-open .menu-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
    .site-header.menu-open .menu-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }
    .mobile-navigation { position: absolute; top: 83px; right: 0; left: 0; display: grid; max-height: 0; padding: 0 20px; overflow: hidden; color: var(--ink); background: var(--paper); opacity: 0; transition: max-height .35s ease, opacity .25s ease, padding .35s ease; }
    .site-header.menu-open .mobile-navigation { max-height: 560px; padding: 24px 20px 30px; border-top: 1px solid var(--line); box-shadow: 0 24px 50px rgba(0,0,0,.12); opacity: 1; }
    .mobile-navigation a:not(.site-button) { padding: 15px 4px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 19px; font-weight: 650; }
    .mobile-navigation .site-button { margin-top: 20px; }
    .section-pad { padding: 95px 0; }
    .hero-section { min-height: auto; padding: 140px 0 80px; }
    .hero-layout { grid-template-columns: 1fr; }
    .hero-copy { max-width: 720px; }
    .hero-visual { width: min(100%, 600px); height: 570px; margin: 20px auto 0; }
    .hero-rail { display: none; }
    .section-heading { grid-template-columns: 1fr; gap: 30px; margin-bottom: 48px; }
    .coverage-card-featured, .coverage-card-photo, .coverage-card-lime, .coverage-card-dark, .coverage-card-wide, .coverage-card-outline { grid-column: span 12; min-height: 430px; }
    .coverage-card-featured, .coverage-card-photo { min-height: 560px; }
    .process-grid { grid-template-columns: 1fr; }
    .process-step { min-height: 390px; border-right: 0; border-bottom: 1px solid var(--light-line); }
    .process-step:last-child { border-bottom: 0; }
    .auto-section { grid-template-columns: 1fr; }
    .auto-photo { min-height: 570px; }
    .auto-panel { padding: 90px 40px; }
    .why-grid, .faq-grid, .quote-layout { grid-template-columns: 1fr; }
    .why-copy, .faq-intro, .quote-copy { position: static; }
    .life-grid { grid-template-columns: 1fr; }
    .life-photo { min-height: 520px; }
    .quote-copy { padding-top: 0; }
}

@media (max-width: 600px) {
    .site-shell { width: calc(100% - 30px); }
    .site-nav { min-height: 74px; }
    .mobile-navigation { top: 74px; }
    .site-brand-word { font-size: 20px; }
    .site-brand-mark { width: 34px; height: 34px; }
    .section-pad { padding: 78px 0; }
    .hero-section { padding: 118px 0 58px; }
    .hero-copy h1 { margin-top: 23px; font-size: clamp(54px, 17vw, 73px); }
    .hero-lede { font-size: 16px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-link { justify-content: center; }
    .hero-proof { margin-top: 42px; flex-direction: column; }
    .hero-proof > span, .hero-proof > span + span { padding: 14px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
    .hero-visual { height: 470px; }
    .hero-photo { left: 10px; border-radius: 170px 170px 20px 20px; }
    .match-card { min-width: 220px; padding: 12px; }
    .match-card-top { top: 104px; left: 0; }
    .match-card-bottom { right: 0; bottom: 58px; }
    .photo-caption { left: 28px; }
    .section-heading h2, .why-copy h2, .auto-panel h2, .faq-intro h2, .quote-copy h2 { font-size: 43px; }
    .coverage-card-content { grid-template-columns: 1fr auto; padding: 25px; gap: 15px; }
    .coverage-number { grid-column: 1 / -1; }
    .coverage-card-featured, .coverage-card-photo { min-height: 500px; }
    .coverage-card-lime, .coverage-card-dark, .coverage-card-wide, .coverage-card-outline { min-height: 390px; }
    .coverage-card h3 { font-size: 30px; }
    .coverage-note { line-height: 1.7; }
    .coverage-note a { display: block; width: max-content; margin: 8px auto 0; }
    .process-step { padding: 30px 22px; }
    .auto-photo { min-height: 440px; }
    .auto-panel { padding: 75px 20px; }
    .why-principles article { grid-template-columns: 50px 1fr; }
    .life-section { padding-bottom: 78px; }
    .life-grid { width: 100%; }
    .life-photo { min-height: 400px; }
    .life-copy { padding: 55px 25px; }
    .faq-item button span { font-size: 16px; }
    .quote-fields { grid-template-columns: 1fr; }
    .field-group-wide { grid-column: auto; }
    .quote-form-card { padding: 28px 20px; }
    .quote-form-head { flex-direction: column; }
    .footer-top { grid-template-columns: 1fr 1fr; gap: 42px 26px; padding-top: 65px; }
    .footer-brand-block { grid-column: 1 / -1; }
    .footer-cta { grid-column: 1 / -1; }
    .footer-bottom { grid-template-columns: 1fr; line-height: 1.55; }
    .footer-bottom span:nth-child(2) { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
    .js-ready [data-reveal].reveal-pending { opacity: 1; transform: none; }
}
