:root {
  --paper: #f8f6ef;
  --paper-deep: #edeade;
  --ink: #182019;
  --muted: #657067;
  --forest: #125d09;
  --forest-2: #1c4f2f;
  --forest-dark: #102d1f;
  --sage: #dce6d5;
  --sage-2: #a8bd94;
  --brown: #3b2100;
  --orange: #e77b3f;
  --orange-pale: #f3dccd;
  --line: rgba(24, 32, 25, .14);
  --white: #fff;
  --shell: 1200px;
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img, svg { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; left: 16px; top: -60px; padding: 12px 16px; border-radius: 5px; background: var(--ink); color: white; font-weight: 750; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 96px; border-bottom: 1px solid var(--line); background: rgba(248, 246, 239, .91); backdrop-filter: blur(18px); transition: height .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { height: 80px; box-shadow: 0 12px 34px rgba(20, 38, 26, .06); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand-link { display: inline-flex; flex: 0 0 auto; }
.brand-link img { width: 232px; height: auto; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.desktop-nav a { position: relative; color: #4c584e; font-size: 12px; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; height: 1px; inset: auto 100% -7px 0; background: var(--forest); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { margin-left: 5px; }
.menu-button { display: none; width: 42px; height: 42px; margin-left: auto; padding: 0; border: 1px solid var(--line); border-radius: 5px; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 1.5px; margin: 5px auto; background: currentColor; transition: transform .2s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 99; inset: 96px 0 0; padding: 28px 24px; background: var(--paper); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { display: flex; align-items: center; min-height: 58px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 24px; }
.mobile-menu a:last-child { margin-top: 24px; padding: 0 18px; border: 0; border-radius: 5px; background: var(--forest-dark); color: white; font-family: var(--sans); font-size: 13px; font-weight: 750; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 20px; border-radius: 5px; font-size: 12px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button svg { width: 17px; height: 17px; transition: transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover svg { transform: translateX(3px); }
.button-dark { background: var(--ink); color: white; box-shadow: 0 8px 24px rgba(24,32,25,.11); }
.button-dark:hover { background: var(--forest-dark); }
.button-green { background: var(--forest-2); color: white; box-shadow: 0 13px 28px rgba(18,70,38,.17); }
.button-green:hover { background: var(--forest-dark); box-shadow: 0 16px 34px rgba(18,70,38,.23); }
.button-orange { background: var(--orange); color: #1d1c16; box-shadow: 0 13px 28px rgba(231,123,63,.21); }
.button-orange:hover { background: #f08a4f; }
.button-cream { background: var(--paper); color: var(--forest-dark); }
.button-full { width: 100%; }
.text-action { display: inline-flex; align-items: center; gap: 11px; color: #334137; font-size: 12px; font-weight: 800; border-bottom: 1px solid rgba(24,32,25,.3); padding: 8px 1px; }
.text-action span { font-size: 17px; transition: transform .2s ease; }
.text-action:hover span { transform: translate(2px, -2px); }
.text-action-light { color: white; border-bottom-color: rgba(255,255,255,.3); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; color: var(--forest); font-size: 9px; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow > span { width: 29px; height: 1px; background: currentColor; }
.eyebrow-light { color: #b8cea9; }

.hero { position: relative; }
.home-hero { min-height: 800px; padding-top: 96px; display: flex; align-items: center; overflow: hidden; background: var(--paper); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 74px; padding-block: 80px 90px; }
.hero-copy h1 { margin: 0; font-family: var(--display); font-size: clamp(4.5rem, 7.3vw, 7rem); font-weight: 400; letter-spacing: -.066em; line-height: .88; }
.hero-copy h1 em { color: var(--forest-2); font-weight: 400; }
.hero-lead { max-width: 560px; margin: 34px 0 0; color: #566159; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 37px; }
.hero-meta { display: flex; align-items: center; gap: 23px; margin-top: 29px; color: #69726b; font-size: 10px; font-weight: 700; }
.hero-meta span { display: flex; align-items: center; gap: 8px; }
.status-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: #62a165; box-shadow: 0 0 0 4px rgba(98,161,101,.12); }
.hero-orbit { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-orbit-one { width: 580px; height: 580px; left: -360px; top: 35px; background: rgba(220,230,213,.72); }
.hero-orbit-two { width: 760px; height: 760px; right: -590px; top: -210px; border: 1px solid rgba(18,93,9,.12); }

.hero-console { overflow: hidden; border: 1px solid rgba(23,48,31,.17); border-radius: 9px; background: #eef1e7; box-shadow: 24px 28px 0 #dfe5d6, 0 34px 80px rgba(27,48,34,.16); transform: rotate(.7deg); }
.console-header, .console-footer { min-height: 61px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 19px; background: rgba(255,255,255,.82); }
.console-header { border-bottom: 1px solid rgba(23,48,31,.1); }
.console-header > div { display: flex; flex-direction: column; gap: 4px; }
.console-kicker { color: #828b83; font-size: 7px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.console-header strong { font-family: var(--display); font-size: 16px; font-weight: 400; }
.console-live { display: flex; align-items: center; gap: 7px; color: #5c665e; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.console-live i { width: 7px; height: 7px; border-radius: 50%; background: #62a165; box-shadow: 0 0 0 4px rgba(98,161,101,.12); }
.console-map { position: relative; aspect-ratio: 680/470; color: var(--forest-2); overflow: hidden; }
.console-map > svg { width: 100%; height: 100%; }
.map-road { fill: none; stroke: var(--forest-2); stroke-width: 2; stroke-dasharray: 6 8; }
.map-link { fill: none; stroke: var(--forest-2); stroke-width: 1.4; stroke-dasharray: 4 8; opacity: .55; }
.parcel path:not(:first-child) { fill: none; stroke: rgba(255,255,255,.48); stroke-width: 2; }
.map-halo { fill: rgba(255,255,255,.28); stroke: rgba(28,79,47,.2); }
.map-core { fill: var(--forest-2); stroke: none; filter: drop-shadow(0 9px 12px rgba(28,79,47,.22)); }
.map-sprout { fill: none; stroke: white; stroke-width: 2.5; }
.map-node circle:first-child { fill: white; stroke: rgba(28,79,47,.25); }
.map-node circle:last-child { fill: var(--orange); stroke: none; }
.map-chip { position: absolute; display: flex; flex-direction: column; gap: 3px; min-width: 126px; padding: 10px 12px; border: 1px solid rgba(23,48,31,.11); border-radius: 4px; background: rgba(255,255,255,.94); box-shadow: 0 9px 24px rgba(23,48,31,.11); }
.map-chip span { color: #808880; font-size: 7px; }
.map-chip strong { font-size: 9px; }
.map-chip-top { right: 4%; top: 14%; }
.map-chip-bottom { left: 4%; bottom: 8%; }
.layer-stack { position: absolute; right: 5%; bottom: 8%; display: flex; flex-direction: column-reverse; align-items: flex-end; gap: 3px; }
.layer-stack span { display: grid; place-items: center; width: 74px; height: 22px; border: 1px solid rgba(28,79,47,.13); border-radius: 3px; background: rgba(220,230,213,.88); color: #56645a; font-size: 6px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transform: skewY(-4deg); }
.layer-stack span:nth-child(2) { width: 91px; background: rgba(239,211,167,.9); }
.layer-stack span:nth-child(3) { width: 106px; background: rgba(185,211,220,.9); }
.layer-stack span:nth-child(4) { width: 121px; background: rgba(255,255,255,.9); }
.console-footer { min-height: 51px; justify-content: flex-start; gap: 22px; border-top: 1px solid rgba(23,48,31,.1); color: #606a62; font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.console-footer span { display: flex; align-items: center; gap: 6px; }
.legend-dot { width: 7px; height: 7px; border-radius: 50%; }
.legend-green { background: #7fa06e; }.legend-orange { background: var(--orange); }.legend-brown { background: var(--brown); }

.hero-product-gallery { min-width: 0; padding: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: var(--forest-dark); box-shadow: 24px 28px 0 #dfe5d6, 0 34px 80px rgba(27,48,34,.18); transform: rotate(.45deg); }
.hero-gallery-heading { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 10px; color: white; }
.hero-gallery-heading > div { display: flex; flex-direction: column; gap: 5px; }
.hero-gallery-heading span { color: #a9c39f; font-size: 7px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.hero-gallery-heading strong { font-family: var(--display); font-size: 18px; font-weight: 400; }
.hero-gallery-heading small { display: flex; align-items: center; gap: 7px; color: #bcc9be; font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.hero-gallery-heading small i { width: 7px; height: 7px; border-radius: 50%; background: #91cb7a; box-shadow: 0 0 0 4px rgba(145,203,122,.12); }
.hero-product-card { position: relative; min-width: 0; height: 145px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; background: #e7e9df; }
.hero-product-card img { width: 100%; height: 100%; object-fit: cover; object-position: left top; transition: transform .5s ease; }
.hero-product-card:hover img { transform: scale(1.025); }
.hero-product-main { height: 315px; }
.hero-product-main img { object-position: left 10%; }
.hero-product-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }
.hero-product-pair .hero-product-card:first-child img { object-position: center 28%; }
.hero-product-pair .hero-product-card:last-child img { object-position: center; }
.hero-product-label { position: absolute; z-index: 2; inset: auto 0 0; display: flex; align-items: end; justify-content: space-between; gap: 12px; padding: 29px 13px 11px; color: white; background: linear-gradient(transparent, rgba(9,29,19,.92)); }
.hero-product-label span { font-size: 8px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.hero-product-label strong { max-width: 55%; font-size: 8px; font-weight: 650; text-align: right; }

.signal-strip { background: var(--ink); color: white; }
.signal-inner { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.signal-inner > p { margin: 0; color: #d4ddd3; font-family: var(--display); font-size: 17px; font-style: italic; }
.signal-inner ul { display: flex; gap: 34px; margin: 0; padding: 0; list-style: none; }
.signal-inner li { display: flex; align-items: center; gap: 9px; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.signal-inner li span { color: #8faa80; font-family: var(--display); font-size: 10px; font-weight: 400; }

.section { padding: 128px 0; }
.section-heading h2, .method-intro h2, .cv-problem h2, .benefit-copy h2, .cv-pilot h2 { margin: 0; font-family: var(--display); font-size: clamp(3.1rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.052em; line-height: 1.02; }
.section-heading h2 em, .method-intro h2 em, .benefit-copy h2 em, .cv-pilot h2 em { color: var(--forest-2); font-weight: 400; }
.split-heading { display: grid; grid-template-columns: 1fr .66fr; align-items: end; gap: 110px; }
.split-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 14px; line-height: 1.8; }

.expertise-section { background: var(--paper); }
.expertise-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 52px; }
.expertise-card { position: relative; min-height: 270px; padding: 24px 27px 23px; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.55); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.expertise-card:hover { transform: translateY(-4px); background: white; box-shadow: 0 20px 45px rgba(25,45,31,.08); }
.expertise-featured { background: var(--sage); }
.geo-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -90px; bottom: -110px; border: 1px solid rgba(18,93,9,.13); border-radius: 50%; box-shadow: 0 0 0 34px rgba(18,93,9,.035), 0 0 0 69px rgba(18,93,9,.025); }
.card-index { position: absolute; right: 28px; top: 24px; color: #939b94; font-family: var(--display); font-size: 12px; }
.icon-box { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--forest-2); color: white; }
.icon-box svg { width: 19px; height: 19px; }
.expertise-card h3 { max-width: 450px; margin: 31px 0 12px; font-family: var(--display); font-size: 25px; font-weight: 400; letter-spacing: -.025em; }
.expertise-card > p { max-width: 510px; margin: 0; color: #5e685f; font-size: 12px; line-height: 1.65; }
.tag-list { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 6px; margin: 17px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 7px 9px; border: 1px solid rgba(24,32,25,.12); border-radius: 999px; background: rgba(255,255,255,.5); color: #5f695f; font-size: 8px; font-weight: 750; letter-spacing: .05em; }

.solutions-section { background: var(--forest-dark); color: white; }
.solutions-heading .eyebrow { margin-bottom: 27px; }
.solutions-heading h2 { color: white; }
.solutions-heading h2 em { color: #b8cea9; font-weight: 400; }
.solution-showcase { margin-top: 62px; overflow: hidden; border-radius: 8px; }
.solution-showcase-main { min-height: 500px; display: grid; grid-template-columns: .93fr 1.07fr; background: #214c35; }
.solution-copy { padding: 63px 58px; }
.solution-status { display: flex; align-items: center; gap: 9px; margin: 0 0 45px; color: #c8d9c0; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.solution-status i { width: 7px; height: 7px; border-radius: 50%; background: #9ecd88; box-shadow: 0 0 0 4px rgba(158,205,136,.1); }
.product-wordmark { margin-bottom: 19px; font-size: clamp(2.7rem, 4vw, 4.3rem); font-weight: 800; letter-spacing: -.065em; }
.product-wordmark span { color: #c4d8b7; font-family: var(--display); font-style: italic; font-weight: 400; }
.solution-copy h3 { max-width: 470px; margin: 0 0 20px; font-family: var(--display); font-size: 27px; font-weight: 400; line-height: 1.15; }
.solution-copy > p:not(.solution-status) { max-width: 500px; margin: 0; color: #c5d0c7; font-size: 13px; line-height: 1.8; }
.solution-copy .button { margin-top: 31px; }

.chat-window { align-self: end; margin: 48px 48px 0 5px; overflow: hidden; border-radius: 18px 18px 0 0; background: #e9e5da; color: var(--ink); box-shadow: 0 -15px 50px rgba(0,0,0,.16); }
.chat-header { height: 76px; display: flex; align-items: center; gap: 12px; padding: 0 20px; background: #faf8f2; border-bottom: 1px solid rgba(24,32,25,.08); }
.chat-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--forest-2); color: white; }
.chat-avatar svg { width: 20px; height: 20px; }
.chat-header > span:nth-child(2) { flex: 1; display: flex; flex-direction: column; gap: 3px; }
.chat-header strong { font-size: 11px; }.chat-header small { color: #7b847c; font-size: 8px; }
.chat-header > i { width: 7px; height: 7px; border-radius: 50%; background: #6aa86b; }
.chat-body { min-height: 375px; padding: 26px 24px; background-image: radial-gradient(rgba(28,79,47,.08) .7px, transparent .7px); background-size: 13px 13px; }
.chat-date { width: fit-content; margin: 0 auto 18px; color: #858d86; font-size: 7px; }
.message { max-width: 78%; padding: 13px 15px; border-radius: 12px; box-shadow: 0 3px 10px rgba(23,32,25,.06); font-size: 10px; line-height: 1.55; }
.message-user { margin-left: auto; background: #d8e7cf; border-bottom-right-radius: 3px; }
.message-agent { margin-top: 13px; background: white; border-bottom-left-radius: 3px; }
.message small { display: block; margin-top: 6px; color: #6f8073; font-size: 7px; }
.voice-message { min-width: 210px; display: flex; align-items: center; gap: 9px; }
.voice-message .voice-play { width: 27px; height: 27px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--forest-2); color: white; font-size: 8px; padding-left: 1px; }
.voice-wave, .recording-wave { height: 26px; display: flex; flex: 1; align-items: center; justify-content: center; gap: 3px; }
.voice-wave i, .recording-wave i { width: 2px; height: 45%; display: block; border-radius: 3px; background: currentColor; transform-origin: center; animation: voiceBar 1.05s ease-in-out infinite; }
.voice-wave i:nth-child(2), .recording-wave i:nth-child(2) { height: 78%; animation-delay: -.82s; }
.voice-wave i:nth-child(3), .recording-wave i:nth-child(3) { height: 35%; animation-delay: -.56s; }
.voice-wave i:nth-child(4), .recording-wave i:nth-child(4) { height: 92%; animation-delay: -.36s; }
.voice-wave i:nth-child(5), .recording-wave i:nth-child(5) { height: 58%; animation-delay: -.72s; }
.voice-wave i:nth-child(6) { height: 82%; animation-delay: -.48s; }
.voice-wave i:nth-child(7) { height: 42%; animation-delay: -.2s; }
.voice-wave i:nth-child(8) { height: 67%; animation-delay: -.64s; }
.voice-message small { flex: 0 0 auto; margin: 0; }
.transcript-line { max-width: 76%; margin: 7px 0 0 auto; color: #647168; font-family: var(--display); font-size: 8px; font-style: italic; line-height: 1.45; text-align: right; }
.chat-action { display: flex; align-items: center; gap: 10px; margin: 22px 0 0 auto; padding: 11px 12px; border: 1px solid rgba(24,32,25,.1); border-radius: 6px; background: white; box-shadow: 0 8px 21px rgba(23,32,25,.09); }
.chat-action > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--orange-pale); color: var(--orange); }
.chat-action svg { width: 15px; height: 15px; }.chat-action > div { flex: 1; display: flex; flex-direction: column; }.chat-action small { color: #818a82; font-size: 7px; }.chat-action strong { margin-top: 2px; font-size: 10px; }.chat-action b { color: var(--forest-2); font-size: 19px; }
.mini-voice-recorder { min-height: 48px; display: flex; align-items: center; gap: 10px; margin-top: 16px; padding: 7px 7px 7px 14px; border-radius: 999px; background: var(--forest-dark); color: white; box-shadow: 0 10px 24px rgba(16,45,31,.2); }
.mini-voice-copy { min-width: 92px; display: flex; flex-direction: column; gap: 2px; }
.mini-voice-copy small { color: #a9c1ac; font-size: 6px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mini-voice-copy strong { font-size: 8px; }
.recording-wave { max-width: 55px; color: #f2aa7e; }
.recording-mic { position: relative; width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: var(--orange); color: white; cursor: pointer; animation: micPulse 1.8s ease-out infinite; }
.recording-mic svg { width: 17px; height: 17px; }

.v2-product-window { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; background: #f5f2e9; color: var(--ink); box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.v2-product-window-home { align-self: center; margin: 42px 34px 42px 0; }
.v2-window-bar { height: 39px; display: flex; align-items: center; gap: 6px; padding: 0 13px; border-bottom: 1px solid rgba(24,32,25,.11); background: #faf8f2; }
.v2-window-bar > i { width: 7px; height: 7px; border-radius: 50%; background: #d8d3c6; }
.v2-window-bar > i:first-child { background: #e77b3f; }
.v2-window-bar > span { margin-left: 7px; color: #667067; font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.v2-product-canvas { position: relative; height: 435px; overflow: hidden; background: #f4f1e8; }
.v2-stock-screen { width: 100%; height: 100%; object-fit: cover; object-position: left top; }
.v2-assistant-crop { position: absolute; z-index: 2; inset: 0 0 0 auto; width: 27%; overflow: hidden; border-left: 1px solid #ded9cd; background: #fbfaf6; box-shadow: -12px 0 26px rgba(28,47,33,.1); }
.v2-assistant-crop img { position: absolute; top: 0; right: 0; width: auto; max-width: none; height: 100%; }
.v2-live-voice { position: absolute; z-index: 3; left: 17px; bottom: 17px; min-width: 240px; display: flex; align-items: center; gap: 10px; padding: 8px 8px 8px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(16,45,31,.94); color: white; box-shadow: 0 12px 28px rgba(16,45,31,.3); backdrop-filter: blur(8px); }
.v2-live-voice > .recording-wave { max-width: 55px; }
.v2-live-voice > span:nth-child(2) { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.v2-live-voice small { color: #afc8b4; font-size: 6px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.v2-live-voice strong { font-size: 8px; }

.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 16px; }
.solution-tile { overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 8px; background: #173827; }
.tile-visual { position: relative; height: 285px; overflow: hidden; background: #eae8df; }
.interface-visual { background: #f2f3ed; }
.interface-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 36%; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.solution-tile:hover .interface-visual img { transform: scale(1.018); }
.visual-caption { position: absolute; z-index: 2; left: 16px; bottom: 15px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 4px; background: rgba(16,45,31,.88); color: white; box-shadow: 0 6px 18px rgba(0,0,0,.18); font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(7px); }
.map-interface-visual img { object-position: center; }
.solution-tile-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.16fr .84fr; }
.solution-tile-wide .tile-visual { height: auto; min-height: 430px; }
.solution-tile-wide .tile-copy { display: flex; flex-direction: column; justify-content: center; padding-inline: 48px; }
.solution-tile-wide .tile-copy > p:not(.tile-label) { min-height: 0; }
.rege-interface-visual { min-height: 620px !important; background: #f3f1e8; }
.rege-interface-visual img { object-fit: contain; object-position: center; }
.tile-copy { padding: 34px 35px 37px; }
.tile-label { margin: 0 0 14px; color: #a8bd9f; font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.tile-copy h3 { margin: 0 0 15px; font-family: var(--display); font-size: 30px; font-weight: 400; }
.tile-copy > p:not(.tile-label) { min-height: 70px; margin: 0; color: #b8c5ba; font-size: 12px; line-height: 1.75; }
.tile-state { display: inline-flex; margin-top: 24px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #d4ddd4; font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.soil-visual { background: #dfd4c1; }
.soil-horizon { position: absolute; left: -5%; width: 110%; border-radius: 50% 40% 0 0; }
.soil-one { height: 43%; bottom: 0; background: #573c27; }
.soil-two { height: 29%; bottom: 0; background: #7c5a3d; }
.soil-three { height: 15%; bottom: 0; background: #ac805a; }
.root-line { position: absolute; z-index: 2; width: 1px; top: 0; background: #f6ecda; transform-origin: top; }
.root-a { height: 190px; left: 43%; transform: rotate(-7deg); }.root-b { height: 135px; left: 52%; transform: rotate(11deg); }.root-c { height: 85px; left: 47%; transform: rotate(31deg); }
.root-line::after { content: ""; position: absolute; width: 34px; height: 1px; top: 62%; background: inherit; transform: rotate(34deg); transform-origin: left; }
.soil-label { position: absolute; z-index: 3; left: 8%; top: 15%; padding: 8px 10px; border-radius: 3px; background: rgba(255,255,255,.86); color: #5d5144; font-size: 7px; font-weight: 800; text-transform: uppercase; }
.soil-label-two { left: auto; right: 8%; top: 49%; background: rgba(246,236,218,.87); }
.territory-visual { background: #e5eadf; }
.mini-map { position: absolute; inset: 0; background-image: linear-gradient(rgba(18,93,9,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(18,93,9,.07) 1px, transparent 1px); background-size: 31px 31px; }
.mini-map svg { position: absolute; inset: 0; width: 100%; height: 100%; color: var(--forest-2); }
.mini-map path { stroke-width: 2; stroke-dasharray: 6 7; }.mini-map circle { fill: var(--orange); stroke: white; stroke-width: 4; }
.mini-parcel { position: absolute; display: block; background: #a8bd94; transform: rotate(-12deg); }
.p1 { width: 110px; height: 72px; left: 8%; top: 43%; }.p2 { width: 128px; height: 85px; right: 9%; top: 13%; background: #d8b373; transform: rotate(9deg); }.p3 { width: 84px; height: 56px; right: 23%; bottom: 4%; background: #8fab79; transform: rotate(5deg); }
.score-badge { position: absolute; left: 50%; top: 50%; width: 80px; height: 80px; display: flex; align-items: baseline; justify-content: center; padding-top: 24px; border: 7px solid rgba(255,255,255,.7); border-radius: 50%; background: var(--forest-2); color: white; box-shadow: 0 10px 25px rgba(28,79,47,.25); transform: translate(-50%,-50%); }
.score-badge small { position: absolute; top: 13px; font-size: 6px; text-transform: uppercase; }.score-badge strong { font-family: var(--display); font-size: 25px; font-weight: 400; }.score-badge span { font-size: 7px; }

.method-section { background: var(--paper); }
.method-layout { display: grid; grid-template-columns: .84fr 1.16fr; gap: 110px; }
.method-intro > p:last-child { max-width: 510px; margin: 28px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.method-steps { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.method-steps li { min-height: 132px; display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.method-steps li > span { align-self: start; padding-top: 29px; color: var(--orange); font-family: var(--display); font-size: 12px; }
.method-steps h3 { margin: 0 0 7px; font-family: var(--display); font-size: 23px; font-weight: 400; }
.method-steps p { max-width: 560px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.company-section { position: relative; overflow: hidden; background: var(--brown); color: white; }
.company-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .3fr 1.7fr; gap: 90px; align-items: center; }
.company-section .eyebrow { margin-bottom: 28px; }
.company-mark { display: flex; flex-direction: column; gap: 23px; align-items: center; }
.company-mark img { width: 260px; height: auto; padding: 13px 16px; border-radius: 7px; background: var(--paper); }
.company-mark span { color: #d1c5b3; font-family: var(--display); font-size: 16px; font-style: italic; line-height: 1.35; text-align: center; }
.company-copy h2 { max-width: 850px; margin: 0; font-family: var(--display); font-size: clamp(2.7rem, 4.4vw, 4.4rem); font-weight: 400; letter-spacing: -.045em; line-height: 1.08; }
.company-copy .eyebrow-light { color: #e9a47d; }
.company-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 45px; margin-top: 42px; padding-top: 29px; border-top: 1px solid rgba(255,255,255,.15); }
.company-columns p { margin: 0; color: #d1c8ba; font-size: 12px; line-height: 1.75; }
.company-lines { position: absolute; width: 520px; height: 520px; left: -290px; top: -160px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018); }

.contact { background: var(--orange); }
.contact-section { padding: 112px 0; background: var(--orange); }
.contact-inner, .contact-layout { display: grid; grid-template-columns: 1.18fr .82fr; align-items: end; gap: 100px; }
.contact-layout .eyebrow { color: #4e2a14; }
.contact-layout h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5.2vw, 5.1rem); font-weight: 400; letter-spacing: -.052em; line-height: 1.02; }
.contact-layout h2 em { font-weight: 400; }
.contact-right, .contact-card { max-width: 480px; justify-self: end; }
.contact-card { padding: 30px; border: 1px solid rgba(59,33,0,.18); border-radius: 7px; background: rgba(255,255,255,.22); }
.contact-card p { margin: 0 0 25px; color: #3c2c20; font-size: 13px; line-height: 1.75; }
.contact-card > a { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 12px; border-bottom: 1px solid rgba(59,33,0,.28); font-family: var(--display); font-size: 23px; }
.contact-card > a span { font-family: var(--sans); font-size: 17px; }
.contact-card > small { display: block; margin-top: 18px; color: #6d4227; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.site-footer { background: #101712; color: white; }
.footer-inner { min-height: 190px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 40px; }
.footer-inner .brand-link, .footer-inner .footer-brand { width: fit-content; padding: 10px 14px; border-radius: 5px; background: var(--paper); }
.footer-inner .brand-link img, .footer-inner > .brand-link img, .footer-inner .footer-brand img { width: 212px; height: auto; filter: none; opacity: 1; }
.footer-inner > p { margin: 0; color: #8c998f; font-family: var(--display); font-size: 13px; font-style: italic; text-align: center; }
.footer-links { display: flex; justify-content: flex-end; align-items: center; gap: 18px; color: #88958b; font-size: 8px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.footer-links a:hover { color: white; }

/* ChampsVivants */
.product-page { --cv-green: #1d5a3b; --cv-green-dark: #123b29; --cv-light: #eff3e9; }
.product-header { background: rgba(249,247,240,.93); }
.cv-hero { position: relative; min-height: 910px; padding-top: 96px; overflow: hidden; background: var(--cv-green-dark); color: white; }
.cv-hero-grid { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(90deg, transparent, #000 45%, #000); }
.cv-hero::before { content: ""; position: absolute; width: 760px; height: 760px; right: -290px; top: -180px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 85px rgba(255,255,255,.025); }
.cv-hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 70px; padding: 75px 0 60px; }
.cv-copy { min-width: 0; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 42px; color: #a9bbaa; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.back-link span { font-size: 16px; }.back-link:hover { color: white; }
.cv-pilot-pill { width: fit-content; display: flex; align-items: center; gap: 9px; margin: 0 0 26px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: #c3d0c4; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.cv-pilot-pill i { width: 7px; height: 7px; border-radius: 50%; background: #9ed182; box-shadow: 0 0 0 4px rgba(158,209,130,.1); }
.cv-wordmark { margin-bottom: 15px; font-size: clamp(3.2rem, 5vw, 5.6rem); font-weight: 850; letter-spacing: -.075em; }
.cv-wordmark span { color: #bdd3ac; font-family: var(--display); font-style: italic; font-weight: 400; }
.cv-copy h1 { margin: 0; font-family: var(--display); font-size: clamp(3.4rem, 5.5vw, 5.7rem); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.cv-copy h1 em { color: #bdd3ac; font-weight: 400; }
.cv-lead { max-width: 600px; margin: 29px 0 0; color: #c8d2c9; font-size: 15px; line-height: 1.78; }
.cv-copy .hero-actions { margin-top: 35px; }
.cv-trust { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 28px; color: #aebcb0; font-size: 9px; font-weight: 700; }
.cv-trust span { display: flex; align-items: center; gap: 5px; }.cv-trust svg { width: 13px; color: #a7ce90; }

.cv-phone-stage { position: relative; min-height: 710px; display: flex; align-items: flex-end; justify-content: center; }
.cv-v2-stage { position: relative; min-height: 690px; display: flex; align-items: center; justify-content: center; }
.cv-v2-window { width: min(720px, calc(100% + 80px)); margin-right: -38px; }
.cv-v2-window .v2-product-canvas { height: 520px; }
.cv-phone-shadow { position: absolute; width: 450px; height: 180px; bottom: 0; border-radius: 50%; background: rgba(0,0,0,.28); filter: blur(35px); }
.cv-phone { position: relative; z-index: 2; width: 385px; height: 705px; overflow: hidden; border: 8px solid #101612; border-bottom: 0; border-radius: 40px 40px 0 0; background: #eae6db; color: var(--ink); box-shadow: 0 -12px 0 rgba(255,255,255,.08), 0 0 0 1px rgba(255,255,255,.13); }
.phone-status { height: 30px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; background: #faf9f4; font-size: 8px; font-weight: 800; }
.cv-chat-head { height: 67px; display: flex; align-items: center; gap: 9px; padding: 0 14px; background: #faf9f4; border-bottom: 1px solid rgba(24,32,25,.08); }
.cv-back { color: var(--cv-green); font-size: 27px; }.cv-avatar { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--cv-green); color: white; }.cv-avatar svg { width: 19px; }
.cv-chat-head > span:nth-child(3) { flex: 1; display: flex; flex-direction: column; }.cv-chat-head strong { font-size: 10px; }.cv-chat-head small { color: #6f8a76; font-size: 7px; }.cv-chat-head b { color: #7d867e; font-size: 11px; letter-spacing: 1px; }
.cv-chat-body { min-height: 550px; padding: 20px 15px; background-image: radial-gradient(rgba(29,90,59,.08) .7px, transparent .7px); background-size: 13px 13px; }
.cv-date { width: fit-content; margin: 0 auto 14px; color: #89908a; font-size: 7px; }
.cv-bubble { max-width: 82%; margin-top: 10px; padding: 11px 13px; border-radius: 11px; font-size: 9px; line-height: 1.55; box-shadow: 0 2px 8px rgba(24,32,25,.06); }
.cv-bubble-user { margin-left: auto; background: #d9e9cf; border-bottom-right-radius: 3px; }.cv-bubble-agent { background: white; border-bottom-left-radius: 3px; }.cv-bubble small { display: block; margin-top: 5px; color: #67806e; font-size: 6px; text-align: right; }
.cv-voice-message { min-width: 242px; padding-block: 9px; }
.cv-voice-message small { margin: 0; }
.cv-transcript { max-width: 78%; margin: 7px 0 0 auto; color: #68756b; font-family: var(--display); font-size: 8px; font-style: italic; line-height: 1.45; text-align: right; }
.cv-stock-card { margin-top: 12px; overflow: hidden; border: 1px solid rgba(24,32,25,.1); border-radius: 8px; background: white; box-shadow: 0 7px 20px rgba(24,32,25,.07); }
.cv-stock-card > p { margin: 0; padding: 10px 12px; border-bottom: 1px solid rgba(24,32,25,.08); color: #728076; font-size: 7px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.cv-stock-card > div { display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 8px; padding: 10px 12px; border-bottom: 1px solid rgba(24,32,25,.06); }
.cv-stock-card > div:last-child { border: 0; }.produce-dot { width: 20px; height: 20px; display: block; border-radius: 50%; }.tomato { background: #d9684d; }.zucchini { background: #65a069; }
.cv-stock-card div > span:nth-child(2) { display: flex; flex-direction: column; }.cv-stock-card strong { font-size: 8px; }.cv-stock-card small { color: #828a83; font-size: 7px; }.cv-stock-card b { color: #5f9566; font-size: 6px; text-transform: uppercase; }
.cv-input { position: absolute; inset: auto 12px 12px; height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 0 6px 0 14px; border: 1px solid rgba(24,32,25,.12); border-radius: 999px; background: white; color: #929992; font-size: 8px; }.cv-input b { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--cv-green); color: white; font-size: 16px; }
.cv-input-recording { height: 58px; gap: 10px; padding: 6px 7px 6px 15px; border-color: rgba(255,255,255,.1); background: var(--cv-green-dark); color: white; box-shadow: 0 10px 25px rgba(16,45,31,.28); }
.cv-recording-status { min-width: 90px; display: flex; align-items: center; gap: 7px; }
.cv-recording-status > i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #ff8b68; box-shadow: 0 0 0 5px rgba(255,139,104,.13); animation: recordBlink 1.25s ease-in-out infinite; }
.cv-recording-status > span { display: flex; flex-direction: column; gap: 2px; }
.cv-recording-status small { color: #afc6b5; font-size: 6px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cv-recording-status strong { color: white; font-size: 8px; }
.cv-input-recording .recording-wave { max-width: none; }
.cv-input-recording .recording-mic { width: 43px; height: 43px; }
.cv-input-recording .recording-mic svg { width: 20px; height: 20px; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; min-width: 142px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 6px; background: rgba(250,249,244,.95); color: var(--ink); box-shadow: 0 16px 33px rgba(0,0,0,.18); }.floating-note strong { color: var(--orange); font-family: var(--display); font-size: 25px; font-weight: 400; }.floating-note span { color: #5c675f; font-size: 8px; line-height: 1.3; }.floating-note-orders { right: 0; top: 28%; }.floating-note-time { left: 0; bottom: 23%; }
.floating-note-voice { min-width: 166px; }
.floating-note-voice .floating-mic { width: 35px; height: 35px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: white; animation: micPulseSoft 2s ease-out infinite; }
.floating-note-voice .floating-mic svg { width: 18px; height: 18px; }
.floating-note-voice span:last-child { font-size: 8px; }
.floating-note-voice b { color: var(--cv-green-dark); font-size: 9px; }

@keyframes voiceBar { 0%, 100% { transform: scaleY(.48); opacity: .72; } 50% { transform: scaleY(1.05); opacity: 1; } }
@keyframes micPulse { 0% { box-shadow: 0 0 0 0 rgba(231,123,63,.38); } 70% { box-shadow: 0 0 0 11px rgba(231,123,63,0); } 100% { box-shadow: 0 0 0 0 rgba(231,123,63,0); } }
@keyframes micPulseSoft { 0% { box-shadow: 0 0 0 0 rgba(231,123,63,.32); } 70% { box-shadow: 0 0 0 9px rgba(231,123,63,0); } 100% { box-shadow: 0 0 0 0 rgba(231,123,63,0); } }
@keyframes recordBlink { 0%, 100% { opacity: .55; } 50% { opacity: 1; } }

.cv-problem { background: var(--paper); }
.cv-problem-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; align-items: start; }
.cv-problem h2 { font-size: clamp(3rem, 4.7vw, 4.6rem); }
.problem-list { border-top: 1px solid var(--line); }
.problem-list article { min-height: 135px; display: grid; grid-template-columns: 44px 1fr; gap: 23px; align-items: center; border-bottom: 1px solid var(--line); }
.problem-list article > span { align-self: start; padding-top: 28px; color: var(--orange); font-family: var(--display); font-size: 12px; }.problem-list h3 { margin: 0 0 7px; font-family: var(--display); font-size: 23px; font-weight: 400; }.problem-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.cv-how { background: #e7ecdf; }
.cv-steps { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin: 68px 0 0; padding: 0; list-style: none; }
.cv-steps li { position: relative; padding: 0 27px 0 0; }.cv-steps li + li { padding-left: 27px; border-left: 1px solid rgba(24,32,25,.12); }
.step-number { display: block; margin-bottom: 35px; color: #859086; font-family: var(--display); font-size: 11px; }
.step-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 48px; border-radius: 50%; background: var(--cv-green); color: white; box-shadow: 0 0 0 9px #e7ecdf; }.step-icon svg { width: 21px; height: 21px; }
.cv-steps h3 { margin: 0 0 12px; font-family: var(--display); font-size: 22px; font-weight: 400; }.cv-steps p { margin: 0; color: #5c675f; font-size: 11px; line-height: 1.7; }
.flow-line { position: absolute; display: none; }

.cv-benefits { background: var(--cv-green-dark); color: white; }
.cv-benefit-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.day-card { max-width: 520px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: #f9f7f0; color: var(--ink); box-shadow: 25px 27px 0 rgba(255,255,255,.06); }
.day-card-head { min-height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 23px; border-bottom: 1px solid var(--line); }.day-card-head span { color: #758078; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }.day-card-head strong { font-family: var(--display); font-size: 17px; font-weight: 400; }
.timeline-row { min-height: 82px; display: grid; grid-template-columns: 42px 10px 1fr 20px; align-items: center; gap: 12px; padding: 0 22px; border-bottom: 1px solid rgba(24,32,25,.09); }.timeline-row:last-child { border: 0; }.timeline-row > i { color: #929a93; font-family: var(--display); font-size: 10px; font-style: normal; }.timeline-dot { width: 8px; height: 8px; border: 2px solid #88a87d; border-radius: 50%; }.timeline-row > div { display: flex; flex-direction: column; gap: 4px; }.timeline-row strong { font-size: 10px; }.timeline-row small { color: #858d86; font-size: 7px; }.timeline-row > b { color: #6a9d69; font-size: 12px; }.timeline-row.active { background: #e0ead9; }.timeline-row.active .timeline-dot { background: var(--cv-green); border-color: var(--cv-green); }.timeline-row.muted { opacity: .6; }
.benefit-copy .eyebrow { margin-bottom: 27px; }.benefit-copy h2 em { color: #bdd3ac; }.benefit-list { margin: 45px 0 0; padding: 0; list-style: none; }.benefit-list li { display: grid; grid-template-columns: 35px 1fr; gap: 17px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); }.benefit-list li > span { color: #9eb491; font-family: var(--display); font-size: 11px; }.benefit-list h3 { margin: 0 0 6px; font-family: var(--display); font-size: 20px; font-weight: 400; }.benefit-list p { margin: 0; color: #b8c5ba; font-size: 11px; line-height: 1.65; }

.cv-pilot { position: relative; overflow: hidden; background: var(--paper); }
.pilot-orbit { position: absolute; width: 520px; height: 520px; right: -270px; top: -180px; border: 1px solid rgba(18,93,9,.1); border-radius: 50%; box-shadow: 0 0 0 55px rgba(18,93,9,.025),0 0 0 110px rgba(18,93,9,.018); }
.pilot-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 100px; }.pilot-lead { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.pilot-card { padding: 35px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 20px 50px rgba(24,48,31,.08); }.pilot-card-label { display: block; margin-bottom: 23px; color: var(--orange); font-size: 8px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }.pilot-card ul { margin: 0 0 28px; padding: 0; list-style: none; }.pilot-card li { display: flex; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid rgba(24,32,25,.08); color: #4f5b52; font-size: 11px; }.pilot-card li svg { width: 16px; color: var(--cv-green); }.pilot-card > small { display: block; margin-top: 13px; color: #8a928b; font-size: 8px; text-align: center; }

.cv-final { padding: 110px 0; background: var(--orange); text-align: center; }.cv-final-inner > span { color: #63391f; font-size: 8px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }.cv-final h2 { margin: 26px 0 0; font-family: var(--display); font-size: clamp(3rem,5.4vw,5.2rem); font-weight: 400; letter-spacing: -.052em; line-height: 1.02; }.cv-final p { margin: 17px 0 29px; font-family: var(--display); font-size: 22px; font-style: italic; }.cv-final a { display: inline-flex; align-items: center; gap: 15px; padding-bottom: 7px; border-bottom: 1px solid rgba(24,32,25,.45); font-size: 12px; font-weight: 850; }.cv-final a span { font-size: 17px; }

[data-reveal] { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .header-cta { margin-left: auto; }
  .hero-grid, .cv-hero-layout { grid-template-columns: 1fr; gap: 70px; }
  .home-hero { padding-top: 110px; }
  .hero-copy { max-width: 790px; }
  .hero-console, .hero-product-gallery { width: min(760px, 94%); margin: 0 auto; }
  .split-heading, .method-layout, .company-layout, .cv-problem-layout, .pilot-layout { grid-template-columns: 1fr; gap: 48px; }
  .split-heading > p { max-width: 650px; }
  .solution-showcase-main { grid-template-columns: 1fr; }
  .chat-window { min-height: 400px; margin-left: 48px; }
  .method-intro { max-width: 760px; }
  .company-mark { flex-direction: row; justify-content: flex-start; }
  .company-mark span { text-align: left; }
  .cv-phone-stage { min-height: 730px; }
  .cv-v2-stage { min-height: auto; padding-bottom: 65px; }
  .cv-v2-window { width: 100%; margin-right: 0; }
  .cv-v2-window .v2-product-canvas { height: 560px; }
  .cv-benefit-layout { gap: 60px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 78px; }
  .shell { width: calc(100% - 32px); }
  .site-header, .site-header.is-scrolled { height: 76px; }
  .brand-link img { width: 178px; height: auto; }
  .header-cta { display: none; }
  .mobile-menu { top: 76px; }
  .home-hero { min-height: auto; padding-top: 76px; }
  .hero-grid { gap: 61px; padding: 63px 0 82px; }
  .hero-copy h1 { max-width: 100%; font-size: clamp(3.5rem, 18vw, 5rem); }
  .hero-lead { margin-top: 28px; font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 13px; }
  .hero-actions .button { width: 100%; }
  .text-action { align-self: flex-start; }
  .hero-meta { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-console { width: calc(100% - 10px); box-shadow: 12px 15px 0 #dfe5d6, 0 25px 50px rgba(27,48,34,.14); }
  .hero-product-gallery { width: 100%; padding: 8px; box-shadow: 12px 15px 0 #dfe5d6, 0 25px 50px rgba(27,48,34,.14); transform: none; }
  .hero-gallery-heading { min-height: 62px; padding-inline: 7px; }.hero-gallery-heading strong { font-size: 16px; }.hero-gallery-heading small { display: none; }
  .hero-product-card { height: 128px; }.hero-product-card.hero-product-main { height: 220px; }.hero-product-label { align-items: flex-start; flex-direction: column; gap: 3px; padding: 27px 9px 9px; }.hero-product-label strong { max-width: 100%; text-align: left; }
  .console-header { min-height: 52px; }.console-footer { display: none; }
  .map-chip { min-width: 100px; padding: 8px; }.layer-stack { display: none; }
  .signal-inner { min-height: auto; padding: 26px 0; align-items: flex-start; flex-direction: column; gap: 22px; }
  .signal-inner > p { font-size: 16px; }.signal-inner ul { width: 100%; justify-content: space-between; gap: 7px; }.signal-inner li { flex-direction: column; align-items: flex-start; gap: 4px; font-size: 7px; }
  .section { padding: 87px 0; }
  .section-heading h2, .method-intro h2, .cv-problem h2, .benefit-copy h2, .cv-pilot h2 { font-size: 2.85rem; }
  .expertise-grid, .solution-grid { grid-template-columns: 1fr; }
  .expertise-grid { margin-top: 38px; }.expertise-card { min-height: auto; padding: 23px 22px; }.expertise-card h3 { margin-top: 28px; }
  .solution-showcase { margin-top: 43px; }.solution-copy { padding: 42px 25px; }.solution-status { margin-bottom: 30px; }.chat-window { min-height: 390px; margin: 0 15px; }.v2-product-window-home { margin: 0 15px 24px; }.v2-product-canvas { height: 320px; }.v2-assistant-crop { display: none; }.v2-live-voice { left: 10px; right: 10px; bottom: 10px; min-width: 0; }
  .solution-grid { margin-top: 15px; }.solution-tile-wide { display: block; }.tile-visual, .solution-tile-wide .tile-visual { height: 230px; min-height: 0; }.solution-tile-wide .rege-interface-visual { height: 390px; min-height: 390px; }.tile-copy, .solution-tile-wide .tile-copy { padding: 29px 25px; }.tile-copy > p:not(.tile-label) { min-height: auto; }
  .method-steps li { min-height: 125px; }.company-columns { grid-template-columns: 1fr; gap: 20px; }.company-mark img { width: 230px; height: auto; }.company-copy h2 { font-size: 2.65rem; }
  .contact-section { padding: 82px 0; }.contact-layout { grid-template-columns: 1fr; gap: 42px; }.contact-layout h2 { font-size: 2.85rem; }.contact-card { max-width: none; justify-self: stretch; padding: 24px 20px; }.contact-card > a { font-size: 18px; }
  .footer-inner { min-height: auto; grid-template-columns: 1fr; gap: 24px; padding: 50px 0; text-align: center; }.footer-inner .brand-link, .footer-inner .footer-brand { justify-self: center; }.footer-links { justify-content: center; flex-wrap: wrap; }

  .cv-hero { min-height: auto; padding-top: 76px; }.cv-hero-layout { gap: 55px; padding: 48px 0 0; }.cv-copy, .cv-copy .hero-actions, .cv-lead { width: 100%; max-width: 100%; }.back-link { margin-bottom: 31px; }.cv-wordmark { font-size: clamp(2.45rem, 12vw, 2.9rem); }.cv-copy h1 { font-size: clamp(2.55rem, 11.3vw, 2.8rem); }.cv-lead { font-size: 14px; }.cv-trust { gap: 13px; }
  .cv-phone-stage { min-height: 640px; }.cv-phone { width: min(330px, calc(100vw - 46px)); height: 630px; border-width: 6px; border-radius: 31px 31px 0 0; }.cv-chat-body { min-height: 485px; }.cv-voice-message { min-width: 205px; }.cv-v2-stage { padding-bottom: 56px; }.cv-v2-window .v2-product-canvas { height: 330px; }.floating-note { transform: scale(.78); }.floating-note-orders { right: -27px; top: 18%; }.floating-note-time { left: -30px; bottom: 2%; }
  .problem-list article { min-height: 125px; }.cv-steps { grid-template-columns: 1fr; gap: 0; margin-top: 42px; }.cv-steps li, .cv-steps li + li { min-height: 155px; display: grid; grid-template-columns: 42px 46px 1fr; gap: 15px; align-items: start; padding: 24px 0; border-left: 0; border-top: 1px solid var(--line); }.step-number { margin: 11px 0 0; }.step-icon { width: 44px; height: 44px; margin: 0; box-shadow: none; }.cv-steps h3 { margin: 7px 0 8px; }.cv-steps p { grid-column: 3; }
  .cv-benefit-layout { grid-template-columns: 1fr; gap: 75px; }.benefit-visual { order: 2; }.day-card { box-shadow: 13px 15px 0 rgba(255,255,255,.06); }.timeline-row { grid-template-columns: 37px 8px 1fr 15px; gap: 9px; padding: 0 14px; }
  .pilot-card { padding: 27px 21px; }.cv-final { padding: 83px 0; }.cv-final h2 { font-size: 2.85rem; }
}

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