:root {
  --forest: #143c34;
  --forest-dark: #0b2924;
  --paper: #f4efe5;
  --cream: #fffaf1;
  --orange: #f0643c;
  --sun: #f1c85a;
  --sage: #9eb9a7;
  --blue: #3e69da;
  --ink: #17201e;
  --muted: #59615e;
  --line: rgba(23, 32, 30, .18);
  --light-line: rgba(255, 250, 241, .22);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.shell { width: min(1380px, calc(100% - 56px)); margin-inline: auto; }
.section { padding-block: 128px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--cream); color: var(--ink); border: 2px solid var(--ink); }
.skip-link:focus { top: 16px; }

.site-header { min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-weight: 900; text-transform: uppercase; letter-spacing: -.04em; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: white; font-size: 11px; letter-spacing: 0; }
.brand-name { font-size: 15px; line-height: 1.05; }
.brand-name small { display: block; margin-top: 4px; color: var(--muted); font-size: 8px; letter-spacing: .13em; }
nav { display: flex; gap: 34px; font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
nav a { padding: 10px 0; border-bottom: 2px solid transparent; }
nav a:hover, nav a:focus-visible { border-color: var(--orange); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 22px; padding: 13px 16px; border: 1px solid var(--ink); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; transition: .2s ease; }
.header-cta:hover, .header-cta:focus-visible { background: var(--ink); color: var(--cream); }

.hero { min-height: 760px; display: grid; grid-template-columns: 1.02fr .98fr; border-bottom: 1px solid var(--line); }
.hero-copy { padding: 96px 7vw 72px 0; display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .section-number { display: flex; align-items: center; gap: 11px; margin: 0 0 28px; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 29px; height: 3px; background: var(--orange); }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: -.045em; line-height: .88; }
h1 { max-width: 760px; font-size: clamp(64px, 7.2vw, 111px); }
h1 em, h2 em { color: var(--orange); font-family: var(--serif); font-weight: 400; text-transform: none; }
.hero-deck { max-width: 650px; margin: 34px 0 0; color: #3f4845; font: 20px/1.55 var(--serif); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 39px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 245px; padding: 17px 19px; border: 0; border-radius: 2px; cursor: pointer; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: white; }
.text-link { width: max-content; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-note { display: flex; gap: 9px; align-items: center; margin: 28px 0 0; color: var(--muted); font-size: 12px; line-height: 1.4; }
.hero-note span { color: var(--forest); font-weight: 900; }

.hero-visual { position: relative; min-height: 760px; overflow: hidden; background: var(--forest); color: white; }
.sun-disc { position: absolute; right: -18%; top: -25%; width: 580px; height: 580px; border-radius: 50%; background: var(--sun); }
.visual-location { position: absolute; left: 28px; top: 25px; margin: 0; font-size: 9px; font-weight: 900; line-height: 1.45; letter-spacing: .12em; }
.browser-card { position: absolute; left: 9%; top: 15%; width: 76%; min-height: 470px; color: var(--ink); background: var(--cream); transform: rotate(-2.5deg); box-shadow: 28px 32px 0 rgba(7, 31, 27, .56); }
.browser-bar { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 17px; border-bottom: 1px solid var(--line); }
.browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.browser-bar i:nth-child(2) { background: var(--sun); }
.browser-bar i:nth-child(3) { background: var(--sage); }
.browser-bar span { margin-left: auto; font-size: 8px; font-weight: 700; color: var(--muted); }
.mock-page { padding: 28px; }
.mock-nav { display: flex; justify-content: space-between; align-items: center; font-size: 8px; letter-spacing: .08em; }
.mock-nav span { padding: 7px 9px; background: var(--orange); color: white; }
.mock-page > p { margin: 74px 0 0; font: 400 clamp(34px, 4.2vw, 62px)/.95 var(--serif); letter-spacing: -.055em; }
.mock-page > p strong { color: var(--forest); font-family: var(--display); text-transform: uppercase; }
.mock-lines { margin-top: 34px; }
.mock-lines i { display: block; width: 68%; height: 5px; margin-bottom: 8px; background: #d8d4ca; }
.mock-lines i:nth-child(2) { width: 52%; }.mock-lines i:nth-child(3) { width: 38%; }
.mock-button { width: max-content; margin-top: 28px; padding: 12px 16px; background: var(--forest); color: white; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.price-stamp { position: absolute; right: 4%; bottom: 9%; z-index: 2; width: 185px; height: 185px; padding: 23px; display: flex; flex-direction: column; justify-content: center; border-radius: 50%; background: var(--orange); color: white; transform: rotate(7deg); box-shadow: 0 14px 40px rgba(0,0,0,.2); }
.price-stamp small, .price-stamp span { font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.price-stamp strong { margin: 3px 0; font: 400 63px/1 var(--display); letter-spacing: -.04em; }
.visual-caption { position: absolute; left: 28px; bottom: 25px; margin: 0; font: italic 14px/1.35 var(--serif); }

.proof-strip { background: var(--cream); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { min-height: 118px; padding: 25px 28px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); }
.proof-grid div:last-child { border-right: 1px solid var(--line); }
.proof-grid strong { font: 400 29px/1 var(--display); text-transform: uppercase; }
.proof-grid span { margin-top: 9px; color: var(--muted); font: 11px var(--serif); }

.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: end; margin-bottom: 66px; }
.section-heading h2, .meet h2, .faq h2 { font-size: clamp(58px, 6.2vw, 94px); }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font: 19px/1.55 var(--serif); }
.section-number { color: var(--muted); }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.work-card { min-width: 0; }
.work-preview { position: relative; display: block; height: 480px; overflow: hidden; transition: transform .25s ease; }
.work-preview:hover, .work-preview:focus-visible { transform: translateY(-5px); }
.preview-top { height: 50px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid currentColor; font-size: 8px; font-weight: 900; letter-spacing: .09em; }
.preview-top i { font-style: normal; opacity: .7; }
.work-preview > p { position: absolute; left: 7%; bottom: 11%; z-index: 2; margin: 0; font: 400 clamp(32px, 3vw, 52px)/.93 var(--serif); letter-spacing: -.05em; }
.work-preview > p strong { font-family: var(--display); }
.open-pill { position: absolute; right: 18px; top: 69px; z-index: 3; padding: 10px 12px; border-radius: 999px; background: var(--cream); color: var(--ink); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.vision-card .work-preview { background: #d8debf; color: #2d4b3f; }
.vision-rings { position: absolute; right: -24%; top: 19%; width: 380px; height: 380px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; opacity: .45; }
.vision-rings b { position: absolute; inset: 17%; border: 2px solid currentColor; border-radius: 50%; }
.vision-rings b:nth-child(2) { inset: 34%; }.vision-rings b:nth-child(3) { inset: 47%; background: currentColor; }
.dental-card .work-preview { background: #e66f59; color: #fff6e9; }
.dental-arch { position: absolute; right: -10%; top: 20%; width: 78%; height: 82%; border: 38px solid #f3c98a; border-bottom: 0; border-radius: 50% 50% 0 0; opacity: .75; }
.uppercut-card .work-preview { background: var(--blue); color: white; }
.uppercut-slash { position: absolute; width: 24%; height: 125%; left: 58%; top: -12%; background: var(--orange); transform: skew(-20deg); box-shadow: 66px 0 0 rgba(240,100,60,.28); }
.uppercut-card .work-preview strong { color: var(--sun); }
.work-meta { padding: 23px 2px 0; }
.work-meta > span { font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); }
.work-meta h3 { margin: 9px 0 6px; font: 400 37px/1 var(--display); text-transform: uppercase; letter-spacing: -.03em; }
.work-meta p { margin: 0; color: var(--muted); font: 14px var(--serif); }

.how { background: var(--forest-dark); color: var(--cream); }
.light { color: rgba(255,250,241,.62); }
.how-intro { display: grid; grid-template-columns: .55fr 1fr .75fr; gap: 4vw; align-items: start; }
.how-intro h2 { font-size: clamp(62px, 7.5vw, 112px); }
.how-intro > p:last-child { margin: 4px 0 0; color: #b7c2bd; font: 17px/1.55 var(--serif); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; border-top: 1px solid var(--light-line); }
.steps article { min-height: 355px; padding: 28px 30px 36px; border-left: 1px solid var(--light-line); }
.steps article:last-child { border-right: 1px solid var(--light-line); }
.steps article > span { color: var(--orange); font-size: 10px; font-weight: 900; }
.steps h3 { margin: 105px 0 18px; max-width: 310px; font: 400 31px/1 var(--display); text-transform: uppercase; letter-spacing: -.02em; }
.steps p { margin: 0; max-width: 330px; color: #b7c2bd; font: 16px/1.52 var(--serif); }
.how-bottom { padding: 34px 0 0; display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.how-bottom strong { font: 18px/1.4 var(--serif); }
.how-bottom a { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.meet { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; align-items: center; }
.meet-copy > p:not(.section-number) { max-width: 560px; color: #404946; font: 19px/1.6 var(--serif); }
.meet-small { padding-top: 18px; border-top: 1px solid var(--line); font-size: 14px !important; color: var(--muted) !important; }
.video-wrap { position: relative; max-width: 800px; padding: 22px 22px 25px; background: var(--cream); border: 1px solid var(--line); box-shadow: 22px 22px 0 var(--sage); }
.video-wrap video { width: 100%; max-height: 560px; background: var(--forest-dark); object-fit: contain; }
.video-label { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-top: 17px; }
.video-label span { color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.video-label strong { font: 15px var(--serif); }
.video-wrap details { margin-top: 17px; padding-top: 14px; border-top: 1px solid var(--line); }
.video-wrap summary { cursor: pointer; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.video-wrap details p { color: var(--muted); font: 14px/1.55 var(--serif); }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; cursor: pointer; padding: 26px 46px 26px 0; list-style: none; font: 400 23px/1.2 var(--display); text-transform: uppercase; letter-spacing: -.02em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; position: absolute; right: 3px; top: 21px; font: 400 30px/1 var(--serif); color: var(--orange); }
.faq-list details[open] summary:after { content: "−"; }
.faq-list details p { max-width: 700px; margin: -8px 0 28px; color: var(--muted); font: 16px/1.6 var(--serif); }

.start { background: var(--orange); color: var(--cream); }
.start-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 8vw; align-items: start; }
.start-copy h2 { max-width: 720px; font-size: clamp(58px, 6.5vw, 96px); }
.start-copy > p:not(.section-number) { max-width: 590px; margin-top: 32px; font: 19px/1.55 var(--serif); }
.contact-options { margin-top: 45px; border-top: 1px solid rgba(255,255,255,.35); }
.contact-options a { padding: 18px 0; display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.35); }
.contact-options small { font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-options strong { font: 15px var(--serif); }
.form-card { padding: 42px; background: var(--cream); color: var(--ink); box-shadow: 18px 18px 0 var(--forest-dark); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-card label { display: block; }
.form-card label > span { display: block; margin-bottom: 7px; font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.form-card label > span i { color: var(--muted); font-style: normal; font-weight: 400; }
.form-card input, .form-card select { width: 100%; height: 49px; padding: 0 12px; border: 1px solid rgba(23,32,30,.32); border-radius: 0; background: white; color: var(--ink); }
.form-card input:focus, .form-card select:focus { outline: 3px solid var(--sun); outline-offset: 1px; }
.form-wide { grid-column: 1 / -1; }
.consent { display: grid !important; grid-template-columns: 19px 1fr; gap: 10px; margin-top: 22px; align-items: start; }
.consent input { width: 17px; height: 17px; margin: 1px 0 0; }
.consent > span { margin: 0 !important; color: var(--muted); font-size: 9px !important; font-weight: 400 !important; line-height: 1.5; letter-spacing: 0 !important; text-transform: none !important; }
.consent a { text-decoration: underline; text-underline-offset: 2px; }
.form-submit { width: 100%; margin-top: 22px; background: var(--forest-dark); color: white; }
.form-submit:disabled { cursor: wait; opacity: .65; }
.form-note { margin: 11px 0 0; color: var(--muted); font: 12px var(--serif); }
.form-status { min-height: 20px; margin: 8px 0 0; color: var(--forest); font-size: 12px; font-weight: 900; }
.form-card input.form-trap, .response-frame { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }

.footer { padding: 42px 0 90px; background: var(--forest-dark); color: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; }
.footer .brand-name small { color: #9caaa5; }
.footer p { margin: 0; color: #9caaa5; font: 13px var(--serif); }
.footer-grid > div { display: flex; gap: 22px; color: #9caaa5; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.mobile-cta { display: none; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { min-height: 80px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.legal-header > span { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.legal-back { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.legal { max-width: 900px; padding-top: 100px; padding-bottom: 120px; }
.legal h1 { font-size: clamp(66px, 8vw, 112px); }
.legal-lead { margin: 35px 0 70px; color: #404946; font: 21px/1.55 var(--serif); }
.legal h2 { margin: 48px 0 14px; font: 400 27px/1 var(--display); }
.legal > p:not(.eyebrow):not(.legal-lead) { color: var(--muted); font: 16px/1.65 var(--serif); }
.legal a { text-decoration: underline; text-underline-offset: 3px; }
.legal-footer { padding: 34px 0 50px; background: var(--forest-dark); color: var(--cream); }
.legal-footer .shell { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.legal-footer p { margin: 0; color: #9caaa5; font: 12px var(--serif); }

@media (max-width: 1000px) {
  .shell { width: min(100% - 34px, 760px); }
  .site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }.hero-copy { padding: 86px 0 70px; }.hero-visual { min-height: 680px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }.proof-grid div:nth-child(3) { border-top: 1px solid var(--line); }.proof-grid div:nth-child(4) { border-top: 1px solid var(--line); }
  .section-heading, .meet, .faq, .start-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 40px; }.work-grid { grid-template-columns: 1fr 1fr; }.uppercut-card { grid-column: 1 / -1; }
  .how-intro { grid-template-columns: 1fr; }.how-intro { gap: 22px; }.how-intro > p:last-child { max-width: 600px; }
  .steps { grid-template-columns: 1fr; }.steps article, .steps article:last-child { min-height: 250px; border-right: 1px solid var(--light-line); border-bottom: 1px solid var(--light-line); }.steps h3 { margin-top: 55px; }
  .meet { gap: 70px; }.video-wrap { max-width: none; }.faq { gap: 60px; }
  .start-grid { gap: 70px; }.footer-grid { grid-template-columns: 1fr auto; }.footer p { display: none; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 24px, 560px); }
  .site-header { min-height: 72px; }.brand-mark { width: 36px; height: 36px; }.brand-name { font-size: 13px; }.site-header .brand-name small { display: none; }.header-cta { padding: 11px 12px; gap: 10px; }
  .hero { width: 100%; }.hero-copy { width: calc(100% - 24px); margin: auto; padding: 68px 0 62px; }.eyebrow { font-size: 8px; }.hero h1 { font-size: clamp(54px, 16vw, 79px); }.hero-deck { font-size: 18px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }.button { width: 100%; }.hero-note { align-items: flex-start; }
  .hero-visual { min-height: 580px; }.sun-disc { width: 390px; height: 390px; }.browser-card { left: 5%; top: 12%; width: 86%; min-height: 395px; }.mock-page { padding: 20px; }.mock-page > p { margin-top: 62px; font-size: 36px; }.price-stamp { width: 142px; height: 142px; right: 3%; bottom: 7%; padding: 18px; }.price-stamp strong { font-size: 47px; }.price-stamp span { font-size: 7px; }
  .proof-grid div { min-height: 100px; padding: 20px; }.proof-grid strong { font-size: 24px; }.proof-grid span { font-size: 10px; }
  .section { padding-block: 88px; }.section-heading h2, .meet h2, .faq h2, .start-copy h2 { font-size: 52px; }.section-heading > p, .meet-copy > p:not(.section-number), .start-copy > p:not(.section-number) { font-size: 17px; }
  .work-grid { grid-template-columns: 1fr; }.uppercut-card { grid-column: auto; }.work-preview { height: 390px; }
  .how-intro h2 { font-size: 62px; }.steps { margin-top: 55px; }.how-bottom { align-items: flex-start; flex-direction: column; }
  .video-wrap { padding: 12px 12px 18px; box-shadow: 10px 10px 0 var(--sage); }.video-label { align-items: flex-start; flex-direction: column; gap: 6px; }
  .faq-list summary { font-size: 20px; }.form-card { padding: 28px 18px; box-shadow: 9px 9px 0 var(--forest-dark); }.form-grid { grid-template-columns: 1fr; }.form-wide { grid-column: auto; }
  .contact-options a { align-items: flex-start; flex-direction: column; gap: 7px; }
  .legal-header > span { display: none; }.legal { padding-top: 70px; padding-bottom: 90px; }.legal h1 { font-size: 58px; }.legal-lead { font-size: 18px; }.legal-footer .shell { align-items: flex-start; flex-direction: column; }
  .footer { padding-bottom: 100px; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div { flex-wrap: wrap; }
  .mobile-cta { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 20; display: flex; justify-content: space-between; align-items: center; padding: 16px 17px; background: var(--sun); color: var(--forest-dark); box-shadow: 0 7px 28px rgba(0,0,0,.25); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
}

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