:root {
  --paper: #f2f1ec;
  --white: #fff;
  --ink: #171a18;
  --muted: #666d67;
  --line: #cfd2ca;
  --green: #536d5b;
  --green-dark: #2e4637;
  --brass: #a77d43;
  --max: 1240px;
  --header: 72px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif; line-height: 1.5; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; line-height: 1.06; }
h2 { max-width: 920px; margin-bottom: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 5.2vw, 5.8rem); font-weight: 400; }
h3 { font-size: 1.1rem; }

.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: var(--header); padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: rgba(242, 241, 236, .94); border-bottom: 1px solid transparent; transition: border-color .25s, background .25s; }
.site-header.scrolled { border-color: rgba(23, 26, 24, .16); background: rgba(242, 241, 236, .98); }
.brand { display: inline-flex; align-items: center; width: max-content; }
.brand-logo { width: 146px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: .86rem; }
.desktop-nav a { padding: 6px 0; border-bottom: 1px solid transparent; }
.desktop-nav a:hover { border-color: var(--ink); }
.desktop-nav a[aria-current="page"], .nav-dropdown[data-current-section="true"] summary { border-bottom: 1px solid var(--ink); }
.nav-dropdown { position: relative; }
.nav-dropdown summary { padding: 10px 0; display: flex; align-items: center; gap: 5px; cursor: pointer; list-style: none; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary svg { width: 14px; transition: transform .2s; }
.nav-dropdown[open] summary svg { transform: rotate(180deg); }
.nav-panel { position: absolute; z-index: 120; top: calc(100% + 18px); left: 50%; width: 580px; padding: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; background: var(--paper); border: 1px solid rgba(23,26,24,.18); box-shadow: 0 22px 55px rgba(23,26,24,.15); transform: translateX(-50%); }
.nav-panel-resources { width: 340px; grid-template-columns: 1fr; }
.desktop-nav .nav-panel a { min-height: 82px; padding: 15px; display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; border: 0; }
.desktop-nav .nav-panel a:hover { background: #e5e6df; }
.nav-panel svg { width: 21px; color: var(--green-dark); }
.nav-panel strong, .nav-panel small { display: block; }
.nav-panel strong { margin-bottom: 5px; font-family: Georgia, "Times New Roman", serif; font-size: 1rem; }
.nav-panel small { color: var(--muted); font-size: .67rem; line-height: 1.4; }
.site-header > .button { justify-self: end; }
.menu-button, .mobile-nav { display: none; }

.button { min-height: 48px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 2px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button-small { min-height: 40px; padding: 0 16px; font-size: .84rem; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--green-dark); }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 0; border-bottom: 1px solid var(--ink); font-weight: 700; }
.text-link svg { width: 17px; }

.hero { position: relative; min-height: calc(100svh - 42px); margin-top: var(--header); overflow: hidden; background: #d8d5cc; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero-copy { position: relative; z-index: 2; width: min(630px, calc(100% - 48px)); margin-left: max(24px, calc((100vw - var(--max)) / 2)); padding-top: clamp(54px, 9vh, 112px); }
.hero-copy::before { content: ""; position: absolute; z-index: -1; inset: 20px -38px -30px -38px; background: var(--paper); border: 1px solid rgba(23, 26, 24, .08); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--green-dark); font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
.hero h1 { margin-bottom: 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(5rem, 11vw, 10rem); font-weight: 400; }
.hero-lead { max-width: 590px; margin-bottom: 16px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.6rem, 3vw, 2.55rem); line-height: 1.15; }
.hero-support { max-width: 560px; margin-bottom: 30px; font-size: 1.02rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero-note { position: absolute; z-index: 2; right: max(24px, calc((100vw - var(--max)) / 2)); bottom: 25px; margin: 0; padding: 12px 16px; display: flex; gap: 18px; list-style: none; background: rgba(23, 26, 24, .88); color: white; font-size: .72rem; }
.hero-note li { display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.hero-note svg { width: 14px; height: 14px; }

.audience-strip { min-height: 132px; padding: 28px max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.audience-strip p { margin: 0; color: var(--muted); font-size: .8rem; }
.audience-strip div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 32px; }
.audience-strip span, .audience-strip a { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; text-decoration: none; }
.audience-strip a:hover { color: var(--green-dark); }

.section { max-width: var(--max); margin: 0 auto; padding: 130px 24px; }
.section-heading { display: flex; flex-direction: column; gap: 0; }
.section-heading .eyebrow { margin-bottom: 20px; }
.section-heading.centered { align-items: center; text-align: center; }
.section-heading.centered p:last-child { max-width: 600px; margin: 24px auto 0; color: var(--muted); }
.product-intro .section-heading { margin-bottom: 75px; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.35fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.large-copy { margin-bottom: 42px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.5rem, 2.4vw, 2.2rem); line-height: 1.28; }
.benefit-row { padding: 22px 0; display: grid; grid-template-columns: 34px 1fr; gap: 14px; border-top: 1px solid var(--line); }
.benefit-row:last-child { border-bottom: 1px solid var(--line); }
.benefit-row > svg { width: 24px; height: 24px; color: var(--green); }
.benefit-row h3 { margin-bottom: 6px; }
.benefit-row p { margin: 0; color: var(--muted); font-size: .91rem; }
.product-photo { margin: 0; }
.product-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.product-photo figcaption { padding-top: 12px; color: var(--muted); font-size: .76rem; }

.content-demo { padding: 120px 24px; background: var(--green-dark); color: white; }
.content-demo-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(50px, 7vw, 100px); align-items: center; }
.content-demo .eyebrow { color: #b9c9bd; }
.demo-copy h2 { font-size: clamp(2.5rem, 4.7vw, 4.8rem); }
.demo-copy > p:not(.eyebrow) { max-width: 500px; margin: 24px 0 32px; color: #d9e0da; }
.segmented-control { width: max-content; padding: 4px; display: flex; border: 1px solid rgba(255,255,255,.35); }
.segmented-control button { min-height: 38px; padding: 0 13px; border: 0; background: transparent; color: #d9e0da; cursor: pointer; font-size: .76rem; }
.segmented-control button[aria-selected="true"] { background: white; color: var(--ink); }
.eink-device-image { margin: 0; filter: drop-shadow(0 26px 32px rgba(0,0,0,.28)); }
.eink-device-image img { display: block; width: 100%; height: auto; aspect-ratio: 1769 / 889; object-fit: contain; }

@media (max-width: 1200px) {
  .content-demo-inner { grid-template-columns: 1fr; gap: 52px; }
  .demo-copy { max-width: 680px; }
  .eink-device-image { width: min(100%, 1040px); justify-self: center; }
}

.operator-section .section-heading { margin-bottom: 80px; }
.operator-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.operator-item { position: relative; min-height: 330px; padding: 34px 26px; border-right: 1px solid var(--line); }
.operator-item:last-child { border-right: 0; }
.operator-item .number { display: block; margin-bottom: 55px; color: var(--muted); font-size: .72rem; }
.operator-item > svg { width: 31px; height: 31px; margin-bottom: 25px; color: var(--green); }
.operator-item h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; }
.operator-item p { color: var(--muted); font-size: .88rem; }

.integrations-section { padding: 130px 24px; background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.integrations-inner { max-width: var(--max); margin: 0 auto; }
.integration-heading { display: grid; grid-template-columns: .85fr 1.15fr; column-gap: clamp(50px, 8vw, 120px); align-items: start; }
.integration-heading .eyebrow { grid-column: 1 / -1; }
.integration-heading h2 { font-size: clamp(2.7rem, 4.8vw, 5.2rem); }
.integration-heading > p:not(.eyebrow) { max-width: 580px; margin: 8px 0 25px; color: var(--muted); font-size: 1.05rem; }
.integration-heading .text-link { grid-column: 2; justify-self: start; }
.integration-directory { margin-top: 90px; border-top: 1px solid var(--line); }
.integration-row { min-height: 118px; padding: 26px 0; display: grid; grid-template-columns: 240px 1fr; gap: 32px; align-items: center; border-bottom: 1px solid var(--line); }
.integration-row > div { display: flex; align-items: center; gap: 12px; color: var(--green-dark); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.integration-row > div svg { width: 20px; height: 20px; }
.integration-row ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: center; list-style: none; }
.integration-row li { min-height: 44px; padding: 0 15px; display: flex; align-items: center; border-left: 1px solid var(--line); font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; line-height: 1.18; }
.integration-flow { margin-top: 58px; padding: 26px 30px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 20px; background: var(--paper); border: 1px solid var(--line); }
.integration-flow > div { display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; font-size: .82rem; font-weight: 800; }
.integration-flow > div svg { width: 22px; color: var(--green); }
.integration-flow > svg { width: 17px; color: var(--muted); }
.integration-note { max-width: 900px; margin: 17px auto 0; color: var(--muted); text-align: center; font-size: .72rem; }

.revenue-section { padding: 130px 24px; background: #d9dde2; }
.revenue-inner { max-width: var(--max); margin: 0 auto; }
.revenue-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px clamp(50px, 8vw, 120px); align-items: start; }
.revenue-heading .eyebrow { grid-column: 1 / -1; }
.revenue-heading h2 { font-size: clamp(3rem, 5.5vw, 6rem); }
.revenue-heading > div { padding-top: 10px; }
.revenue-heading > div p { max-width: 570px; margin-bottom: 28px; color: #4f575f; font-size: 1.06rem; }
.revenue-models { margin: 90px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #aeb4ba; border-bottom: 1px solid #aeb4ba; }
.revenue-models article { min-height: 280px; padding: 34px 32px; border-right: 1px solid #aeb4ba; }
.revenue-models article:last-child { border-right: 0; }
.revenue-models svg { width: 32px; height: 32px; margin-bottom: 62px; color: var(--brass); }
.revenue-models h3 { margin-bottom: 12px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; }
.revenue-models p { margin: 0; color: #535a61; font-size: .88rem; }
.offer-lab { padding: 42px; background: var(--green-dark); color: white; }
.offer-lab-header { margin-bottom: 38px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.offer-lab-header .eyebrow { margin-bottom: 11px; color: #b9c9bd; }
.offer-lab-header h3 { max-width: 650px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.6vw, 3.6rem); font-weight: 400; }
.offer-control { border-color: rgba(255,255,255,.35); flex: 0 0 auto; }
.offer-control button { color: #d9e0da; }
.offer-control button[aria-selected="true"] { background: white; color: var(--ink); }
.revenue-device { padding: 18px 18px 23px; background: #e4e4de; border: 7px solid #f7f7f2; color: #111; box-shadow: 0 20px 55px rgba(0,0,0,.22); }
.offer-screen { min-height: 275px; display: grid; grid-template-columns: 1.45fr .55fr; background: #efefec; border: 1px solid #666; font-family: Arial, sans-serif; }
.offer-screen section { min-width: 0; }
.offer-essential { padding: 34px; display: flex; flex-direction: column; justify-content: center; }
.offer-essential > small, .context-offer > small { margin-bottom: 10px; font-size: .67rem; font-weight: 900; letter-spacing: .07em; }
.offer-essential > strong { font-family: Impact, "Arial Black", sans-serif; font-size: clamp(1.8rem, 3.7vw, 3.5rem); line-height: 1; }
.offer-facts { margin: 30px 0 18px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #777; border-bottom: 1px solid #777; }
.offer-facts span { min-height: 54px; padding: 10px 12px; display: flex; align-items: center; gap: 7px; border-right: 1px solid #777; font-size: .72rem; font-weight: 700; }
.offer-facts span:last-child { border-right: 0; }
.offer-facts svg { width: 18px; height: 18px; }
.offer-essential > p { margin: 0; font-size: .68rem; }
.context-offer { padding: 27px 25px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; border-left: 2px solid #111; }
.context-offer > svg { width: 35px; height: 35px; margin: 10px 0 20px; }
.context-offer > strong { font-family: Impact, "Arial Black", sans-serif; font-size: clamp(1.6rem, 2.7vw, 2.8rem); line-height: 1; }
.context-offer > p { margin: 10px 0 17px; font-size: .82rem; font-weight: 700; }
.context-offer > span { font-size: .67rem; }
.mini-qr { position: absolute; width: 1px; height: 1px; overflow: hidden; }
.offer-timeline { padding: 22px 5px 0; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 12px; color: #d9e0da; font-size: .65rem; }
.offer-timeline i { height: 1px; background: rgba(255,255,255,.35); }
.revenue-safeguards { margin-top: 46px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #aeb4ba; border-bottom: 1px solid #aeb4ba; }
.revenue-safeguards > div { min-height: 150px; padding: 25px; display: grid; grid-template-columns: 28px 1fr; grid-template-rows: auto auto; gap: 7px 10px; border-right: 1px solid #aeb4ba; }
.revenue-safeguards > div:last-child { border-right: 0; }
.revenue-safeguards svg { grid-row: 1 / 3; width: 23px; color: var(--green-dark); }
.revenue-safeguards strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.revenue-safeguards span { color: #535a61; font-size: .78rem; }
.revenue-note { max-width: 900px; margin: 18px auto 0; color: #535a61; text-align: center; font-size: .7rem; }

.proof-band { padding: 120px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); background: #d7d9d1; }
.proof-band h2 { font-size: clamp(2.5rem, 4.2vw, 4.5rem); }
.proof-intro { max-width: 520px; color: #454b46; font-size: 1rem; line-height: 1.75; }
.host-proof { border-top: 1px solid rgba(23,26,24,.35); }
.host-proof article { min-height: 118px; padding: 24px 0; display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: start; border-bottom: 1px solid rgba(23,26,24,.35); }
.host-proof svg { width: 25px; height: 25px; margin-top: 3px; }
.host-proof h3 { margin: 0 0 7px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2vw, 1.85rem); }
.host-proof p { max-width: 620px; margin: 0; color: #454b46; font-size: .86rem; line-height: 1.65; }
.proof-note { color: var(--muted); font-size: .76rem; }
.proof-note { grid-column: 2; margin: 0; }
.proof-note { color: #454b46; }

.traction-strip { padding: 34px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); gap: clamp(32px, 6vw, 90px); align-items: center; background: #17211d; color: #fff; border-top: 1px solid rgba(255,255,255,.15); }
.traction-strip-subpage { background: #d7d9d1; color: var(--ink); border-top: 1px solid rgba(23,26,24,.18); border-bottom: 1px solid rgba(23,26,24,.18); }
.traction-lead { max-width: 690px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 1.8vw, 1.65rem); line-height: 1.35; }
.traction-lead span { display: block; margin-bottom: 6px; font-family: Arial, sans-serif; font-size: .67rem; font-weight: 700; line-height: 1.2; letter-spacing: .12em; text-transform: uppercase; color: #c7d4ca; }
.traction-strip-subpage .traction-lead span { color: var(--green-dark); }
.traction-stats { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.traction-stats > div { min-width: 0; padding: 4px 24px; border-left: 1px solid rgba(255,255,255,.28); }
.traction-strip-subpage .traction-stats > div { border-left-color: rgba(23,26,24,.3); }
.traction-stats dt { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 4vw, 4.5rem); line-height: .95; }
.traction-stats dd { margin: 8px 0 0; font-size: .72rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; color: #d9dfda; }
.traction-strip-subpage .traction-stats dd { color: #454b46; }

.subpage-main { padding-top: 82px; }
.not-found-header { background: #18382d; border-bottom-color: rgba(255,255,255,.2); color: white; }
.not-found-header .brand-logo { filter: invert(1) brightness(1.4); }
.not-found { min-height: 100svh; padding: calc(var(--header) + clamp(42px, 8vh, 100px)) max(24px, calc((100vw - var(--max)) / 2)) clamp(48px, 8vh, 100px); display: grid; align-content: center; background: #18382d; color: white; }
.not-found-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, .85fr); gap: clamp(45px, 8vw, 130px); align-items: center; }
.not-found-inner { max-width: 650px; }
.not-found .eyebrow { color: #d5c38e; }
.not-found .eyebrow span { background: currentColor; }
.not-found-code { margin: 0 0 16px; color: #d5c38e; font-family: Georgia, "Times New Roman", serif; font-size: clamp(5.5rem, 14vw, 10rem); line-height: .76; }
.not-found h1 { max-width: 610px; margin: 0 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.1rem, 5.5vw, 5.8rem); line-height: .92; }
.not-found-copy { max-width: 525px; margin: 0 0 34px; color: rgba(255,255,255,.78); font-size: 1.05rem; line-height: 1.7; }
.not-found-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.not-found-link { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.75); font-weight: 700; }
.not-found-link span { margin-left: 8px; color: #d5c38e; transition: transform .2s; }
.not-found-link:hover span { display: inline-block; transform: translateX(4px); }
.not-found-visual { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.28); background: #d8d5cc; aspect-ratio: 4 / 5; }
.not-found-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.not-found-visual:hover img { transform: scale(1.035); }
.not-found-visual figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 18px 20px; display: flex; align-items: end; justify-content: space-between; gap: 15px; background: rgba(15,18,16,.9); color: white; }
.not-found-visual figcaption span { color: #d5c38e; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.not-found-visual figcaption strong { max-width: 190px; font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; line-height: 1.1; text-align: right; }
.subpage-hero { min-height: 610px; padding: 110px max(24px, calc((100vw - var(--max)) / 2)) 90px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 8vw, 110px); align-items: center; background: var(--paper); }
.subpage-hero-copy { min-width: 0; max-width: 620px; }
.subpage-hero h1 { margin: 15px 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 6vw, 6.4rem); line-height: .94; }
.subpage-hero p:not(.eyebrow) { max-width: 590px; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.subpage-hero .hero-actions { margin-top: 34px; }
.subpage-visual { position: relative; min-height: 0; aspect-ratio: 3 / 2; overflow: hidden; background: #d7d9d1; }
.subpage-visual.subpage-visual-wide { aspect-ratio: 1672 / 941; }
.subpage-visual img { width: 100%; height: 100%; object-fit: cover; }
.about-product-visual { background: #dfe1da; }
.about-product-visual img { padding: clamp(18px, 3vw, 42px); object-fit: contain; }
.pricing-product-visual { background: #dfe1da; }
.pricing-product-visual img { padding: clamp(18px, 3vw, 42px); object-fit: contain; }
.subpage-visual-label { position: absolute; right: 18px; bottom: 18px; padding: 10px 13px; background: rgba(242,241,236,.94); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.contact-hero { min-height: 560px; padding: 110px max(24px, calc((100vw - var(--max)) / 2)) 90px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 10vw, 150px); align-items: center; background: var(--paper); }
.contact-hero > div:first-child { max-width: 660px; }
.contact-hero h1 { margin: 15px 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 6vw, 6.4rem); line-height: .94; }
.contact-hero p:not(.eyebrow) { max-width: 610px; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.contact-topics { border-top: 1px solid var(--line); }
.contact-topics > div { min-height: 112px; padding: 22px 0; display: grid; grid-template-columns: 42px 1fr; column-gap: 16px; border-bottom: 1px solid var(--line); }
.contact-topics svg { grid-row: span 2; width: 24px; color: var(--green-dark); }
.contact-topics strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.contact-topics span { color: var(--muted); font-size: .88rem; line-height: 1.5; }
.contact-form-section { padding-block: 105px; }
.intent-strip { padding: 24px max(24px, calc((100vw - var(--max)) / 2)); display: flex; flex-wrap: wrap; gap: 14px 30px; background: var(--green-dark); color: white; }
.intent-strip span { display: inline-flex; align-items: center; gap: 8px; font-size: .82rem; }
.intent-strip svg { width: 17px; }
.solution-section { padding: 110px max(24px, calc((100vw - var(--max)) / 2)); }
.solution-section.alt { background: #d7d9d1; }
.solution-heading { max-width: 780px; margin-bottom: 60px; }
.solution-heading h2 { margin: 12px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 4.6vw, 4.8rem); line-height: 1; }
.solution-heading > p:last-child { max-width: 670px; color: var(--muted); line-height: 1.75; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.solution-card { min-height: 280px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.solution-card svg { width: 27px; height: 27px; margin-bottom: 45px; color: var(--green-dark); }
.solution-card h3 { margin: 0 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; }
.solution-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.pricing-section { padding-bottom: 96px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pricing-plan { min-height: 540px; padding: 34px 32px 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.pricing-plan.featured { background: #dfe1da; }
.pricing-kicker { margin: 0 0 40px; color: var(--green-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pricing-plan h3 { margin: 0 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 400; line-height: .98; }
.pricing-summary { min-height: 86px; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.pricing-plan ul { margin: 32px 0; padding: 0; list-style: none; }
.pricing-plan li { margin: 14px 0; display: flex; align-items: flex-start; gap: 10px; color: #3f4841; font-size: .85rem; line-height: 1.45; }
.pricing-plan li svg { width: 17px; flex: 0 0 auto; margin-top: 1px; color: var(--green-dark); }
.pricing-plan-bottom { margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(23,26,24,.24); display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.pricing-plan-bottom strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; font-weight: 400; line-height: 1.25; }
.pricing-note { max-width: 800px; margin: 28px 0 0; display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.pricing-note svg { width: 18px; flex: 0 0 auto; margin-top: 2px; color: var(--green-dark); }
.pricing-faq-section .faq-section > div:first-child > p:last-child { max-width: 440px; color: var(--muted); line-height: 1.7; }
.workflow-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(23,26,24,.35); }
.workflow-list li { padding: 26px 0; display: grid; grid-template-columns: 58px 1fr; gap: 18px; border-bottom: 1px solid rgba(23,26,24,.35); }
.workflow-list strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; }
.workflow-list p { margin: 6px 0 0; color: #454b46; }
.related-pages { padding: 75px max(24px, calc((100vw - var(--max)) / 2)); background: #202820; color: white; }
.related-pages h2 { margin-bottom: 30px; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; }
.related-links { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.24); border-left: 1px solid rgba(255,255,255,.24); }
.related-links a { min-height: 100px; padding: 22px; display: flex; align-items: flex-end; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); color: white; font-size: .83rem; text-decoration: none; }
.related-links svg { width: 17px; }
.evidence-summary { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.evidence-summary article { min-height: 175px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.evidence-summary strong { display: block; margin-bottom: 12px; font-family: Georgia, "Times New Roman", serif; font-size: 2.35rem; }
.evidence-summary span { color: var(--muted); font-size: .8rem; line-height: 1.55; }
.result-table { width: 100%; border-collapse: collapse; }
.result-table th, .result-table td { padding: 18px 14px; border-bottom: 1px solid rgba(23,26,24,.28); text-align: left; vertical-align: top; }
.result-table th { font-size: .72rem; text-transform: uppercase; }
.result-table td { color: #454b46; font-size: .86rem; }
.result-pass { font-weight: 700; color: var(--green-dark); }
.gallery-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 18px; }
.gallery-item { margin: 0; overflow: hidden; background: #d7d9d1; }
.gallery-item img { width: 100%; aspect-ratio: 16 / 10; display: block; object-fit: cover; }
.gallery-item figcaption { min-height: 98px; padding: 20px; }
.gallery-item strong { display: block; margin-bottom: 6px; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.gallery-item span { color: var(--muted); font-size: .76rem; line-height: 1.5; }
.gallery-item-wide { grid-column: 1 / -1; }
.disclosure { margin-top: 28px; padding: 20px; border: 1px solid var(--line); color: var(--muted); font-size: .78rem; line-height: 1.65; }

.steps-section .section-heading { margin-bottom: 80px; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { min-height: 128px; padding: 28px 0; display: grid; grid-template-columns: 80px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.steps li > span { width: 38px; height: 38px; display: grid; place-items: center; background: var(--green-dark); color: white; border-radius: 50%; font-size: .8rem; }
.steps h3 { margin-bottom: 7px; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; }
.steps p { margin: 0; color: var(--muted); }

.early-access { padding: 120px 24px; background: var(--ink); color: white; }
.early-access-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 150px); }
.early-access h2 { font-size: clamp(2.7rem, 4.8vw, 5rem); }
.early-access .eyebrow { color: #a9c1ae; }
.form-copy > p:not(.eyebrow) { max-width: 520px; margin: 25px 0; color: #c9cec9; }
.form-copy ul { margin: 32px 0 0; padding: 0; list-style: none; }
.form-copy li { margin: 14px 0; display: flex; align-items: center; gap: 10px; font-size: .9rem; }
.form-copy li svg { width: 18px; color: #a9c1ae; }
.interest-form { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.interest-form label { display: flex; flex-direction: column; gap: 8px; color: #d5d8d5; font-size: .76rem; }
.interest-form input, .interest-form select, .interest-form textarea { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid #626662; border-radius: 0; outline: 0; background: #242825; color: white; }
.interest-form textarea { resize: vertical; }
.interest-form input:focus, .interest-form select:focus, .interest-form textarea:focus { border-color: #c8d7cb; box-shadow: 0 0 0 2px rgba(200,215,203,.18); }
.interest-form .consent { flex-direction: row; align-items: flex-start; gap: 10px; }
.interest-form .consent input { width: 18px; min-height: 18px; margin-top: 1px; accent-color: var(--green); }
.interest-form .button { align-self: flex-start; }
.website-field { position: absolute; left: -9999px; }
.form-status { min-height: 23px; margin: 0; font-size: .82rem; }
.form-status.success { color: #bcd9c2; }
.form-status.error { color: #ffb5ae; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 9vw, 130px); }
.faq-section h2 { font-size: clamp(2.6rem, 4.3vw, 4.7rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 20px; flex: 0 0 auto; transition: transform .2s; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; padding: 0 45px 26px 0; color: var(--muted); }

.site-footer { min-height: 270px; padding: 65px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto; gap: 50px; background: #0f1210; color: white; }
.brand-light .brand-logo { filter: invert(1) brightness(1.2); }
.footer-brand p { margin: 20px 0 0; color: #aeb3af; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px 28px; font-size: .83rem; }
.copyright { grid-column: 1 / -1; align-self: end; margin: 0; color: #777e79; font-size: .72rem; }

.legal-page { max-width: 820px; min-height: 100svh; margin: 0 auto; padding: 150px 24px 90px; }
.legal-page h1 { margin-bottom: 34px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 7vw, 6.5rem); font-weight: 400; }
.legal-page h2 { margin: 52px 0 15px; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; }
.legal-page p { color: var(--muted); font-size: 1rem; }
.legal-page .legal-updated { margin-top: 52px; font-size: .78rem; }
.legal-page .text-link { margin-top: 20px; color: var(--ink); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .site-header > .button { display: none; }
  .menu-button { justify-self: end; width: 42px; height: 42px; padding: 0; display: grid; place-items: center; border: 0; background: transparent; }
  .mobile-nav { position: fixed; top: var(--header); inset-inline: 0; height: calc(100svh - var(--header)); padding: 28px 24px; display: flex; flex-direction: column; background: var(--paper); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { padding: 20px 0; border-bottom: 1px solid var(--line); font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; }
  .mobile-nav { overflow-y: auto; }
  .mobile-nav-label { margin-top: 22px; padding: 12px 0 4px; color: var(--green-dark); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-nav-label + a, .mobile-nav-label ~ a { padding-block: 15px; font-size: 1.25rem; }
  .hero-image { object-position: 58% center; opacity: .72; }
  .hero-copy::before { inset: 15px -20px -30px -20px; background: var(--paper); }
  .hero-note { left: 24px; right: auto; }
  .intro-grid, .content-demo-inner, .proof-band, .early-access-inner, .faq-section { grid-template-columns: 1fr; }
  .subpage-hero, .contact-hero { grid-template-columns: 1fr; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-plan { min-height: 0; }
  .evidence-summary { grid-template-columns: repeat(2, 1fr); }
  .related-links { grid-template-columns: repeat(2, 1fr); }
  .content-demo-inner { gap: 60px; }
  .operator-grid { grid-template-columns: 1fr 1fr; }
  .operator-item:nth-child(2) { border-right: 0; }
  .operator-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .integration-heading { grid-template-columns: 1fr; }
  .integration-heading .eyebrow, .integration-heading .text-link { grid-column: 1; }
  .integration-heading > p:not(.eyebrow) { margin-top: 24px; }
  .integration-row { grid-template-columns: 190px 1fr; }
  .integration-row ul { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 15px; }
  .revenue-heading { grid-template-columns: 1fr; }
  .revenue-heading .eyebrow { grid-column: 1; }
  .revenue-models { grid-template-columns: 1fr; }
  .revenue-models article { min-height: 220px; border-right: 0; border-bottom: 1px solid #aeb4ba; }
  .revenue-models article:last-child { border-bottom: 0; }
  .revenue-models svg { margin-bottom: 35px; }
  .proof-note { grid-column: 1; }
}

@media (max-width: 680px) {
  :root { --header: 64px; }
  h2 { font-size: 2.75rem; }
  .site-header { padding-inline: 18px; }
  .brand { font-size: 1.2rem; }
  .hero { min-height: calc(100svh - 28px); }
  .hero-image { object-position: 55% center; }
  .hero-copy { width: calc(100% - 36px); margin-left: 18px; padding-top: 40px; }
  .hero-copy::before { inset: 5px -16px -25px -16px; }
  .hero h1 { font-size: clamp(4.2rem, 22vw, 6.2rem); }
  .hero-lead { font-size: 1.55rem; }
  .hero-support { font-size: .9rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-note { bottom: 14px; left: 18px; right: 18px; overflow-x: auto; }
  .hero-note { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; overflow: visible; }
  .hero-note li { align-items: flex-start; white-space: normal; font-size: .58rem; line-height: 1.2; }
  .hero-note svg { flex: 0 0 auto; }
  .audience-strip { padding: 28px 18px; align-items: flex-start; flex-direction: column; }
  .audience-strip div { justify-content: flex-start; gap: 10px 20px; }
  .section { padding: 90px 18px; }
  .product-intro .section-heading, .operator-section .section-heading, .steps-section .section-heading { margin-bottom: 55px; }
  .intro-grid { gap: 55px; }
  .content-demo { padding: 85px 18px; }
  .segmented-control { width: 100%; }
  .segmented-control button { flex: 1; padding-inline: 8px; }
  .operator-grid { grid-template-columns: 1fr; }
  .operator-item { min-height: 270px; border-right: 0; border-bottom: 1px solid var(--line); }
  .operator-item:last-child { border-bottom: 0; }
  .operator-item .number { margin-bottom: 35px; }
  .integrations-section { padding: 85px 18px; }
  .integration-directory { margin-top: 60px; }
  .integration-row { grid-template-columns: 1fr; gap: 18px; }
  .integration-row ul { grid-template-columns: 1fr 1fr; }
  .integration-row li { padding: 7px 10px; font-size: .98rem; }
  .integration-flow { grid-template-columns: 1fr; padding: 24px 18px; }
  .integration-flow > svg { margin: 0 auto; transform: rotate(90deg); }
  .revenue-section { padding: 85px 18px; }
  .revenue-models { margin: 60px 0; }
  .offer-lab { padding: 25px 14px; }
  .offer-lab-header { align-items: flex-start; flex-direction: column; }
  .offer-control { width: 100%; }
  .offer-control button { flex: 1; }
  .revenue-device { padding: 8px 8px 12px; border-width: 5px; }
  .offer-screen { min-height: 390px; grid-template-columns: 1fr; }
  .offer-essential { padding: 23px 18px; }
  .offer-essential > strong { font-size: 2rem; }
  .offer-facts { margin-block: 18px 12px; }
  .offer-facts span { padding-inline: 7px; flex-direction: column; align-items: flex-start; font-size: .62rem; }
  .context-offer { padding: 22px 18px; border-top: 2px solid #111; border-left: 0; }
  .context-offer > svg { margin: 5px 0 13px; }
  .context-offer > strong { font-size: 1.8rem; }
  .offer-timeline { display: none; }
  .revenue-safeguards { grid-template-columns: 1fr; }
  .revenue-safeguards > div { min-height: 125px; border-right: 0; border-bottom: 1px solid #aeb4ba; }
  .revenue-safeguards > div:last-child { border-bottom: 0; }
  .proof-band { padding: 85px 18px; gap: 55px; }
  .traction-strip { padding: 32px 18px; grid-template-columns: 1fr; gap: 25px; }
  .traction-stats > div { padding: 2px 14px; }
  .traction-stats > div:first-child { padding-left: 0; border-left: 0; }
  .traction-stats dt { font-size: 2.8rem; }
  .traction-stats dd { font-size: .62rem; }
  .subpage-main { padding-top: 68px; }
  .not-found { padding: calc(var(--header) + 50px) 18px 42px; }
  .not-found-grid { grid-template-columns: 1fr; gap: 42px; }
  .not-found h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .not-found-copy { font-size: 1rem; }
  .not-found-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .not-found-visual { aspect-ratio: 4 / 3; }
  .subpage-hero, .contact-hero { min-height: auto; padding: 75px 18px 65px; }
  .subpage-hero h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .subpage-hero h1 { overflow-wrap: anywhere; }
  .pricing-plan { padding: 28px 22px; }
  .pricing-kicker { margin-bottom: 28px; }
  .pricing-summary { min-height: 0; }
  .subpage-visual, .subpage-visual img { min-height: 0; }
  .solution-section { padding: 80px 18px; }
  .solution-grid, .related-links { grid-template-columns: 1fr; }
  .evidence-summary, .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item-wide { grid-column: auto; }
  .result-table { display: block; overflow-x: auto; }
  .solution-card { min-height: 245px; }
  .related-pages { padding: 65px 18px; }
  .voice-list blockquote p { font-size: 1.65rem; }
  .steps li { grid-template-columns: 54px 1fr; }
  .steps h3 { font-size: 1.35rem; }
  .steps p { font-size: .86rem; }
  .early-access { padding: 85px 18px; }
  .form-row { grid-template-columns: 1fr; }
  .interest-form .button { width: 100%; }
  .faq-list summary { min-height: 76px; font-size: 1.1rem; }
  .site-footer { padding: 55px 18px; grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .copyright { grid-column: 1; }
}

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