:root {
  --canvas: #f5f4ef;
  --surface: #ffffff;
  --ink: #12181b;
  --muted: #596267;
  --line: #ccd2d1;
  --accent: #f05c22;
  --accent-ink: #ffffff;
  --tint: #d8e5e1;
  --deep: #15282f;
  color-scheme: light;
}

:root[data-theme="dark"] {
  --canvas: #101719;
  --surface: #182226;
  --ink: #f2f2ed;
  --muted: #aab7b7;
  --line: #364448;
  --accent: #ff7339;
  --accent-ink: #171b1c;
  --tint: #243b3c;
  --deep: #071113;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font: 16px/1.55 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-header { min-height: 84px; padding: 18px clamp(22px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-size: 18px; font-weight: 820; letter-spacing: .01em; line-height: 1; white-space: nowrap; }
.wordmark img { width: 82px; height: 42px; padding: 0; object-fit: contain; background: transparent; border: 0; border-radius: 0; }
.wordmark span { display: grid; gap: 3px; }
.wordmark small { color: var(--muted); font-size: 8px; font-weight: 760; letter-spacing: .11em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 23px; color: var(--muted); font-size: 14px; font-weight: 650; }
nav a:hover, .text-link:hover { color: var(--accent); }
.theme-toggle { width: 36px; height: 36px; display: inline-grid; place-items: center; padding: 0; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; font-size: 18px; }
.theme-toggle:hover { background: var(--surface); border-color: var(--ink); }
.nav-cta { border: 1px solid var(--ink); color: var(--ink); padding: 8px 13px; }
.nav-cta:hover { border-color: var(--accent); }
main { overflow: hidden; }
.hero { min-height: min(740px, calc(100vh - 84px)); padding: clamp(46px, 8vw, 120px) clamp(22px, 8vw, 148px) 54px; display: grid; grid-template-columns: minmax(290px, .84fr) minmax(400px, 1.16fr); align-items: center; gap: clamp(38px, 6vw, 94px); }
.eyebrow { margin: 0 0 17px; color: var(--accent); font-size: 11px; font-weight: 850; letter-spacing: .14em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; letter-spacing: 0; font-weight: 500; }
h1 { max-width: 610px; margin-bottom: 24px; font-size: clamp(52px, 6.4vw, 100px); line-height: .94; }
h1 em { color: var(--accent); font-weight: inherit; }
.hero-lede { max-width: 510px; margin-bottom: 32px; color: var(--muted); font-size: clamp(17px, 1.7vw, 21px); }
.hero-actions, .account-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; gap: 22px; min-height: 47px; padding: 12px 17px; border: 1px solid var(--ink); font-weight: 750; }
.button.primary { color: var(--accent-ink); background: var(--accent); border-color: var(--accent); }
.button.primary:hover { filter: brightness(1.07); }
.button.quiet:hover { background: var(--surface); }
.microcopy { margin: 18px 0 0; color: var(--muted); font-size: 12px; }
.hero-media { position: relative; margin: 0; min-height: 470px; background: var(--deep); overflow: hidden; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(125deg, rgba(2, 12, 15, .14), transparent 50%, rgba(0, 0, 0, .22)); pointer-events: none; }
.hero-media img { display: block; width: 100%; height: 100%; min-height: 470px; object-fit: cover; object-position: center; }
.hero-media figcaption { position: absolute; z-index: 1; left: 20px; bottom: 18px; display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 12px; font-weight: 700; }
.live-dot { display: block; width: 9px; height: 9px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 0 4px #ff733944; }
.value-band { padding: 23px clamp(22px, 8vw, 148px); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--deep); color: #f7f9f7; font-family: Georgia, "Times New Roman", serif; font-size: clamp(18px, 2vw, 25px); }
.value-band p { margin: 0; }.value-band span { width: 5px; height: 5px; flex: 0 0 auto; background: var(--accent); border-radius: 50%; }
.story-section { padding: clamp(78px, 11vw, 160px) clamp(22px, 14vw, 240px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 130px); background: var(--tint); }
.section-intro h2, .account-callout h2 { margin-bottom: 0; font-size: clamp(37px, 4.2vw, 65px); line-height: 1.02; }
.story-copy { padding-top: 41px; color: var(--muted); font-size: 18px; }.story-copy .text-link { display: inline-block; margin-top: 19px; color: var(--ink); font-size: 14px; font-weight: 800; }
.feature-grid { padding: 32px clamp(22px, 8vw, 148px) 90px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.feature-grid article { min-height: 258px; padding: 34px 34px 25px 0; border-top: 1px solid var(--line); }.feature-grid article + article { padding-left: 34px; border-left: 1px solid var(--line); }
.feature-number { display: block; margin-bottom: 53px; color: var(--accent); font-size: 12px; font-weight: 800; }.feature-grid h3 { margin-bottom: 10px; font-size: 29px; }.feature-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.product-tour { padding: clamp(78px, 10vw, 142px) clamp(22px, 8vw, 148px); background: var(--deep); color: #f6f8f5; }
.product-tour .section-heading h2 { color: inherit; }.product-tour .section-heading > p:last-child { color: #b9c7c7; }
.product-tour-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; gap: clamp(24px, 4vw, 64px); margin-top: 58px; }
.product-preview { margin: 0; }.product-preview-offset { margin-top: 98px; }
.product-preview img { display: block; width: 100%; height: auto; border: 1px solid #3c5559; box-shadow: 0 22px 56px #0007; }
.product-preview figcaption { display: grid; grid-template-columns: auto 1fr; gap: 6px 14px; padding-top: 20px; }
.product-preview figcaption span { grid-row: span 2; color: var(--accent); font-size: 12px; font-weight: 850; }.product-preview figcaption strong { font: 500 27px/1 Georgia, "Times New Roman", serif; }.product-preview figcaption p { grid-column: 2; margin: 0; color: #b9c7c7; font-size: 14px; }
.services-section, .proof-section, .faq-section { padding: clamp(78px, 10vw, 142px) clamp(22px, 8vw, 148px); }
.services-section { background: var(--surface); }
.section-heading { max-width: 770px; }
.section-heading h2 { margin-bottom: 18px; font-size: clamp(37px, 4.2vw, 65px); line-height: 1.02; }
.section-heading > p:last-child { max-width: 650px; margin-bottom: 0; color: var(--muted); font-size: 18px; }
.services-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.services-grid article { min-height: 244px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.services-grid .feature-number { margin-bottom: 44px; }
.services-grid h3 { margin-bottom: 10px; font-size: 29px; }
.services-grid p { max-width: 430px; margin: 0; color: var(--muted); font-size: 15px; }
.workflow-heading { grid-column: 1 / -1; max-width: 690px; padding: 48px 0 28px; }
.workflow-heading h2 { margin: 0; font-size: clamp(37px, 4.2vw, 60px); line-height: 1.02; }
.proof-section { background: var(--deep); color: #f6f8f5; }
.proof-section .section-heading h2 { color: inherit; }
.proof-section .section-heading > p:last-child { color: #b9c7c7; }
.proof-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #4a5d60; }
.proof-grid article { min-height: 195px; padding: 31px 31px 20px 0; border-bottom: 1px solid #4a5d60; }
.proof-grid article + article { padding-left: 31px; border-left: 1px solid #4a5d60; }
.proof-grid strong { display: block; margin-bottom: 12px; font: 500 27px/1.08 Georgia, "Times New Roman", serif; }
.proof-grid p { max-width: 390px; margin: 0; color: #b9c7c7; font-size: 15px; }
.faq-section { background: var(--canvas); }
.faq-list { max-width: 920px; margin-top: 50px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 42px 24px 0; cursor: pointer; font-size: 18px; font-weight: 760; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--accent); font-size: 27px; font-weight: 400; line-height: .8; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 760px; margin: -4px 0 25px; color: var(--muted); font-size: 16px; }
.account-callout { margin: 0 clamp(22px, 5vw, 80px) 74px; padding: clamp(34px, 6vw, 75px); display: flex; align-items: end; justify-content: space-between; gap: 35px; background: var(--surface); border: 1px solid var(--line); }.account-callout h2 { max-width: 700px; }.account-actions { justify-content: end; min-width: 246px; }.text-link { color: var(--ink); font-size: 14px; font-weight: 800; }
footer { padding: 31px clamp(22px, 5vw, 80px); display: flex; align-items: center; gap: 26px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }footer p { margin: 0; }.footer-theme { margin-left: auto; width: auto; padding: 7px 11px; border-radius: 0; font-size: 12px; }
@media (max-width: 850px) { .site-header { align-items: flex-start; }.site-header nav { gap: 13px; flex-wrap: wrap; justify-content: flex-end; }.site-header nav > a:not(.nav-cta) { display: none; }.hero { grid-template-columns: 1fr; }.hero-media { min-height: 330px; }.hero-media img { min-height: 330px; }.story-section { grid-template-columns: 1fr; }.story-copy { padding-top: 0; }.feature-grid { grid-template-columns: 1fr; }.feature-grid article + article { padding-left: 0; border-left: 0; }.feature-grid article { min-height: auto; padding: 30px 0; }.feature-number { margin-bottom: 24px; }.product-tour-grid { grid-template-columns: 1fr; margin-top: 38px; }.product-preview-offset { margin-top: 8px; }.services-grid { grid-template-columns: 1fr; }.services-grid article { min-height: auto; padding: 30px 0; border-left: 0; border-right: 0; }.services-grid .feature-number { margin-bottom: 24px; }.proof-grid { grid-template-columns: 1fr; }.proof-grid article { min-height: auto; padding: 28px 0; }.proof-grid article + article { padding-left: 0; border-left: 0; }.workflow-heading { padding: 42px 0 15px; }.account-callout { align-items: flex-start; flex-direction: column; }.account-actions { justify-content: flex-start; }.value-band { flex-wrap: wrap; justify-content: flex-start; }.value-band span { margin: 0 4px; } footer { align-items: flex-start; flex-wrap: wrap; }.footer-theme { margin-left: 0; } }
@media (max-width: 500px) { .site-header { padding: 15px 18px; }.nav-cta { padding: 7px 9px; }.hero { padding: 52px 22px 35px; }.hero-actions .button { width: 100%; justify-content: space-between; }.hero-media { min-height: 265px; }.hero-media img { min-height: 265px; }.value-band { display: block; }.value-band p { margin: 7px 0; }.value-band span { display: none; } }
