:root {
  --ink: #172421;
  --muted: #60706a;
  --paper: #f5f3ee;
  --line: rgba(23, 36, 33, .16);
  --accent: #db704b;
  --accent-dark: #b75435;
  --sage: #dce5d9;
  --cream: #ece7dc;
  --white: #fbfaf7;
  --serif: 'Instrument Serif', Georgia, serif;
  --sans: 'DM Sans', Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.grain { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E"); }
.section-shell, .site-header { width: min(1240px, calc(100% - 80px)); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; height: 88px; border-bottom: 1px solid var(--line); }
.wordmark { display: flex; gap: 11px; align-items: center; font-size: 16px; font-weight: 700; letter-spacing: -.04em; }
.wordmark-mark { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: var(--white); background: var(--ink); font-size: 9px; letter-spacing: -.08em; }
.nav-links { display: flex; gap: 32px; margin-left: 120px; font-size: 12px; color: var(--muted); }
.nav-links a:hover, .site-footer a:hover { color: var(--accent-dark); }
.header-cta { padding: 10px 15px; border: 1px solid var(--ink); border-radius: 100px; font-size: 12px; transition: background .2s, color .2s; }
.header-cta span { margin-left: 12px; font-size: 15px; }
.header-cta:hover { color: var(--white); background: var(--ink); }
.hero { display: grid; grid-template-columns: 47% 53%; min-height: 700px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 82px 0 105px; }
.eyebrow, .section-kicker { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 25px; height: 1px; background: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 29px 0 29px; font-size: clamp(70px, 8.5vw, 127px); font-weight: 400; letter-spacing: -.075em; line-height: .81; }
h1 em, h2 em { color: var(--accent); font-family: var(--serif); font-weight: 400; letter-spacing: -.06em; }
.hero-lede { max-width: 400px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 33px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; padding: 14px 18px; border-radius: 100px; font-size: 12px; font-weight: 700; }
.button-primary { color: var(--white); background: var(--ink); transition: transform .2s, background .2s; }
.button-primary:hover { background: var(--accent-dark); transform: translateY(-2px); }
.button span { font-size: 18px; line-height: 0; }
.text-link { border-bottom: 1px solid var(--ink); padding-bottom: 3px; font-size: 12px; }
.text-link span { margin-left: 10px; }
.hero-note { margin: 52px 0 0; color: var(--muted); font-size: 10px; letter-spacing: .05em; }
.hero-visual { position: relative; overflow: hidden; background: var(--sage); min-height: 700px; }
.mesh-figure { position: absolute; inset: 54px 52px 38px; margin: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #e8e7e4; }
.mesh-figure img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; filter: saturate(.75) contrast(.96); transform: scale(1.13); }
.scan-line { position: absolute; width: 100%; height: 1px; top: 47%; background: rgba(219, 112, 75, .7); box-shadow: 0 0 18px 1px rgba(219, 112, 75, .35); animation: scan 5s ease-in-out infinite; }
@keyframes scan { 0%, 100% { transform: translateY(-190px); opacity: 0; } 15%, 75% { opacity: 1; } 50% { transform: translateY(190px); } }
.visual-ring { position: absolute; z-index: 1; border: 1px solid rgba(23, 36, 33, .14); border-radius: 50%; pointer-events: none; }
.ring-one { width: 650px; height: 650px; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.ring-two { width: 520px; height: 520px; left: 50%; top: 50%; transform: translate(-50%, -50%); border-color: rgba(219, 112, 75, .36); }
.visual-label, .coordinate { position: absolute; z-index: 3; color: var(--ink); font-size: 9px; letter-spacing: .14em; }
.label-top { top: 26px; right: 31px; }
.label-bottom { bottom: 21px; left: 27px; display: flex; gap: 8px; align-items: center; }
.pulse { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(219,112,75,.18); }
.coordinate { line-height: 1.7; opacity: .6; letter-spacing: .08em; }
.coordinate-a { top: 124px; left: 25px; }.coordinate-b { right: 23px; bottom: 87px; text-align: right; }
.signal-strip { display: grid; grid-template-columns: repeat(3, 1fr) 1.7fr; align-items: center; padding: 34px max(40px, calc((100vw - 1240px) / 2)); color: var(--white); background: var(--accent); }
.signal-strip div { display: flex; align-items: baseline; gap: 15px; border-right: 1px solid rgba(251,250,247,.35); }.signal-strip strong { font-family: var(--serif); font-size: 32px; font-weight: 400; }.signal-strip span { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }.signal-strip p { margin: 0 0 0 40px; font-family: var(--serif); font-size: 19px; line-height: 1.1; }
.intro { padding-top: 135px; padding-bottom: 133px; }.intro-content { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; margin-top: 58px; }.intro h2, .privacy h2, .closing h2 { margin: 0; font-size: clamp(48px, 6vw, 83px); font-weight: 400; letter-spacing: -.07em; line-height: .89; }.intro-body { align-self: end; max-width: 385px; }.intro-body p { color: var(--muted); font-size: 17px; line-height: 1.6; }.circle-link { display: grid; place-items: center; width: 53px; height: 53px; margin-top: 38px; border: 1px solid var(--ink); border-radius: 50%; font-size: 23px; transition: color .2s, background .2s; }.circle-link:hover { color: var(--white); background: var(--ink); }
.process { padding-bottom: 137px; }.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 41px; }.process-card { min-height: 348px; padding: 28px 27px 23px; border-top: 1px solid var(--ink); background: var(--cream); display: flex; flex-direction: column; }.process-card-featured { color: var(--white); background: var(--ink); }.card-number { color: var(--accent); font-size: 11px; font-weight: 700; }.card-icon { display: grid; place-items: center; width: 49px; height: 49px; margin: 45px 0 30px; border: 1px solid currentColor; border-radius: 50%; font-size: 22px; }.process-card h3 { margin-bottom: 14px; font-size: 21px; font-weight: 500; letter-spacing: -.05em; }.process-card p { max-width: 280px; color: var(--muted); font-size: 13px; line-height: 1.6; }.process-card-featured p { color: rgba(251,250,247,.68); }.card-foot { margin-top: auto; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }.process-card-featured .card-foot { color: rgba(251,250,247,.55); }
.privacy { display: grid; grid-template-columns: 43% 57%; min-height: 595px; padding-top: 98px; padding-bottom: 98px; background: var(--sage); }.privacy-visual { position: relative; min-height: 390px; }.privacy-visual > span { position: absolute; top: 50%; left: 50%; z-index: 2; color: var(--accent-dark); font-family: var(--serif); font-size: 150px; transform: translate(-50%, -50%); }.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(23,36,33,.25); border-radius: 50%; transform: translate(-50%, -50%) rotate(-25deg); }.orbit-a { width: 300px; height: 145px; }.orbit-b { width: 390px; height: 205px; transform: translate(-50%, -50%) rotate(38deg); border-color: rgba(219,112,75,.55); }.privacy-dot { position: absolute; top: 35%; left: 72%; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }.privacy-copy { padding: 25px 0 0 90px; }.privacy-copy h2 { margin: 52px 0 30px; }.privacy-copy > p { max-width: 450px; color: var(--muted); line-height: 1.65; }.privacy-facts { display: flex; flex-wrap: wrap; gap: 13px 30px; margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }.privacy-facts b { color: var(--accent-dark); margin-right: 6px; }
.closing { padding-top: 145px; padding-bottom: 150px; text-align: center; }.closing .eyebrow { justify-content: center; }.closing h2 { margin: 38px 0 27px; }.closing-copy { max-width: 390px; margin: 0 auto 34px; color: var(--muted); font-size: 14px; }.button-light { color: var(--white); background: var(--accent-dark); }.button-light:hover { background: var(--ink); }
.site-footer { display: flex; justify-content: space-between; padding-top: 21px; padding-bottom: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }.site-footer a { color: var(--ink); }
.reveal { animation: reveal .8s both cubic-bezier(.2,.75,.25,1); }.reveal-delay { animation-delay: .15s; } @keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 800px) { .section-shell, .site-header { width: min(100% - 40px, 560px); }.site-header { height: 73px; }.nav-links { display: none; }.header-cta { padding: 8px 11px; }.hero { display: flex; flex-direction: column; min-height: auto; }.hero-copy { padding: 70px 0 50px; }.hero-visual { min-height: 550px; margin: 0 -20px; }.mesh-figure { inset: 30px 25px 27px; }.ring-one { width: 510px; height: 510px; }.ring-two { width: 410px; height: 410px; }.signal-strip { grid-template-columns: repeat(3, 1fr); padding: 24px 20px; gap: 14px 8px; }.signal-strip div { gap: 7px; }.signal-strip strong { font-size: 25px; }.signal-strip span { font-size: 8px; }.signal-strip p { grid-column: 1 / -1; margin: 15px 0 0; padding-top: 15px; border-top: 1px solid rgba(251,250,247,.35); font-size: 17px; }.intro, .closing { padding-top: 90px; padding-bottom: 90px; }.intro-content { display: block; margin-top: 40px; }.intro-body { margin-top: 44px; }.process { padding-bottom: 90px; }.process-grid { grid-template-columns: 1fr; }.process-card { min-height: 300px; }.privacy { display: block; padding-top: 72px; padding-bottom: 72px; }.privacy-visual { min-height: 280px; }.privacy-copy { padding: 30px 0 0; }.privacy-copy h2 { margin-top: 35px; }.site-footer { flex-wrap: wrap; gap: 12px; }.site-footer span:nth-child(2) { display: none; } }

/* Product-led visual system */
:root { --ink: #f4f0e8; --muted: #aab3b1; --paper: #111b1d; --line: rgba(244,240,232,.16); --accent: #d8b36a; --accent-dark: #b8893d; --sage: #1d2b2d; --cream: #e4dfd3; --white: #f8f6f1; }
body { background: var(--paper); color: var(--ink); }
.grain { opacity: .02; }
.section-shell, .site-header { width: min(1320px, calc(100% - 96px)); }
.site-header { height: 86px; border-bottom-color: var(--line); }
.wordmark { color: var(--ink); font-size: 18px; letter-spacing: -.05em; }
.wordmark-logo { width: 35px; height: 35px; border-radius: 50%; object-fit: cover; object-position: center; mix-blend-mode: screen; }
.nav-links { color: var(--muted); }
.nav-links a:hover, .site-footer a:hover { color: var(--accent); }
.header-cta { border-color: var(--accent); color: var(--accent); }
.header-cta:hover { color: var(--paper); background: var(--accent); }
.hero { grid-template-columns: 48% 52%; min-height: 720px; }
.hero-copy { padding: 88px 70px 105px 0; }
.eyebrow, .section-kicker { color: var(--accent); }
.eyebrow span { background: var(--accent); }
h1 { max-width: 650px; margin: 31px 0 30px; font-size: clamp(64px, 7.4vw, 112px); line-height: .88; letter-spacing: -.075em; }
h1 em, h2 em { color: var(--accent); }
.hero-lede { max-width: 460px; color: var(--muted); font-size: 16px; }
.button-primary { color: var(--paper); background: var(--accent); }
.button-primary:hover { background: var(--white); }
.text-link { border-color: var(--accent); color: var(--ink); }
.hero-note { color: var(--muted); }
.hero-visual { min-height: 720px; background: #27383a; border-radius: 0 0 0 52px; }
.mesh-figure { inset: 32px 32px 32px; background: #d8d7d2; border-radius: 260px 260px 18px 18px; }
.mesh-figure img { transform: scale(1.2); filter: saturate(.6) contrast(1.02); }
.scan-line { background: rgba(216,179,106,.85); box-shadow: 0 0 22px 2px rgba(216,179,106,.42); }
.visual-ring { border-color: rgba(216,179,106,.22); }
.ring-one { width: 710px; height: 710px; }
.ring-two { width: 570px; height: 570px; border-color: rgba(216,179,106,.42); }
.visual-label, .coordinate { color: var(--white); }
.pulse { background: var(--accent); box-shadow: 0 0 0 5px rgba(216,179,106,.2); }
.signal-strip { grid-template-columns: repeat(3, 1fr) 1.7fr; padding-top: 30px; padding-bottom: 30px; color: var(--paper); background: var(--accent); }
.signal-strip div { border-color: rgba(17,27,29,.24); }
.signal-strip p { color: var(--paper); }
.intro { padding-top: 120px; padding-bottom: 120px; }
.intro-body p, .privacy-copy > p, .closing-copy { color: var(--muted); }
.circle-link { border-color: var(--accent); color: var(--accent); }
.circle-link:hover { color: var(--paper); background: var(--accent); }
.process { padding-bottom: 120px; }
.process-card { border: 1px solid var(--line); background: #1b292b; }
.process-card-featured { border-color: var(--accent); color: var(--paper); background: var(--accent); }
.process-card-featured .card-number, .process-card-featured .card-foot { color: var(--paper); }
.process-card p, .card-foot { color: var(--muted); }
.process-card-featured p { color: rgba(17,27,29,.76); }
.privacy { min-height: 550px; padding-top: 84px; padding-bottom: 84px; background: var(--sage); }
.privacy-visual > span { color: var(--accent); }
.privacy-copy { padding-left: 70px; }
.privacy-facts { border-color: var(--line); color: var(--muted); }
.privacy-facts b { color: var(--accent); }
.closing { padding-top: 120px; padding-bottom: 120px; }
.button-light { color: var(--paper); background: var(--accent); }
.button-light:hover { background: var(--white); }
.site-footer { border-top-color: var(--line); color: var(--muted); }
.site-footer a { color: var(--accent); }
@media (max-width: 800px) {
  .section-shell, .site-header { width: min(100% - 40px, 560px); }
  .hero-copy { padding: 70px 0 55px; }
  .hero-visual { min-height: 570px; margin: 0 -20px; border-radius: 0; }
  .mesh-figure { inset: 25px 20px 25px; }
  .ring-one { width: 540px; height: 540px; }
  .ring-two { width: 430px; height: 430px; }
  .privacy-copy { padding-left: 0; }
}

/* Product walkthrough */
.hero-visual { overflow: hidden; }
.hero-visual::before {
  position: absolute;
  inset: 0;
  content: '';
  opacity: .45;
  background-image: linear-gradient(rgba(23, 33, 31, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 33, 31, .045) 1px, transparent 1px);
  background-size: 34px 34px;
}
.visual-ring { display: none; }
.coordinate { color: #789087; font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.coordinate-a { top: 82px; left: 25px; }
.coordinate-b { right: 25px; bottom: 68px; }
.mesh-figure { z-index: 1; box-shadow: 0 22px 45px rgba(31, 50, 43, .16); }
.visual-label { z-index: 2; color: #56675f; font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.label-bottom { color: #56675f; }
.app-showcase { padding-top: 118px; padding-bottom: 122px; }
.showcase-intro { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 90px; align-items: end; }
.showcase-intro h2 { max-width: 680px; margin: 27px 0 0; color: var(--ink); font-size: clamp(46px, 5.3vw, 72px); font-weight: 400; letter-spacing: -.065em; line-height: .95; }
.showcase-intro > p { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.showcase-canvas { position: relative; display: grid; grid-template-columns: 190px minmax(300px, 1fr) minmax(300px, 1.15fr) 190px; gap: 26px; align-items: center; min-height: 570px; margin-top: 50px; padding: 38px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #eef3ef; }
.showcase-canvas::before { position: absolute; inset: 0; content: ''; opacity: .55; background-image: linear-gradient(rgba(82, 107, 94, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(82, 107, 94, .09) 1px, transparent 1px); background-size: 38px 38px; }
.showcase-step { position: relative; z-index: 1; color: var(--ink); }
.showcase-step span { display: block; margin-bottom: 15px; color: var(--accent-dark); font-family: var(--serif); font-size: 36px; line-height: 1; }
.showcase-step strong { display: block; max-width: 135px; font-size: 14px; letter-spacing: -.02em; line-height: 1.3; }
.showcase-step p { max-width: 152px; margin: 13px 0 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.step-consult { align-self: end; margin-bottom: 32px; }
.phone-preview { position: relative; z-index: 1; width: min(100%, 298px); justify-self: center; padding: 9px; border: 8px solid #18201e; border-radius: 38px; background: #18201e; box-shadow: 0 22px 38px rgba(28, 47, 39, .22); }
.phone-speaker { position: absolute; top: 16px; left: 50%; z-index: 2; width: 82px; height: 21px; border-radius: 20px; background: #18201e; transform: translateX(-50%); }
.phone-screen { min-height: 492px; padding: 13px; overflow: hidden; border-radius: 24px 24px 29px 29px; color: #eff4ef; background: #10201e; }
.phone-status { display: flex; align-items: center; justify-content: space-between; padding: 0 8px; font-size: 8px; font-weight: 700; }
.status-pieces { display: flex; gap: 3px; align-items: end; }.status-pieces i { display: block; width: 3px; border-radius: 2px; background: #eff4ef; }.status-pieces i:nth-child(1) { height: 4px; }.status-pieces i:nth-child(2) { height: 7px; }.status-pieces i:nth-child(3) { width: 12px; height: 7px; border: 1px solid #eff4ef; background: transparent; }
.phone-brand { display: flex; align-items: center; gap: 6px; margin: 26px 8px 16px; font-size: 10px; font-weight: 700; }.phone-brand img { width: 19px; height: 19px; border-radius: 5px; object-fit: cover; }
.capture-viewport { position: relative; height: 226px; overflow: hidden; border: 1px solid rgba(190, 213, 195, .25); border-radius: 14px; background: #dbe4de; }.capture-viewport::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, transparent 74%, rgba(16, 32, 30, .35)); pointer-events: none; }.capture-viewport img { position: absolute; bottom: -4px; left: 50%; width: 180px; max-width: none; height: 243px; object-fit: cover; transform: translateX(-50%); filter: saturate(.55) contrast(1.03); }
.scan-corner { position: absolute; z-index: 1; width: 21px; height: 21px; border-color: #d0aa5d; }.corner-top-left { top: 14px; left: 14px; border-top: 2px solid; border-left: 2px solid; }.corner-top-right { top: 14px; right: 14px; border-top: 2px solid; border-right: 2px solid; }.corner-bottom-left { bottom: 14px; left: 14px; border-bottom: 2px solid; border-left: 2px solid; }.corner-bottom-right { right: 14px; bottom: 14px; border-right: 2px solid; border-bottom: 2px solid; }
.capture-chip { position: absolute; z-index: 2; bottom: 13px; left: 50%; display: flex; gap: 6px; align-items: center; padding: 5px 8px; border: 1px solid rgba(239, 244, 239, .18); border-radius: 6px; color: #eff4ef; background: rgba(16, 32, 30, .82); font-size: 8px; font-weight: 600; transform: translateX(-50%); white-space: nowrap; }.capture-chip i { width: 5px; height: 5px; border-radius: 50%; background: #72c5a3; box-shadow: 0 0 0 3px rgba(114, 197, 163, .15); }
.phone-copy { margin: 20px 9px 14px; }.phone-copy h3 { margin: 0 0 6px; font-size: 15px; letter-spacing: -.04em; }.phone-copy p { margin: 0; color: #aebeb5; font-size: 10px; line-height: 1.5; }
.phone-action { display: flex; align-items: center; justify-content: space-between; margin: 0 9px; padding: 11px 12px; border-radius: 8px; color: #13201d; background: #d0aa5d; font-size: 10px; font-weight: 700; }.phone-action b { font-size: 15px; line-height: .8; }
.model-preview { position: relative; z-index: 1; align-self: center; overflow: hidden; border: 1px solid #d8dfd9; border-radius: 12px; background: var(--white); box-shadow: 0 16px 32px rgba(28, 47, 39, .1); }.model-preview-bar { display: flex; justify-content: space-between; padding: 13px 15px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .1em; }.model-viewer { position: relative; height: 342px; overflow: hidden; background: #e6eae7; }.model-viewer::before { position: absolute; inset: 0; z-index: 1; content: ''; background-image: linear-gradient(rgba(46, 70, 59, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(46, 70, 59, .06) 1px, transparent 1px); background-size: 30px 30px; }.model-viewer img { position: absolute; bottom: -39px; left: 50%; width: 265px; height: 358px; object-fit: cover; transform: translateX(-50%); filter: saturate(.55) contrast(1.04); }.model-orbit { position: absolute; z-index: 2; top: 46%; left: 50%; width: 240px; height: 111px; border: 1px solid rgba(183, 134, 61, .52); border-radius: 50%; transform: translate(-50%, -50%) rotate(-23deg); }.orbit-right { width: 182px; height: 250px; transform: translate(-50%, -50%) rotate(36deg); border-color: rgba(50, 80, 65, .3); }.model-point { position: absolute; z-index: 3; width: 7px; height: 7px; border: 2px solid #e9f0e9; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(183, 134, 61, .15); }.point-one { top: 34%; left: 37%; }.point-two { right: 35%; bottom: 27%; }
.model-preview-copy { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 17px; }.model-preview-copy strong { display: block; font-size: 13px; letter-spacing: -.025em; }.model-preview-copy p { margin: 4px 0 0; color: var(--muted); font-size: 10px; }.model-ready { padding: 5px 7px; border-radius: 5px; color: #36735b; background: #e7f1ea; font-size: 8px; font-weight: 700; white-space: nowrap; }
.showcase-note { display: flex; gap: 10px; align-items: flex-start; max-width: 620px; margin: 18px auto 0; color: var(--muted); font-size: 10px; line-height: 1.6; text-align: center; }.showcase-note span { flex: 0 0 auto; width: 6px; height: 6px; margin-top: 5px; border-radius: 50%; background: var(--accent); }
@media (max-width: 1050px) {
  .showcase-canvas { grid-template-columns: 130px minmax(275px, 1fr) minmax(275px, 1.1fr); gap: 18px; padding: 28px; }
  .step-consult { display: none; }
}
@media (max-width: 800px) {
  .app-showcase { padding-top: 88px; padding-bottom: 88px; }
  .showcase-intro { display: block; }.showcase-intro > p { max-width: 420px; margin-top: 28px; }
  .showcase-canvas { display: flex; flex-direction: column; min-height: 0; gap: 24px; margin-top: 38px; padding: 24px; }.showcase-step { width: 100%; text-align: center; }.showcase-step span { margin-bottom: 8px; }.showcase-step strong, .showcase-step p { max-width: 280px; margin-right: auto; margin-left: auto; }.step-consult { display: block; order: 4; align-self: auto; margin: 0; }.phone-preview { order: 2; }.model-preview { order: 3; width: 100%; max-width: 380px; }.model-viewer { height: 280px; }.model-viewer img { width: 235px; height: 317px; }.showcase-note { text-align: left; }
  .privacy-visual { overflow: hidden; }
}

/* Clean clinical presentation */
:root {
  --ink: #17211f;
  --muted: #687571;
  --paper: #f8f8f5;
  --line: #dfe3de;
  --accent: #b7863d;
  --accent-dark: #8e642a;
  --sage: #edf2ee;
  --cream: #f0eee8;
  --white: #ffffff;
}
body { background: var(--paper); color: var(--ink); }
.grain { display: none; }
.section-shell, .site-header { width: min(1180px, calc(100% - 80px)); }
.site-header { height: 82px; border-bottom: 1px solid var(--line); }
.wordmark { color: var(--ink); font-size: 17px; }
.wordmark-logo { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 9px; mix-blend-mode: multiply; }
.nav-links { color: var(--muted); }
.nav-links a:hover, .site-footer a:hover { color: var(--accent-dark); }
.header-cta { color: var(--ink); border: 1px solid var(--ink); border-radius: 7px; padding: 11px 15px; }
.header-cta:hover { color: var(--white); background: var(--ink); }
.hero { grid-template-columns: 46% 54%; min-height: 650px; gap: 45px; }
.hero-copy { padding: 98px 0 105px; }
.eyebrow, .section-kicker { color: var(--accent-dark); font-size: 10px; letter-spacing: .14em; }
.eyebrow span { background: var(--accent); }
h1 { max-width: 610px; margin: 27px 0 27px; color: var(--ink); font-size: clamp(58px, 6.9vw, 94px); line-height: .92; letter-spacing: -.07em; }
h1 em, h2 em { color: var(--accent-dark); }
.hero-lede { max-width: 410px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.hero-actions { gap: 22px; margin-top: 30px; }
.button { border-radius: 7px; padding: 14px 17px; }
.button-primary { color: var(--white); background: var(--ink); }
.button-primary:hover { background: var(--accent-dark); }
.text-link { color: var(--ink); border-color: var(--ink); }
.hero-note { margin-top: 42px; color: var(--muted); }
.hero-visual { min-height: 650px; background: var(--sage); border: 1px solid #dce4de; border-radius: 18px; }
.mesh-figure { inset: 28px 42px 28px; background: #e4e6e2; border-radius: 220px 220px 12px 12px; }
.mesh-figure img { transform: scale(1.16); filter: saturate(.58) contrast(.98); }
.scan-line { background: rgba(183,134,61,.68); box-shadow: 0 0 18px 1px rgba(183,134,61,.28); }
.visual-ring { border-color: rgba(23,33,31,.12); }
.ring-one { width: 620px; height: 620px; }
.ring-two { width: 490px; height: 490px; border-color: rgba(183,134,61,.32); }
.visual-label, .coordinate { color: var(--muted); }
.label-top { top: 22px; right: 24px; }
.label-bottom { bottom: 20px; left: 24px; }
.signal-strip { grid-template-columns: repeat(3, 1fr) 1.7fr; padding-top: 25px; padding-bottom: 25px; color: var(--ink); background: #e9eee9; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-strip div { border-color: var(--line); }
.signal-strip strong { color: var(--accent-dark); font-size: 28px; }
.signal-strip p { color: var(--ink); font-family: var(--sans); font-size: 14px; font-weight: 500; }
.intro { padding-top: 108px; padding-bottom: 108px; }
.intro-content { gap: 100px; margin-top: 48px; }
.intro h2, .privacy h2, .closing h2 { font-size: clamp(46px, 5.2vw, 70px); line-height: .96; }
.intro-body p, .privacy-copy > p, .closing-copy { color: var(--muted); }
.intro-body p { font-size: 16px; }
.circle-link { border-color: var(--accent); color: var(--accent-dark); border-radius: 7px; }
.circle-link:hover { color: var(--white); background: var(--accent); }
.process { padding-bottom: 110px; }
.process-grid { gap: 12px; margin-top: 35px; }
.process-card { min-height: 318px; padding: 25px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
.process-card-featured { color: var(--white); border-color: var(--ink); background: var(--ink); }
.card-icon { margin: 38px 0 25px; color: var(--accent-dark); border-color: var(--accent); border-radius: 10px; }
.process-card-featured .card-icon { color: var(--white); }
.process-card h3 { font-size: 20px; }
.process-card p, .card-foot { color: var(--muted); }
.process-card-featured p, .process-card-featured .card-foot { color: rgba(255,255,255,.68); }
.privacy { min-height: 510px; padding-top: 78px; padding-bottom: 78px; background: var(--sage); border-radius: 16px; }
.privacy-visual > span { color: var(--accent); font-size: 132px; }
.privacy-copy { padding-left: 55px; }
.privacy-copy h2 { margin-top: 42px; }
.privacy-facts { border-color: var(--line); }
.closing { padding-top: 110px; padding-bottom: 110px; }
.button-light { color: var(--white); background: var(--accent-dark); }
.button-light:hover { background: var(--ink); }
.site-footer { border-color: var(--line); }
.site-footer a { color: var(--accent-dark); }
@media (max-width: 800px) {
  .section-shell, .site-header { width: min(100% - 40px, 560px); }
  .site-header { height: 72px; }
  .hero { gap: 0; }
  .hero-copy { padding: 72px 0 48px; }
  .hero-visual { min-height: 540px; margin: 0; border-radius: 14px; }
  .mesh-figure { inset: 22px 22px 22px; }
  .ring-one { width: 490px; height: 490px; }
  .ring-two { width: 390px; height: 390px; }
  .signal-strip { padding: 22px 20px; }
  .privacy { border-radius: 12px; }
  .privacy-copy { padding-left: 0; }
}
