:root {
  --lp-ink: #17131b;
  --lp-obsidian: #0e0914;
  --lp-plum: #1d1424;
  --lp-ivory: #fcf9f4;
  --lp-cream: #f4efe7;
  --lp-gold: #c7a86b;
  --lp-gold-light: #e4d2ad;
  --lp-sage: #718579;
  --lp-lilac: #d7cddd;
  --lp-display: "Bodoni Moda", Didot, "Times New Roman", serif;
  --lp-body: "Manrope", system-ui, sans-serif;
  --lp-ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; font-family: var(--lp-body); text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--lp-gold); outline-offset: 4px; }

.lp-skip { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 9px 14px; color: var(--lp-ink); background: var(--lp-ivory); border-radius: 999px; font-weight: 800; transform: translateY(-150%); transition: transform 180ms ease; }
.lp-skip:focus { transform: none; }
.lp-nav { position: absolute; z-index: 20; top: 0; right: 0; left: 0; display: flex; max-width: 1380px; align-items: center; justify-content: space-between; gap: 24px; margin-inline: auto; padding: 24px clamp(20px, 4vw, 60px); color: var(--lp-ivory); }
.lp-brand img { width: 154px; height: auto; }
.lp-nav--light { color: var(--lp-ink); }
.lp-nav--light .lp-brand img { width: 168px; }
.lp-nav__actions { display: flex; align-items: center; gap: 22px; }
.lp-back { font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-underline-offset: 5px; }
.lp-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; border: 1px solid transparent; border-radius: 999px; font-size: .78rem; font-weight: 800; line-height: 1.25; text-align: center; text-decoration: none; transition: transform 220ms var(--lp-ease), box-shadow 220ms ease; }
.lp-button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(0,0,0,.2); }
.lp-button img { width: 21px; height: 21px; filter: brightness(0); }
.lp-button--gold { color: var(--lp-ink); background: linear-gradient(135deg, var(--lp-gold-light), var(--lp-gold)); }
.lp-button--plum { color: var(--lp-ivory); background: var(--lp-plum); }
.lp-button--plum img { filter: none; }
.lp-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 30px; }
.lp-text-link { font-size: .78rem; font-weight: 800; text-underline-offset: 6px; }
.lp-kicker { margin: 0 0 16px; font-size: .68rem; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.lp-clinical-note { font-size: .7rem; line-height: 1.7; opacity: .62; }

/* Option 01 — a dark editorial blueprint for a full smile transformation. */
.landing--design { color: var(--lp-ivory); background: var(--lp-obsidian); }
.design-hero { position: relative; display: grid; min-height: 850px; overflow: hidden; background: radial-gradient(circle at 22% 45%, rgba(107,74,121,.32), transparent 37%), var(--lp-obsidian); }
.design-hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(228,210,173,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(228,210,173,.22) 1px, transparent 1px); background-size: 72px 72px; pointer-events: none; }
.design-hero__copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 130px 22px 70px; }
.design-hero .lp-kicker, .design-includes .lp-kicker, .design-proof .lp-kicker, .lp-faq--dark .lp-kicker, .lp-final--design .lp-kicker { color: var(--lp-gold-light); }
.design-hero h1 { max-width: 760px; margin: 0; font-family: var(--lp-display); font-size: clamp(3.5rem, 13vw, 7.6rem); font-weight: 500; letter-spacing: -.06em; line-height: .87; }
.design-hero h1 em { display: block; color: var(--lp-gold-light); font-weight: 400; }
.design-hero__lead { max-width: 650px; margin: 28px 0 0; color: rgba(252,249,244,.68); font-size: clamp(.95rem, 2vw, 1.1rem); line-height: 1.8; }
.design-specs { display: grid; gap: 0; max-width: 780px; margin: 48px 0 0; padding: 0; border-top: 1px solid rgba(252,249,244,.16); border-bottom: 1px solid rgba(252,249,244,.16); list-style: none; }
.design-specs li { display: grid; grid-template-columns: 34px 1fr; gap: 3px 12px; padding: 15px 0; border-bottom: 1px solid rgba(252,249,244,.1); }
.design-specs li:last-child { border-bottom: 0; }
.design-specs span { grid-row: span 2; color: var(--lp-gold); font-size: .63rem; font-weight: 800; }
.design-specs strong { font-family: var(--lp-display); font-size: 1.15rem; font-weight: 500; }
.design-specs small { color: rgba(252,249,244,.5); font-size: .65rem; }
.design-hero__visual { position: relative; min-height: 650px; padding: 0 22px 70px; }
.design-stage { position: relative; height: 100%; margin: 0; overflow: hidden; border: 1px solid rgba(228,210,173,.2); border-radius: 24px; box-shadow: 0 28px 70px rgba(0,0,0,.32); }
.design-stage::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(14,9,20,.72)); pointer-events: none; }
.design-stage > img { width: 100%; height: 100%; object-fit: cover; }
.design-stage figcaption { position: absolute; z-index: 2; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 17px; color: var(--lp-ink); background: rgba(252,249,244,.92); border-radius: 12px; backdrop-filter: blur(10px); }
.design-stage figcaption span { font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.design-stage figcaption strong { font-family: var(--lp-display); font-size: 1.1rem; font-weight: 500; }
.design-result-card { position: absolute; z-index: 3; top: 9%; left: 0; width: min(270px, 49%); margin: 0; padding: 8px; color: var(--lp-ink); background: var(--lp-gold-light); border-radius: 16px; box-shadow: 0 18px 45px rgba(0,0,0,.36); transform: translateX(-4%); }
.design-result-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; }
.design-result-card figcaption { padding: 10px 8px 6px; }
.design-result-card figcaption span { display: block; color: #735f38; font-size: .54rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.design-result-card figcaption strong { display: block; margin-top: 3px; font-family: var(--lp-display); font-size: .9rem; font-weight: 500; line-height: 1.2; }
.design-manifesto { padding: 88px 22px; color: var(--lp-ink); background: var(--lp-gold-light); }
.design-manifesto > * { max-width: 1040px; margin-right: auto; margin-left: auto; }
.design-manifesto .lp-kicker { color: #796540; }
.design-manifesto h2 { margin-top: 0; margin-bottom: 28px; font-family: var(--lp-display); font-size: clamp(2.8rem, 8vw, 5.8rem); font-weight: 500; letter-spacing: -.055em; line-height: .95; }
.landing--design h2 em { color: #806d48; font-weight: 400; }
.landing--design .design-includes h2 em, .landing--design .lp-faq--dark h2 em { color: var(--lp-gold-light); }
.design-manifesto > p:last-child { max-width: 620px; margin-right: max(0px, calc((100% - 1040px) / 2)); color: rgba(23,19,27,.68); line-height: 1.8; }
.design-includes { display: grid; gap: 52px; max-width: 1200px; margin-inline: auto; padding: 100px 22px; }
.design-includes h2, .design-proof h2, .lp-faq h2, .lp-final h2 { margin: 0; font-family: var(--lp-display); font-size: clamp(2.7rem, 8vw, 5rem); font-weight: 500; letter-spacing: -.05em; line-height: .96; }
.design-includes__title span { display: inline; }
.design-includes__steps { min-width: 0; }
.design-includes ol { margin: 0; padding: 0; border-top: 1px solid rgba(252,249,244,.18); list-style: none; }
.design-includes li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 23px 0; border-bottom: 1px solid rgba(252,249,244,.18); }
.design-includes li > span { color: var(--lp-gold); font-size: .65rem; font-weight: 800; }
.design-includes strong { font-family: var(--lp-display); font-size: 1.45rem; font-weight: 500; }
.design-includes li p { margin: 5px 0 0; color: rgba(252,249,244,.58); font-size: .83rem; }
.design-complete-note { width: 100%; margin: 22px 0 0; padding: 15px 16px; color: rgba(23,19,27,.66); background: var(--lp-cream); border-left: 2px solid var(--lp-gold); border-radius: 0 12px 12px 0; font-size: .7rem; line-height: 1.6; }
.design-complete-note strong { display: block; margin-bottom: 3px; color: #796540; font-family: var(--lp-body); font-size: .68rem; font-weight: 800; }
.design-price { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 28px; color: var(--lp-ink); background: var(--lp-ivory); border-radius: 22px; }
.design-price__main { display: grid; justify-items: start; }
.design-price span, .design-price small { color: rgba(23,19,27,.58); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.design-price strong { margin: 5px 0; font-family: var(--lp-display); font-size: clamp(2.6rem, 8vw, 4.5rem); font-weight: 500; letter-spacing: -.05em; }
.design-price .design-complete-note strong { margin: 0 0 3px; color: #796540; font-family: var(--lp-body); font-size: .68rem; font-weight: 800; letter-spacing: 0; }
.design-proof { padding: 100px 22px; color: var(--lp-ink); background: var(--lp-cream); }
.design-proof__heading { max-width: 1200px; margin: 0 auto 48px; }
.design-proof .lp-kicker { color: #806d48; }
.design-proof__images { display: grid; gap: 14px; max-width: 1200px; margin-inline: auto; }
.design-proof figure { position: relative; margin: 0; overflow: hidden; border-radius: 20px; }
.design-proof img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.design-proof figcaption { position: absolute; top: 14px; left: 14px; padding: 7px 11px; color: var(--lp-ivory); background: rgba(14,9,20,.7); border-radius: 999px; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.design-proof > .lp-clinical-note { max-width: 1200px; margin: 14px auto 0; }

/* Shared FAQ and close. */
.lp-faq { display: grid; gap: 48px; padding: 100px 22px; }
.lp-faq > * { max-width: 1200px; width: 100%; margin-inline: auto; }
.lp-faq details { border-top: 1px solid currentColor; }
.lp-faq details:last-child { border-bottom: 1px solid currentColor; }
.lp-faq summary { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 20px; font-family: var(--lp-display); font-size: 1.2rem; font-weight: 500; cursor: pointer; list-style: none; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: "+"; font-family: var(--lp-body); font-size: 1.2rem; font-weight: 400; }
.lp-faq details[open] summary::after { content: "−"; }
.lp-faq details p { max-width: 740px; margin: -3px 0 24px; opacity: .66; font-size: .86rem; line-height: 1.75; }
.lp-faq--dark { color: var(--lp-ivory); background: #171020; }
.lp-faq--dark details { border-color: rgba(252,249,244,.18); }
.lp-final { padding: 100px 22px; text-align: center; }
.lp-final h2 { max-width: 900px; margin-inline: auto; }
.lp-final .lp-button { margin-top: 30px; }
.lp-final--design { color: var(--lp-ink); background: var(--lp-gold-light); }
.lp-final--design .lp-kicker { color: #796540; }
.lp-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding: 24px max(22px, calc((100% - 1200px) / 2)); color: rgba(252,249,244,.48); background: #08050b; font-size: .65rem; }

/* Option 02 — a bright modular system for a subtle intervention. */
.landing--micro { color: var(--lp-ink); background: var(--lp-cream); }
.micro-hero { display: grid; min-height: 830px; padding: 126px 22px 70px; overflow: hidden; background: radial-gradient(circle at 10% 20%, rgba(215,205,221,.8), transparent 28%), var(--lp-cream); }
.micro-hero__copy { align-self: center; }
.landing--micro .lp-kicker { color: #6e5b76; }
.micro-hero h1 { margin: 0; font-family: var(--lp-display); font-size: clamp(3.3rem, 12vw, 7rem); font-weight: 500; letter-spacing: -.06em; line-height: .91; }
.micro-hero h1 em { color: #765e80; font-weight: 400; }
.micro-hero__copy > p:not(.lp-kicker) { max-width: 650px; margin: 28px 0 0; color: rgba(23,19,27,.65); line-height: 1.8; }
.micro-price { font-family: var(--lp-display); font-size: 1.35rem; font-weight: 600; }
.micro-price small { display: block; font-family: var(--lp-body); font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }
.micro-hero__mosaic { position: relative; min-height: 620px; margin-top: 45px; }
.micro-main-photo { position: absolute; inset: 0 8% 0 0; margin: 0; overflow: hidden; border-radius: 45% 45% 20px 20px; }
.micro-main-photo img { width: 100%; height: 100%; object-fit: cover; }
.micro-fact { position: absolute; display: flex; flex-direction: column; justify-content: center; padding: 20px; box-shadow: 0 20px 45px rgba(23,19,27,.13); }
.micro-fact--one { top: 8%; right: 0; width: 150px; aspect-ratio: 1; color: var(--lp-ivory); background: var(--lp-sage); border-radius: 50%; text-align: center; }
.micro-fact--one strong { font-family: var(--lp-display); font-size: 3.2rem; font-weight: 500; line-height: .8; }
.micro-fact--one span { margin-top: 9px; font-size: .58rem; line-height: 1.45; }
.micro-fact--two { right: 0; bottom: 7%; width: 190px; color: var(--lp-ink); background: var(--lp-lilac); border-radius: 16px; transform: rotate(3deg); }
.micro-fact--two span { font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.micro-fact--two strong { margin-top: 7px; font-family: var(--lp-display); font-size: 1.3rem; font-weight: 500; line-height: 1.1; }
.micro-fit { padding: 100px 22px; background: var(--lp-ivory); }
.micro-fit > * { max-width: 1200px; margin-inline: auto; }
.micro-fit header { display: grid; gap: 12px; margin-bottom: 50px; }
.micro-fit h2, .micro-includes h2, .micro-route h2 { margin: 0; font-family: var(--lp-display); font-size: clamp(2.8rem, 8vw, 5rem); font-weight: 500; letter-spacing: -.05em; line-height: .96; }
.micro-fit__grid { display: grid; gap: 14px; }
.micro-fit article { min-height: 270px; padding: 26px; border: 1px solid rgba(23,19,27,.14); border-radius: 18px; }
.micro-fit article:nth-child(2) { background: var(--lp-lilac); border-color: transparent; }
.micro-fit article:nth-child(3) { color: var(--lp-ivory); background: var(--lp-sage); border-color: transparent; }
.micro-fit article > span { font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.micro-fit h3 { margin: 80px 0 12px; font-family: var(--lp-display); font-size: 1.7rem; font-weight: 500; line-height: 1.08; }
.micro-fit article p { margin: 0; opacity: .68; font-size: .82rem; line-height: 1.7; }
.micro-includes { display: grid; gap: 50px; align-items: center; padding: 100px 22px; }
.micro-includes figure { position: relative; margin: 0; }
.micro-includes figure::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid #765e80; border-radius: 28px; }
.micro-includes figure img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 28px; }
.micro-includes figcaption { position: absolute; z-index: 2; right: 14px; bottom: 14px; padding: 8px 11px; color: var(--lp-ivory); background: rgba(23,19,27,.74); border-radius: 999px; font-size: .58rem; font-weight: 800; text-transform: uppercase; }
.micro-includes ul { display: grid; gap: 0; margin: 35px 0 0; padding: 0; list-style: none; }
.micro-includes li { display: grid; grid-template-columns: 28px 1fr; gap: 8px; padding: 17px 0; border-top: 1px solid rgba(23,19,27,.14); font-size: .86rem; }
.micro-includes li:last-child { border-bottom: 1px solid rgba(23,19,27,.14); }
.micro-includes li span { color: #765e80; font-weight: 800; }
.micro-package-price { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin: 20px 0 0; padding: 18px 20px; color: var(--lp-ivory); background: #765e80; border-radius: 14px; }
.micro-package-price span { font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.micro-package-price strong { font-family: var(--lp-display); font-size: 1.65rem; font-weight: 500; white-space: nowrap; }
.micro-route { padding: 100px 22px; color: var(--lp-ivory); background: var(--lp-plum); }
.micro-route > * { max-width: 1200px; margin-right: auto; margin-left: auto; }
.micro-route .lp-kicker { color: var(--lp-gold-light); }
.micro-route ol { display: grid; gap: 16px; margin-top: 48px; padding: 0; list-style: none; }
.micro-route li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 24px; background: rgba(252,249,244,.055); border: 1px solid rgba(252,249,244,.14); border-radius: 16px; }
.micro-route li > span { display: grid; width: 36px; height: 36px; place-items: center; color: var(--lp-ink); background: var(--lp-gold-light); border-radius: 50%; font-size: .7rem; font-weight: 800; }
.micro-route strong { font-family: var(--lp-display); font-size: 1.5rem; font-weight: 500; }
.micro-route li p { margin: 6px 0 0; color: rgba(252,249,244,.58); font-size: .8rem; line-height: 1.7; }
.micro-route > .lp-kicker, .micro-route > h2, .micro-route > ol { width: min(1200px, 100%); margin-right: auto; margin-left: auto; }
.lp-faq--light { color: var(--lp-ink); background: var(--lp-ivory); }
.lp-faq--light details { border-color: rgba(23,19,27,.18); }
.lp-final--micro { display: grid; gap: 35px; color: var(--lp-ivory); background: #765e80; text-align: left; }
.lp-final--micro .lp-kicker { color: rgba(252,249,244,.7); }
.lp-final--micro h2 { margin-left: 0; }
.lp-final--micro > div:last-child { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.lp-final--micro .lp-button { margin-top: 0; }
.lp-final--micro p { color: rgba(252,249,244,.72); font-size: .75rem; line-height: 1.7; }
.lp-footer--light { color: rgba(23,19,27,.58); background: var(--lp-cream); }

/* Compact treatment pages: quick-reading routes for focused or general care. */
.landing--compact { min-width: 320px; }
.landing--brightening { color: var(--lp-ink); background: var(--lp-cream); }
.landing--general { color: var(--lp-ivory); background: var(--lp-obsidian); }
.compact-hero { display: grid; gap: 46px; min-height: 720px; padding: 126px 22px 64px; overflow: hidden; background: radial-gradient(circle at 12% 20%, rgba(215,205,221,.72), transparent 28%), var(--lp-cream); }
.compact-hero--dark { background: radial-gradient(circle at 18% 44%, rgba(107,74,121,.34), transparent 34%), var(--lp-obsidian); }
.compact-hero__copy { align-self: center; }
.compact-hero .lp-kicker { color: #6e5b76; }
.compact-hero--dark .lp-kicker { color: var(--lp-gold-light); }
.compact-hero h1 { margin: 0; font-family: var(--lp-display); font-size: clamp(3.4rem, 13vw, 6.9rem); font-weight: 500; letter-spacing: -.06em; line-height: .89; }
.compact-hero h1 em { color: #765e80; font-weight: 400; }
.compact-hero--dark h1 em { color: var(--lp-gold-light); }
.compact-hero__copy > p:not(.lp-kicker) { max-width: 650px; margin: 25px 0 0; color: rgba(23,19,27,.66); line-height: 1.8; }
.compact-hero--dark .compact-hero__copy > p:not(.lp-kicker) { color: rgba(252,249,244,.66); }
.compact-price { display: inline-grid; gap: 1px; font-family: var(--lp-display); font-size: 1.35rem; font-weight: 600; line-height: 1.1; }
.compact-price small { font-family: var(--lp-body); font-size: .57rem; letter-spacing: .09em; text-transform: uppercase; }
.compact-price--light { color: var(--lp-gold-light); }
.compact-hero__visual { position: relative; max-height: 610px; margin: 0; overflow: hidden; border-radius: 28px; box-shadow: 0 28px 70px rgba(23,19,27,.16); }
.compact-hero__visual > img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.compact-hero__visual::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(14,9,20,.64)); pointer-events: none; }
.compact-hero__visual figcaption { position: absolute; z-index: 2; right: 16px; bottom: 16px; left: 16px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 15px; color: var(--lp-ink); background: rgba(252,249,244,.92); border-radius: 12px; backdrop-filter: blur(10px); }
.compact-hero__visual figcaption span { font-size: .56rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.compact-hero__visual figcaption strong { font-family: var(--lp-display); font-size: 1rem; font-weight: 500; }
.compact-includes, .compact-care { padding: 82px 22px; color: var(--lp-ink); background: var(--lp-ivory); }
.compact-includes > *, .compact-care > * { max-width: 1200px; margin-right: auto; margin-left: auto; }
.compact-includes header, .compact-care header { display: grid; gap: 12px; margin-bottom: 38px; }
.compact-includes .lp-kicker, .compact-care .lp-kicker { color: #6e5b76; }
.compact-includes h2, .compact-care h2, .compact-route h2, .compact-final h2 { margin: 0; font-family: var(--lp-display); font-size: clamp(2.65rem, 8vw, 4.7rem); font-weight: 500; letter-spacing: -.05em; line-height: .96; }
.compact-includes__grid { display: grid; gap: 12px; }
.compact-includes article { padding: 24px; border: 1px solid rgba(23,19,27,.14); border-radius: 16px; }
.compact-includes article:nth-child(2) { background: var(--lp-lilac); border-color: transparent; }
.compact-includes article span { color: #765e80; font-size: .6rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.compact-includes h3 { margin: 42px 0 10px; font-family: var(--lp-display); font-size: 1.55rem; font-weight: 500; }
.compact-includes article p { margin: 0; color: rgba(23,19,27,.62); font-size: .78rem; line-height: 1.7; }
.compact-route { display: grid; gap: 42px; padding: 82px 22px; color: var(--lp-ivory); background: #765e80; }
.compact-route > * { width: min(1200px, 100%); margin-right: auto; margin-left: auto; }
.compact-route .lp-kicker { color: rgba(252,249,244,.68); }
.compact-route ol { display: grid; gap: 10px; margin-top: 0; padding: 0; list-style: none; }
.compact-route li { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 14px; padding: 18px; background: rgba(252,249,244,.07); border: 1px solid rgba(252,249,244,.16); border-radius: 14px; }
.compact-route li span { display: grid; width: 34px; height: 34px; place-items: center; color: var(--lp-ink); background: var(--lp-gold-light); border-radius: 50%; font-size: .6rem; font-weight: 800; }
.compact-route li strong { font-family: var(--lp-display); font-size: 1.2rem; font-weight: 500; }
.compact-route--light { color: var(--lp-ink); background: var(--lp-gold-light); }
.compact-route--light .lp-kicker { color: #796540; }
.compact-route--light li { background: rgba(252,249,244,.42); border-color: rgba(23,19,27,.13); }
.compact-route--light li span { color: var(--lp-ivory); background: var(--lp-plum); }
.compact-final { display: grid; gap: 28px; align-items: center; padding: 76px max(22px, calc((100% - 1200px) / 2)); color: var(--lp-ivory); background: var(--lp-plum); }
.compact-final .lp-kicker { color: var(--lp-gold-light); }
.compact-final .lp-button { justify-self: start; }
.compact-final--general { color: var(--lp-ink); background: var(--lp-ivory); }
.compact-final--general .lp-kicker { color: #796540; }
.compact-care { background: var(--lp-cream); }
.care-list { display: grid; gap: 10px; margin: 0 auto !important; padding: 0; list-style: none; }
.care-list li { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 12px; min-height: 62px; padding: 12px 16px; background: var(--lp-ivory); border: 1px solid rgba(23,19,27,.12); border-radius: 13px; font-family: var(--lp-display); font-size: 1.15rem; }
.care-list li span { color: #806d48; font-family: var(--lp-body); font-size: .58rem; font-weight: 800; letter-spacing: .08em; }
.compact-care > .lp-clinical-note { margin-top: 16px; }

@media (max-width: 660px) {
  .lp-nav__actions .lp-back { display: none; }
  .lp-nav .lp-button { min-height: 44px; padding: 10px 14px; font-size: .68rem; }
  .lp-brand img { width: 126px; }
}

@media (min-width: 700px) {
  .design-specs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .design-specs li { border-right: 1px solid rgba(252,249,244,.1); border-bottom: 0; padding: 18px; }
  .design-specs li:first-child { padding-left: 0; }
  .design-specs li:last-child { border-right: 0; }
  .design-proof__images { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-faq { grid-template-columns: .8fr 1.2fr; }
  .lp-faq > * { max-width: none; }
  .micro-fit__grid, .micro-route ol { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .micro-includes { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); }
  .lp-final--micro { grid-template-columns: 1.25fr .75fr; }
  .compact-includes__grid, .care-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .compact-route { grid-template-columns: .8fr 1.2fr; }
  .compact-route > * { width: 100%; }
  .compact-final { grid-template-columns: 1.25fr .75fr; }
  .compact-final .lp-button { justify-self: end; }
}

@media (min-width: 980px) {
  .design-hero { grid-template-columns: minmax(0,1.15fr) minmax(420px,.85fr); }
  .design-hero__copy { padding: 150px clamp(38px,6vw,100px) 85px max(38px, calc((100vw - 1380px) / 2 + 60px)); }
  .design-hero__visual { padding: 110px max(38px, calc((100vw - 1380px) / 2 + 60px)) 70px 0; }
  .design-stage { min-height: 660px; }
  .design-result-card { top: 15%; left: -88px; width: 280px; transform: none; }
  .design-includes { grid-template-columns: .9fr 1.25fr .65fr; align-items: start; }
  .design-includes__title { font-size: clamp(3.25rem, 4.4vw, 4rem) !important; }
  .design-includes__title span { display: block; white-space: nowrap; }
  .design-price { min-height: 0; }
  .micro-hero { grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr); gap: 70px; padding: 135px max(40px, calc((100vw - 1320px) / 2 + 60px)) 80px; }
  .micro-hero__mosaic { min-height: 680px; margin-top: 0; }
  .micro-fit, .micro-includes, .micro-route, .lp-faq, .lp-final { padding-top: 125px; padding-bottom: 125px; }
  .micro-fit header { grid-template-columns: .7fr 1.3fr; align-items: end; }
  .micro-includes { max-width: 1200px; margin-inline: auto; gap: 90px; }
  .compact-hero { grid-template-columns: minmax(0,1.05fr) minmax(400px,.95fr); gap: 72px; min-height: 740px; padding: 128px max(40px, calc((100vw - 1240px) / 2 + 40px)) 72px; }
  .compact-hero__visual { height: 580px; align-self: center; }
  .compact-includes, .compact-care, .compact-route { padding-top: 96px; padding-bottom: 96px; }
  .compact-includes header, .compact-care header { grid-template-columns: .7fr 1.3fr; align-items: end; }
}

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