/* Reform complete-service edition: immersive entry, three distinct treatment chapters. */
[hidden] { display: none !important; }
.hero {
  min-height: max(820px, 100svh);
  color: var(--white);
  background: var(--fern);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(15, 38, 29, .18), rgba(15, 38, 29, .74) 76%, var(--fern)),
    url('reform-leaves.png') center 42% / cover no-repeat;
}
.hero::after { height: 100%; background: radial-gradient(circle at 50% 45%, transparent 0 22%, rgba(14,36,27,.28) 63%, rgba(14,36,27,.66)); }
.hero-leaves { display: none; }
.hero-photo {
  top: clamp(110px, 13vh, 150px);
  right: auto;
  bottom: clamp(150px, 18vh, 190px);
  left: 50%;
  width: min(39vw, 560px);
  transform: translateX(-50%);
  border-radius: 48% 48% 42% 42% / 35% 35% 58% 58%;
  background-position: center 42%;
  box-shadow: 0 30px 95px rgba(5,22,15,.38);
}
.hero-photo::after { inset: 15px; border-radius: inherit; }
.hero-business {
  top: 50%;
  right: clamp(32px, 5vw, 78px);
  left: clamp(32px, 5vw, 78px);
  align-items: center;
  transform: translateY(-56%);
  pointer-events: none;
}
.hero-business.reveal { transform: translateY(calc(-56% + 24px)); }
.hero-business.reveal.is-visible { transform: translateY(-56%); }
.hero-business span {
  width: 100%;
  color: var(--white);
  font-size: clamp(7rem, 16.4vw, 15.7rem);
  line-height: .72;
  letter-spacing: -.085em;
  text-align: center;
  text-shadow: 0 4px 30px rgba(5,22,15,.2);
}
.hero-business small { margin-top: 34px; padding: 0; color: rgba(255,255,255,.75); }
.hero-title-wrap { top: auto; bottom: clamp(73px, 8vh, 90px); left: clamp(32px, 5vw, 78px); width: min(47vw, 660px); }
.hero-title-wrap .eyebrow { color: var(--mist); }
.hero h1 { font-size: clamp(3.15rem, 5vw, 5.15rem); }
.hero h1 span:last-child { color: var(--white); opacity: .78; }
.hero-copy { top: auto; right: clamp(32px, 5vw, 78px); bottom: clamp(73px, 8vh, 90px); left: auto; width: min(390px, 28vw); }
.hero-copy > p { color: rgba(255,255,255,.8); }
.hero .button-dark { color: var(--fern); background: var(--white); }
.hero .button-dark:hover { color: white; background: var(--moss); }
.hero .text-link { color: white; }
.hero-note { right: clamp(28px, 4vw, 62px); bottom: auto; top: 102px; color: var(--fern); background: rgba(255,253,248,.9); border-color: rgba(255,255,255,.9); }
.concept-label { color: rgba(255,255,255,.65); }
.site-header:not(.is-scrolled) { color: white; }
.site-header:not(.is-scrolled) .wordmark small { color: rgba(255,255,255,.7); }
.site-header:not(.is-scrolled) .header-cta { color: var(--fern); background: var(--white); }
.site-header:not(.is-scrolled) .header-socials a { border-color: rgba(255,255,255,.42); }

.treatments { background: var(--ivory); overflow: clip; }
.treatment-intro { padding-bottom: 62px; }
.treatment-intro-copy { display: block; }
.treatment-intro h2 { font-size: clamp(4.2rem, 7.5vw, 8rem); }
.treatment-intro h2 em { display: inline-block; margin-left: 8vw; }
.treatment-intro-copy > p { display: none; }
.service-index { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-block: 1px solid var(--line); }
.service-index a { display: grid; grid-template-columns: auto 1fr auto; grid-template-areas: 'n title arrow' '. desc arrow'; gap: 2px 14px; min-height: 116px; align-content: center; padding: 18px clamp(16px,2.5vw,34px); border-right: 1px solid var(--line); text-decoration: none; transition: color .25s, background .25s; }
.service-index a:last-child { border-right: 0; }
.service-index a:hover { color: white; background: var(--fern); }
.service-index span { grid-area: n; font-size: .52rem; letter-spacing: .12em; }
.service-index strong { grid-area: title; font: 400 clamp(1.45rem,2vw,2.1rem)/1 Georgia, 'Times New Roman', serif; }
.service-index small { grid-area: desc; color: currentColor; font-size: .57rem; opacity: .66; }
.service-index i { grid-area: arrow; align-self: center; font-style: normal; }

.treatment-selector { margin-top: 78px; border-radius: 30px; background: rgba(255,253,248,.86); box-shadow: 0 24px 65px rgba(32,59,49,.09); overflow: hidden; }
.treatment-steps { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); }
.treatment-steps button { min-height: 132px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; padding: 25px clamp(20px,3vw,42px); color: rgba(28,41,35,.55); background: transparent; border: 0; border-right: 1px solid var(--line); text-align: left; cursor: pointer; transition: color .3s, background .3s; }
.treatment-steps button:last-child { border-right: 0; }
.treatment-steps button:hover, .treatment-steps button:focus-visible { color: var(--ink); background: rgba(156,175,157,.14); }
.treatment-steps button[aria-selected="true"] { color: white; background: var(--fern); }
.treatment-steps small { font-size: .53rem; letter-spacing: .13em; text-transform: uppercase; }
.treatment-steps strong { font: 400 clamp(1.35rem,2.1vw,2.15rem)/1 Georgia, 'Times New Roman', serif; }
.treatment-steps span { font-size: .72rem; font-weight: 800; }
.treatment-choice-stage { position: relative; min-height: 500px; padding: 66px clamp(26px,5vw,68px) 82px; }
.treatment-choice-panel { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(260px,.72fr) minmax(190px,.42fr); gap: clamp(35px,5vw,75px); align-items: start; animation: panel-in .5s var(--ease) both; }
.choice-intro h3 { max-width: 650px; margin: 0 0 18px; font: 400 clamp(2.7rem,4.5vw,5rem)/.95 Georgia, 'Times New Roman', serif; letter-spacing: -.055em; }
.choice-intro > p:not(.panel-kicker) { max-width: 520px; margin: 0; color: rgba(28,41,35,.65); font-size: .82rem; }
.read-more { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; padding: 7px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid currentColor; font: 800 .72rem Arial, Helvetica, sans-serif; cursor: pointer; }
.read-more span { transition: transform .25s var(--ease); }
.read-more:hover span { transform: translate(4px,-3px); }
.choice-points { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.choice-points li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.choice-points small, .choice-points strong { display: block; }
.choice-points small { margin-bottom: 4px; color: var(--moss); font-size: .5rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.choice-points strong { font: 400 .95rem/1.35 Georgia, 'Times New Roman', serif; }
.choice-price { min-height: 220px; display: flex; flex-direction: column; justify-content: center; padding: 25px; color: white; background: var(--moss); border-radius: 110px 110px 18px 18px; }
.choice-price small { font-size: .51rem; letter-spacing: .14em; text-transform: uppercase; }
.choice-price strong { font: 400 clamp(2.2rem,3.5vw,3.6rem)/1 Georgia, 'Times New Roman', serif; }
.choice-price span { margin-top: 15px; color: rgba(255,255,255,.72); font-size: .58rem; line-height: 1.45; }
.treatment-choice-footer { position: absolute; right: clamp(26px,5vw,68px); bottom: 22px; left: clamp(26px,5vw,68px); display: flex; justify-content: space-between; align-items: center; }
.treatment-choice-footer p { margin: 0; color: rgba(28,41,35,.5); font-size: .54rem; letter-spacing: .11em; text-transform: uppercase; }
.treatment-choice-footer a { padding-bottom: 5px; border-bottom: 1px solid; text-decoration: none; font-size: .71rem; font-weight: 800; }

body.modal-open { overflow: hidden; }
.treatment-modal { width: min(920px,calc(100vw - 42px)); max-height: min(850px,calc(100vh - 40px)); padding: clamp(32px,5vw,70px); color: var(--ink); background: var(--ivory); border: 0; border-radius: 28px; box-shadow: 0 36px 100px rgba(8,28,20,.38); overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--sage) transparent; }
.treatment-modal::-webkit-scrollbar { width: 6px; }
.treatment-modal::-webkit-scrollbar-thumb { background: var(--sage); border-radius: 999px; }
.treatment-modal::backdrop { background: rgba(12,31,24,.72); backdrop-filter: blur(9px); }
.modal-close { position: sticky; top: 0; z-index: 2; float: right; width: 40px; height: 40px; display: grid; place-items: center; margin: -17px -17px 0 20px; color: var(--ink); background: rgba(255,253,248,.92); border: 1px solid var(--line); border-radius: 50%; font-size: 1.4rem; cursor: pointer; }
.modal-head > p:first-child { margin: 0 0 17px; color: var(--moss); font-size: .55rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.modal-head h3 { max-width: 760px; margin: 0; font: 400 clamp(3rem,5.2vw,5.7rem)/.92 Georgia, 'Times New Roman', serif; letter-spacing: -.055em; }
.modal-head > p:last-child { max-width: 650px; margin: 24px 0 0; color: rgba(28,41,35,.66); font: 400 1.05rem/1.5 Georgia, 'Times New Roman', serif; }
.modal-columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,6vw,70px); margin-top: 48px; }
.modal-columns section { border-top: 1px solid var(--line); }
.modal-columns h4 { margin: 22px 0 7px; font-size: .58rem; letter-spacing: .13em; text-transform: uppercase; }
.modal-columns p { margin: 0 0 22px; color: rgba(28,41,35,.66); font-size: .73rem; }
.treatment-modal details { margin-top: 34px; border-block: 1px solid var(--line); }
.treatment-modal summary { min-height: 66px; display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; font-size: .7rem; font-weight: 800; }
.treatment-modal summary::-webkit-details-marker { display: none; }
.treatment-modal summary i { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--sage); border-radius: 50%; font-style: normal; }
.treatment-modal details[open] summary i { transform: rotate(45deg); }
.treatment-modal details > div { padding: 0 0 22px; color: rgba(28,41,35,.66); font-size: .72rem; }
.modal-price { margin: 34px 0; border-top: 1px solid var(--line); }
.modal-price p { display: flex; justify-content: space-between; gap: 25px; margin: 0; padding: 14px 0; border-bottom: 1px solid var(--line); }
.modal-price span { font-size: .7rem; }
.modal-price strong { font: 400 1rem Georgia, 'Times New Roman', serif; text-align: right; }
.modal-legal { margin: 25px 0; color: rgba(28,41,35,.58); font-size: .62rem; }
.booster-modal-list { margin-top: 45px; border-top: 1px solid var(--line); }
.booster-modal-list section { display: grid; grid-template-columns: 34px 1fr auto; gap: 22px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--line); }
.booster-modal-list section > span { color: var(--clay); font-size: .52rem; }
.booster-modal-list h4 { margin: 0 0 7px; font: 400 1.4rem Georgia, 'Times New Roman', serif; }
.booster-modal-list p { max-width: 560px; margin: 0; color: rgba(28,41,35,.65); font-size: .7rem; }
.booster-modal-list section > strong { font-size: .7rem; }

.service-chapter { position: relative; scroll-margin-top: 66px; }
.service-chapter h3, .service-chapter h4, .service-chapter h5 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; }
.service-number, .fact-label { margin: 0; color: var(--moss); font-size: .57rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.service-book { display: inline-flex; gap: 10px; width: max-content; padding: 8px 0; border-bottom: 1px solid currentColor; text-decoration: none; font-size: .72rem; font-weight: 800; }
.service-book span { transition: transform .25s var(--ease); }
.service-book:hover span { transform: translate(4px,-3px); }

.service-needling { display: grid; grid-template-columns: minmax(360px, .88fr) minmax(500px, 1.12fr); background: var(--mist); }
.service-visual { position: sticky; top: 66px; height: calc(100vh - 66px); min-height: 640px; align-self: start; overflow: hidden; }
.service-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(22,48,38,.72)); }
.service-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.service-visual > p { position: absolute; right: 34px; bottom: 30px; left: 34px; z-index: 2; display: flex; justify-content: space-between; margin: 0; color: white; font-size: .58rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-lead { min-height: 86vh; display: flex; flex-direction: column; justify-content: center; padding: 110px clamp(40px, 7vw, 110px); }
.service-lead h3 { margin: 18px 0 32px; font-size: clamp(4.5rem, 6.7vw, 7rem); line-height: .86; }
.service-deck { max-width: 690px; margin: 0 0 27px; font: 400 clamp(1.25rem,1.8vw,1.75rem)/1.45 Georgia, 'Times New Roman', serif; }
.concern-ribbon { grid-column: 2; display: flex; flex-wrap: wrap; gap: 0; padding: 0 clamp(40px, 7vw, 110px) 90px; }
.concern-ribbon p { margin: -1px 0 0 -1px; padding: 12px 18px; border: 1px solid rgba(32,59,49,.2); border-radius: 999px; font-size: .65rem; }
.service-facts, .appointment-flow, .service-pricing { grid-column: 2; }
.service-facts { padding-top: 90px; color: white; background: var(--fern); }
.fact-story { display: grid; grid-template-columns: .35fr 1fr; gap: 5vw; }
.fact-story .fact-label { color: var(--sage); }
.fact-story h4 { max-width: 680px; font-size: clamp(2.8rem, 4.6vw, 5.4rem); line-height: .96; }
.serum-list { grid-column: 2; margin-top: 32px; border-top: 1px solid rgba(255,255,255,.22); }
.serum-list p { display: grid; grid-template-columns: .32fr 1fr; gap: 28px; margin: 0; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.serum-list strong { font: 400 1.2rem Georgia, 'Times New Roman', serif; }
.serum-list span { color: rgba(255,255,255,.68); font-size: .76rem; }
.fact-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 80px 0 0; }
.fact-grid div { min-height: 150px; padding: 26px 24px 24px 0; border-top: 1px solid rgba(255,255,255,.2); }
.fact-grid div:nth-child(odd) { padding-right: 38px; border-right: 1px solid rgba(255,255,255,.2); }
.fact-grid div:nth-child(even) { padding-left: 38px; }
.fact-grid dt { margin-bottom: 15px; color: var(--sage); font-size: .54rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.fact-grid dd { margin: 0; font: 400 1.1rem/1.45 Georgia, 'Times New Roman', serif; }
.appointment-flow { background: var(--ivory); }
.appointment-flow h4 { max-width: 500px; margin-top: 16px; font-size: clamp(3rem, 5vw, 5.6rem); line-height: .94; }
.appointment-flow ol { list-style: none; margin: 58px 0 0; padding: 0; }
.appointment-flow li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 23px 0; border-top: 1px solid var(--line); }
.appointment-flow li:last-child { border-bottom: 1px solid var(--line); }
.appointment-flow li > span { color: var(--clay); font-size: .54rem; }
.appointment-flow li p { margin: 0; color: rgba(28,41,35,.67); font-size: .76rem; }
.appointment-flow li strong { display: block; margin-bottom: 4px; color: var(--ink); font: 400 1.3rem Georgia, 'Times New Roman', serif; }
.service-pricing { color: var(--ink); background: var(--paper); }
.service-pricing .price-heading { display: grid; grid-template-columns: .4fr 1fr; gap: 4vw; align-items: baseline; }
.price-heading h4 { font-size: clamp(3rem, 5vw, 5.5rem); line-height: .95; }
.price-heading small { grid-column: 2; color: rgba(28,41,35,.55); font-size: .56rem; letter-spacing: .12em; text-transform: uppercase; }
.price-lines { margin: 50px 0 0; border-top: 1px solid var(--line); }
.price-lines p { display: flex; justify-content: space-between; gap: 25px; margin: 0; padding: 20px 0; border-bottom: 1px solid var(--line); }
.price-lines span { font-size: .75rem; }
.price-lines strong { font: 400 1.15rem Georgia, 'Times New Roman', serif; text-align: right; }
.service-detail { margin-top: 32px; border-block: 1px solid var(--line); }
.service-detail summary { display: flex; justify-content: space-between; align-items: center; min-height: 70px; list-style: none; cursor: pointer; font-size: .68rem; font-weight: 800; }
.service-detail summary::-webkit-details-marker { display: none; }
.service-detail summary i { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--sage); border-radius: 50%; font-style: normal; transition: transform .3s; }
.service-detail[open] summary i { transform: rotate(45deg); }
.service-detail > div { padding: 0 0 25px; color: rgba(28,41,35,.65); font-size: .72rem; }

.service-wrinkle { color: var(--white); background: var(--fern); }
.wrinkle-title { min-height: 760px; display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: auto 1fr; align-items: end; }
.wrinkle-title .service-number { grid-column: 1 / -1; align-self: start; color: var(--sage); }
.wrinkle-title h3 { font-size: clamp(7rem, 16vw, 16rem); line-height: .64; letter-spacing: -.075em; }
.wrinkle-title h3 span { display: block; }
.wrinkle-title h3 span:last-child { margin-left: 11vw; color: var(--sage); font-style: italic; }
.wrinkle-intro { max-width: 410px; padding-bottom: 6px; }
.wrinkle-intro > p { color: rgba(255,255,255,.72); font-size: .88rem; }
.wrinkle-intro .service-book { margin-top: 18px; }
.wrinkle-map { display: grid; grid-template-columns: minmax(390px, .9fr) minmax(420px, 1.1fr); gap: clamp(55px,8vw,120px); align-items: center; background: #183128; }
.wrinkle-image { position: relative; width: min(100%, 590px); height: 760px; border-radius: 300px 300px 26px 26px; overflow: hidden; }
.wrinkle-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(16,37,28,.3)); }
.wrinkle-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.map-point { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; color: var(--fern); background: rgba(255,253,248,.88); font-size: .55rem; font-weight: 800; backdrop-filter: blur(8px); }
.map-point::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--clay); }
.point-one { top: 23%; left: 33%; }
.point-two { top: 11%; right: 18%; }
.point-three { top: 36%; right: 7%; }
.wrinkle-facts { border-top: 1px solid rgba(255,255,255,.22); }
.wrinkle-facts > div { display: grid; grid-template-columns: .38fr 1fr; gap: 28px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.wrinkle-facts span { color: var(--sage); font: 400 clamp(1.3rem,2vw,2rem) Georgia, 'Times New Roman', serif; }
.wrinkle-facts p { margin: 0; color: rgba(255,255,255,.68); font-size: .76rem; }
.wrinkle-bottom { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(60px,9vw,140px); color: var(--ink); background: var(--ivory); }
.wrinkle-bottom .service-pricing { padding: 0; background: transparent; }
.suitability-note { align-self: center; padding: 40px 0 40px 45px; border-left: 1px solid var(--line); }
.suitability-note h4 { margin: 15px 0 20px; font-size: clamp(2.3rem,3.6vw,4rem); line-height: .98; }
.suitability-note > p:not(.fact-label) { color: rgba(28,41,35,.66); font-size: .75rem; }
.suitability-note a { display: inline-block; margin-top: 14px; font-size: .7rem; font-weight: 800; }

.service-boosters { background: var(--paper); }
.booster-header { display: grid; grid-template-columns: .45fr 1.2fr .55fr; gap: 5vw; align-items: end; }
.booster-header .service-number { align-self: start; }
.booster-header h3 { font-size: clamp(4.3rem, 8.2vw, 9rem); line-height: .88; }
.booster-header h3 em { color: var(--moss); font-weight: inherit; }
.booster-header > p:last-child { margin: 0 0 8px; color: rgba(28,41,35,.66); font-size: .82rem; }
.booster-orbit { position: relative; min-height: 880px; margin: 0 clamp(24px,6.5vw,100px) 110px; }
.booster-orbit::before, .booster-orbit::after { content: ""; position: absolute; top: 50%; left: 50%; width: min(53vw, 760px); aspect-ratio: 1; transform: translate(-50%,-50%); border: 1px solid rgba(88,112,97,.28); border-radius: 50%; }
.booster-orbit::after { width: min(37vw, 530px); }
.booster-core { position: absolute; top: 50%; left: 50%; z-index: 2; width: 220px; aspect-ratio: 1; display: grid; place-content: center; transform: translate(-50%,-50%); border-radius: 50%; color: white; background: var(--moss); text-align: center; box-shadow: 0 25px 60px rgba(32,59,49,.17); }
.booster-core span { font: 400 3.2rem/.9 Georgia, 'Times New Roman', serif; }
.booster-core small { max-width: 130px; margin: 11px auto 0; font-size: .48rem; letter-spacing: .12em; text-transform: uppercase; }
.booster-product { position: absolute; z-index: 3; width: min(29vw, 380px); padding: 27px 30px; color: var(--ink); background: rgba(255,253,248,.94); border-top: 3px solid var(--sage); box-shadow: 0 18px 50px rgba(32,59,49,.1); backdrop-filter: blur(9px); }
.booster-product > p:first-child { margin: 0 0 12px; color: var(--clay); font-size: .52rem; letter-spacing: .14em; }
.booster-product h4 { font-size: clamp(2rem,3vw,3.2rem); line-height: .95; }
.booster-product > p:last-child { margin: 18px 0 0; color: rgba(28,41,35,.67); font-size: .72rem; }
.product-classic { top: 8%; left: 5%; }
.product-structura { top: 14%; right: 3%; }
.product-sunekos { right: 22%; bottom: 2%; }
.booster-guide { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px,9vw,140px); color: white; background: var(--fern); }
.booster-areas .fact-label { color: var(--sage); }
.booster-areas h4 { max-width: 620px; margin: 17px 0 27px; font-size: clamp(3rem,5vw,5.4rem); line-height: .95; }
.booster-areas > p:not(.fact-label) { color: rgba(255,255,255,.68); font-size: .76rem; }
.booster-areas dl { margin: 35px 0; border-top: 1px solid rgba(255,255,255,.2); }
.booster-areas dl div { display: grid; grid-template-columns: .35fr 1fr; gap: 25px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.booster-areas dt { color: var(--sage); font-size: .65rem; font-weight: 800; }
.booster-areas dd { margin: 0; font-size: .72rem; }
.booster-timing { border-top: 1px solid rgba(255,255,255,.2); }
.booster-timing section { padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.booster-timing span { color: var(--sage); font-size: .54rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.booster-timing h5 { margin: 5px 0 10px; font-size: clamp(2rem,3vw,3.1rem); }
.booster-timing p { margin: 0; color: rgba(255,255,255,.66); font-size: .72rem; }
.booster-prices { background: var(--ivory); }
.booster-prices .price-heading { display: grid; grid-template-columns: .38fr 1fr; align-items: baseline; }
.booster-prices .price-heading small { grid-column: 2; }
.booster-price-columns { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 55px; border-block: 1px solid var(--line); }
.booster-price-columns section { padding: 27px clamp(18px,2.7vw,38px); border-right: 1px solid var(--line); }
.booster-price-columns section:last-child { border-right: 0; }
.booster-price-columns h5 { margin-bottom: 18px; font-size: clamp(1.5rem,2.3vw,2.5rem); }
.booster-price-columns p { display: flex; justify-content: space-between; gap: 15px; margin: 0; padding: 12px 0; border-top: 1px solid var(--line); }
.booster-price-columns span { color: rgba(28,41,35,.65); font-size: .65rem; }
.booster-price-columns strong { font-size: .74rem; text-align: right; }
.booster-prices > .service-book { margin-top: 38px; }
.treatments > .price-fineprint { max-width: none; margin: 0; padding-top: 25px; padding-bottom: 25px; background: var(--ivory); text-align: center; }

.safety details > div { line-height: 1.65; }

@media (max-width: 1080px) {
  .hero-business span { font-size: 15.3vw; }
  .service-needling { grid-template-columns: minmax(320px,.75fr) minmax(500px,1.25fr); }
  .service-facts, .appointment-flow, .service-pricing, .service-lead, .concern-ribbon { padding-inline: 55px; }
  .wrinkle-title h3 { font-size: 15vw; }
  .booster-orbit { min-height: 800px; }
}

@media (max-width: 820px) {
  .site-header:not(.is-scrolled) { color: var(--ink); }
  .site-header:not(.is-scrolled) .wordmark small { color: var(--moss); }
  .hero { min-height: 844px; padding-top: 66px; }
  .hero::before { background: linear-gradient(180deg, rgba(15,38,29,.18), rgba(15,38,29,.76) 68%, var(--fern)), url('reform-leaves.png') center/cover no-repeat; }
  .hero-photo { top: 105px; bottom: auto; left: 50%; width: min(78vw, 315px); height: 385px; transform: translateX(-50%); border-radius: 48% 48% 42% 42% / 35% 35% 58% 58%; }
  .hero-business { top: 390px; right: 12px; left: 12px; transform: none; }
  .hero-business.reveal { transform: translateY(24px); }
  .hero-business.reveal.is-visible { transform: none; }
  .hero-business span { font-size: clamp(4.7rem, 25vw, 6.2rem); }
  .hero-business small { margin-top: 16px; font-size: .45rem; }
  .hero-title-wrap { top: 522px; bottom: auto; left: 21px; width: calc(100% - 42px); }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 3.65rem); }
  .hero h1 span:last-child { margin-left: 20px; }
  .hero-copy { top: 660px; right: 21px; bottom: auto; left: 21px; width: auto; }
  .hero-copy > p { max-width: 340px; font-size: .84rem; }
  .hero-actions { flex-direction: row; align-items: center; }
  .hero-note { top: 274px; right: 13px; width: 78px; height: 78px; }
  .concept-label { bottom: 7px; }
  .treatment-intro { padding: 62px 21px 54px; }
  .treatment-intro-copy { display: block; }
  .treatment-intro h2 { font-size: clamp(3.4rem,15vw,4.6rem); }
  .treatment-intro h2 em { margin-left: 0; }
  .treatment-intro-copy > p { margin-top: 28px; }
  .treatment-selector { margin-top: 48px; border-radius: 22px; }
  .treatment-steps { grid-template-columns: 1fr; }
  .treatment-steps button { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--line); }
  .treatment-choice-stage { min-height: 760px; padding: 46px 20px 78px; }
  .treatment-choice-panel { grid-template-columns: 1fr; gap: 30px; }
  .choice-intro h3 { font-size: 2.7rem; }
  .choice-price { min-height: 165px; border-radius: 90px 90px 16px 16px; }
  .treatment-choice-footer { right: 20px; bottom: 19px; left: 20px; }
  .treatment-choice-footer p { display: none; }
  .treatment-choice-footer a { margin-left: auto; }
  .treatment-modal { width: calc(100vw - 24px); max-height: calc(100vh - 24px); padding: 32px 22px 34px; border-radius: 22px; }
  .modal-close { margin: -20px -10px 0 14px; }
  .modal-head h3 { font-size: clamp(2.75rem,13vw,3.65rem); }
  .modal-columns { grid-template-columns: 1fr; gap: 8px; margin-top: 38px; }
  .booster-modal-list section { grid-template-columns: 26px 1fr; gap: 13px; }
  .booster-modal-list section > strong { grid-column: 2; }
  .service-index { grid-template-columns: 1fr; margin-top: 46px; }
  .service-index a { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-index a:last-child { border-bottom: 0; }
  .service-needling { display: block; }
  .service-visual { position: relative; top: auto; height: 540px; min-height: 0; }
  .service-visual img { object-position: center 34%; }
  .service-lead { min-height: auto; padding: 82px 21px; }
  .service-lead h3 { margin-block: 15px 26px; font-size: clamp(3rem,13vw,3.65rem); }
  .service-deck { font-size: 1.15rem; }
  .concern-ribbon { padding: 0 21px 72px; }
  .service-facts, .appointment-flow, .service-pricing { padding: 82px 21px; }
  .fact-story { display: block; }
  .fact-story h4 { margin-top: 18px; font-size: 3.05rem; }
  .serum-list { margin-top: 42px; }
  .serum-list p { grid-template-columns: 1fr; gap: 7px; }
  .fact-grid { grid-template-columns: 1fr; margin-top: 58px; }
  .fact-grid div, .fact-grid div:nth-child(odd), .fact-grid div:nth-child(even) { min-height: 0; padding: 22px 0; border-right: 0; }
  .appointment-flow h4 { font-size: 3.25rem; }
  .appointment-flow li { grid-template-columns: 40px 1fr; }
  .service-pricing .price-heading, .booster-prices .price-heading { display: block; }
  .price-heading h4 { margin-top: 15px; font-size: 3.3rem; }
  .price-heading small { display: block; margin-top: 10px; }
  .price-lines p { align-items: baseline; }
  .wrinkle-title { min-height: 650px; display: flex; flex-direction: column; align-items: stretch; justify-content: space-between; padding: 84px 21px; }
  .wrinkle-title h3 { margin: 45px 0; font-size: clamp(6rem,29vw,8rem); }
  .wrinkle-title h3 span:last-child { margin-left: 13vw; }
  .wrinkle-intro { max-width: none; }
  .wrinkle-map { display: block; padding: 0 21px 84px; }
  .wrinkle-image { width: calc(100% + 42px); height: 560px; margin-left: -21px; border-radius: 0 0 180px 180px; }
  .wrinkle-facts { margin-top: 62px; }
  .wrinkle-facts > div { grid-template-columns: .4fr 1fr; }
  .wrinkle-bottom { display: block; padding: 82px 21px; }
  .suitability-note { margin-top: 68px; padding: 38px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .booster-header { display: block; padding: 84px 21px; }
  .booster-header h3 { margin: 28px 0; font-size: clamp(4.1rem,17.8vw,5.3rem); }
  .booster-orbit { min-height: auto; display: flex; flex-direction: column; gap: 18px; margin: 0; padding: 0 21px 84px; }
  .booster-orbit::before, .booster-orbit::after, .booster-core { display: none; }
  .booster-product { position: static; width: 100%; padding: 28px 25px; }
  .booster-guide { display: block; padding: 84px 21px; }
  .booster-areas h4 { font-size: 3.25rem; }
  .booster-timing { margin-top: 64px; }
  .booster-prices { padding: 84px 21px; }
  .booster-price-columns { grid-template-columns: 1fr; margin-top: 42px; }
  .booster-price-columns section { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .booster-price-columns section:last-child { border-bottom: 0; }
  .treatments > .price-fineprint { padding: 24px 21px; text-align: left; }
}

@media (max-width: 390px) {
  .hero { min-height: 880px; }
  .hero-title-wrap { top: 525px; }
  .hero-copy { top: 664px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .service-visual { height: 500px; }
  .wrinkle-facts > div { grid-template-columns: 1fr; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .service-visual { position: relative; top: auto; }
}
