:root {
  --ink: #0b0e11;
  --carbon: #11161b;
  --steel: #1c242b;
  --steel-light: #87919a;
  --paper: #f2f2ef;
  --white: #ffffff;
  --gold: #d2a34a;
  --gold-bright: #efbd5a;
  --red: #b7202e;
  --navy: #061c45;
  --line: rgba(255, 255, 255, 0.16);
  --shell: 1240px;
  --display: "Bahnschrift Condensed", "DIN Condensed", "Franklin Gothic Medium", sans-serif;
  --body: "Aptos", "Trebuchet MS", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--ink); color: var(--paper); font-family: var(--body); line-height: 1.6; }
body::before { position: fixed; z-index: -1; inset: 0; content: ""; opacity: .16; background-image: repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(255,255,255,.05) 80px); pointer-events: none; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a, input, textarea, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 12px 18px; transform: translateY(-150%); background: var(--white); color: var(--ink); }
.skip-link:focus { transform: none; }
.section-shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.narrow { max-width: 820px; }
.section { padding: 120px 0; }
.eyebrow { margin: 0 0 18px; color: var(--gold-bright); font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: 2px; line-height: 1.2; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: var(--display); line-height: .98; letter-spacing: 0; }
h2 { margin-bottom: 28px; font-size: 52px; max-width: 820px; }
h3 { font-size: 24px; }
p { margin-top: 0; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 13px 24px; border: 1px solid var(--gold); border-radius: 2px; background: var(--gold); color: #111; font-family: var(--display); font-size: 16px; font-weight: 700; letter-spacing: .4px; cursor: pointer; transition: background-color .2s, border-color .2s, color .2s, transform .2s; }
.button:hover { background: var(--gold-bright); border-color: var(--gold-bright); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 8px 16px; font-size: 14px; }
.button-outline { background: transparent; color: var(--paper); }
.button-outline:hover { background: var(--gold); color: var(--ink); }
.button-light { background: var(--white); border-color: var(--white); }
.button-danger { background: var(--red); border-color: var(--red); color: var(--white); }
.text-link, .back-link { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; border-bottom: 1px solid var(--gold); font-family: var(--display); font-weight: 700; }

.site-header { position: fixed; z-index: 50; top: 0; right: 0; left: 0; border-bottom: 1px solid transparent; transition: background-color .2s, border-color .2s; }
.site-header.is-scrolled, .site-header.menu-open { border-color: var(--line); background: rgba(11,14,17,.96); }
.nav-shell { width: min(calc(100% - 48px), 1360px); min-height: 72px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 188px; height: 36px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.nav-links { display: flex; align-items: center; gap: 30px; font-family: var(--display); font-size: 14px; font-weight: 700; }
.nav-links > a:not(.button) { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 2px solid transparent; }
.nav-links > a:not(.button):hover { border-bottom-color: var(--gold); }
.lang-link { padding-inline: 8px; color: var(--gold-bright); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 790px; display: flex; align-items: center; overflow: hidden; background: var(--ink); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% 34%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,11,14,.95) 0%, rgba(8,11,14,.76) 38%, rgba(8,11,14,.14) 78%), linear-gradient(0deg, rgba(8,11,14,.62), transparent 48%); }
.hero-content { position: relative; z-index: 2; padding-top: 58px; }
.hero h1 { max-width: 760px; margin-bottom: 20px; color: var(--white); font-size: 112px; font-weight: 800; }
.hero h1 sup { margin-left: 8px; color: var(--gold); font-size: 20px; vertical-align: top; }
.hero-lead { max-width: 610px; margin-bottom: 36px; color: #d6d9dc; font-size: 24px; line-height: 1.35; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-index { position: absolute; z-index: 2; right: 4%; bottom: 34px; display: flex; align-items: center; gap: 15px; color: rgba(255,255,255,.66); font-family: var(--display); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.hero-index i { width: 80px; height: 1px; background: var(--gold); }
.numbers-band { border-block: 1px solid var(--line); background: #151a1e; }
.numbers-grid { min-height: 150px; display: grid; grid-template-columns: repeat(4, 1fr); }
.numbers-grid > div { padding: 28px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); }
.numbers-grid > div:last-child { border-right: 1px solid var(--line); }
.numbers-grid strong { color: var(--white); font-family: var(--display); font-size: 40px; line-height: 1; }
.numbers-grid span { color: #aeb5ba; font-size: 13px; text-transform: uppercase; }

.why-section { background: var(--paper); color: var(--ink); }
.split-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 100px; align-items: end; }
.section-copy { padding-left: 34px; border-left: 2px solid var(--gold); color: #394148; font-size: 18px; }
.section-copy p:last-child { margin-bottom: 0; }
.compact { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.capabilities { background: var(--ink); }
.capability-list { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(2, 1fr); }
.capability-list article { min-height: 210px; padding: 34px 34px 34px 82px; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-list article:nth-child(2n) { border-right: 0; }
.capability-list article > span { position: absolute; top: 40px; left: 24px; color: var(--gold); font-family: var(--display); font-size: 12px; }
.capability-list h3 { margin-bottom: 16px; color: var(--white); }
.capability-list p { max-width: 460px; margin: 0; color: #aeb5ba; }

.robot-gallery { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 600px; background: #222a30; }
.gallery-image { min-height: 540px; }
.gallery-image img { width: 100%; height: 100%; object-fit: cover; object-position: 38% center; }
.gallery-copy { padding: 90px max(40px, calc((100vw - var(--shell)) / 2)); align-self: center; }
.gallery-copy h2 { font-size: 44px; }
.gallery-copy p:not(.eyebrow) { color: #bdc3c7; }
.use-cases { background: #ecece8; color: var(--ink); }
.use-case-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #aeb1ae; border-bottom: 1px solid #aeb1ae; }
.use-case-grid article { min-height: 220px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid #aeb1ae; }
.use-case-grid article:last-child { border-right: 0; }
.use-case-grid span { color: var(--red); font-family: var(--display); font-size: 13px; }
.use-case-grid h3 { margin: 0; font-size: 29px; }
.partnership { background: var(--navy); }
.partnership-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; }
.partnership-mark { min-height: 320px; display: flex; align-items: center; justify-content: center; gap: 25px; border: 1px solid rgba(255,255,255,.2); }
.partnership-mark img { width: 120px; height: 120px; object-fit: contain; }
.partnership-mark span { color: var(--gold); font-size: 42px; }
.partnership-mark strong { font-family: var(--display); font-size: 28px; line-height: 1.05; }
.partnership-grid > div:last-child > p:not(.eyebrow) { color: #c2c8d4; }
.process { background: var(--carbon); }
.process-list { margin: 50px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--gold); font-family: var(--display); }
.process-list h3 { margin-bottom: 8px; }
.process-list p { margin: 0; color: #aeb5ba; }
.booking-callout { padding: 85px 0; background: var(--red); }
.booking-callout-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.booking-callout .eyebrow { color: var(--white); }
.booking-callout h2 { margin-bottom: 16px; }
.booking-callout p:not(.eyebrow) { max-width: 680px; margin-bottom: 0; }
.faq { background: var(--paper); color: var(--ink); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-list { border-top: 1px solid #b9bcb9; }
.faq-list details { border-bottom: 1px solid #b9bcb9; }
.faq-list summary { min-height: 80px; padding: 22px 48px 22px 0; position: relative; display: flex; align-items: center; font-family: var(--display); font-size: 21px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 10px; color: var(--red); font-size: 28px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding-right: 50px; color: #4b5257; }
.final-cta { min-height: 560px; position: relative; display: flex; align-items: center; overflow: hidden; }
.final-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.42); }
.final-cta::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(8,11,14,.94), rgba(8,11,14,.18)); }
.final-cta .section-shell { position: relative; z-index: 1; }
.final-cta h2 { max-width: 700px; }

.page-hero, .booking-hero { padding: 160px 0 90px; background: #171d22; border-bottom: 1px solid var(--line); }
.page-hero h1, .booking-hero h1 { margin-bottom: 24px; font-size: 64px; max-width: 860px; }
.page-hero p:not(.eyebrow), .booking-hero p:not(.eyebrow) { max-width: 650px; color: #bac1c6; font-size: 19px; }
.compact-page-hero { padding-bottom: 60px; }
.prose-page { background: var(--paper); color: var(--ink); }
.prose-page h2 { margin: 52px 0 14px; font-size: 30px; }
.prose-page h2:first-child { margin-top: 0; }
.prose-page p { color: #3c4449; font-size: 17px; }
.updated { margin-top: 60px; font-size: 14px !important; }

.booking-section { min-height: 550px; padding: 70px 0 120px; background: var(--paper); color: var(--ink); }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #c7c9c6; border: 1px solid #c7c9c6; }
.booking-step { min-width: 0; margin: 0; padding: 40px; border: 0; background: #f7f7f4; }
.booking-step:nth-of-type(3) { grid-column: 1 / -1; }
.booking-step legend { width: 100%; padding: 0; display: flex; gap: 14px; align-items: baseline; font-family: var(--display); font-size: 26px; }
.booking-step legend span { color: var(--red); font-size: 13px; }
.step-help { color: #626a70; }
.date-strip { display: grid; grid-template-columns: repeat(4, minmax(70px, 1fr)); gap: 8px; }
.date-choice { min-height: 110px; padding: 12px 8px; border: 1px solid #c5c8c5; border-radius: 2px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--white); color: var(--ink); cursor: pointer; }
.date-choice span, .date-choice small { font-size: 12px; text-transform: uppercase; }
.date-choice strong { font-family: var(--display); font-size: 30px; line-height: 1; }
.date-choice[aria-pressed="true"] { background: var(--navy); border-color: var(--navy); color: var(--white); }
.time-group { grid-template-columns: repeat(3, 1fr); gap: 10px; }
.time-group:not([hidden]) { display: grid; }
.time-choice { min-height: 52px; border: 1px solid #b7bab8; border-radius: 2px; background: var(--white); color: var(--ink); font-weight: 700; cursor: pointer; }
.time-choice:hover, .time-choice[aria-pressed="true"] { border-color: var(--gold); background: var(--gold); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.field { min-width: 0; }
.field-wide { grid-column: 1 / -1; }
.field label, .field-label { display: block; margin-bottom: 7px; color: #333a3f; font-size: 14px; font-weight: 700; }
.field input:not([type="radio"]):not([type="checkbox"]), .field textarea { width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid #aeb2af; border-radius: 2px; background: var(--white); color: var(--ink); }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--navy); outline: 3px solid rgba(6,28,69,.2); }
.field > span, .field-error, .validation-summary { color: #8c1420; font-size: 13px; }
.validation-summary:empty, .field > span:empty { display: none; }
.validation-summary { grid-column: 1 / -1; padding: 15px; background: #fff0f1; }
.segmented { display: inline-grid; grid-template-columns: repeat(2, minmax(130px, 1fr)); }
.segmented label { margin: 0; }
.segmented input { position: absolute; opacity: 0; }
.segmented span { min-height: 50px; padding: 11px 18px; display: flex; align-items: center; justify-content: center; border: 1px solid #aeb2af; background: var(--white); }
.segmented label + label span { border-left: 0; }
.segmented input:checked + span { background: var(--navy); color: var(--white); }
.segmented input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 3px; }
.consent label { display: flex; gap: 12px; align-items: flex-start; font-weight: 400; }
.consent input { width: 22px; height: 22px; flex: 0 0 auto; accent-color: var(--navy); }
.submit-row { margin-top: 36px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid #c8cbc8; padding-top: 28px; }
.submit-row p { margin: 0; color: #525a60; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.notice { margin-bottom: 30px; padding: 16px 20px; border-left: 4px solid var(--gold); background: #fff; }
.notice-error { border-color: var(--red); color: #74111a; }
.service-state { max-width: 720px; padding: 55px; border: 1px solid #c7c9c6; background: #f7f7f4; }
.service-state > span { color: var(--red); font-size: 48px; }
.service-state h2 { font-size: 38px; }
.service-state p { color: #545c61; }

.confirmation-page, .status-page { min-height: 100vh; padding: 130px 24px 70px; display: grid; place-items: center; background: #101418; }
.confirmation-panel, .status-panel { width: min(100%, 760px); padding: 60px; border: 1px solid var(--line); background: #171d22; }
.confirmation-mark { width: 58px; height: 58px; margin-bottom: 30px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 26px; }
.confirmation-panel h1, .status-panel h1 { font-size: 50px; }
.confirmation-panel dl { margin: 40px 0; border-top: 1px solid var(--line); }
.confirmation-panel dl div { padding: 14px 0; display: grid; grid-template-columns: 140px 1fr; border-bottom: 1px solid var(--line); }
.confirmation-panel dt { color: var(--steel-light); }
.confirmation-panel dd { margin: 0; font-weight: 700; }
.confirmation-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.status-code { display: block; color: rgba(255,255,255,.08); font-family: var(--display); font-size: 120px; line-height: .8; }
.status-panel > p:not(.eyebrow) { color: #b8bec2; }
.manage-page { min-height: 480px; background: var(--paper); color: var(--ink); }
.managed-summary { padding: 30px; display: flex; flex-direction: column; border: 1px solid #c5c8c5; background: var(--white); }
.managed-summary span { color: var(--red); font-size: 13px; }
.managed-summary strong { font-family: var(--display); font-size: 32px; }
.manage-form { margin-top: 30px; padding-top: 30px; border-top: 1px solid #c5c8c5; }
.manage-form label { display: block; margin-bottom: 8px; font-weight: 700; }
.manage-form input { min-height: 50px; margin-right: 12px; padding: 10px; }

.site-footer { padding-top: 70px; border-top: 1px solid var(--line); background: #080a0c; color: #aeb5ba; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 50px; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand img { width: 58px; height: 58px; object-fit: contain; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: var(--white); }
.footer-grid p { margin: 0; }
.footer-grid nav { display: flex; gap: 24px; }
.footer-grid a { border-bottom: 1px solid transparent; }
.footer-grid a:hover { border-color: var(--gold); }
.footer-bottom { margin-top: 60px; padding: 22px 0; border-top: 1px solid var(--line); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .section { padding: 90px 0; }
  h2 { font-size: 42px; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 72px; right: 0; left: 0; padding: 28px 24px 34px; display: none; flex-direction: column; align-items: stretch; gap: 8px; background: rgba(11,14,17,.98); border-bottom: 1px solid var(--line); }
  .nav-links.is-open { display: flex; }
  .nav-links > a:not(.button) { padding: 8px 0; }
  .hero { min-height: 720px; align-items: end; }
  .hero-content { padding: 120px 0 110px; }
  .hero h1 { font-size: 76px; }
  .hero-image { object-position: 54% 30%; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,11,14,.98) 6%, rgba(8,11,14,.68) 62%, rgba(8,11,14,.12)); }
  .hero-index { display: none; }
  .numbers-grid { grid-template-columns: repeat(2, 1fr); }
  .numbers-grid > div:nth-child(odd) { border-left: 1px solid var(--line); }
  .numbers-grid > div { border-bottom: 1px solid var(--line); }
  .split-layout, .partnership-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .section-copy { padding-left: 25px; }
  .robot-gallery { grid-template-columns: 1fr; }
  .gallery-image { min-height: 480px; }
  .gallery-copy { padding: 70px 40px; }
  .use-case-grid { grid-template-columns: repeat(2, 1fr); }
  .use-case-grid article:nth-child(2) { border-right: 0; }
  .use-case-grid article:nth-child(-n+2) { border-bottom: 1px solid #aeb1ae; }
  .booking-callout-grid { grid-template-columns: 1fr; gap: 28px; }
  .booking-callout-grid .button { justify-self: start; }
  .booking-form { grid-template-columns: 1fr; }
  .booking-step:nth-of-type(3) { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 600px) {
  .section-shell, .nav-shell { width: min(calc(100% - 32px), var(--shell)); }
  .section { padding: 75px 0; }
  h2 { font-size: 34px; }
  .brand img { width: 156px; }
  .hero { min-height: 700px; }
  .hero-content { padding-bottom: 82px; }
  .hero h1 { font-size: 58px; }
  .hero-lead { font-size: 19px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; justify-content: center; }
  .numbers-grid strong { font-size: 31px; }
  .numbers-grid > div { min-height: 120px; padding: 18px 14px; }
  .compact { display: block; }
  .capability-list { grid-template-columns: 1fr; }
  .capability-list article { min-height: 180px; padding: 30px 22px 30px 64px; border-right: 0; }
  .capability-list article > span { left: 18px; top: 34px; }
  .gallery-image { min-height: 350px; }
  .gallery-copy { padding: 58px 24px; }
  .gallery-copy h2 { font-size: 34px; }
  .use-case-grid { grid-template-columns: 1fr; }
  .use-case-grid article { min-height: 140px; border-right: 0; border-bottom: 1px solid #aeb1ae; }
  .partnership-mark { min-height: 240px; padding: 24px; gap: 14px; }
  .partnership-mark img { width: 84px; height: 84px; }
  .partnership-mark strong { font-size: 21px; }
  .process-list li { grid-template-columns: 50px 1fr; }
  .booking-callout { padding: 65px 0; }
  .final-cta { min-height: 530px; }
  .page-hero, .booking-hero { padding: 125px 0 60px; }
  .page-hero h1, .booking-hero h1 { font-size: 43px; }
  .booking-section { padding: 40px 0 80px; }
  .booking-step { padding: 28px 20px; }
  .date-strip { grid-template-columns: repeat(3, 1fr); }
  .time-group { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .segmented { width: 100%; }
  .submit-row { align-items: stretch; flex-direction: column; }
  .service-state { padding: 35px 24px; }
  .confirmation-panel, .status-panel { padding: 38px 24px; }
  .confirmation-panel h1, .status-panel h1 { font-size: 38px; }
  .confirmation-panel dl div { grid-template-columns: 1fr; gap: 3px; }
  .confirmation-actions { flex-direction: column; }
  .status-code { font-size: 88px; }
  .footer-grid nav { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}