@font-face {
  font-family: Prata;
  src: url('/assets/fonts/prata-latin.woff2') format('woff2');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

/* Renewal's shared material theme, on top of the unchanged Whiteapp foundation. */
[data-white-root] {
  --white-color-canvas: #f7f6f0;
  --white-color-surface: #eeefe5;
  --white-color-surface-strong: #e1e5d7;
  --white-color-text: #293c2e;
  --white-color-muted: #5d675d;
  --white-color-border: #cdd2c5;
  --white-color-accent: #334a35;
  --white-color-accent-strong: #203723;
  --white-color-on-accent: #fff;
  --white-font-sans: Arial, Helvetica, sans-serif;
  --white-line-body: 1.7;
  --white-content-width: 80rem;
  --white-header-height: 6rem;
  --white-radius-small: 0;
  --white-flow-gap: clamp(1.5rem, 3vw, 2.5rem);
  --renewal-serif: Prata, Georgia, serif;
  --renewal-gutter: clamp(1rem, 3vw, 2.5rem);
  min-width: 0;
  overflow-wrap: break-word;
  hyphens: auto;
  padding-inline: env(safe-area-inset-left) env(safe-area-inset-right);
}
html { scroll-behavior: smooth; }
body { margin: 0; }
[data-white-root] [hidden] { display: none !important; }
a { -webkit-tap-highlight-color: transparent; }
button, a, input, select { touch-action: manipulation; }
img { height: auto; }
[id] { scroll-margin-top: calc(var(--renewal-header-offset, var(--white-header-height)) + 1rem); }
[data-white-root] :is(h1, h2, h3) { text-wrap: balance; overflow-wrap: anywhere; }
[data-white-root] .button { min-height: 3rem; max-width: 100%; padding: .9rem 1.2rem; gap: .75rem; font-size: .9375rem; font-weight: 500; text-align: center; }
.button .fas { flex: none; font-size: .875rem; }
.button.secondary { padding-inline: .5rem; }
[data-white-root] .text-block { min-width: 0; }
[data-white-root] .info-box { background: var(--white-color-canvas); }
[data-white-root] .box-information--text h3 { font-family: var(--renewal-serif); font-size: 1.4rem; font-weight: 400; line-height: 1.45; letter-spacing: -.03em; hyphens: auto; }
[data-white-root] .box-information--text h3 a { color: var(--white-color-text); text-decoration: none; }
[data-white-root] .box-information--text h3 a:hover { text-decoration: underline; text-underline-offset: .2em; }
[data-white-root] .box-information--footer { justify-content: space-between; align-items: center; }
[data-white-root] .wrapper--title { font-family: var(--renewal-serif); font-size: 1.6rem; font-weight: 400; letter-spacing: -.03em; }
[data-white-root] .form--label :is(input:not([type="checkbox"]):not([type="radio"]), select, textarea) { min-width: 0; max-width: 100%; min-height: 3rem; font-size: 1rem; }
[data-white-root] .form--select-control select { padding-inline-end: 2.75rem; }
[data-white-root] .form--select-icon { width: 2.25rem; }
.skip-link { position: fixed; top: -6rem; left: 1rem; z-index: 50; padding: 1rem; background: #fff; color: #203723; }
.skip-link:focus { top: 1rem; }
.center--content { width: min(100% - 2 * var(--renewal-gutter), var(--white-content-width)); }
.main--section { padding-block: clamp(2.75rem, 5.5vw, 5rem); }
.text-block h2 { font-family: var(--renewal-serif); font-size: clamp(2rem, 3.3vw, 3.5rem); font-weight: 400; letter-spacing: -.045em; line-height: 1.3; }
.text-block p { color: var(--white-color-muted); }

/* A compact header on touch layouts; the unenhanced navigation remains visible. */
.white-site-header { position: relative; background: var(--white-color-canvas); }
.white-site-header[data-navigation-ready] { position: sticky; }
.white-site-header__inner { width: min(100% - 2 * var(--renewal-gutter), var(--white-content-width)); gap: 1.25rem; }
.brand { display: flex; align-items: center; gap: .75rem; color: var(--white-color-text); text-decoration: none; flex: 0 1 auto; min-width: 0; max-width: 100%; }
.brand img { width: 3.5rem; height: 3.5rem; object-fit: contain; border-radius: 50%; }
.brand-type { display: grid; min-width: 0; overflow-wrap: anywhere; font-family: var(--renewal-serif); font-size: 1.5rem; line-height: 1.2; letter-spacing: .015em; }
.brand-type > span { margin-top: .4rem; font-family: var(--white-font-sans); font-size: .75rem; text-transform: uppercase; letter-spacing: .13em; }
.white-site-nav ul { gap: clamp(.75rem, 1.2vw, 1.2rem); }
.white-site-nav a { display: inline-flex; align-items: center; min-height: 3rem; font-size: .9375rem; font-weight: 500; }
.nav-appointment { display: none; }
.navigation-toggle { margin-left: auto; }
.header-cta { flex: none; }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: clamp(30rem, 42vw, 37rem); max-width: 100rem; margin-inline: auto; }
.hero-copy { padding: clamp(3rem, 5vw, 5.5rem) var(--renewal-gutter); padding-left: max(var(--renewal-gutter), calc((100vw - 80rem) / 2)); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 1.75rem; min-width: 0; }
.hero-copy h1 { font-family: var(--renewal-serif); font-weight: 400; font-size: clamp(3rem, 4.7vw, 4.75rem); letter-spacing: -.05em; line-height: 1.22; max-width: 11ch; }
.hero-copy h1 span { color: #697343; }
.hero-copy > p { font-size: 1.0625rem; max-width: 29rem; color: var(--white-color-muted); }
.hero-copy .white-actions { gap: .75rem; align-items: center; }
.hero-copy .hero-location { margin-top: .5rem; font-size: .875rem; display: flex; gap: .65rem; align-items: center; }
.hero-image { position: relative; min-width: 0; overflow: hidden; }
.hero-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.image-caption { position: absolute; bottom: 0; inset-inline: 0; padding: 3rem var(--renewal-gutter) 1.5rem; color: #fff; font-size: .875rem; background: linear-gradient(transparent, #172419b3); }

.section-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 2rem; align-items: end; }
.section-intro > p { max-width: 30rem; justify-self: end; color: var(--white-color-muted); font-size: 1.0625rem; }
.treatment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.treatment-card { min-width: 0; }
.intro-section { gap: 2rem; }
.treatment-image { position: relative; aspect-ratio: 1.85; overflow: hidden; min-height: 0; }
.treatment-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(var(--renewal-image-scale, 1)); transition: transform .45s ease; }
.image-deep-tissue { --renewal-image-scale: 1.3; object-position: 50% 62%; }
.image-lomi-hands { --renewal-image-scale: 1.5; object-position: 100% 50%; }
.treatment-meta { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; font-size: .875rem; color: var(--white-color-muted); }
.treatment-card p { font-size: 1rem; color: var(--white-color-muted); }
.treatment-price { font-size: 1rem; white-space: nowrap; }
.treatment-card .box-information--text { display: flex; flex-direction: column; gap: .85rem; }
.treatment-card .box-information--text > :not(br) + :not(br) { margin: 0; }

.studio-section { background: #eceee4; }
.studio-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.studio-layout > .text-block { max-width: 32rem; }
.signature { padding-top: 1rem; }
.signature span { display: block; margin-top: .7rem; font-family: var(--renewal-serif); font-size: 2.15rem; color: var(--white-color-text); }
.studio-gallery { min-width: 0; }
.practitioner-portrait { margin: 0; width: 100%; max-width: 30rem; min-width: 0; background: #dce2d1; }
.practitioner-portrait > img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; object-position: center; }
.practitioner-portrait figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .25rem 1rem; padding: 1rem 1.25rem; font-size: .875rem; }
.practitioner-portrait figcaption > span:first-child { font-weight: 600; }
.practitioner-eyebrow { font-size: .8125rem; letter-spacing: .14em; font-weight: 600; line-height: 1.6; color: #53613a; }
.practitioner-copy .practitioner-introduction { font-size: 1.125rem; color: var(--white-color-text); }
.studio-impressions { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0,.65fr) minmax(0,1.35fr); gap: clamp(2rem,5vw,5rem); align-items: center; padding-top: 2rem; border-top: 1px solid var(--white-color-border); }
.studio-impressions h3 { font-family: var(--renewal-serif); font-weight: 400; font-size: clamp(1.75rem,3vw,2.5rem); line-height: 1.4; letter-spacing: -.035em; }
.studio-impressions .gallery-rail img { height: clamp(15rem,24vw,20rem); }
.practitioner-copy h1 { font-family: var(--renewal-serif); font-size: clamp(2.125rem,3.5vw,3.5rem); font-weight: 400; letter-spacing: -.045em; line-height: 1.3; }
.studio-section--overview .practitioner-portrait { max-width: 20rem; justify-self: center; }
.studio-section--overview .practitioner-portrait > img { aspect-ratio: 1; object-position: 50% 30%; }
.studio-section--overview .signature { padding-top: 0; }
.contact-summary { background: #f1f0e6; border-block: 1px solid var(--white-color-border); }
.contact-summary-layout { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(0,1fr); align-items: center; gap: clamp(2rem,6vw,5rem); }
.contact-summary .text-block > p { max-width: 35rem; }
.contact-summary .white-actions { gap: .75rem; flex-wrap: wrap; margin-top: 1.5rem; }
.contact-summary-address { display: grid; gap: 1rem; padding-left: clamp(1.5rem,4vw,3rem); border-left: 1px solid var(--white-color-border); }
.contact-summary-address h3 { font-family: var(--renewal-serif); font-size: 1.375rem; line-height: 1.5; font-weight: 400; }
.contact-summary-address address { font-style: normal; color: var(--white-color-muted); }
.contact-summary-address a { justify-self: start; min-height: 2.75rem; display: inline-flex; align-items: center; gap: .65rem; text-underline-offset: .25rem; }
.testimonial-section > .text-block { max-width: 45rem; margin-bottom: 2rem; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.5rem; }
.testimonial-card { padding: clamp(1.5rem,3vw,2.5rem); min-width: 0; border: 1px solid var(--white-color-border); }
.testimonial-card .box-information--text { padding: 0; }
.testimonial-card blockquote { margin: 0 0 1.75rem; font-family: var(--renewal-serif); font-size: clamp(1.2rem,2vw,1.55rem); line-height: 1.7; }
.testimonial-person { display: flex; align-items: center; gap: 1rem; }
.testimonial-person img, .testimonial-initials { width: 4.5rem; height: 4.5rem; border-radius: 50%; object-fit: cover; object-position: center 35%; flex: none; }
.testimonial-initials { display: grid; place-items: center; background: var(--white-color-surface-strong); font-size: 1.5rem; }
.testimonial-name { font-size: 1rem; font-weight: 600; }
.testimonial-disclosure { font-size: .875rem; color: var(--white-color-muted); }
.testimonial-stars { display: flex; gap: .4rem; margin-top: 1.5rem; color: #8a672b; font-size: 1.05rem; }
.testimonial-demo-notice { padding: 1.25rem; border: 2px solid #8a672b; background: #fff7df; margin-bottom: 2rem; font-size: 1rem; }
.voucher-section { background: #e9eddf; }
.voucher-promo { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.1fr); background: #293c2e; }
.voucher-promo-image { position: relative; min-height: 26rem; overflow: hidden; }
.voucher-promo-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.voucher-promo-copy { --white-color-text: #f8f5ea; --white-color-muted: #dce3d5; display: grid; align-content: center; justify-items: start; gap: 1.25rem; padding: clamp(1.5rem,4vw,3.5rem); color: var(--white-color-text); }
.voucher-eyebrow { display: flex; align-items: center; gap: .625rem; font-size: .8125rem; letter-spacing: .13em; }
.voucher-promo h2 { font-family: var(--renewal-serif); font-weight: 400; font-size: clamp(2rem,3.5vw,3.5rem); letter-spacing: -.045em; line-height: 1.3; }
.voucher-promo-copy > p:not(.voucher-eyebrow) { max-width: 32rem; color: #dce3d5; line-height: 1.75; }
.voucher-promo .button.primary { background: #f8f5ea; border-color: #f8f5ea; color: #293c2e; }
.voucher-promo .button.primary:hover { background: #e8eddc; border-color: #e8eddc; }
.voucher-promo-copy .voucher-small { font-size: .8125rem; }
.voucher-promo { border: 1px solid #405640; border-radius: 1.25rem; overflow: hidden; box-shadow: 0 12px 35px #273d2510; }
.voucher-promo-image { min-height: 24rem; }
.voucher-promo-copy { padding: clamp(1.5rem,3.5vw,3rem); gap: 1.125rem; background: linear-gradient(135deg,#304936,#203a2a); }
.voucher-promo .voucher-eyebrow { color: #dfdfbc; font-size: .8125rem; letter-spacing: .12em; }
.voucher-promo-copy .button { border-radius: .5rem; }
.voucher-promo-copy .voucher-small { max-width: 29rem; padding-top: 1rem; border-top: 1px solid #6c7d60; color: #dce3d5; line-height: 1.6; }
.voucher-story-image { border-radius: .75rem; overflow: hidden; }
.voucher-page > .breadcrumb { margin-bottom: 2.5rem; }
.voucher-page-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(2rem,4vw,4rem); align-items: start; }
.voucher-story { display: grid; gap: 1.5rem; min-width: 0; }
.voucher-story h1 { font-family: var(--renewal-serif); font-size: clamp(2.5rem,4vw,4rem); font-weight: 400; line-height: 1.25; letter-spacing: -.045em; }
.voucher-lead { font-size: 1.0625rem; color: var(--white-color-muted); line-height: 1.8; }
.voucher-story-image img { display: block; width: 100%; aspect-ratio: 1.65; object-fit: cover; }
.voucher-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.5rem; }
.voucher-steps li { display: grid; grid-template-columns: 2.5rem minmax(0,1fr); gap: 1rem; padding-top: 1.5rem; border-top: 1px solid var(--white-color-border); }
.voucher-steps li > span { font-family: var(--renewal-serif); color: #697343; font-size: 1.375rem; }
.voucher-steps h2 { font-size: 1.0625rem; font-weight: 600; line-height: 1.5; }
.voucher-steps p { margin-top: .5rem; font-size: .9375rem; color: var(--white-color-muted); line-height: 1.7; }
.voucher-request { padding: clamp(1.25rem,3vw,2.5rem); background: #eef0e6; border: 1px solid var(--white-color-border); display: grid; gap: 1.5rem; min-width: 0; }
.voucher-request .text-block h2 { font-size: clamp(1.75rem,2.8vw,2.75rem); }
.voucher-request .text-block p { font-size: .9375rem; }
.voucher-request .contact-direct > .button { justify-self: start; }
.renewal-voucher-dialog { width: min(44rem, calc(100vw - 2rem)); max-width: calc(100vw - 2rem); max-height: calc(100dvh - 2rem); padding: 0; border: 1px solid var(--white-color-border); color: var(--white-color-text); background: var(--white-color-canvas); }
.voucher-modal { padding: clamp(1rem,3vw,2rem); }
.voucher-modal-header { display: flex; align-items: start; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.voucher-modal-header h2 { font: 400 clamp(1.5rem,2.5vw,2.1rem)/1.3 var(--renewal-serif); margin-top: .75rem; }
.voucher-modal .contact-note { margin-top: 1.5rem; }
.newsletter-section { background: #e9eddf; border-top: 1px solid var(--white-color-border); }
.newsletter-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(2rem,6vw,6rem); align-items: center; }
.newsletter-layout .contact-note { margin: 1rem 0; }
.newsletter-layout .text-block p { max-width: 30rem; }
.newsletter-manage { max-width: 48rem; display: grid; gap: 2rem; }
.gallery-viewport { overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #8c967c transparent; }
.gallery-rail { display: flex; }
.gallery-rail figure { flex: 0 0 100%; margin: 0; scroll-snap-align: start; min-width: 0; }
.gallery-rail img { width: 100%; height: clamp(20rem, 34vw, 27rem); object-fit: cover; }
.gallery-rail figcaption { padding-block: 1rem .25rem; font-size: .875rem; color: var(--white-color-muted); }
.gallery-controls { display: flex; justify-content: space-between; align-items: center; margin-top: 1rem; font-size: .875rem; }
.gallery-controls > div { display: flex; gap: .75rem; }
.gallery-controls .button { --white-button-circle-size: 3rem; background: transparent; }
.gallery-controls .button:disabled { opacity: .35; }

.price-section { --white-color-canvas: #293c2e; --white-color-surface: #334a37; --white-color-text: #f7f6f0; --white-color-muted: #d1d7c9; --white-color-border: #53614e; --white-color-accent: #e2e6be; --white-color-accent-strong: #f1f3d9; --white-color-on-accent: #293c2e; background: var(--white-color-canvas); color: var(--white-color-text); }
.price-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.price-layout > .text-block { position: sticky; top: 8rem; max-width: 25rem; }
.price-layout .button { justify-self: start; margin-top: .5rem; }
.price-list { min-width: 0; }
.price-list h3 { font-family: var(--renewal-serif); font-weight: 400; font-size: 1.6rem; margin-bottom: 1rem; }
.price-list table { width: 100%; table-layout: fixed; border-collapse: collapse; text-align: left; font-size: 1rem; }
.price-list caption { text-align: left; }
.price-list th { font-weight: 400; }
.price-list thead { font-size: .875rem; color: var(--white-color-muted); }
.price-list :is(td, th) { padding: .95rem 0; border-bottom: 1px solid var(--white-color-border); vertical-align: top; overflow-wrap: anywhere; hyphens: auto; }
.price-list th:first-child { width: 45%; padding-right: 1rem; }
.price-list td:nth-child(2) { padding-right: .75rem; }
.price-list td:last-child, .price-list thead th:last-child { text-align: right; }
.price-list td > span { display: block; line-height: 1.9; }
.price-list a { color: var(--white-color-text); text-decoration: none; overflow-wrap: anywhere; }
.price-list a:hover { text-decoration: underline; }
.price-list tbody th { padding-top: 1.18rem; }

.contact-section { background: #20382c; }
.contact-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 0; align-items: stretch; }
.contact-visual { position: relative; min-width: 0; min-height: 30rem; overflow: hidden; isolation: isolate; background: #37432a; }
.contact-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; }
.contact-visual::after { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(15, 30, 19, .62), transparent 54%, rgba(15, 30, 19, .55)); }
.contact-intro { position: relative; z-index: 2; padding: clamp(1.75rem, 3.7vw, 3.5rem); color: #fffdf5; }
.contact-eyebrow { font-size: .75rem; letter-spacing: .14em; line-height: 1.5; font-weight: 600; }
.contact-intro :is(h1, h2) { margin-top: 1.5rem; font-family: var(--renewal-serif); font-size: clamp(2.25rem, 3.5vw, 3.5rem); font-weight: 400; letter-spacing: -.04em; line-height: 1.18; color: inherit; }
.contact-intro :is(h1, h2) span { color: #e7d8ac; }
.contact-image-caption { position: absolute; inset: auto 1.75rem 1.75rem; z-index: 2; color: #fffdf5; font-size: .8125rem; letter-spacing: .04em; }
.contact-compose { min-width: 0; padding: clamp(1.5rem, 3.5vw, 3.25rem); background: var(--white-color-canvas); display: flex; flex-direction: column; justify-content: center; gap: 1.5rem; }
.contact-panel-heading { display: grid; gap: .75rem; }
.contact-panel-heading .contact-eyebrow { color: #697343; }
.contact-panel-heading h3 { font-family: var(--renewal-serif); font-weight: 400; font-size: clamp(1.75rem, 2.7vw, 2.5rem); line-height: 1.3; letter-spacing: -.035em; }
.contact-panel-heading > p:last-child { font-size: 1rem; color: var(--white-color-muted); line-height: 1.65; max-width: 34rem; }
.contact-compose .form--white { border: 0; background: transparent; }
.contact-compose .form--white > .wrapper--content { padding: 0; gap: 1rem; }
.contact-compose .form--white > .wrapper--footer { padding: 1.25rem 0 0; border: 0; background: transparent; }
.contact-compose .wrapper--footer > .form--action { flex: 1; }
.contact-note { margin-top: 1rem; font-size: .8125rem; line-height: 1.65; color: var(--white-color-muted); }
.contact-preview-actions { display: grid; justify-items: start; gap: .875rem; }
.contact-preview-actions > p { font-size: .875rem; line-height: 1.6; color: var(--white-color-muted); }
.contact-direct { display: grid; gap: .375rem; padding-top: 1.5rem; border-top: 1px solid var(--white-color-border); }
.contact-direct > p { font-size: .875rem; color: var(--white-color-muted); }
.contact-channel-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .75rem 1.25rem; margin-block: .5rem; min-width: 0; }
.contact-whatsapp { gap: .625rem; max-width: 100%; }
.contact-whatsapp .fab { font-size: 1.25rem; }
.contact-whatsapp .fa-external-link-alt { font-size: .75rem; }
.contact-email { display: flex; align-items: center; gap: .75rem; width: fit-content; max-width: 100%; overflow-wrap: anywhere; font-size: clamp(1rem, 1.7vw, 1.25rem); line-height: 1.5; min-height: 2.75rem; }
.contact-email .fas { flex: none; font-size: .875rem; }
.contact-direct .english-note { font-style: normal; font-size: .8125rem; }
.contact-address-link { display: flex; gap: .625rem; align-items: baseline; font-size: .875rem; line-height: 1.6; color: var(--white-color-muted); text-decoration: none; min-height: 2.75rem; }
.contact-address-link:hover { text-decoration: underline; }
.contact-address-link .fas { flex: none; font-size: .8125rem; }
@media (max-width: 56rem) {
  .contact-layout { grid-template-columns: minmax(0, 1fr); }
  .contact-visual { min-height: clamp(15rem,34vw,20rem); }
  .contact-visual > img { object-position: 50% 54%; }
  .contact-intro :is(h1, h2) { font-size: clamp(2rem, 5.5vw,2.75rem); }
  .contact-compose { padding: 1.75rem 1.25rem; }
}
.email-result { margin-top: 1rem; display: grid; gap: 1rem; min-width: 0; scroll-margin-top: calc(var(--renewal-header-offset, var(--white-header-height)) + 1rem); }
.email-result > h3 { font-family: var(--renewal-serif); font-weight: 400; font-size: 1.3rem; }
.email-result .button { justify-self: start; }
.email-actions { align-items: flex-start; min-width: 0; }
.copy-feedback { padding-left: 1rem; border-left: 2px solid var(--white-color-accent); }
.email-result > p { font-size: 1rem; }
.email-preview { max-width: 100%; white-space: pre-wrap; overflow-wrap: anywhere; font: inherit; font-size: .9375rem; background: var(--white-color-canvas); padding: 1rem; border: 1px solid var(--white-color-border); }
[data-contact-fallback] { display: grid; gap: 1rem; }

.location-section { gap: 1.5rem; }
.location-heading { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: .5rem 2rem; }
.location-heading h2 { font-family: var(--renewal-serif); font-weight: 400; font-size: clamp(1.5rem, 2.5vw, 2rem); line-height: 1.4; letter-spacing: -.03em; }
.location-heading p { font-size: .9375rem; color: var(--white-color-muted); }
.location-layout { min-width: 0; border: 1px solid var(--white-color-border); }
.map-container { min-width: 0; height: clamp(15rem, 30vw, 22rem); background: #e0e5d5; }
.map-container iframe { display: block; width: 100%; height: 100%; border: 0; }
.location-details { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 1rem 2rem; padding: 1.25rem 1.5rem; background: var(--white-color-canvas); border-top: 1px solid var(--white-color-border); }
.location-address { display: flex; align-items: flex-start; gap: .875rem; min-width: 0; }
.location-address > .fas { color: #697343; font-size: 1.25rem; margin-top: .15rem; }
.location-address > div { min-width: 0; }
.location-address h3 { font-family: var(--white-font-sans); font-weight: 600; font-size: 1rem; line-height: 1.5; }
.location-address address { margin-top: .125rem; font: inherit; font-size: .9375rem; line-height: 1.6; hyphens: none; }
.location-address p { margin-top: .25rem; font-size: .875rem; line-height: 1.5; color: var(--white-color-muted); }
.location-details .button { justify-self: end; white-space: nowrap; }
.location-section > .map-privacy { margin-top: -.75rem; font-size: .75rem; line-height: 1.6; color: var(--white-color-muted); hyphens: none; }
.contact-trap { display: none !important; }
@media (max-width: 36rem) {
  .location-details { grid-template-columns: minmax(0, 1fr); padding: 1rem; gap: 1rem; }
  .location-details .button { justify-self: start; }
}
.white-site-footer { background: var(--white-color-canvas); padding-block: 3rem max(1.5rem, env(safe-area-inset-bottom)); }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-inner > p { font-family: var(--renewal-serif); font-size: 1rem; }
.footer-inner > p > span { font-family: var(--white-font-sans); font-size: .9375rem; color: var(--white-color-muted); }
.footer-contact { display: grid; gap: .25rem; min-width: 0; max-width: 100%; }
.footer-contact > a { min-height: 2.75rem; display: flex; align-items: center; gap: .625rem; font-size: 1rem; overflow-wrap: anywhere; }
.footer-whatsapp .fa-external-link-alt { font-size: .75rem; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--white-color-border); padding-top: 1.5rem; margin-top: 2.5rem; font-size: .875rem; }
.footer-bottom small { font-size: inherit; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.footer-bottom a { display: inline-flex; min-height: 3rem; align-items: center; }

.service-top { padding-top: 2rem; gap: 2rem; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; font-size: .875rem; color: var(--white-color-muted); }
.breadcrumb a { display: inline-flex; min-height: 2.75rem; align-items: center; color: inherit; }
.breadcrumb [aria-current] { min-width: 0; overflow-wrap: anywhere; }
.service-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.service-intro h1 { font-family: var(--renewal-serif); font-weight: 400; font-size: clamp(2.25rem, 4.1vw, 4.2rem); line-height: 1.25; letter-spacing: -.055em; hyphens: auto; }
.service-intro { max-width: 100%; gap: 1.5rem; }
.service-lead { font-size: 1.125rem; }
.service-intro .button { justify-self: start; }
.service-hero-image { position: relative; min-width: 0; height: clamp(23rem, 36vw, 30rem); overflow: hidden; }
.service-hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(var(--renewal-image-scale, 1)); }
.service-facts { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; font-size: 1rem; border-top: 1px solid var(--white-color-border); padding-block: 1rem .25rem; }
.service-facts .fas { margin-right: .3rem; }
.service-body-layout { padding-top: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(17rem, 22rem); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.service-article { display: grid; gap: 2.5rem; min-width: 0; }
.service-article .text-block { gap: 1rem; max-width: 100%; }
.service-article h2 { font-size: 1.7rem; line-height: 1.4; }
.service-article ul { padding-left: 1.2rem; color: var(--white-color-muted); }
.service-article li { padding-block: .3rem; }
.service-opening { border-top: 1px solid var(--white-color-border); padding-top: 2rem; }
.service-opening > p { font-size: 1.125rem; }
.service-aside { position: sticky; top: 8rem; min-width: 0; }
.service-aside h2 { font-family: var(--renewal-serif); font-weight: 400; font-size: 1.4rem; line-height: 1.4; letter-spacing: -.04em; }
.service-aside p { font-size: 1rem; color: var(--white-color-muted); }
.option-prices { display: grid; gap: .5rem; font-size: 1rem; }
.option-prices > div { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem 1rem; }
.option-prices dd { white-space: nowrap; }
.service-aside .box-information--caption { font-size: .875rem; }
.related-section { padding-top: 0; }
.related-section > .button { justify-self: start; }
.related-section .text-block h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.not-found { min-height: 60vh; align-content: center; }
.not-found h1 { font-family: var(--renewal-serif); font-weight: 400; font-size: clamp(2.75rem, 6vw, 5rem); line-height: 1.3; }

@media (min-width: 100rem) {
  .hero-copy { padding-left: 4rem; }
}
@media (max-width: 64rem) {
  [data-white-root] { --white-header-height: 5rem; }
  .white-site-header__inner { min-height: var(--white-header-height); flex-flow: row wrap; align-items: center; gap: 0 1rem; padding-block: .65rem; }
  .brand img { width: 3rem; height: 3rem; }
  .brand-type { font-size: 1.25rem; }
  .brand-type > span { margin-top: .3rem; font-size: .75rem; letter-spacing: .08em; }
  .white-site-nav { order: 3; width: 100%; min-width: 0; overflow: visible; padding-block: .75rem; }
  .white-site-nav ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; align-items: stretch; gap: .25rem 1rem; }
  .white-site-nav a { width: 100%; min-height: 3rem; padding: .5rem; font-size: 1rem; }
  .white-site-nav .nav-appointment { display: block; grid-column: 1 / -1; padding-top: .5rem; }
  .header-cta { display: none; }
  .hero-copy h1 { font-size: clamp(3rem, 5.6vw, 4.1rem); }
  .treatment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
  .treatment-grid--three > .treatment-card:last-child { grid-column: auto; }
  .service-body-layout { grid-template-columns: minmax(0, 1fr); }
  .service-aside { position: static; grid-row: 1; }
  .service-aside .info-box { max-width: 100%; }
}
@media (max-width: 56rem) {
  .newsletter-layout { grid-template-columns: minmax(0,1fr); }
  .voucher-promo, .voucher-page-layout { grid-template-columns: minmax(0,1fr); }
  .voucher-promo-image { min-height: 0; aspect-ratio: 1.8; }
  .voucher-page-layout { gap: 2.5rem; }
  .hero { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .hero-copy { padding: clamp(2.25rem,5vw,3rem) var(--renewal-gutter); gap: 1.25rem; }
  .hero-copy h1 { max-width: none; font-size: clamp(2.625rem, 7.5vw, 4rem); }
  .hero-image { min-height: 0; aspect-ratio: 1.65; }
  .hero-image > img { object-position: center; }
  .section-intro, .studio-layout, .price-layout, .service-hero { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .section-intro { gap: 1rem; }
  .section-intro > p { justify-self: start; }
  .studio-layout > .text-block { max-width: 100%; }
  .studio-gallery { order: 2; }
  .practitioner-portrait { justify-self: center; max-width: 28rem; }
  .studio-impressions { grid-template-columns: minmax(0,1fr); gap: 1.5rem; }
  .testimonial-grid { grid-template-columns: minmax(0,1fr); }
  .gallery-rail img { height: auto; aspect-ratio: 1.45; }
  .price-layout > .text-block { position: static; max-width: 32rem; }
  .service-top { padding-top: 1rem; }
  .service-hero-image { height: auto; aspect-ratio: 1.45; }
  .service-hero-image img { height: 100%; }
}
@media (max-width: 40rem) {
  .treatment-grid { grid-template-columns: minmax(0, 1fr); }
  .intro-section { gap: 1.75rem; }
  .practitioner-portrait { max-width: 22rem; }
  .hero-copy .hero-location { margin-top: 0; }
  .hero-copy > p { font-size: 1rem; }
  .voucher-promo-copy { gap: 1rem; }
  .treatment-grid--three > .treatment-card:last-child { grid-column: auto; }
  .hero-copy .white-actions { align-items: stretch; width: 100%; }
  .hero-copy .white-actions .primary { width: 100%; }
  .image-caption { padding-bottom: 1rem; }
  .price-list table { font-size: .9375rem; }
  .price-list th:first-child { width: 42%; padding-right: .5rem; }
  .price-list td:nth-child(2) { padding-right: .5rem; }
  .price-list td:last-child { min-width: 3.5rem; }
  .service-intro h1 { font-size: clamp(2rem, 7.5vw, 3rem); }
  .service-lead, .service-opening > p { font-size: 1rem; }
  .service-article h2 { font-size: 1.5rem; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 23rem) {
  .brand { gap: .5rem; }
  .brand img { width: 2.5rem; height: 2.5rem; }
  .brand-type { font-size: 1.125rem; }
  .brand-type > span { font-size: .75rem; letter-spacing: 0; }
  .navigation-toggle { gap: .5rem; padding-inline: .4rem; }
  .white-site-nav ul { grid-template-columns: minmax(0, 1fr); }
  .hero-copy h1 { font-size: 2.5rem; }
}
@media (max-height: 32rem) {
  .white-site-header[data-navigation-ready], .price-layout > .text-block, .service-aside { position: static; }
  [id], .email-result { scroll-margin-top: 1rem; }
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .treatment-card:hover .treatment-image img { transform: scale(calc(var(--renewal-image-scale, 1) * 1.025)); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .treatment-image img { transition: none; }
}

/* Swiper owns transforms only after enhancement; native scrolling remains the fallback. */
.gallery-viewport.swiper-initialized { overflow: hidden; touch-action: pan-y; cursor: grab; }
.gallery-viewport.swiper-initialized:active { cursor: grabbing; }
.gallery-viewport.swiper-initialized .gallery-rail { position: relative; width: 100%; height: 100%; box-sizing: content-box; transition-property: transform; }
.gallery-viewport.swiper-initialized .swiper-slide { position: relative; width: 100%; flex: 0 0 auto; }
.gallery .swiper-notification { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.blog-index, .blog-article { padding-top: clamp(2rem, 5vw, 4.5rem); }
.blog-index .section-intro { margin-bottom: 0; }
.blog-index h1, .post-heading h1 { font-family: var(--renewal-serif); font-weight: 400; line-height: 1.25; letter-spacing: -.045em; font-size: clamp(2.25rem, 4.5vw, 4rem); }
.post-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.post-card { min-width: 0; }
.post-card .box-information--text { gap: 1rem; }
.post-card h2 { font-family: var(--renewal-serif); font-size: clamp(1.5rem, 2.4vw, 2.2rem); font-weight: 400; line-height: 1.25; }
.post-card h2 a { color: inherit; text-decoration: none; }
.post-card h2 a:hover { text-decoration: underline; text-underline-offset: .2em; }
.post-image { display: block; overflow: hidden; aspect-ratio: 1.7; }
.post-image img { width: 100%; height: 100%; object-fit: cover; transform: scale(var(--renewal-image-scale, 1)); }
.post-meta { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; color: var(--white-color-muted); font-size: .875rem; }
.post-card .box-information--footer { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .5rem 1rem; }
.post-card time, .post-byline { color: var(--white-color-muted); font-size: .875rem; }
.post-card--featured { display: grid; grid-template-columns: 1.1fr 1fr; }
.post-card--featured .post-image { grid-row: 1 / 3; height: 100%; min-height: 25rem; aspect-ratio: auto; }
.post-card--featured .box-information--text { align-self: center; }
.post-heading { max-width: 52rem; }
.post-cover { margin: 0; overflow: hidden; }
.post-cover img { transform: scale(var(--renewal-image-scale, 1)); width: 100%; height: clamp(17rem, 43vw, 35rem); object-fit: cover; }
.post-prose { display: grid; gap: 2.5rem; max-width: 44rem; margin-inline: auto; }
.post-prose .text-block { max-width: none; }
.post-prose h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
.post-introduction { font-size: 1.1875rem; }
.related-posts { padding-top: 0; }
@media (max-width: 56rem) {
  .post-card--featured { display: flex; }
  .post-card--featured .post-image { aspect-ratio: 1.7; height: auto; min-height: 0; }
}
@media (max-width: 40rem) {
  .post-grid { grid-template-columns: 1fr; }
}

/* Keep nested forms proportional to their panel, with room for their controls. */
.voucher-modal .form--white, .voucher-request .form--white, .newsletter-section .form--white { border: 0; background: transparent; }
.voucher-modal .form--white > .wrapper--content, .voucher-request .form--white > .wrapper--content, .newsletter-section .form--white > .wrapper--content { padding: 0; }
.voucher-modal .form--steps, .voucher-request .form--steps { gap: 1rem; }
.voucher-modal .form--steps-stepper, .voucher-request .form--steps-stepper { gap: .5rem; }
.voucher-modal-header { margin-bottom: 1rem; }
.voucher-modal-header > div { min-width: 0; }
.voucher-modal-header > button { flex: 0 0 2.75rem; width: 2.75rem; padding: 0; text-decoration: none; }
.voucher-modal .practitioner-eyebrow { font-size: .75rem; letter-spacing: .1em; }
.voucher-modal :is(.form--steps-stepper-list,.form--steps-controls), .voucher-request :is(.form--steps-stepper-list,.form--steps-controls) { grid-template-columns: repeat(2,minmax(0,1fr)); }
[data-newsletter-mount] .form--label:has(input[type="checkbox"]) { font-weight: 400; font-size: .9375rem; line-height: 1.6; }
[data-newsletter-mount] input[type="checkbox"] { width: 1.25rem; height: 1.25rem; min-height: 0; margin-top: .125rem; flex: none; }
@media (max-width: 40rem) {
  .renewal-voucher-dialog { width: calc(100vw - 1rem); max-width: calc(100vw - 1rem); max-height: calc(100dvh - 1rem); border-width: 1px; }
  .voucher-modal-header h2 { max-width: none; hyphens: none; overflow-wrap: normal; }
  .voucher-modal .form--steps-stepper-item { padding: .5rem .25rem; gap: .375rem; }
  .voucher-modal .form--steps-stepper-label { position: static; width: auto; height: auto; overflow: visible; clip: auto; font-size: .8125rem; }
  .voucher-modal .form--steps-stepper-current { display: none; }
  .voucher-modal .form--steps-controls { flex-direction: row; }
  .voucher-modal .contact-note { font-size: .75rem; }
  .voucher-request { padding: 1.25rem; }
  .newsletter-layout { gap: 1.5rem; }
  .footer-inner { gap: 1.5rem; }
  .footer-bottom { margin-top: 1.5rem; padding-top: 1rem; }
}

.renewal-voucher-dialog::backdrop { background: #15251cb3; backdrop-filter: blur(3px); }
.white-dialog-open { overflow: hidden; }

/* Clear type, distinct controls and a quiet forest-green navigation panel. */
[data-white-root] { --white-color-muted: #4d5b4f; }
[data-white-root] :is(h1,h2,h3) { hyphens: none; overflow-wrap: break-word; }
[data-white-root] .button { font-size: 1rem; font-weight: 600; line-height: 1.45; }
[data-white-root] :is(.contact-note,.voucher-small,.contact-eyebrow,.voucher-eyebrow,.practitioner-eyebrow,.contact-image-caption,.voucher-modal .form--steps-stepper-label) { font-size: .875rem; }
[data-white-root] :is(input,select,textarea):not([type=submit]):not([type=hidden]) { border-color: #7c8a7a; }
[data-white-root] :is(input,textarea)::placeholder { color: #526050; opacity: 1; }
[data-white-root] :focus-visible { outline: 3px solid #84570e; outline-offset: 4px; box-shadow: 0 0 0 2px #fffdf5; }
[data-white-root] :is(.text-block,.service-article,.post-prose) p { line-height: 1.8; }
.post-prose { font-size: 1.125rem; }
.contact-panel-heading .contact-eyebrow { color: #526035; }
.hero-copy h1 span { color: #566334; }
.contact-intro { background: linear-gradient(#13291cde, #13291c85, transparent); padding-bottom: 4rem; }
.contact-image-caption { padding: .5rem .75rem; background: #172b20e6; }
.renewal-voucher-dialog { border-radius: 1rem; box-shadow: 0 28px 90px #08180b66; }
.renewal-voucher-dialog::backdrop { background: #102219b8; -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); }
.voucher-modal-header { padding-bottom: 1.25rem; border-bottom: 1px solid var(--white-color-border); }
.voucher-modal-header > button { border: 1px solid #7c8a7a; border-radius: 50%; }
.white-site-header { z-index: 30; border-bottom: 1px solid #b9c3b3; background: #f7f6f0f5; -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.white-site-nav a { text-underline-offset: .45em; text-decoration-thickness: 2px; }
.white-site-nav a:not(.button):hover { color: #293c2e; text-decoration: underline; }
.white-site-header .header-cta { border-radius: 3rem; }
[data-white-root] .navigation-toggle { min-width: 6.25rem; border: 1px solid #7c8a7a; border-radius: 3rem; padding: .65rem 1rem; text-decoration: none; }
[data-navigation-open=true] .navigation-toggle { color: #fffdf5; background: #293c2e; }
@media (min-width: 64.001rem) {
  .white-site-header__inner { gap: 1rem; }
  .white-site-nav ul { gap: clamp(.5rem,.9vw,1rem); }
  .white-site-nav a { font-size: 1rem; }
  .header-cta { display: none; }
}
@media (min-width: 80rem) { .header-cta { display: inline-flex; } }
@media (max-width: 64rem) {
  .white-site-header[data-navigation-ready] .white-site-nav {
    position: absolute; top: calc(100% + .5rem); left: var(--renewal-gutter); right: var(--renewal-gutter);
    width: auto; max-height: calc(100dvh - var(--renewal-header-offset,5rem) - 1.5rem); overflow-y: auto;
    overscroll-behavior: contain; padding: clamp(1.25rem,3vw,2rem); border-radius: 1rem;
    color: #fffdf5; background: #203b2d; border: 1px solid #61775b; box-shadow: 0 20px 70px #10221966;
  }
  .white-site-header[data-navigation-ready] .white-site-nav ul { grid-template-columns: repeat(2,minmax(0,1fr)); gap: .25rem 1.5rem; counter-reset: navigation; }
  .white-site-header[data-navigation-ready] .white-site-nav li:not(.nav-appointment):not(.nav-language) { counter-increment: navigation; }
  .white-site-header[data-navigation-ready] .white-site-nav a:not(.button) { padding: .75rem 0; border-bottom: 1px solid #61775b; color: #fffdf5; font: 400 clamp(1.125rem,3vw,1.5rem)/1.4 var(--renewal-serif); gap: .75rem; }
  .white-site-header[data-navigation-ready] .white-site-nav a:not(.button)::before { content: '0' counter(navigation); font: 400 .875rem/1.5 var(--white-font-sans); color: #d1dcbf; }
  .white-site-nav .nav-appointment { padding-top: 1rem; }
  .white-site-nav .button.primary { background: #eff0dc; color: #203b2d; border-color: #eff0dc; border-radius: .5rem; }
  .white-site-nav .nav-language { grid-column: 1/-1; padding-top: 1rem; }
}
@media (max-width: 25rem) {
  .white-site-header[data-navigation-ready] .white-site-nav ul { grid-template-columns: 1fr; }
  .white-site-header[data-navigation-ready] .white-site-nav a:not(.button) { padding-block: .65rem; }
}
@media (prefers-reduced-motion: no-preference) {
  [data-navigation-open=true] .white-site-nav { animation: renewal-menu-in .28s ease-out; }
  .renewal-voucher-dialog[open] { animation: renewal-menu-in .24s ease-out; }
  .button { transition: background-color .2s, color .2s, border-color .2s; }
  @keyframes renewal-menu-in { from { opacity: .3; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
}
@media (prefers-reduced-motion: reduce) {
  [data-white-root] *, [data-white-root] *::before, [data-white-root] *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
@media (prefers-contrast: more) {
  [data-white-root] { --white-color-muted: #293c2e; --white-color-border: #697863; }
  [data-white-root] .button { border-width: 2px; }
}
.site-language { display: flex; align-items: center; gap: .625rem; position: relative; padding-left: .75rem; border: 1px solid #7c8a7a; border-radius: 3rem; color: var(--white-color-text); }
.site-language select { appearance: none; background: transparent; color: inherit; border: 0 !important; border-radius: 3rem; min-height: 3rem; padding: .5rem 2rem .5rem 0; font: 600 1rem/1.5 var(--white-font-sans); cursor: pointer; max-width: 100%; }
.site-language select option { color: #293c2e; background: #f7f6f0; }
.site-language > .fa-chevron-down { position: absolute; right: .75rem; pointer-events: none; font-size: .75rem; }
.site-language select:disabled { opacity: .65; cursor: wait; }
@media (max-width: 64rem) {
  .white-site-header[data-navigation-ready] .site-language { width: fit-content; color: #fffdf5; border-color: #96a58a; }
}

.contact-image-caption { width: fit-content; max-width: calc(100% - 3.5rem); border-radius: .35rem; }

/* Keep the portrait personal without making it the entire mobile viewport. */
.practitioner-portrait { max-width: 26rem; border-radius: .75rem; overflow: hidden; justify-self: center; }
.practitioner-portrait figcaption { padding: .75rem 1rem; gap: .2rem .75rem; }
.treatment-card .box-information--footer { padding: .625rem 1rem; }
.header-language { flex: none; order: 2; margin-left: auto; width: 8rem; }
.white-site-header .navigation-toggle { order: 3; margin-left: 0; }
.white-site-header .header-cta { order: 4; }
.header-language .wrapper--form, .header-language .form--white, .header-language .wrapper--content, .header-language .form--label { padding: 0; margin: 0; border: 0; background: transparent; box-shadow: none; }
.header-language .wrapper--footer { display: none; }
.header-language .form--label-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.header-language .form--select-control { border: 1px solid #7c8a7a; border-radius: 3rem; overflow: hidden; background: #f7f6f0; }
[data-white-root] .header-language select { min-height: 2.875rem; padding: .5rem 2.25rem .5rem .875rem; border: 0; background: transparent; color: #293c2e; font-weight: 600; }
.header-language .form--select-icon { width: 2rem; background: transparent; border: 0; }
.header-language .form--select-control:focus-within { outline: 3px solid #916319; outline-offset: 3px; }
@media (min-width: 48rem) and (max-width: 56rem) {
  .hero { grid-template-columns: 1fr 1fr; min-height: 32rem; }
  .hero-copy { gap: 1.25rem; padding-block: 2.5rem; }
  .hero-copy h1 { font-size: clamp(2.5rem,5.2vw,3rem); }
  .hero-image { aspect-ratio: auto; }
  .studio-layout { grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 2rem; align-items: start; }
  .studio-impressions { grid-template-columns: minmax(0,.65fr) minmax(0,1.35fr); gap: 2rem; }
  .practitioner-copy .signature { margin-top: 1.5rem; }
}
@media (min-width: 40.001rem) and (max-width: 64rem) { .treatment-image { aspect-ratio: 1.85; } }
@media (max-width: 47.999rem) {
  .practitioner-portrait { max-width: 16rem; }
  .practitioner-portrait > img { aspect-ratio: 1; object-position: 50% 30%; }
  .practitioner-portrait figcaption { display: grid; padding: .65rem .875rem; font-size: .875rem; }
  .practitioner-portrait figcaption > span:last-child { font-size: .8125rem; }
  .studio-layout { gap: 1.75rem; }
  .practitioner-copy h2 { font-size: clamp(1.875rem,7vw,2.625rem); }
}
@media (max-width: 40rem) {
  .white-site-header__inner { gap: .625rem; }
  .white-site-header .brand { gap: .5rem; }
  .white-site-header .brand img { width: 2.5rem; height: 2.5rem; }
  .white-site-header .brand-type { font-size: 1.25rem; }
  .white-site-header .brand-type > span { display: none; }
  [data-white-root] .white-site-header .navigation-toggle { min-width: 2.875rem; min-height: 2.875rem; padding: .5rem; }
  .navigation-toggle > span { display: none; }
  .header-language { width: 7.5rem; }
}
@media (max-width: 23rem) { .white-site-header .brand-type { display: none; } }

@media (min-width: 48rem) and (max-width: 56rem) {
  .voucher-promo { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); }
  .voucher-promo-image { aspect-ratio: auto; }
  .voucher-promo-copy { padding: 1.75rem; }
}
@media (max-width: 47.999rem) {
  .voucher-promo-image { aspect-ratio: auto; height: clamp(10rem,46vw,13rem); min-height: 0; }
  .voucher-promo-copy { padding: 1.5rem; gap: 1rem; }
  .voucher-promo h2 { font-size: clamp(1.875rem,7.5vw,2.5rem); }
  .voucher-promo-copy > p:not(.voucher-eyebrow) { line-height: 1.65; }
  .voucher-promo-copy .button { width: 100%; }
  .voucher-promo-copy .voucher-small { font-size: .875rem; }
  .studio-section--overview .practitioner-portrait { max-width: 16rem; }
  .contact-summary-layout { grid-template-columns: minmax(0,1fr); gap: 2rem; }
  .contact-summary .text-block h2 { font-size: 2rem; }
  .contact-summary .white-actions { flex-direction: column; align-items: stretch; }
  .contact-summary-address { padding: 1.5rem 0 0; border-left: 0; border-top: 1px solid var(--white-color-border); }
}

.form-privacy, .map-privacy, .legal-heading small { font-size: .875rem; line-height: 1.65; color: var(--white-color-muted); }
.form-privacy { margin-top: 1rem; }
.voucher-modal .form--steps-stepper-label, .voucher-request .form--steps-stepper-label { position: static; width: auto; height: auto; overflow: visible; clip: auto; clip-path: none; white-space: normal; font-size: .9375rem; font-weight: 600; line-height: 1.4; }
.voucher-modal .form--steps-stepper-item, .voucher-request .form--steps-stepper-item { min-width: 0; padding: .75rem .5rem; gap: .5rem; }
.voucher-modal .form--steps-stepper-index, .voucher-request .form--steps-stepper-index { flex: none; }
.form-privacy a, .legal-copy a, .map-privacy a { text-decoration: underline; text-underline-offset: .2em; }
.map-container { height: auto; min-height: 18rem; }
.map-container iframe { height: clamp(18rem,30vw,22rem); }
.map-placeholder { min-height: 18rem; display: flex; align-items: center; justify-content: center; gap: 2rem; padding: clamp(1.5rem,4vw,3rem); background: radial-gradient(ellipse at 10% 90%,#c6d3b6,transparent 65%),#e9eddf; }
.map-placeholder[hidden] { display: none; }
.map-marker { flex: none; display: grid; place-items: center; width: 5rem; height: 5rem; border: 1px solid #8b9d77; border-radius: 50%; color: #465b30; font-size: 1.875rem; }
.map-placeholder h3 { font: 400 clamp(1.5rem,2.5vw,2rem)/1.4 var(--renewal-serif); letter-spacing: -.035em; }
.map-placeholder p { max-width: 42rem; color: #435440; font-size: .9375rem; margin-block: .75rem 1rem; }
.map-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .75rem 1.5rem; }
.map-actions a { font-size: .9375rem; text-decoration: underline; text-underline-offset: .2em; }
.map-privacy button, .footer-bottom button { background: transparent; border: 0; padding: .5rem 0; min-height: 2.75rem; color: inherit; font: inherit; cursor: pointer; text-decoration: underline; text-underline-offset: .2em; }
.footer-bottom > div { gap: .25rem 1.25rem; }
.renewal-privacy-dialog { width: min(38rem,calc(100vw - 2rem)); }
.privacy-modal { display: grid; gap: 1.25rem; padding: clamp(1.25rem,4vw,2rem); }
.privacy-modal h2 { font: 400 clamp(1.5rem,4vw,2rem)/1.35 var(--renewal-serif); }
.privacy-modal p { color: var(--white-color-muted); }
.privacy-modal .privacy-state { padding: .75rem 1rem; border: 1px solid #859878; border-radius: .5rem; color: #293c2e; background: #e9eddf; font-weight: 600; }
.privacy-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
[data-white-root] .privacy-actions .button { padding: .75rem; border: 1px solid #697863; border-radius: .5rem; white-space: normal; line-height: 1.4; }
.privacy-modal .voucher-modal-header { gap: 1rem; }
.legal-layout { display: grid; grid-template-columns: 15rem minmax(0,1fr); gap: 2.5rem 4rem; max-width: 72rem; align-items: start; }
.legal-heading { grid-column: 1/-1; display: grid; gap: 1rem; padding-bottom: 2rem; border-bottom: 1px solid var(--white-color-border); }
.legal-heading h1 { font: 400 clamp(2rem,4.5vw,3.5rem)/1.25 var(--renewal-serif); letter-spacing: -.045em; overflow-wrap: anywhere; }
.legal-heading > p:not(.practitioner-eyebrow) { font-size: 1.125rem; color: var(--white-color-muted); }
.legal-nav { display: grid; gap: .5rem; position: sticky; top: calc(var(--renewal-header-offset,6rem) + 1.5rem); }
.legal-nav a { padding: .75rem 1rem; border-left: 2px solid #a8b39d; font-size: 1rem; text-decoration: none; }
.legal-nav a[aria-current] { border-color: #334c36; background: #e7ebdd; font-weight: 600; }
.legal-copy { display: grid; gap: 2.5rem; min-width: 0; max-width: 46rem; font-size: 1.0625rem; line-height: 1.85; }
.legal-copy section { display: grid; gap: 1rem; }
.legal-copy h2 { font: 400 clamp(1.5rem,2.5vw,2rem)/1.4 var(--renewal-serif); letter-spacing: -.035em; }
.legal-copy p { color: #43513f; overflow-wrap: anywhere; }
.legal-owner { display: grid; gap: .25rem; font-style: normal; padding: 1.25rem; background: #e9eddf; border: 1px solid #bdc8b1; border-radius: .5rem; overflow-wrap: anywhere; }
.legal-owner strong { font-size: 1.25rem; }
.legal-links { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; font-size: 1rem; }
@media (max-width: 56rem) {
  .legal-layout { grid-template-columns: 1fr; gap: 1.75rem; }
  .legal-nav { position: static; display: flex; flex-wrap: wrap; gap: .5rem; }
  .legal-nav a { padding: .625rem .75rem; border: 1px solid #a8b39d; border-radius: .35rem; }
}
@media (max-width: 40rem) {
  .map-placeholder { display: grid; gap: 1rem; justify-items: start; }
  .map-marker { width: 3rem; height: 3rem; font-size: 1.25rem; }
  .privacy-actions { grid-template-columns: 1fr; }
  .legal-copy { font-size: 1rem; line-height: 1.8; }
}

/* A brief introduction leaves more room for the articles themselves. */
.blog-index > .section-intro h1 { font-size: clamp(2.375rem,4vw,3.75rem); }

/* Keep card rhythm consistent without shrinking reading or touch targets. */
.treatment-card { border-radius: .75rem; overflow: hidden; }
.treatment-card .box-information--text { padding: 1.125rem; gap: .625rem; }
.treatment-card .box-information--footer .button { min-height: 2.75rem; padding: .5rem .25rem; }
.post-card .box-information--text { padding: 1.25rem; }
.post-card .box-information--footer { padding: .75rem 1.25rem; }
.post-card .box-information--footer .button { min-height: 2.75rem; padding-block: .5rem; }
@media (min-width: 48rem) and (max-width: 56rem) {
  .price-layout { grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); gap: 2rem; }
  .newsletter-layout { grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 2rem; }
}
@media (min-width: 40.001rem) and (max-width: 64rem) {
  .treatment-grid--three > .treatment-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); }
  .treatment-grid--three > .treatment-card:last-child .treatment-image { grid-column: 1; grid-row: 1 / 3; aspect-ratio: auto; height: 100%; }
  .treatment-grid--three > .treatment-card:last-child .box-information--text { grid-column: 2; grid-row: 1; }
  .treatment-grid--three > .treatment-card:last-child .box-information--footer { grid-column: 2; grid-row: 2; }
}
@media (max-width: 56rem) {
  .post-card--featured .post-image { aspect-ratio: 2; max-height: 18rem; }
}
@media (max-width: 40rem) {
  .hero-copy { padding-block: 2rem; gap: 1rem; }
  .hero-image { aspect-ratio: 2; max-height: 14rem; }
  .treatment-grid { gap: 1rem; }
  .treatment-card { display: grid; grid-template-columns: 7rem minmax(0,1fr); grid-template-rows: auto auto auto auto; }
  .treatment-card .box-information--text { display: contents; }
  .treatment-card .treatment-image { grid-column: 1; grid-row: 1 / 3; width: 5.5rem; aspect-ratio: 1; min-height: 0; margin: 1rem 0 0 1rem; border: 0; border-radius: .5rem; align-self: start; }
  .treatment-card .treatment-meta { grid-column: 2; grid-row: 1; padding: 1rem 1rem .375rem .5rem; gap: .125rem .5rem; align-content: start; font-size: .875rem; line-height: 1.5; }
  .treatment-card .treatment-meta > span { width: 100%; }
  [data-white-root] .treatment-card .box-information--text h3 { grid-column: 2; grid-row: 2; padding: 0 1rem .5rem .5rem; font-size: 1.25rem; line-height: 1.45; min-height: 2.75rem; align-self: start; }
  .treatment-card .box-information--text p { grid-column: 1 / -1; grid-row: 3; padding: .875rem 1rem 1rem; line-height: 1.7; }
  .treatment-card .box-information--footer { grid-column: 1 / -1; grid-row: 4; padding: .5rem 1rem; }
  .price-list :is(td,th) { padding-block: .75rem; }
  .price-list tbody th { padding-top: .875rem; }
  .price-list td > span { line-height: 1.75; }
  .contact-summary .white-actions { margin-top: .5rem; }
}

/* Consent stays readable and dismissible without obscuring the entire page. */
.privacy-banner { position: fixed; z-index: 80; right: 1rem; bottom: 1rem; width: min(28rem,calc(100vw - 2rem)); max-height: calc(100dvh - 2rem); overflow: auto; padding: 1.25rem; background: #f8f7ef; color: #293c2e; border: 1px solid #8a977d; border-radius: 1rem; box-shadow: 0 .5rem 3rem #152b2440; }
.privacy-banner[hidden] { display: none; }
.privacy-banner h2 { font: 600 1.1rem/1.4 var(--renewal-sans, sans-serif); margin: 0 0 .5rem; }
.privacy-banner p { font-size: .9375rem; line-height: 1.6; margin: 0 0 1rem; }
.privacy-banner .legal-links { margin-top: .75rem; align-items: center; }
.privacy-settings-link { color: inherit; border: 0; background: transparent; text-decoration: underline; cursor: pointer; padding: .5rem 0; font: inherit; min-height: 44px; }
.privacy-option { padding-block: 1rem; border-block-start: 1px solid #b3bea7; }
.privacy-option label { display: flex; align-items: center; gap: .75rem; cursor: pointer; min-height: 44px; }
.privacy-option input { width: 1.375rem; height: 1.375rem; accent-color: #294c35; flex-shrink: 0; }
.privacy-option p { margin-top: .5rem; font-size: .9375rem; line-height: 1.6; }
