:root {
  --ink: #102a33;
  --ink-soft: #28434b;
  --paper: #f3efe5;
  --paper-deep: #e8e1d4;
  --white: #fffdf7;
  --orange: #ff6b2c;
  --orange-light: #ff8b5a;
  --line: rgba(16, 42, 51, .18);
  --radius: 5px;
  --max: 1240px;
  --shadow: 0 24px 70px rgba(16, 42, 51, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--orange); color: var(--white); }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; padding: 12px 16px; background: var(--ink); color: white; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { width: min(calc(100% - 48px), var(--max)); height: 96px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 10px; text-decoration: none; letter-spacing: -.02em; font-size: 17px; font-weight: 400; }
.brand strong { font-weight: 800; }
.brand-mark { width: 37px; height: 37px; padding: 4px; fill: var(--orange); background: var(--ink); border-radius: 4px; }
.desktop-nav { display: flex; gap: 34px; }
.desktop-nav a { position: relative; text-decoration: none; font-size: 13px; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .2s; }
.desktop-nav a:hover::after { right: 0; }
.header-status { justify-self: end; display: inline-flex; align-items: center; gap: 9px; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; }
.header-status span, .availability-note span { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255, 107, 44, .13); }

.hero { width: min(calc(100% - 48px), var(--max)); min-height: 660px; margin: 0 auto; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; padding: 64px 0 84px; overflow: hidden; }
.eyebrow { margin: 0 0 23px; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 850; }
.eyebrow span { color: var(--orange); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(55px, 6.4vw, 94px); line-height: .92; letter-spacing: -.062em; font-weight: 790; }
.hero h1 em { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 580px; margin: 34px 0; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; color: var(--ink-soft); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; }
.text-link { font-size: 13px; font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.text-link span { color: var(--orange); margin-left: 8px; }
.trust-note { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-soft); font-size: 12px; font-weight: 650; }
.trust-note svg { width: 18px; fill: var(--orange); }
.hero-visual { position: relative; height: 500px; min-width: 440px; }
.hero-visual::before { content: ""; position: absolute; width: 360px; height: 360px; right: 36px; top: 49px; background: var(--orange); border-radius: 50%; }
.hero-visual::after { content: ""; position: absolute; inset: 4px -25px auto auto; width: 450px; height: 450px; border: 1px solid var(--line); border-radius: 50%; }
.device { position: absolute; z-index: 2; width: 270px; height: 390px; border: 10px solid #173740; border-radius: 32px; background: var(--paper-deep); box-shadow: 0 30px 55px rgba(16, 42, 51, .26); }
.device::before { content: ""; position: absolute; top: 9px; left: 50%; width: 64px; height: 7px; border-radius: 5px; background: var(--ink); transform: translateX(-50%); }
.device-back { top: 50px; right: 68px; transform: rotate(9deg); opacity: .32; }
.device-back span { display: block; width: 55px; height: 55px; margin: 32px 0 0 26px; border: 8px solid var(--ink); border-radius: 16px; }
.device-front { top: 70px; right: 127px; transform: rotate(-8deg); }
.device-screen { display: flex; height: 100%; flex-direction: column; align-items: center; justify-content: center; background: repeating-linear-gradient(0deg, transparent, transparent 35px, rgba(16, 42, 51, .045) 36px); border-radius: 21px; }
.device-screen svg { width: 115px; fill: none; stroke: var(--orange); stroke-width: 3; stroke-linecap: round; }
.device-screen strong { margin-top: 18px; font-size: 25px; letter-spacing: .16em; }
.device-screen small { margin-top: 4px; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.screen-dot { position: absolute; right: 20px; top: 38px; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.repair-tag { position: absolute; z-index: 3; bottom: 12px; right: 8px; padding: 13px 17px; color: var(--paper); background: var(--ink); font: 700 12px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; transform: rotate(3deg); box-shadow: var(--shadow); }
.repair-tag span { color: var(--orange); font-size: 9px; letter-spacing: .08em; }

.action-section { padding: 98px max(24px, calc((100% - var(--max)) / 2)); background: var(--white); }
.section-heading { display: grid; grid-template-columns: .6fr 1.2fr 1fr; align-items: end; gap: 40px; margin-bottom: 42px; }
.section-heading .eyebrow { margin: 0; color: var(--orange); }
.section-heading h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); letter-spacing: -.05em; }
.section-heading > p:last-child { justify-self: end; max-width: 330px; margin: 0; color: var(--ink-soft); line-height: 1.6; }
.action-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.action-card { position: relative; min-height: 350px; padding: 30px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr auto; text-align: left; border: 0; border-radius: var(--radius); overflow: hidden; cursor: pointer; transition: transform .25s, box-shadow .25s; }
.action-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.action-primary { color: var(--paper); background: var(--ink); }
.action-secondary { color: var(--ink); background: var(--orange); }
.card-number { font: 600 12px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; opacity: .72; }
.action-icon { align-self: start; grid-column: 2; grid-row: 1 / span 2; display: grid; place-items: center; width: 90px; height: 90px; border-radius: 50%; border: 1px solid currentColor; opacity: .9; }
.action-icon svg { width: 48px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.card-copy { grid-row: 3; align-self: end; }
.card-copy small { display: block; margin-bottom: 13px; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; font-weight: 800; opacity: .68; }
.card-copy strong { display: block; font-size: clamp(27px, 3vw, 42px); line-height: 1.04; letter-spacing: -.04em; }
.card-arrow { grid-column: 2; grid-row: 3; align-self: end; justify-self: end; font-size: 31px; transition: transform .2s; }
.action-card:hover .card-arrow { transform: translate(4px, -4px); }
.availability-note { margin: 22px 0 0; display: flex; justify-content: flex-end; align-items: center; gap: 10px; color: var(--ink-soft); font-size: 11px; }

.principles { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); padding: 95px 0; }
.principles article { padding: 5px 44px 5px 0; border-right: 1px solid var(--line); }
.principles article + article { padding-left: 44px; }
.principles article:last-child { border: 0; }
.principles span { color: var(--orange); font: 700 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.principles h3 { margin: 19px 0 10px; font: 400 italic 34px Georgia, serif; }
.principles p { margin: 0; color: var(--ink-soft); line-height: 1.6; font-size: 14px; }

.software { padding: 110px max(24px, calc((100% - var(--max)) / 2)); color: var(--paper); background: var(--ink); display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.eyebrow-light { color: var(--orange-light); }
.software-intro h2 { margin: 0; font-size: clamp(39px, 4.5vw, 64px); line-height: 1.01; letter-spacing: -.052em; }
.software-intro > p:last-child { max-width: 480px; margin: 30px 0 0; color: rgba(243, 239, 229, .68); line-height: 1.7; }
.product-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.product-card { min-height: 495px; padding: 27px; display: flex; flex-direction: column; color: var(--ink); background: var(--paper); border-radius: var(--radius); }
.product-card-accent { background: var(--orange); }
.product-topline { display: flex; justify-content: space-between; align-items: center; }
.product-index { font: 700 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.product-chip { padding: 7px 9px; border: 1px solid currentColor; border-radius: 20px; text-transform: uppercase; letter-spacing: .1em; font-size: 8px; font-weight: 800; }
.product-mark { width: 74px; height: 74px; margin: 70px 0 35px; display: grid; place-items: center; color: var(--paper); background: var(--ink); border-radius: 10px; font-size: 26px; font-weight: 900; letter-spacing: -.08em; box-shadow: 8px 8px 0 rgba(16, 42, 51, .13); }
.twist-mark { color: var(--orange); border-radius: 50% 8px 50% 50%; font-size: 36px; font-style: italic; }
.product-card h3 { margin: 0; font-size: 31px; letter-spacing: -.04em; }
.product-card h3 span { display: block; font: 400 italic 25px Georgia, serif; }
.product-card p { margin: 19px 0 30px; line-height: 1.58; font-size: 13px; }
.product-link { margin-top: auto; padding: 15px 0 5px; display: flex; justify-content: space-between; border: 0; border-top: 1px solid var(--line); background: transparent; font-size: 11px; font-weight: 850; cursor: pointer; }

.survey-location { display: grid; grid-template-columns: .88fr 1.12fr; }
.survey { padding: 100px max(50px, calc((100vw - var(--max)) / 2)); padding-right: 80px; background: var(--paper-deep); }
.survey h2, .location h2 { margin: 0 0 22px; font-size: clamp(38px, 4.3vw, 62px); line-height: 1; letter-spacing: -.05em; }
.survey > p:not(.eyebrow) { line-height: 1.65; color: var(--ink-soft); }
.survey small { display: block; margin-top: 14px; color: var(--ink-soft); font-size: 10px; }
.button { min-height: 48px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid transparent; border-radius: 3px; font-size: 11px; font-weight: 850; cursor: pointer; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--ink); }
.survey .button { margin-top: 16px; }
.location { position: relative; min-height: 575px; overflow: hidden; color: var(--paper); background: var(--orange); }
.map-pattern { position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(30deg, transparent 48%, var(--ink) 49%, var(--ink) 51%, transparent 52%), linear-gradient(120deg, transparent 48%, var(--ink) 49%, var(--ink) 51%, transparent 52%); background-size: 125px 110px; transform: scale(1.25) rotate(-4deg); }
.map-pin { position: absolute; left: 59%; top: 18%; width: 120px; height: 120px; border: 2px solid var(--ink); border-radius: 50% 50% 50% 5px; transform: rotate(-45deg); background: var(--orange); }
.map-pin i { position: absolute; inset: 32px; border-radius: 50%; background: var(--ink); }
.location-copy { position: absolute; z-index: 2; left: 60px; bottom: 55px; max-width: 510px; padding: 34px; background: var(--ink); box-shadow: var(--shadow); }
.location-copy h2 { font-size: clamp(30px, 3vw, 45px); }
.location-copy > p:not(.eyebrow) { color: rgba(243, 239, 229, .75); line-height: 1.65; }
.location-copy a { display: inline-block; margin-top: 10px; color: var(--orange-light); text-decoration: none; font-size: 11px; font-weight: 800; border-bottom: 1px solid var(--orange); padding-bottom: 4px; }

.site-footer { padding: 80px max(24px, calc((100% - var(--max)) / 2)) 28px; background: var(--white); }
.footer-brand { display: flex; justify-content: space-between; padding-bottom: 55px; border-bottom: 1px solid var(--line); }
.brand-footer { font-size: 23px; }
.brand-footer .brand-mark { width: 46px; height: 46px; }
.footer-brand p { width: 310px; margin: 0; color: var(--ink-soft); font: italic 19px/1.5 Georgia, serif; }
.footer-links { padding: 50px 0; display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 50px; }
.footer-links div { display: flex; flex-direction: column; gap: 12px; }
.footer-links strong { margin-bottom: 8px; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.footer-links a, .footer-links button { width: fit-content; padding: 0; color: var(--ink-soft); background: none; border: 0; font-size: 12px; text-decoration: none; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid var(--line); color: var(--ink-soft); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; font-weight: 750; }

.modal { width: min(92vw, 520px); max-height: 92vh; padding: 0; border: 0; border-radius: 7px; background: transparent; overflow: visible; }
.modal::backdrop { background: rgba(9, 28, 34, .78); backdrop-filter: blur(5px); }
.modal-card { position: relative; max-height: 92vh; overflow: auto; padding: 45px; background: var(--paper); box-shadow: var(--shadow); }
.modal-close { position: absolute; right: 18px; top: 14px; width: 38px; height: 38px; border: 0; background: transparent; font-size: 29px; cursor: pointer; }
.modal-kicker { color: var(--orange); text-transform: uppercase; letter-spacing: .15em; font-size: 9px; font-weight: 850; }
.modal h2 { margin: 12px 0; font-size: 37px; line-height: 1; letter-spacing: -.045em; }
.modal p { color: var(--ink-soft); line-height: 1.55; font-size: 13px; }
.modal label:not(.radio-row) { display: block; margin-top: 20px; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 850; }
.modal input, .modal textarea, .modal select { width: 100%; margin-top: 8px; padding: 13px 12px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 2px; text-transform: none; letter-spacing: 0; outline: none; }
.modal input:focus, .modal textarea:focus, .modal select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255, 107, 44, .14); }
.modal .button { width: 100%; margin-top: 24px; }
.form-note { display: block; margin-top: 10px; color: var(--ink-soft); text-align: center; font-size: 9px; }
.survey-form fieldset { margin: 22px 0 5px; padding: 0; border: 0; }
.survey-form legend { margin-bottom: 9px; font-size: 12px; font-weight: 800; }
.radio-row { display: flex; align-items: center; gap: 10px; padding: 11px; border-bottom: 1px solid var(--line); cursor: pointer; font-size: 12px; }
.radio-row input { width: auto; margin: 0; accent-color: var(--orange); }
.toast { position: fixed; z-index: 150; left: 50%; bottom: 28px; max-width: 90vw; padding: 14px 20px; color: white; background: var(--ink); border-left: 4px solid var(--orange); transform: translate(-50%, 140%); opacity: 0; transition: transform .3s, opacity .3s; font-size: 12px; box-shadow: var(--shadow); }
.toast.visible { transform: translate(-50%, 0); opacity: 1; }
.cookie-banner { position: fixed; z-index: 100; left: 22px; right: 22px; bottom: 22px; max-width: 1100px; margin: auto; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--paper); background: var(--ink); box-shadow: var(--shadow); border-top: 3px solid var(--orange); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-size: 14px; }
.cookie-banner p { margin: 5px 0 0; color: rgba(243, 239, 229, .7); font-size: 11px; }
.cookie-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.cookie-actions a { color: var(--paper); font-size: 10px; }
.cookie-actions .button { min-height: 39px; padding: 0 13px; }
.button-outline { color: var(--paper); border-color: rgba(243, 239, 229, .4); background: transparent; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-main { width: min(calc(100% - 48px), 790px); margin: 0 auto; padding: 80px 0 110px; }
.legal-main h1 { margin: 0 0 25px; font-size: clamp(48px, 7vw, 76px); letter-spacing: -.06em; }
.legal-main h2 { margin: 42px 0 12px; font-size: 24px; letter-spacing: -.03em; }
.legal-main p, .legal-main li { color: var(--ink-soft); line-height: 1.75; }
.legal-main .legal-date { color: var(--orange); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 800; }
.back-link { display: inline-block; margin-top: 42px; font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--ink); }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { position: relative; z-index: 4; }
  .hero-visual { width: 540px; margin: -20px auto 0; }
  .section-heading { grid-template-columns: 1fr 1fr; }
  .section-heading .eyebrow { grid-column: 1 / -1; }
  .software { grid-template-columns: 1fr; gap: 55px; }
  .software-intro { max-width: 740px; }
}

@media (max-width: 760px) {
  .site-header { width: min(calc(100% - 30px), var(--max)); height: 75px; grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .header-status { font-size: 8px; }
  .hero { width: min(calc(100% - 30px), var(--max)); min-height: auto; padding: 58px 0 40px; }
  .hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero-lead { font-size: 17px; }
  .hero-visual { width: 100%; min-width: 0; height: 410px; margin-top: 25px; }
  .hero-visual::before { width: 290px; height: 290px; right: 8px; }
  .hero-visual::after { width: 330px; height: 330px; right: -60px; }
  .device { width: 205px; height: 310px; }
  .device-back { right: 25px; }
  .device-front { right: 65px; }
  .repair-tag { right: 0; }
  .action-section { padding-top: 75px; padding-bottom: 75px; }
  .section-heading { display: block; }
  .section-heading h2 { margin: 13px 0; }
  .section-heading > p:last-child { margin: 0; }
  .action-grid { grid-template-columns: 1fr; }
  .action-card { min-height: 300px; }
  .availability-note { justify-content: flex-start; }
  .principles { width: min(calc(100% - 48px), var(--max)); grid-template-columns: 1fr; padding: 65px 0; }
  .principles article, .principles article + article { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-list { grid-template-columns: 1fr; }
  .product-card { min-height: 450px; }
  .survey-location { grid-template-columns: 1fr; }
  .survey { padding: 75px 24px; }
  .location { min-height: 550px; }
  .location-copy { left: 18px; right: 18px; bottom: 22px; padding: 26px; }
  .footer-brand { display: block; }
  .footer-brand p { width: auto; margin-top: 30px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-links div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .modal-card { padding: 40px 23px 26px; }
  .cookie-banner { align-items: stretch; flex-direction: column; gap: 14px; }
  .cookie-actions { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
