:root {
  --ink: #741522;
  --ink-soft: #6d5b57;
  --coral: #ee6f60;
  --coral-deep: #c6534f;
  --coral-light: #f8d7e8;
  --cream: #f3eee8;
  --paper: #fffaf7;
  --blush: #fdf2f8;
  --sage: #e7e0d9;
  --lavender: #f8d7e8;
  --line: #e7e0d9;
  --white: #ffffff;
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --ease: cubic-bezier(.23, 1, .32, 1);
  --shadow: 0 24px 60px rgba(41, 27, 22, .10);
  --shadow-soft: 0 12px 32px rgba(41, 27, 22, .07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { border: 0; }
::selection { background: var(--coral); color: var(--white); }
:focus-visible { outline: 3px solid rgba(231, 91, 75, .52); outline-offset: 3px; }

.container { width: min(1180px, calc(100% - 56px)); margin: 0 auto; }
.top-strip { background: var(--ink); color: #fff6ef; font-size: 12px; letter-spacing: .01em; }
.top-strip__inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.top-strip__eyebrow { color: #ffb8ae; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.top-strip strong { color: #fff; }
.top-strip__link { color: #ffb8ae; font-weight: 700; margin-left: 8px; transition: color .2s ease; }
.top-strip__link:hover { color: #fff; }

.site-header { background: rgba(251, 247, 241, .90); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(230, 223, 217, .55); }
.site-header__inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 182px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.desktop-nav a { color: #625a54; font-size: 13px; font-weight: 600; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--coral); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 22px; border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: .01em; cursor: pointer; transition: transform .18s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }
.button--small { min-height: 42px; padding: 0 18px; font-size: 12px; }
.button--primary { background: var(--coral); color: var(--white); box-shadow: 0 12px 24px rgba(231, 91, 75, .22); }
.button--primary:hover { background: var(--coral-deep); box-shadow: 0 16px 28px rgba(231, 91, 75, .28); }
.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { background: #3b3734; }
.button--light { background: var(--white); color: var(--ink); }
.button--light:hover { background: var(--coral-light); }
.button--full { width: 100%; }

.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.eyebrow__dot { width: 7px; height: 7px; background: var(--coral); border-radius: 50%; }
.eyebrow--small { font-size: 10px; margin-bottom: 10px; }
.eyebrow--light { color: #ffaaa0; }
.eyebrow--light .eyebrow__dot { background: #ffaaa0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 500; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(52px, 7.2vw, 94px); }
h2 { margin-bottom: 20px; font-size: clamp(42px, 5vw, 68px); }
h3 { letter-spacing: -.025em; line-height: 1.15; }
em { color: var(--coral); font-family: var(--serif); font-style: italic; font-weight: 500; }

.hero { position: relative; min-height: 720px; overflow: hidden; background: var(--cream); }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero__glow--one { width: 540px; height: 540px; background: rgba(244, 189, 176, .34); right: 14%; top: 70px; }
.hero__glow--two { width: 260px; height: 260px; background: rgba(220, 232, 220, .50); right: -30px; bottom: 40px; }
.hero__grid { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr); align-items: center; gap: 48px; position: relative; z-index: 1; padding-top: 48px; padding-bottom: 82px; }
.hero__copy { position: relative; z-index: 3; padding: 30px 0 48px; }
.hero__lede { max-width: 520px; margin-bottom: 28px; color: var(--ink-soft); font-size: 18px; line-height: 1.55; }
.hero__offer { max-width: 455px; display: flex; align-items: center; gap: 15px; padding: 16px 19px; margin-bottom: 28px; background: rgba(255, 255, 255, .68); border: 1px solid rgba(231, 91, 75, .17); border-radius: 16px; box-shadow: 0 10px 24px rgba(54, 33, 23, .04); }
.hero__offer-icon { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; flex: 0 0 42px; background: var(--coral); border-radius: 12px; color: #fff; font-size: 23px; }
.hero__offer-label { margin-bottom: 2px; color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.hero__offer-title { margin-bottom: 0; font-size: 19px; font-weight: 700; letter-spacing: -.02em; }
.hero__offer-note { margin: 2px 0 0; color: #81766f; font-size: 11px; line-height: 1.35; }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 13px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 4px; transition: color .2s ease; }
.text-link:hover { color: var(--coral); }
.text-link__icon { display: inline-flex; justify-content: center; align-items: center; width: 21px; height: 21px; border: 1px solid currentColor; border-radius: 50%; font-size: 13px; }
.text-link--coral { color: var(--coral); }
.hero__microproof { display: flex; align-items: center; gap: 12px; margin-top: 30px; }
.hero__microproof p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.35; }
.hero__microproof strong { color: var(--ink); font-size: 13px; }
.avatar-stack { display: flex; padding-left: 9px; }
.avatar-stack span { display: flex; justify-content: center; align-items: center; width: 26px; height: 26px; margin-left: -9px; background: var(--coral); border: 2px solid var(--cream); border-radius: 50%; color: #fff; font-size: 9px; font-weight: 700; }
.avatar-stack span:nth-child(2) { background: #b77f6f; }.avatar-stack span:nth-child(3) { background: #6e8b8c; }.avatar-stack span:nth-child(4) { background: #b5a17c; }
.hero__side { min-height: 620px; position: relative; }
.hero__art { position: relative; height: 460px; margin: -10px -70px 0 0; }
.hero__art-circle { position: absolute; width: 455px; height: 455px; right: 28px; top: 10px; background: var(--coral); border-radius: 50% 50% 47% 53%; transform: rotate(10deg); }
.hero__art-circle::after { content: ""; position: absolute; inset: 15px; border: 1px solid rgba(255, 255, 255, .38); border-radius: inherit; }
.hero__art img { position: absolute; width: min(680px, 112%); max-width: none; right: -82px; bottom: -52px; z-index: 1; filter: drop-shadow(10px 20px 10px rgba(78, 38, 27, .12)); }
.hero__art-sticker { position: absolute; left: 0; top: 135px; z-index: 3; display: grid; place-items: center; width: 122px; height: 122px; background: var(--ink); border-radius: 50%; color: #fff; font-family: var(--serif); font-size: 15px; line-height: 1.05; text-align: center; transform: rotate(-10deg); }
.hero__art-sticker strong { color: #ffaaa0; font-size: 18px; }
.hero-form-card { position: absolute; right: 0; bottom: 0; width: 305px; padding: 22px 24px 18px; background: rgba(255, 253, 249, .92); border: 1px solid rgba(231, 91, 75, .20); border-radius: 18px; box-shadow: var(--shadow); z-index: 4; }
.hero-form-card h2 { margin-bottom: 8px; font-size: 24px; letter-spacing: -.045em; }
.hero-form-card p:not(.eyebrow) { color: var(--ink-soft); font-size: 12px; line-height: 1.45; margin-bottom: 15px; }
.form-card__anchor { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 11px 13px; background: var(--coral-light); border-radius: 10px; color: var(--coral-deep); font-size: 11px; font-weight: 700; }
.hero-form-card__trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; padding-top: 13px; color: #877b74; font-size: 10px; }
.hero-form-card__trust span { color: var(--coral); font-weight: 700; }
.hero__wave { position: absolute; bottom: -1px; left: 0; width: 100%; height: 84px; background: var(--paper); clip-path: ellipse(74% 100% at 50% 100%); }

.stats-band { background: var(--paper); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 30px 0; }
.stat { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 66px; padding: 0 18px; border-right: 1px solid var(--line); text-align: center; }
.stat:last-child { border-right: 0; }.stat strong { color: var(--coral); font-size: 31px; font-weight: 600; letter-spacing: -.06em; line-height: 1; }.stat span { margin-top: 7px; color: #817871; font-size: 11px; }

.section { padding: 110px 0; position: relative; }.section--light { background: var(--paper); }.section--cream { background: var(--cream); }.section--blush { background: var(--blush); }.section--ink { background: var(--ink); color: #fff; }.section-heading { margin-bottom: 52px; }.section-heading--split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, .52fr); align-items: end; gap: 80px; }.section-heading--split h2 { max-width: 650px; margin-bottom: 0; }.section-heading--split > p { max-width: 390px; margin: 0 0 3px; color: var(--ink-soft); font-size: 15px; }.section-heading--center { max-width: 650px; margin-right: auto; margin-left: auto; text-align: center; }.section-heading--center .eyebrow { justify-content: center; }.section-heading--center h2 { margin-bottom: 15px; }.section-heading--center > p:last-child { margin: 0; color: var(--ink-soft); font-size: 14px; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }.benefit-card { min-height: 310px; display: flex; flex-direction: column; padding: 26px 25px 24px; border-radius: 20px; position: relative; overflow: hidden; transition: transform .25s var(--ease), box-shadow .25s ease; }.benefit-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }.benefit-card--warm, .benefit-card--pink, .benefit-card--sage, .benefit-card--lavender { background: var(--ink); color: #fffaf7; }.benefit-card__number { color: rgba(255, 250, 247, .62); font-size: 11px; font-weight: 700; letter-spacing: .12em; }.benefit-card__icon { align-self: flex-end; margin-top: 20px; color: #f4b39f; font-size: 46px; line-height: 1; }.benefit-card h3 { margin: auto 0 11px; font-size: 21px; }.benefit-card p { margin-bottom: 0; color: #f3ded8; font-size: 13px; line-height: 1.5; }

.technology-section { overflow: hidden; }.technology-section__texture { position: absolute; inset: 0; background: radial-gradient(ellipse at 82% 24%, rgba(231, 91, 75, .23), transparent 30%), radial-gradient(ellipse at 8% 80%, rgba(255, 255, 255, .05), transparent 25%); }.technology-grid { display: grid; grid-template-columns: minmax(340px, .85fr) minmax(0, 1fr); align-items: center; gap: 100px; position: relative; z-index: 1; }.technology__visual { min-height: 390px; position: relative; display: grid; place-items: center; }.technology__ring { position: absolute; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; }.technology__ring--one { width: 355px; height: 355px; }.technology__ring--two { width: 500px; height: 500px; border-style: dashed; border-color: rgba(231, 91, 75, .35); }.technology__badge { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 215px; height: 215px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 18px rgba(231, 91, 75, .08), 0 24px 42px rgba(0, 0, 0, .18); text-align: center; transform: rotate(-8deg); }.technology__badge span { color: #ffe1dc; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }.technology__badge strong { margin: 3px 0; font-family: var(--serif); font-size: 37px; line-height: .9; font-weight: 500; }.technology__beam { display: flex; align-items: flex-end; gap: 7px; position: absolute; right: 1px; bottom: 62px; height: 160px; transform: rotate(28deg); }.technology__beam span { display: block; width: 3px; height: 100%; background: linear-gradient(to top, transparent, rgba(231, 91, 75, .78)); }.technology__beam span:nth-child(2) { height: 75%; opacity: .6; }.technology__beam span:nth-child(3) { height: 52%; opacity: .35; }.technology__copy { max-width: 550px; }.technology__copy h2 { max-width: 590px; margin-bottom: 24px; }.technology__copy p:not(.eyebrow) { max-width: 540px; color: #cfc5bf; font-size: 15px; line-height: 1.65; }.check-list { display: grid; gap: 13px; margin: 28px 0 32px; }.check-list div { display: flex; align-items: center; gap: 11px; font-size: 13px; }.check-list span { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; background: rgba(231, 91, 75, .2); border: 1px solid rgba(231, 91, 75, .56); border-radius: 50%; color: #ffaba1; font-size: 11px; }

.offer-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 100px; }.offer-copy { max-width: 570px; }.offer-copy h2 { margin-bottom: 19px; }.offer-copy > p:not(.eyebrow):not(.fine-print) { color: var(--ink-soft); font-size: 16px; }.offer-details { display: grid; gap: 16px; margin: 27px 0; }.offer-details > div { display: flex; align-items: flex-start; gap: 12px; }.offer-details__icon { display: inline-flex; justify-content: center; align-items: center; width: 30px; height: 30px; flex: 0 0 30px; background: var(--coral-light); border-radius: 50%; color: var(--coral); }.offer-details strong, .offer-details span { display: block; }.offer-details strong { margin-bottom: 1px; font-size: 14px; }.offer-details div div span { color: #81766e; font-size: 12px; }.fine-print { margin-bottom: 0; color: #95887f; font-size: 11px; line-height: 1.45; }.offer-ticket { width: min(370px, 100%); justify-self: end; position: relative; padding: 22px 27px; background: var(--coral); color: #fff; border-radius: 19px; box-shadow: 18px 20px 0 rgba(231, 91, 75, .12); transform: rotate(4deg); }.offer-ticket::before, .offer-ticket::after { content: ""; position: absolute; top: 50%; width: 22px; height: 22px; background: var(--cream); border-radius: 50%; transform: translateY(-50%); }.offer-ticket::before { left: -11px; }.offer-ticket::after { right: -11px; }.offer-ticket__top, .offer-ticket__bottom { display: flex; align-items: center; justify-content: space-between; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.offer-ticket__top { padding-bottom: 17px; border-bottom: 1px dashed rgba(255, 255, 255, .48); }.offer-ticket__main { display: flex; align-items: center; gap: 20px; padding: 26px 0 29px; }.offer-ticket__main p { margin: 0; font-size: 100px; font-weight: 500; line-height: .75; letter-spacing: -.1em; }.offer-ticket__main h3 { margin: 0; color: #ffe9e5; font-size: 27px; letter-spacing: .02em; line-height: .95; }.offer-ticket__bottom { padding-top: 16px; border-top: 1px dashed rgba(255, 255, 255, .48); color: #ffe2de; font-size: 9px; }

.official-gallery-section { background: var(--cream); overflow: hidden; }
.official-gallery-heading { margin-bottom: 42px; }
.official-gallery { display: grid; grid-template-columns: .85fr 1.15fr; gap: 18px; align-items: stretch; }
.official-gallery figure { margin: 0; position: relative; overflow: hidden; border-radius: 18px; background: var(--ink); }
.official-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--ease); }
.official-gallery figure:hover img { transform: scale(1.035); }
.official-gallery__feature { min-height: 570px; background: linear-gradient(145deg, #741522, #ee6f60); }
.official-gallery__feature img { position: absolute; inset: 0; z-index: 0; object-fit: contain; object-position: center bottom; padding: 16px 22px 0; }
.official-gallery__feature::after { content: ""; position: absolute; inset: auto 0 0; z-index: 1; height: 44%; background: linear-gradient(to top, rgba(116, 21, 34, .82), transparent); pointer-events: none; }
.official-gallery__feature figcaption { position: absolute; left: 28px; bottom: 26px; z-index: 2; color: #fff; }
.official-gallery__feature figcaption span, .official-gallery__feature figcaption strong { display: block; }
.official-gallery__feature figcaption span { margin-bottom: 5px; color: #f8d7e8; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.official-gallery__feature figcaption strong { max-width: 260px; font-family: var(--serif); font-size: 31px; font-weight: 500; line-height: 1.02; }
.official-gallery__tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.official-gallery__tiles figure { min-height: 276px; }
.official-gallery__tiles figure::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(to top, rgba(116, 21, 34, .76), transparent); pointer-events: none; }
.official-gallery__tiles figcaption { position: absolute; left: 16px; bottom: 15px; z-index: 1; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.official-gallery__footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 20px; }
.official-gallery__mini { display: flex; align-items: center; gap: 14px; color: var(--ink); font-family: var(--serif); font-size: 18px; }
.official-gallery__mini img { width: 88px; height: 58px; object-fit: cover; object-position: center 44%; border-radius: 999px; background: var(--coral-light); }

.results-section { border-top: 1px solid var(--line); }.results-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: center; }.result-card { padding: 17px; background: var(--cream); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-soft); }.result-card__images { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.result-card figure { margin: 0; position: relative; overflow: hidden; border-radius: 11px; background: #e7d2c4; }.result-card img { width: 100%; aspect-ratio: .83; object-fit: cover; }.result-card figcaption { position: absolute; left: 11px; bottom: 11px; padding: 5px 9px; background: rgba(34, 32, 30, .78); border-radius: 999px; color: #fff; font-size: 10px; font-weight: 700; text-transform: uppercase; }.result-card__footer { display: flex; align-items: center; justify-content: space-between; padding: 18px 7px 3px; }.result-card__label { display: block; margin-bottom: 2px; color: #94867d; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }.result-card__footer strong { font-size: 17px; }.result-card__arrow { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; color: var(--coral); }.results-note { position: relative; padding: 26px 0 26px 9px; }.results-note__mark { display: block; height: 54px; color: var(--coral); font-family: var(--serif); font-size: 90px; line-height: .9; }.results-note blockquote { max-width: 300px; margin: 4px 0 13px; font-family: var(--serif); font-size: 31px; line-height: 1.07; }.results-note p { margin-bottom: 31px; color: #877b73; font-size: 12px; }

.process-section { overflow: hidden; }.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }.process-step { position: relative; padding-right: 48px; }.process-step:not(:first-child) { padding-left: 48px; }.process-step__number { display: inline-flex; justify-content: center; align-items: center; width: 45px; height: 45px; background: var(--white); border-radius: 50%; color: var(--coral); font-size: 13px; font-weight: 700; box-shadow: var(--shadow-soft); }.process-step__line { position: absolute; top: 22px; left: 95px; right: 0; border-top: 1px dashed rgba(231, 91, 75, .45); }.process-step:last-child .process-step__line { display: none; }.process-step h3 { margin: 34px 0 11px; font-size: 22px; }.process-step p { max-width: 275px; margin-bottom: 0; color: var(--ink-soft); font-size: 13px; }

.areas-grid { display: grid; grid-template-columns: .75fr 1fr; align-items: center; gap: 120px; }.areas-copy { max-width: 450px; }.areas-copy h2 { margin-bottom: 22px; }.areas-copy > p:not(.eyebrow) { margin-bottom: 27px; color: var(--ink-soft); font-size: 15px; }.area-chips { display: flex; flex-wrap: wrap; align-content: center; gap: 10px; }.area-chips span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: #655d57; font-size: 12px; background: rgba(255, 255, 255, .55); transition: all .2s ease; }.area-chips span:hover { border-color: var(--coral); color: var(--coral); background: var(--coral-light); }

.testimonials-section { background: var(--ink); color: #fff; background-image: radial-gradient(ellipse at 15% 0%, rgba(231, 91, 75, .19), transparent 33%), url("assets/stars.png"); background-repeat: no-repeat; background-position: right -40px top 20px, right 40px top 30px; background-size: auto, 360px auto; }.testimonials-header { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 48px; }.testimonials-header h2 { margin-bottom: 0; }.rating-lockup { min-width: 137px; padding: 14px 19px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .14); border-radius: 13px; text-align: center; }.rating-lockup span { display: block; margin-bottom: 4px; color: #ffad99; letter-spacing: .1em; font-size: 14px; }.rating-lockup strong { margin-right: 4px; font-size: 25px; }.rating-lockup small { color: #aaa19b; font-size: 10px; }.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.testimonial { min-height: 265px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .12); border-radius: 17px; }.testimonial--featured { background: var(--coral); border-color: var(--coral); transform: translateY(-10px); }.testimonial p { margin-bottom: 30px; color: #e0d8d3; font-family: var(--serif); font-size: 20px; line-height: 1.2; }.testimonial--featured p { color: #fff6f2; }.testimonial__person { display: flex; align-items: center; gap: 10px; }.testimonial__person > span { display: flex; justify-content: center; align-items: center; width: 34px; height: 34px; background: rgba(255, 255, 255, .14); border-radius: 50%; color: #ffb2a4; font-size: 10px; font-weight: 700; }.testimonial--featured .testimonial__person > span { background: rgba(255, 255, 255, .23); color: #fff; }.testimonial__person strong, .testimonial__person small { display: block; }.testimonial__person strong { font-size: 12px; }.testimonial__person small { color: #aaa19b; font-size: 10px; }.testimonial--featured .testimonial__person small { color: #ffdcd5; }

.clinic-grid { display: grid; grid-template-columns: .75fr 1fr; gap: 120px; align-items: center; }.clinic-grid > div:first-child { max-width: 430px; }.clinic-grid h2 { margin-bottom: 21px; }.clinic-grid > div:first-child > p:not(.eyebrow) { margin-bottom: 25px; color: var(--ink-soft); font-size: 15px; }.clinic-list { display: grid; gap: 14px; }.clinic { display: flex; align-items: center; gap: 15px; padding: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: 15px; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }.clinic:hover { border-color: rgba(231, 91, 75, .45); box-shadow: var(--shadow-soft); transform: translateX(5px); }.clinic__pin { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; background: var(--coral-light); border-radius: 50%; color: var(--coral); font-weight: 700; }.clinic strong, .clinic span { display: block; }.clinic strong { margin-bottom: 3px; font-size: 14px; }.clinic div span { color: #83776f; font-size: 12px; line-height: 1.4; }.clinic__arrow { margin-left: auto; color: var(--coral); font-size: 20px; }

.faq-section { background: var(--paper); }.faq-grid { display: grid; grid-template-columns: .65fr 1.1fr; gap: 120px; align-items: start; }.faq-intro { position: sticky; top: 130px; }.faq-intro h2 { margin-bottom: 22px; }.faq-intro > p:not(.eyebrow) { max-width: 290px; margin-bottom: 28px; color: var(--ink-soft); font-size: 14px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--line); border-radius: 50%; color: var(--coral); font-size: 18px; font-weight: 400; transition: transform .2s ease, background-color .2s ease; }.faq-list details[open] summary span { background: var(--coral-light); transform: rotate(45deg); }.faq-list details p { max-width: 630px; margin: -5px 40px 23px 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }

.lead-section { background: var(--ink); color: #fff; overflow: hidden; }.lead-section::after { content: ""; width: 620px; height: 620px; position: absolute; right: -190px; top: 40px; border: 1px solid rgba(231, 91, 75, .28); border-radius: 50%; box-shadow: 0 0 0 80px rgba(231, 91, 75, .04), 0 0 0 170px rgba(231, 91, 75, .025); }.lead-grid { display: grid; grid-template-columns: .72fr 1.05fr; gap: 110px; align-items: start; position: relative; z-index: 1; }.lead-copy { padding-top: 26px; max-width: 430px; }.lead-copy h2 { margin-bottom: 23px; }.lead-copy > p:not(.eyebrow) { color: #cfc6c1; font-size: 15px; line-height: 1.6; }.lead-promise { display: flex; align-items: flex-start; gap: 12px; margin-top: 35px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, .12); }.lead-promise > span { display: grid; place-items: center; width: 22px; height: 22px; background: rgba(231, 91, 75, .22); border-radius: 50%; color: #ffafa2; font-size: 12px; }.lead-promise strong, .lead-promise small { display: block; }.lead-promise strong { font-size: 14px; }.lead-promise small { margin-top: 4px; color: #aaa19b; font-size: 11px; }.lead-contact { margin-top: 38px; }.lead-contact p { margin-bottom: 9px; color: #aaa19b; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }.lead-contact a { display: block; width: fit-content; margin-bottom: 7px; color: #ffafa2; font-size: 14px; font-weight: 700; border-bottom: 1px solid transparent; }.lead-contact a:hover { border-color: currentColor; }
.lead-form { padding: 29px; background: var(--paper); color: var(--ink); border-radius: 19px; box-shadow: var(--shadow); }.lead-form__header { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 21px; margin-bottom: 22px; border-bottom: 1px solid var(--line); }.lead-form__header h3 { margin: 0; font-size: 22px; }.lead-form__header p { margin: 0; color: #8b7f77; font-size: 11px; }.lead-form__header p span { color: var(--coral); }.lead-form__step { color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }.form-grid { display: grid; gap: 14px; }.form-grid--two { grid-template-columns: repeat(2, 1fr); }.ff-el-group { min-width: 0; margin-bottom: 14px; }.ff-el-group label, .checkbox-fieldset legend { display: block; margin-bottom: 7px; color: #625b56; font-size: 11px; font-weight: 700; }.ff-el-group label > span, .checkbox-fieldset legend > span { color: var(--coral); }.ff-el-form-control { width: 100%; min-height: 47px; padding: 0 13px; border: 1px solid #e2dcd6; border-radius: 9px; outline: none; background: #fff; color: var(--ink); font-size: 13px; transition: border-color .2s ease, box-shadow .2s ease; }.ff-el-form-control::placeholder { color: #b4aaa2; }.ff-el-form-control:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(231, 91, 75, .10); }.ff-el-form-control[aria-invalid="true"], .ff-el-form-control.invalid { border-color: #c4493d; }.checkbox-fieldset { padding: 0; margin: 0 0 14px; border: 0; }.checkbox-fieldset legend { margin-bottom: 2px; }.field-help { margin: 0 0 11px; color: #a09289; font-size: 10px; }.checkbox-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }.check-option { position: relative; display: flex; align-items: center; gap: 7px; min-height: 31px; padding: 4px 7px; background: #fbf8f5; border: 1px solid #eee7e1; border-radius: 7px; color: #675e58; font-size: 11px; font-weight: 500; cursor: pointer; transition: background-color .15s ease, border-color .15s ease, color .15s ease; }.check-option:hover { border-color: rgba(231, 91, 75, .35); }.check-option:has(input:checked) { border-color: var(--coral); background: var(--coral-light); color: var(--coral-deep); }.check-option input { width: 13px; height: 13px; margin: 0; accent-color: var(--coral); }.field-error { display: block; min-height: 0; color: #c4493d; font-size: 10px; }.consent-group { display: grid; gap: 10px; padding: 15px 0 2px; margin-top: 2px; border-top: 1px solid var(--line); }.consent-option { display: flex; align-items: flex-start; gap: 9px; color: #8a7e75 !important; font-size: 10px !important; font-weight: 400 !important; line-height: 1.45; cursor: pointer; }.consent-option input { width: 14px; height: 14px; flex: 0 0 14px; margin-top: 2px; accent-color: var(--coral); }.consent-option strong { color: #645b55; font-weight: 700; }.consent-option a { color: var(--coral-deep); text-decoration: underline; }.form-submit { margin-top: 20px; }.form-submit .button { min-height: 53px; }.form-privacy { margin: 10px 0 0; color: #a09289; font-size: 10px; text-align: center; }.form-status { display: none; padding: 12px; margin-top: 13px; border-radius: 9px; font-size: 12px; line-height: 1.45; }.form-status.is-visible { display: block; }.form-status.is-success { background: #e5f1e5; color: #3f6f49; }.form-status.is-error { background: #fbe4e1; color: #a83e34; }

.site-footer { padding: 60px 0 90px; background: var(--cream); }.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .65fr; gap: 60px; padding-bottom: 50px; border-bottom: 1px solid var(--line); }.footer-grid img { width: 170px; margin-bottom: 18px; }.footer-grid p { max-width: 240px; margin-bottom: 0; color: #80756d; font-size: 12px; line-height: 1.5; }.footer-heading { margin-bottom: 10px !important; color: var(--ink) !important; font-size: 11px !important; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }.footer-grid a { display: block; width: fit-content; margin-top: 11px; color: var(--coral-deep); font-size: 12px; font-weight: 700; }.footer-grid a:hover { text-decoration: underline; }.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; color: #9a8d84; font-size: 10px; }.footer-bottom span:last-child { max-width: 570px; text-align: right; }
.mobile-cta { display: none; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 16px; }.hero__grid { grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr); gap: 20px; }.hero__art { margin-right: -45px; }.hero__art-circle { width: 390px; height: 390px; }.hero__art img { width: 610px; right: -80px; }.hero__art-sticker { left: 5px; }.technology-grid, .offer-grid, .clinic-grid { gap: 65px; }.areas-grid, .faq-grid, .lead-grid { gap: 75px; }
}
@media (max-width: 820px) {
  .container { width: min(100% - 36px, 620px); }.top-strip__inner { min-height: 43px; gap: 8px; flex-wrap: wrap; padding: 7px 0; line-height: 1.2; }.top-strip__link { margin-left: 0; }.site-header__inner { min-height: 68px; }.brand img { width: 156px; }.desktop-nav { display: none; }.site-header .button { min-height: 38px; padding: 0 14px; font-size: 11px; }.hero__grid { display: block; padding-top: 40px; padding-bottom: 60px; }.hero__copy { padding: 0; }.hero__lede { font-size: 16px; }.hero__side { min-height: 540px; margin-top: 18px; }.hero__art { height: 405px; margin: 0 -30px 0 -15px; }.hero__art-circle { width: min(390px, 74vw); height: min(390px, 74vw); right: 9%; top: 11px; }.hero__art img { width: min(610px, 112vw); right: -15%; bottom: -20px; }.hero__art-sticker { top: 120px; left: 4%; width: 104px; height: 104px; font-size: 13px; }.hero__art-sticker strong { font-size: 15px; }.hero-form-card { right: 7%; bottom: 0; width: min(320px, 86%); }.stats-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 0; padding: 25px 0; }.stat:nth-child(2) { border-right: 0; }.stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); padding-bottom: 18px; }.stat:nth-child(n+3) { padding-top: 5px; }.section { padding: 80px 0; }.section-heading { margin-bottom: 36px; }.section-heading--split, .technology-grid, .offer-grid, .results-grid, .areas-grid, .clinic-grid, .faq-grid, .lead-grid { grid-template-columns: 1fr; gap: 40px; }.section-heading--split { gap: 18px; }.section-heading--split > p { max-width: 500px; }.benefit-grid { grid-template-columns: repeat(2, 1fr); }.benefit-card { min-height: 285px; }.technology-grid { gap: 25px; }.technology__visual { min-height: 315px; }.technology__ring--one { width: 285px; height: 285px; }.technology__ring--two { width: 390px; height: 390px; }.technology__badge { width: 172px; height: 172px; }.technology__badge strong { font-size: 29px; }.technology__beam { bottom: 18px; right: 10%; }.offer-grid { gap: 55px; }.offer-ticket { justify-self: center; }.results-grid { gap: 35px; }.results-note { padding-left: 0; }.process-grid { grid-template-columns: 1fr; gap: 38px; }.process-step, .process-step:not(:first-child) { padding: 0 0 0 67px; }.process-step__line { top: 67px; left: 22px; right: auto; height: calc(100% + 23px); border-top: 0; border-left: 1px dashed rgba(231, 91, 75, .45); }.process-step:last-child .process-step__line { display: block; }.process-step__number { position: absolute; top: 0; left: 0; }.process-step h3 { margin-top: 0; }.areas-grid { gap: 35px; }.area-chips { max-width: 600px; }.testimonials-header { align-items: start; flex-direction: column; margin-bottom: 36px; }.testimonial-grid { grid-template-columns: 1fr; gap: 13px; }.testimonial { min-height: auto; }.testimonial--featured { transform: none; }.faq-intro { position: static; }.lead-grid { gap: 42px; }.lead-copy { padding-top: 0; }.lead-form { padding: 23px 18px; }.footer-grid { grid-template-columns: repeat(2, 1fr); gap: 35px; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 10px; }.footer-bottom span:last-child { text-align: left; }.mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: .32fr 1fr; gap: 7px; padding: 9px 10px calc(9px + env(safe-area-inset-bottom)); background: rgba(34, 32, 30, .96); box-shadow: 0 -10px 28px rgba(0, 0, 0, .12); }.mobile-cta a { display: flex; justify-content: center; align-items: center; min-height: 42px; border-radius: 999px; color: #fff; font-size: 12px; font-weight: 700; }.mobile-cta a:first-child { border: 1px solid rgba(255, 255, 255, .18); }.mobile-cta a:last-child { background: var(--coral); }
}
@media (max-width: 470px) {
  .container { width: calc(100% - 28px); }.site-header .button { display: none; }.brand img { width: 150px; }.hero__grid { padding-top: 34px; }.hero__copy h1 { font-size: 53px; }.hero__offer { align-items: flex-start; }.hero__actions { align-items: stretch; flex-direction: column; gap: 16px; }.hero__actions .button { width: 100%; }.hero__actions .text-link { align-self: center; }.hero__side { min-height: 490px; }.hero__art { height: 345px; }.hero__art-circle { width: 290px; height: 290px; right: 7%; }.hero__art img { width: 480px; right: -23%; bottom: -6px; }.hero__art-sticker { width: 88px; height: 88px; top: 88px; left: 0; font-size: 11px; }.hero__art-sticker strong { font-size: 13px; }.hero-form-card { right: 0; width: 91%; padding: 18px; }.hero-form-card h2 { font-size: 21px; }.stats-grid { gap: 10px 0; }.stat { padding-right: 10px; padding-left: 10px; }.stat strong { font-size: 26px; }.stat span { font-size: 10px; }.section { padding: 68px 0; }.section-heading--center h2 { font-size: 43px; }.benefit-grid { gap: 10px; }.benefit-card { min-height: 265px; padding: 20px 17px; }.benefit-card__icon { font-size: 34px; }.benefit-card h3 { font-size: 17px; }.benefit-card p { font-size: 11px; }.technology__visual { min-height: 260px; }.technology__ring--one { width: 230px; height: 230px; }.technology__ring--two { width: 315px; height: 315px; }.technology__badge { width: 140px; height: 140px; }.technology__badge strong { font-size: 23px; }.technology__badge span { font-size: 9px; }.offer-ticket { padding: 18px 21px; }.offer-ticket__main { gap: 14px; padding: 23px 0; }.offer-ticket__main p { font-size: 78px; }.offer-ticket__main h3 { font-size: 22px; }.result-card { padding: 10px; }.result-card__images { gap: 7px; }.result-card__footer { padding: 13px 4px 3px; }.results-note blockquote { font-size: 28px; }.checkbox-grid { grid-template-columns: repeat(2, 1fr); }.form-grid--two { grid-template-columns: 1fr; gap: 0; }.lead-form__header { display: block; }.lead-form__step { display: block; margin-bottom: 8px; }.lead-form__header p { margin-top: 6px; }.footer-grid { grid-template-columns: 1fr; gap: 27px; }.footer-grid > div:first-child { grid-column: auto; }.footer-bottom { padding-bottom: 20px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }

@media (max-width: 820px) {
  .official-gallery { grid-template-columns: 1fr; }
  .official-gallery__feature { min-height: 470px; }
  .official-gallery__tiles figure { min-height: 245px; }
}

@media (max-width: 470px) {
  .official-gallery__tiles { grid-template-columns: 1fr 1fr; gap: 9px; }
  .official-gallery__tiles figure { min-height: 205px; border-radius: 13px; }
  .official-gallery__tiles figcaption { left: 10px; bottom: 10px; font-size: 9px; }
  .official-gallery__feature { min-height: 390px; border-radius: 15px; }
  .official-gallery__feature figcaption { left: 19px; bottom: 18px; }
  .official-gallery__feature figcaption strong { font-size: 26px; }
  .official-gallery__footer { align-items: flex-start; flex-direction: column; gap: 22px; }
  .official-gallery__footer .button { width: 100%; }
  .official-gallery__mini { font-size: 16px; }
}
