:root {
  --ink: #0d0e0f;
  --soft-ink: #1a1b1d;
  --paper: #faf9f6;
  --cream: #f0ece4;
  --line: #d9d6cf;
  --muted: #6f6b64;
  --accent: #d99a5c;
  --white: #ffffff;
  --max-width: 1220px;
}

* { 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; font-size: 16px; line-height: 1.5; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.container { width: min(var(--max-width), calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; transform: translateY(-180%); padding: 11px 14px; color: var(--ink); background: var(--white); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 16px; color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: #f5bb83; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 25px; font-size: clamp(50px, 6vw, 84px); line-height: .99; letter-spacing: -.065em; }
h1 span { color: #77787b; }
h2 { margin-bottom: 18px; font-size: clamp(36px, 4vw, 57px); line-height: 1.03; letter-spacing: -.055em; }
h3 { margin-bottom: 11px; font-size: 21px; line-height: 1.16; letter-spacing: -.025em; }

.site-header { position: sticky; z-index: 10; top: 0; border-bottom: 1px solid var(--line); background: rgba(250, 249, 246, .96); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; min-height: 64px; align-items: center; gap: 28px; }
.brand { width: 92px; line-height: 0; }
.brand img { width: 100%; height: auto; }
nav { display: flex; gap: 31px; margin: 0 auto; }
nav a, .phone-link { font-size: 14px; font-weight: 700; text-decoration: none; }
nav a:hover, .phone-link:hover, .text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.phone-link::before { content: "⌕"; display: inline-block; margin-right: 8px; transform: rotate(-32deg); font-weight: 900; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 0 24px; border: 1px solid var(--ink); border-radius: 999px; color: var(--white); background: var(--ink); font-size: 14px; font-weight: 850; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); background: #303134; }
.button-small { min-height: 42px; padding: 0 18px; }
.button-light { border-color: var(--white); color: var(--ink); background: var(--white); }
.button-light:hover { background: #f4f1ec; }
.text-link { font-size: 14px; font-weight: 850; text-decoration: none; }
.text-link span { margin-left: 7px; }
.light-link { color: var(--white); }

.hero { min-height: 700px; color: var(--white); background: radial-gradient(circle at 82% 12%, #25201b 0, transparent 26%), linear-gradient(125deg, #050506, #121315); }
.hero-grid { display: grid; min-height: 700px; grid-template-columns: minmax(0, .95fr) minmax(440px, .83fr); align-items: center; gap: 70px; }
.hero-lead { max-width: 610px; margin-bottom: 31px; color: #dedede; font-size: 17px; }
.hero-points { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; font-size: 14px; font-weight: 700; }
.hero-points li::before { content: "✓"; display: inline-grid; width: 21px; height: 21px; margin-right: 12px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--white); font-size: 12px; }
.hero-copy .text-link { display: inline-block; margin-top: 34px; }

.quote-card { min-height: 510px; padding: 31px; border: 1px solid #363638; border-radius: 22px; background: linear-gradient(145deg, #1b1c1d, #0f1011); box-shadow: 0 24px 70px rgba(0, 0, 0, .34); }
.quote-progress { display: flex; align-items: center; gap: 10px; margin-bottom: 29px; }
.quote-progress i { height: 1px; flex: 1; background: #444548; }
.progress-step { display: inline-grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: #a5a5a6; background: #333437; font-size: 13px; font-weight: 850; }
.progress-step.is-active, .progress-step.is-complete { color: var(--ink); background: var(--white); }
.quote-kicker { margin-bottom: 9px; color: #bebebe; font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.quote-card h2 { margin-bottom: 8px; font-size: 28px; letter-spacing: -.045em; }
.quote-intro { margin-bottom: 23px; color: #bcbcbc; font-size: 14px; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.choice, .turnover-choice { border: 1px solid #3a3b3e; border-radius: 13px; color: var(--white); background: transparent; font-size: 13px; font-weight: 750; transition: border-color .15s ease, background .15s ease, color .15s ease; }
.choice { min-height: 80px; padding: 12px; }
.choice-wide { grid-column: span 1; }
.choice:hover, .choice.is-selected, .turnover-choice:hover, .turnover-choice.is-selected { border-color: var(--white); color: var(--ink); background: var(--white); }
.turnover-list { display: grid; gap: 9px; }
.turnover-choice { min-height: 45px; padding: 0 16px; text-align: left; }
.quote-action-row { display: flex; align-items: center; justify-content: space-between; gap: 17px; margin-top: 24px; }
.form-status { min-height: 19px; margin: 0; color: #c7c7c7; font-size: 12px; font-weight: 650; }
.back-step, .text-button { padding: 0; border: 0; color: #c9c9c9; background: transparent; font-size: 13px; font-weight: 800; }
.back-step:hover, .text-button:hover { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
.contact-fields { display: grid; gap: 11px; }
.contact-fields label { display: grid; gap: 6px; color: #d0d0d0; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-fields input { width: 100%; min-height: 43px; padding: 0 13px; border: 1px solid #48494c; border-radius: 9px; color: var(--white); background: #202123; font-size: 14px; letter-spacing: 0; text-transform: none; }
.turnstile-widget { min-height: 65px; margin-top: 13px; }
.form-note { margin: 13px 0 0; color: #a7a7a7; font-size: 11px; line-height: 1.45; }
.form-note a { color: var(--white); font-weight: 750; text-underline-offset: 3px; }
.quote-success { padding-top: 42px; }
.quote-success p:not(.quote-kicker) { max-width: 360px; color: #cecece; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--cream); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid p { display: grid; gap: 4px; min-height: 108px; margin: 0; padding: 26px 30px; border-right: 1px solid var(--line); }
.trust-grid p:first-child { border-left: 1px solid var(--line); }
.trust-grid strong { font-size: 17px; line-height: 1.15; }
.trust-grid span { color: var(--muted); font-size: 13px; }

.hardware-section { background: var(--paper); }
.hardware-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }
.machine-stage { position: relative; display: grid; min-height: 560px; place-items: center; overflow: hidden; border-radius: 26px; background: linear-gradient(145deg, #e4e0d8, #f7f5ef 55%, #dedad0); }
.machine-stage::after { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; background: radial-gradient(circle, rgba(217, 154, 92, .32), transparent 68%); filter: blur(8px); }
.machine-stage img { position: relative; z-index: 1; width: auto; max-width: 76%; max-height: 500px; object-fit: contain; filter: drop-shadow(15px 19px 14px rgba(23, 24, 25, .22)); }
.stage-caption { position: absolute; z-index: 2; top: 23px; left: 24px; color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.hardware-copy > p:not(.eyebrow), .why-copy > p:not(.eyebrow) { max-width: 630px; color: #55534f; font-size: 17px; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 23px; margin: 31px 0 34px; padding: 0; list-style: none; font-size: 14px; font-weight: 750; }
.feature-list li::before { content: "✓"; margin-right: 10px; color: #a96c34; }

.why-section { border-block: 1px solid var(--line); background: #fff; }
.why-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.benefit-grid article { min-height: 192px; padding: 24px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); }
.benefit-grid article > span, .category { display: inline-grid; width: 35px; height: 35px; margin-bottom: 26px; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); font-size: 11px; font-weight: 850; }
.benefit-grid p, .business-grid p { margin: 0; color: #5e5c58; font-size: 13px; }

.business-section { background: var(--paper); }
.section-heading { max-width: 720px; }
.business-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 44px; }
.business-grid article { min-height: 248px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.business-grid h3 { min-height: 50px; }
.business-grid .category { color: var(--ink); background: var(--cream); }

.solutions-section { color: var(--white); background: var(--ink); }
.section-intro { margin-bottom: 46px; }
.centred { max-width: 760px; margin-inline: auto; text-align: center; }
.solutions-section .section-intro > p:not(.eyebrow) { color: #c6c6c6; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.solution-card { display: flex; min-height: 405px; flex-direction: column; padding: 29px; border: 1px solid #3b3c3e; border-radius: 18px; }
.solution-card h3 { font-size: 31px; }
.solution-card p:not(.solution-tag):not(.solution-price) { color: inherit; font-size: 14px; }
.solution-tag { min-height: 28px; margin-bottom: 25px; color: inherit; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.solution-price { margin-bottom: 17px; color: #f1b878; font-size: 17px; font-weight: 850; }
.solution-card ul { display: grid; gap: 10px; margin: 24px 0 28px; padding: 0; list-style: none; font-size: 13px; font-weight: 700; }
.solution-card li::before { content: "—"; margin-right: 8px; color: var(--accent); }
.solution-card a { margin-top: auto; font-size: 13px; font-weight: 850; text-underline-offset: 4px; }
.cream-card { color: var(--ink); border-color: var(--cream); background: var(--cream); }
.cream-card .solution-price { color: #9a5923; }
.line-card { color: var(--white); background: #171819; }
.small-print { margin: 20px 0 0; color: #a8a8a8; font-size: 11px; text-align: center; }

.faq-section { background: #fff; }
.faq-wrap { max-width: 860px; }
.faq-list { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; }
details { border-bottom: 1px solid var(--line); }
details:last-child { border-bottom: 0; }
summary { position: relative; padding: 22px 56px 22px 24px; list-style: none; font-size: 15px; font-weight: 800; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; top: 15px; right: 21px; color: #555; font-size: 28px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 720px; margin: -4px 24px 23px; color: #5b5854; font-size: 14px; }

.final-cta { padding: 95px 0; color: var(--white); background: linear-gradient(110deg, #0a0b0c, #161719); }
.final-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.final-grid h2 { max-width: 680px; margin: 0; }
.final-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.final-actions > a:not(.button) { color: var(--white); font-size: 15px; font-weight: 750; }

.legal-hero { padding: 116px 0 106px; color: var(--white); background: radial-gradient(circle at 78% 15%, #2e251d 0, transparent 28%), linear-gradient(125deg, #050506, #141517); }
.legal-hero-copy { max-width: 800px; }
.legal-hero h1 { max-width: 760px; margin-bottom: 21px; }
.legal-hero p:not(.eyebrow) { max-width: 620px; margin: 0; color: #d9d9d9; font-size: 18px; }
.legal-section { padding: 92px 0 108px; background: var(--paper); }
.legal-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: 960px; }
.legal-card { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.legal-card h2 { margin-bottom: 14px; font-size: 28px; letter-spacing: -.045em; }
.legal-card p:last-child { margin-bottom: 0; }
.legal-card a { color: #7e481b; font-weight: 800; text-underline-offset: 3px; }
.legal-card-emphasis { color: var(--white); border-color: #222326; background: #141516; }
.legal-card-emphasis p { color: #d3d3d3; }
.legal-card-emphasis a { color: #f4c18e; }
.legal-card address { margin: 25px 0; font-style: normal; line-height: 1.65; }
.legal-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.legal-list li { position: relative; padding-left: 20px; }
.legal-list li::before { content: "â€”"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.legal-card-wide { grid-column: 1 / -1; }
.legal-updated { grid-column: 1 / -1; margin: 4px 0 0; color: var(--muted); font-size: 13px; }

.site-footer { color: #d9d9d9; background: #070708; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 50px; padding: 55px 0; }
.footer-logo { width: 116px; filter: grayscale(1) contrast(5) brightness(3); }
.footer-grid p { max-width: 300px; margin: 19px 0 0; color: #9c9c9c; font-size: 13px; }
.footer-grid strong { display: block; margin-bottom: 13px; color: #f4f4f4; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a { display: block; width: max-content; margin-top: 8px; color: #d9d9d9; font-size: 14px; text-decoration: none; }
.footer-grid a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 1020px) {
  .hero-grid, .hardware-grid, .why-grid, .final-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero, .hero-grid { min-height: 0; }
  .hero { padding: 84px 0; }
  .hardware-grid { gap: 48px; }
  .machine-stage { min-height: 470px; order: 2; }
  .hardware-copy { order: 1; }
  .why-grid { gap: 42px; }
  .business-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .container { width: min(var(--max-width), calc(100% - 32px)); }
  .section { padding: 78px 0; }
  .site-header { position: relative; }
  .nav-wrap { min-height: 64px; gap: 13px; }
  .brand { width: 97px; }
  nav, .phone-link { display: none; }
  .nav-actions { margin-left: auto; }
  .button-small { min-height: 38px; padding: 0 14px; font-size: 12px; }
  h1 { font-size: clamp(49px, 14vw, 68px); }
  h2 { font-size: 39px; }
  .hero { padding: 64px 0; }
  .hero-grid { gap: 43px; }
  .quote-card { min-height: 0; padding: 23px 18px; border-radius: 18px; }
  .choice-grid { grid-template-columns: repeat(2, 1fr); }
  .choice { min-height: 70px; }
  .choice-wide { grid-column: span 2; }
  .quote-action-row { align-items: flex-start; flex-direction: column; }
  .quote-action-row .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid p, .trust-grid p:first-child { min-height: auto; padding: 19px 0; border-right: 0; border-bottom: 1px solid var(--line); border-left: 0; }
  .trust-grid p:last-child { border-bottom: 0; }
  .machine-stage { min-height: 390px; }
  .machine-stage img { width: 235px; }
  .feature-list, .benefit-grid, .solution-grid, .footer-grid { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-card-wide, .legal-updated { grid-column: auto; }
  .business-grid { grid-template-columns: 1fr; }
  .business-grid article, .benefit-grid article { min-height: 0; }
  .business-grid h3 { min-height: 0; }
  .solution-card { min-height: 0; }
  .final-cta { padding: 76px 0; }
  .footer-grid { gap: 32px; }
}
