/*
Theme Name: AMAR Beauty
Theme URI: https://amarbeauty.pl/
Author: AMAR Beauty
Description: Lekki, autorski motyw PHP SSR dla salonu AMAR Beauty.
Version: 0.3.0
Requires at least: 6.6
Requires PHP: 8.2
Text Domain: amar-beauty
*/

:root {
    --font-serif: "Cormorant Garamond", Georgia, serif;
    --amar-ink: #1a1510;
    --amar-brown: #332b25;
    --amar-brown-deep: #241e19;
    --amar-cream: #f2ece1;
    --amar-paper: #faf6ee;
    --amar-sand: #ebe3d5;
    --amar-gold: #b8873c;
    --amar-gold-light: #d5b06c;
    --amar-muted: #74695f;
    --amar-line: rgba(26, 21, 16, .14);
    --amar-radius: 16px;
    --amar-shadow: 0 14px 34px rgba(55, 42, 28, .09);
    --amar-header-height: 75px;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: var(--amar-cream);
    color: var(--amar-ink);
    font-family: "Hanken Grotesk", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--amar-gold);
}

a:hover {
    color: #8a6520;
}

button,
input,
textarea,
select {
    font: inherit;
}

::selection {
    background: var(--amar-gold);
    color: var(--amar-cream);
}

:focus-visible {
    outline: 2px solid var(--amar-gold);
    outline-offset: 3px;
}

.skip-link {
    position: fixed;
    z-index: 999;
    top: 12px;
    left: -999px;
    padding: 10px 16px;
    border-radius: 8px;
    background: var(--amar-ink);
    color: var(--amar-cream);
}

.skip-link:focus {
    left: 12px;
}

h1,
h2,
h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    letter-spacing: -.015em;
}

.site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    height: var(--amar-header-height);
    border-bottom: 1px solid var(--amar-line);
    background: var(--amar-cream);
}

.site-header__inner {
    position: relative;
    z-index: 102;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 1320px);
    height: 74px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 52px);
    background: var(--amar-cream);
}

.site-logo {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.site-logo img {
    display: block;
    width: clamp(136px, 10vw, 154px);
    height: auto;
    mix-blend-mode: multiply;
}

.desktop-navigation {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.3vw, 31px);
}

.desktop-navigation a,
.header-phone {
    position: relative;
    color: #241f19;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .025em;
    text-decoration: none;
    white-space: nowrap;
}

.desktop-navigation a::after {
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 1px;
    content: "";
    background: var(--amar-gold);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s ease;
}

.desktop-navigation a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.desktop-navigation a[data-active="1"]::after {
    transform: scaleX(1);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.header-phone {
    font-weight: 600;
}

.site-header-spacer {
    height: var(--amar-header-height);
}

.mobile-menu-toggle,
.mobile-menu {
    display: none;
}

.amar-exact-footer .amar-flink {
    color: #e9e1d3;
    font-size: 15px;
    line-height: normal;
    text-decoration: none;
    transition: color .2s ease;
}

.amar-exact-footer .amar-flink:hover {
    color: #cda55f;
}

.footer-social-icons .amar-flink {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(242, 236, 225, .25);
    border-radius: 50%;
}

.amar-bookbar {
    display: none;
}

@media (min-width: 1024px) {
    .amar-desktop-nav,
    .amar-desktop-cta {
        display: flex !important;
    }

    .amar-mobile-toggle {
        display: none !important;
    }
}

.treatment-page {
    overflow-x: hidden;
    background: var(--amar-cream);
    color: var(--amar-ink);
}

.treatment-shell {
    width: min(100%, 1240px);
    margin: 0 auto;
    padding-right: clamp(20px, 4vw, 40px);
    padding-left: clamp(20px, 4vw, 40px);
}

.treatment-hero {
    border-bottom: 1px solid rgba(26, 21, 16, .12);
}

.treatment-hero__inner {
    padding-top: clamp(28px, 4vw, 44px);
    padding-bottom: clamp(40px, 6vw, 64px);
}

.treatment-breadcrumbs {
    margin-bottom: clamp(28px, 4vw, 44px);
    font-size: 13px;
    letter-spacing: .04em;
}

.treatment-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.treatment-breadcrumbs a {
    color: #8a8075;
    text-decoration: none;
}

.treatment-breadcrumbs li span[aria-hidden] {
    margin: 0 8px;
    color: #b0a18c;
}

.treatment-category {
    color: #a97e3c;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.treatment-hero h1 {
    margin: 16px 0 22px;
    font-size: clamp(40px, 7vw, 82px);
    line-height: 1;
    letter-spacing: -.01em;
}

.treatment-summary {
    max-width: 68ch;
    margin: 0;
    color: #4a4038;
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.65;
}

.treatment-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(40px, 5vw, 64px);
    padding-top: clamp(44px, 6vw, 80px);
    padding-bottom: clamp(64px, 8vw, 110px);
}

.treatment-article {
    max-width: 70ch;
    min-width: 0;
}

.treatment-article > h2 {
    margin: 0 0 24px;
    font-size: clamp(28px, 3.8vw, 42px);
    line-height: 1.1;
}

.treatment-copy {
    color: #3f362e;
    font-size: 16.5px;
    line-height: 1.78;
}

.treatment-copy > :first-child { margin-top: 0; }
.treatment-copy p { margin: 0 0 18px; }
.treatment-copy h3 {
    margin: clamp(44px, 6vw, 68px) 0 20px;
    padding-top: clamp(40px, 5vw, 58px);
    border-top: 1px solid rgba(26, 21, 16, .14);
    color: var(--amar-ink);
    font-size: clamp(27px, 3.4vw, 38px);
    line-height: 1.1;
}
.treatment-copy h3:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.treatment-copy ul,
.treatment-copy ol { margin: 0 0 24px; padding-left: 24px; }
.treatment-copy li { margin: 0 0 11px; padding-left: 5px; }
.treatment-copy li::marker { color: #a97e3c; font-weight: 600; }

.treatment-copy .treatment-numbered-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0;
    list-style: none;
}

.treatment-copy .treatment-numbered-list li {
    display: flex;
    gap: 18px;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(26, 21, 16, .14);
    font-size: 16px;
    line-height: 1.7;
}

.treatment-copy .treatment-numbered-list li > span {
    width: 24px;
    flex: 0 0 auto;
    color: var(--amar-gold);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 20px;
}

.treatment-copy .treatment-bullet-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 1.6;
}

.treatment-copy .treatment-bullet-list li {
    position: relative;
    margin: 0;
    padding-left: 22px;
}

.treatment-copy .treatment-bullet-list li::before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--amar-gold);
    content: "";
}

.treatment-page--biopeeling .treatment-article > h2 {
    margin-bottom: 20px;
    font-size: clamp(28px, 3.8vw, 38px);
}

.treatment-page--biopeeling .treatment-copy h3 {
    padding-top: 0;
    border-top: 0;
}
.treatment-copy strong { color: var(--amar-ink); font-weight: 600; }
.treatment-copy ul ul,
.treatment-copy ol ol,
.treatment-copy ul ol,
.treatment-copy ol ul { margin: 10px 0 4px; }

.treatment-faq {
    display: flex;
    flex-direction: column;
    margin-top: -4px;
}
.treatment-faq details { border-top: 1px solid rgba(26, 21, 16, .14); }
.treatment-faq summary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0;
    color: var(--amar-ink);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
    list-style: none;
    cursor: pointer;
}
.treatment-faq summary::-webkit-details-marker { display: none; }
.treatment-faq .plus {
    flex: 0 0 auto;
    color: #a97e3c;
    font-family: "Cormorant Garamond", serif;
    font-size: 27px;
    line-height: .8;
    transition: transform .25s ease;
}
.treatment-faq details[open] .plus { transform: rotate(45deg); }
.treatment-faq .faq-answer {
    padding: 0 0 22px;
    color: #4a4038;
    font-size: 15.5px;
    line-height: 1.72;
}
.treatment-faq .faq-answer p { margin: 0; }

.treatment-safety {
    margin-top: clamp(46px, 6vw, 70px);
    padding: 24px 26px;
    border: 1px solid rgba(26, 21, 16, .2);
    border-left: 2px solid #a97e3c;
    background: rgba(169, 126, 60, .06);
}
.treatment-safety h2 { margin: 0 0 12px; font-size: 23px; line-height: 1.15; }
.treatment-safety p { margin: 0; color: #4a4038; font-size: 15px; line-height: 1.7; }

.treatment-details-card {
    padding: 26px 24px;
    background: #493c32;
    color: var(--amar-cream);
}
.treatment-details-card h2 { margin: 0 0 22px; font-size: 27px; }
.treatment-details-card dl { display: flex; flex-direction: column; margin: 0 0 26px; }
.treatment-details-card dl > div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 0;
    border-top: 1px solid rgba(242, 236, 225, .14);
}
.treatment-details-card dl > div:last-child { border-bottom: 1px solid rgba(242, 236, 225, .14); }
.treatment-details-card dt { color: #b0a18c; font-size: 14px; }
.treatment-details-card dd {
    max-width: 175px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    text-align: right;
}
.treatment-details-card .treatment-price {
    color: #cda55f;
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
}
.treatment-booksy,
.treatment-phone {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
}
.treatment-booksy {
    margin-bottom: 12px;
    background: #a97e3c;
    color: var(--amar-ink);
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.treatment-phone {
    border: 1px solid rgba(242, 236, 225, .3);
    color: var(--amar-cream);
    font-size: 15px;
    font-weight: 500;
}
.treatment-details-card > p { margin: 18px 0 0; color: #8a8075; font-size: 12.5px; line-height: 1.55; }
.treatment-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: var(--amar-ink);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
}

@media (min-width: 960px) {
    .treatment-layout {
        grid-template-columns: minmax(0, 1fr) 320px;
        align-items: start;
    }
    .treatment-side { position: sticky; top: 100px; }
}

@media (max-width: 520px) {
    .treatment-copy { font-size: 16px; }
    .treatment-faq summary { font-size: 16px; }
}

.contact-exact {
    overflow-x: hidden;
    background: var(--amar-cream);
    color: var(--amar-ink);
}
.contact-exact__hero,
.contact-exact__content {
    width: min(100%, 1240px);
    margin: 0 auto;
    padding-right: clamp(20px, 4vw, 40px);
    padding-left: clamp(20px, 4vw, 40px);
}
.contact-exact__hero { padding-top: clamp(56px, 8vw, 110px); padding-bottom: clamp(28px, 4vw, 44px); }
.contact-exact__hero h1 { max-width: 14ch; margin: 18px 0 0; font-size: clamp(40px, 7vw, 78px); line-height: 1.02; }
.contact-exact__content { padding-bottom: clamp(56px, 8vw, 100px); }
.contact-exact__grid { display: grid; grid-template-columns: 1fr; gap: clamp(32px, 4vw, 56px); }
.contact-exact__details { display: flex; flex-direction: column; margin: 0; }
.contact-exact__details > div { padding: 22px 0; border-top: 1px solid rgba(26, 21, 16, .14); }
.contact-exact__details > div:last-child { border-bottom: 1px solid rgba(26, 21, 16, .14); }
.contact-exact__details dt,
.contact-exact__hours h2,
.contact-exact__location > h2 { margin: 0 0 9px; color: #8a8075; font-family: "Hanken Grotesk", sans-serif; font-size: 11.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.contact-exact__details dd { margin: 0; font-family: "Cormorant Garamond", serif; font-size: 26px; line-height: normal; }
.contact-exact__details dd a { color: var(--amar-ink); text-decoration: none; }
.contact-exact__details p { margin: 6px 0 0; color: #5c5249; font-size: 14px; }
.contact-exact__socials { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-exact__socials > a { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; border: 1px solid rgba(26,21,16,.18); border-radius: 50%; }
.contact-exact__socials svg { width: 21px; height: 21px; }
.contact-exact__socials .contact-exact__booksy-social { width: auto; min-width: 92px; padding: 0 14px; border-radius: 999px; }
.contact-exact__booksy-social img { width: 64px; }
.contact-exact__side { display: flex; flex-direction: column; gap: 24px; }
.contact-exact__hours { padding: 30px; border: 1px solid rgba(26,21,16,.14); background: var(--amar-paper); }
.contact-exact__hours h2 { margin-bottom: 18px; }
.contact-exact__hours table { width: 100%; border-collapse: collapse; font-size: 16.5px; }
.contact-exact__hours td { padding: 11px 0; border-bottom: 1px solid rgba(26,21,16,.1); }
.contact-exact__hours td:last-child { font-weight: 600; text-align: right; }
.contact-exact__hours tr:last-child td { border-bottom: 0; }
.contact-exact__booksy { display: inline-flex; height: 54px; align-items: center; justify-content: center; background: var(--amar-ink); }
.contact-exact__booksy img { width: 96px; filter: invert(1); }
.contact-exact__location { margin-top: clamp(48px,7vw,72px); }
.contact-exact__location > h2 { margin-bottom: 18px; }
.amar-map-wrap { position: relative; width: 100%; height: clamp(320px, 44vw, 400px); overflow: hidden; border: 1px solid rgba(26,21,16,.14); border-radius: var(--amar-radius-card); background: #e7dece; box-shadow: 0 16px 38px -30px rgba(26,21,16,.55); }
.amar-map-wrap iframe { display: block; width: 100%; height: 100%; border: 0; }
.amar-map-consent { display: grid; position: absolute; inset: 0; place-items: center; padding: clamp(24px,5vw,54px); text-align: center; background: radial-gradient(circle at 50% 20%,rgba(255,255,255,.66),rgba(250,246,238,.92) 48%,rgba(235,227,213,.96)); }
.amar-map-consent__inner { max-width: 590px; }
.amar-map-consent__icon { display: inline-grid; width: 58px; height: 58px; margin-bottom: 18px; place-items: center; border: 1px solid rgba(26,21,16,.18); border-radius: 50%; color: #a97e3c; font-size: 28px; }
.amar-map-consent h3 { margin: 0 0 12px; font-size: clamp(28px,4vw,40px); }
.amar-map-consent p { max-width: 50ch; margin: 0 auto 22px; color: #5c5249; line-height: 1.65; }
.amar-map-consent__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.amar-map-consent__actions button,
.amar-map-consent__actions a { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid rgba(26,21,16,.28); border-radius: 10px; background: transparent; color: var(--amar-ink); font-size: 13px; font-weight: 600; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.amar-map-consent__actions button { border-color: var(--amar-ink); background: var(--amar-ink); color: var(--amar-cream); }
@media (min-width: 860px) { .contact-exact__grid { grid-template-columns: 1fr 1fr; } }

.voucher-exact { overflow-x: hidden; background: var(--amar-cream); color: var(--amar-ink); }
.voucher-exact__hero-wrap { border-bottom: 1px solid rgba(26,21,16,.12); }
.voucher-exact__hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(28px,4vw,56px);
    width: min(100%,1240px);
    margin: 0 auto;
    padding: clamp(48px,6vw,80px) clamp(20px,4vw,40px);
    align-items: center;
}
.voucher-exact__hero h1 { margin: 18px 0 22px; font-size: clamp(38px,6vw,74px); line-height: 1.02; }
.voucher-exact__hero p { max-width: 46ch; margin: 0 0 16px; color: #4a4038; font-size: 16.5px; line-height: 1.75; }
.voucher-exact__hero > div > a { display: inline-flex; height: 54px; align-items: center; justify-content: center; margin-top: 14px; padding: 0 30px; border-radius: 10px; background: var(--amar-ink); color: var(--amar-cream); font-size: 14px; font-weight: 600; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.voucher-exact__hero figure { margin: 0; }
.voucher-exact__hero img { display: block; width: 100%; height: auto; }
.voucher-exact__why { width: min(100%,1240px); margin: 0 auto; padding: clamp(56px,8vw,100px) clamp(20px,4vw,40px); }
.voucher-exact__why > h2 { max-width: 20ch; margin: 0 0 clamp(36px,5vw,52px); font-size: clamp(28px,4.2vw,46px); line-height: 1.08; }
.voucher-exact__why > div { display: grid; grid-template-columns: 1fr; gap: 22px; }
.voucher-exact__why article { padding: 32px 28px; border-radius: 16px; background: var(--amar-paper); box-shadow: 0 8px 24px -22px rgba(26,21,16,.62); }
.voucher-exact__why article > span { color: #a97e3c; font-family: "Cormorant Garamond",serif; font-size: 24px; }
.voucher-exact__why h3 { margin: 12px 0 10px; font-size: 24px; }
.voucher-exact__why p { margin: 0; color: #5c5249; font-size: 15px; line-height: 1.7; }
.voucher-exact__order { color: var(--amar-cream); background: #161210; scroll-margin-top: 90px; }
.voucher-exact__order > div { width: min(100%,900px); margin: 0 auto; padding: clamp(56px,8vw,100px) clamp(20px,4vw,40px); text-align: center; }
.voucher-exact__order h2 { max-width: 20ch; margin: 16px auto 30px; font-size: clamp(28px,4.4vw,48px); line-height: 1.08; }
.voucher-exact__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.voucher-exact__actions a { display: inline-flex; min-width: 240px; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 22px 30px; border-radius: 10px; background: #a97e3c; color: var(--amar-ink); text-decoration: none; }
.voucher-exact__actions a + a { border: 1px solid rgba(242,236,225,.3); background: transparent; color: var(--amar-cream); }
.voucher-exact__actions small { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.voucher-exact__actions strong { font-family: "Cormorant Garamond",serif; font-size: 26px; }
.voucher-exact__actions a + a strong { font-size: 24px; }
.voucher-exact__order p { margin: 26px 0 0; color: #8a8075; font-size: 13px; }
.voucher-exact__order p + p { margin-top: 10px; }
.voucher-exact__order p a { color: #cda55f; text-underline-offset: 4px; }
@media (min-width: 900px) {
    .voucher-exact__hero { grid-template-columns: 1fr 1fr; }
    .voucher-exact__why > div { grid-template-columns: repeat(3,1fr); }
}

@media (min-width: 760px) {
    .amar-foot-grid {
        grid-template-columns: 1.4fr 1fr 1fr 1.1fr !important;
    }
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .055em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button--header {
    min-height: 44px;
    padding: 0 22px;
}

.button--dark {
    background: var(--amar-ink);
    color: var(--amar-cream);
}

.button--dark:hover {
    background: var(--amar-gold);
    color: var(--amar-ink);
}

.button--gold {
    background: var(--amar-gold);
    color: var(--amar-ink);
    box-shadow: 0 10px 25px rgba(184, 135, 60, .16);
}

.button--gold:hover {
    background: var(--amar-paper);
    color: var(--amar-ink);
}

.button--line {
    border-color: var(--amar-ink);
    color: var(--amar-ink);
}

.button--line:hover {
    background: var(--amar-ink);
    color: var(--amar-cream);
}

.button--light-line {
    border-color: rgba(242, 236, 225, .72);
    color: var(--amar-cream);
}

.button--light-line:hover {
    border-color: var(--amar-cream);
    background: var(--amar-cream);
    color: var(--amar-ink);
}

.eyebrow {
    display: inline-block;
    color: var(--amar-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.eyebrow--light {
    color: var(--amar-gold-light);
}

.section {
    width: min(100%, 1240px);
    margin: 0 auto;
    padding: clamp(64px, 8vw, 112px) clamp(20px, 4vw, 40px);
}

.section--narrow {
    width: min(100%, 860px);
    text-align: center;
}

.section-band {
    width: 100%;
}

.section-band--sand {
    border-top: 1px solid rgba(26, 21, 16, .08);
    border-bottom: 1px solid rgba(26, 21, 16, .08);
    background: var(--amar-sand);
}

.section-band--light {
    border-top: 1px solid rgba(26, 21, 16, .08);
    border-bottom: 1px solid rgba(26, 21, 16, .08);
    background: var(--amar-paper);
}

.section-heading {
    max-width: 860px;
    margin-bottom: clamp(34px, 4vw, 52px);
}

.section-heading h2,
.about-copy h2,
.voucher-copy h2,
.contact-section h2,
.faq-section h2,
.consultation-section h2 {
    margin: 14px 0 0;
    font-size: clamp(34px, 4.3vw, 50px);
    line-height: 1.04;
}

.section-heading--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: none;
    gap: 24px;
}

.text-link,
.card-link {
    color: var(--amar-ink);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.text-link span,
.card-link span {
    display: inline-block;
    margin-left: 4px;
    transition: transform .25s ease;
}

.text-link:hover span,
.editorial-card:hover .card-link span {
    transform: translateX(5px);
}

.hero {
    position: relative;
    display: flex;
    min-height: clamp(590px, 62vh, 640px);
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    border-bottom: 1px solid rgba(26, 21, 16, .14);
    background: var(--amar-ink);
}

.hero__image {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 44%;
}

.hero__shade {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(18, 13, 9, .94) 0%, rgba(18, 13, 9, .82) 28%, rgba(18, 13, 9, .38) 48%, rgba(18, 13, 9, .1) 68%, rgba(18, 13, 9, .08) 100%),
        linear-gradient(180deg, rgba(18, 13, 9, .04), rgba(18, 13, 9, .2));
}

.hero__inner {
    width: min(100%, 1240px);
    margin: 0 auto;
}

.hero__content {
    max-width: 620px;
    padding: clamp(26px, 2.5vw, 34px) clamp(32px, 3vw, 40px);
    color: var(--amar-cream);
}

.hero__content h1 {
    margin: 0 0 20px;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.01;
    letter-spacing: -.01em;
}

.hero__content h1 > span,
.keep-together {
    white-space: nowrap;
}

.hero__lead {
    max-width: 32ch;
    margin: 0 0 28px;
    color: var(--amar-gold-light);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(21px, 2.1vw, 27px);
    font-style: italic;
    line-height: 1.4;
}

.hero__lead span {
    white-space: nowrap;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin: 32px 0 0;
    padding-top: 20px;
    border-top: 1px solid rgba(242, 236, 225, .22);
}

.hero__facts div {
    min-width: 165px;
}

.hero__facts dt,
.contact-list dt {
    margin-bottom: 5px;
    color: #c3b8aa;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.hero__facts dd {
    margin: 0;
    color: var(--amar-cream);
    font-size: 14px;
    font-weight: 600;
}

.hero-scroll-cue {
    position: absolute;
    right: clamp(24px, 3.5vw, 52px);
    bottom: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    color: var(--amar-cream);
    opacity: .86;
    text-decoration: none;
    transition: opacity .35s ease, transform .35s ease;
}

.hero-scroll-cue > span {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
}

.hero-scroll-cue svg {
    width: 26px;
    height: 26px;
    animation: amar-scroll-cue 1.8s ease-in-out infinite;
}

.hero-scroll-cue.is-dismissed {
    pointer-events: none;
    opacity: 0;
    transform: translateY(10px);
}

.section--needs {
    padding-top: clamp(48px, 5vw, 68px);
}

.needs-grid,
.treatment-grid {
    display: grid;
    gap: 22px;
}

.needs-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.treatment-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.editorial-card {
    display: flex;
    position: relative;
    flex-direction: column;
    border: 1px solid var(--amar-line);
    border-radius: var(--amar-radius);
    background: var(--amar-paper);
    box-shadow: 0 7px 20px rgba(55, 42, 28, .035);
    color: var(--amar-ink);
    text-decoration: none;
    transition: transform .3s cubic-bezier(.22, .61, .36, 1), border-color .3s ease, box-shadow .3s ease;
}

.editorial-card:hover {
    border-color: rgba(184, 135, 60, .72);
    box-shadow: var(--amar-shadow);
    color: var(--amar-ink);
    transform: translateY(-6px) scale(1.012);
}

.editorial-card h3 {
    transition: color .25s ease, transform .3s ease;
    transform-origin: left center;
}

.editorial-card:hover h3 {
    color: var(--amar-gold);
    transform: scale(1.025);
}

.need-card {
    min-height: 230px;
    padding: 32px 26px 28px;
}

.need-card__number {
    color: var(--amar-gold);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
}

.need-card__body {
    margin: auto 0 18px;
}

.need-card h3 {
    margin: 0 0 9px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
    letter-spacing: normal;
    line-height: 1.12;
}

.need-card p {
    margin: 0;
    color: #5c5249;
    font-size: 14px;
    line-height: 1.55;
}

.treatment-card {
    min-height: 210px;
    padding: 28px 26px;
}

.treatment-card__category {
    color: #8a8075;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.treatment-card h3 {
    margin: 12px 0 auto;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 27px;
    letter-spacing: normal;
    line-height: 1.1;
}

.treatment-card__meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-top: 22px;
    padding-top: 15px;
    border-top: 1px solid var(--amar-line);
    color: #5c5249;
    font-size: 14px;
}

.treatment-card__meta strong {
    color: var(--amar-ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    text-align: right;
}

.dark-section {
    width: 100%;
    background: var(--amar-brown);
    color: var(--amar-cream);
}

.men-grid,
.about-grid,
.voucher-grid,
.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: clamp(42px, 6vw, 86px);
}

.men-copy h2 {
    margin: 12px 0 10px;
    font-size: clamp(42px, 5vw, 58px);
    line-height: 1;
}

.display-italic {
    margin: 0 0 16px;
    color: var(--amar-gold-light);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(22px, 2.5vw, 27px);
    font-style: italic;
}

.men-copy > p:not(.display-italic) {
    max-width: 48ch;
    margin: 0 0 30px;
    color: #d7ccbd;
    line-height: 1.72;
}

.men-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.men-list li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    padding: 17px 0;
    border-top: 1px solid rgba(242, 236, 225, .14);
}

.men-list li:last-child {
    border-bottom: 1px solid rgba(242, 236, 225, .14);
}

.men-list span {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 23px;
    line-height: 1.25;
}

.men-list small {
    color: #a99d90;
    font-size: 12px;
    white-space: nowrap;
}

.bride-panel {
    padding: clamp(44px, 7vw, 86px) clamp(24px, 7vw, 88px);
    border: 1px solid var(--amar-line);
    border-radius: var(--amar-radius);
    background: var(--amar-paper);
    box-shadow: 0 12px 32px rgba(55, 42, 28, .05);
    text-align: center;
}

.bride-panel h2 {
    max-width: 17ch;
    margin: 16px auto;
    font-size: clamp(38px, 5.2vw, 62px);
    line-height: 1;
}

.bride-panel p {
    max-width: 63ch;
    margin: 0 auto 28px;
    color: #5c5249;
}

.about-copy p,
.voucher-copy p {
    color: #4a4038;
    line-height: 1.75;
}

.about-image {
    margin: 0;
}

.about-image img,
.voucher-grid figure img {
    display: block;
    width: 100%;
    border-radius: var(--amar-radius);
}

.media-note {
    margin-top: 28px;
    padding: 15px 18px;
    border-left: 2px solid var(--amar-gold);
    border-radius: 0 10px 10px 0;
    background: rgba(184, 135, 60, .08);
    font-size: 14px;
}

.media-note strong {
    display: block;
    margin-bottom: 3px;
}

.proof-section h2 {
    margin: 0 0 40px;
    font-size: clamp(34px, 4.3vw, 50px);
    line-height: 1.04;
    text-align: center;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid rgba(26, 21, 16, .12);
    background: rgba(26, 21, 16, .12);
}

.proof-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 4vw, 44px) 22px;
    border: 0;
    border-radius: 0;
    background: var(--amar-cream);
    text-align: center;
}

.proof-card strong {
    color: var(--amar-gold);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(42px, 6vw, 64px);
    font-weight: 600;
    line-height: 1;
}

.proof-card span {
    max-width: 20ch;
    margin-top: 12px;
    color: #5c5249;
    font-size: 13.5px;
    line-height: 1.5;
}

.proof-note {
    margin: 20px 0 0;
    color: #81766c;
    font-size: 11px;
    text-align: center;
}

@media (min-width: 768px) {
    .proof-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .contact-section h2 {
        white-space: nowrap;
    }
}

.faq-section {
    text-align: center;
}

.faq-list {
    margin-top: 34px;
    text-align: left;
}

.faq-list details {
    padding: 20px 2px;
    border-top: 1px solid var(--amar-line);
}

.faq-list details:last-child {
    border-bottom: 1px solid var(--amar-line);
}

.faq-list summary {
    cursor: pointer;
    font-weight: 600;
}

.faq-list p {
    margin: 14px 0 0;
    color: #5c5249;
    font-size: 15px;
    line-height: 1.75;
}

.consultation-section {
    text-align: center;
}

.consultation-section h2 {
    max-width: 20ch;
    margin: 18px auto 20px;
    font-size: clamp(34px, 4.6vw, 54px);
    line-height: 1.06;
}

.consultation-section p {
    max-width: 54ch;
    margin: 0 auto 34px;
    color: #d7ccbd;
    line-height: 1.75;
}

.voucher-grid figure {
    margin: 0;
}

.contact-grid {
    align-items: stretch;
}

.contact-section h2 {
    margin: 16px 0 28px;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 19px;
    margin: 26px 0;
}

.contact-list dt {
    color: #81766c;
}

.contact-list dd {
    margin: 0;
    font-size: 17px;
}

.contact-list a {
    color: var(--amar-ink);
    text-decoration: none;
}

.opening-card {
    padding: clamp(26px, 3.5vw, 36px);
    border: 1px solid var(--amar-line);
    border-radius: var(--amar-radius);
    background: var(--amar-paper);
}

.opening-card h3 {
    margin: 0 0 16px;
    color: #81766c;
    font-family: "Hanken Grotesk", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.opening-card table {
    width: 100%;
    border-collapse: collapse;
}

.opening-card td {
    padding: 10px 0;
    border-bottom: 1px solid rgba(26, 21, 16, .1);
}

.opening-card td:last-child {
    font-weight: 600;
    text-align: right;
}

.booking-wide {
    width: 100%;
    margin-top: 18px;
}

.site-footer {
    padding: 62px clamp(20px, 4vw, 52px) 22px;
    background: var(--amar-brown);
    color: var(--amar-cream);
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1.35fr .8fr 1fr 1fr;
    width: min(100%, 1240px);
    margin: 0 auto;
    gap: 46px;
}

.footer-brand img {
    display: block;
    width: 145px;
    height: auto;
    margin-bottom: 18px;
}

.footer-brand p {
    max-width: 26ch;
    margin: 0 0 8px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 24px;
    line-height: 1.15;
}

.footer-brand span,
.footer-column p {
    color: #ad9f91;
    font-size: 13px;
}

.footer-column {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
}

.footer-column h2 {
    margin: 0 0 8px;
    color: var(--amar-gold-light);
    font-family: "Hanken Grotesk", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.footer-column a {
    color: var(--amar-cream);
    font-size: 13px;
    text-decoration: none;
}

.footer-booking {
    color: var(--amar-ink) !important;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 6px;
}

.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    width: min(100%, 1240px);
    margin: 42px auto 0;
    padding-top: 18px;
    border-top: 1px solid rgba(242, 236, 225, .11);
    color: #908477;
    font-size: 11px;
}

.site-footer__credit,
.site-footer__credit a {
    font-size: 12.5px;
    line-height: normal;
}

.amar-exact-footer .site-footer__credit .amar-flink {
    font-size: 12.5px !important;
}

.amar-privacy-settings {
    padding: 0;
    border: 0;
    background: transparent;
    color: #8a8075;
    font: inherit;
    font-size: 12.5px;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.amar-privacy-settings:hover {
    color: #b0a18c;
}

.amar-analytics-consent {
    position: fixed;
    z-index: 2000;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    pointer-events: none;
}

.amar-analytics-consent[hidden] {
    display: none !important;
}

.amar-analytics-consent__dialog {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: min(100%, 980px);
    margin: 0 auto;
    padding: 20px 24px;
    align-items: center;
    gap: 22px;
    border: 1px solid rgba(26, 21, 16, .16);
    border-radius: 14px;
    background: var(--amar-paper);
    box-shadow: 0 18px 54px rgba(26, 21, 16, .2);
    color: var(--amar-ink);
    pointer-events: auto;
}

.amar-analytics-consent__eyebrow {
    margin: 0 0 5px;
    color: var(--amar-gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.amar-analytics-consent h2 {
    margin: 0 0 6px;
    font-family: var(--font-serif);
    font-size: clamp(23px, 2.5vw, 28px);
    font-weight: 500;
    line-height: 1.08;
}

.amar-analytics-consent p:not(.amar-analytics-consent__eyebrow) {
    max-width: 72ch;
    margin: 0;
    color: #5c5249;
    font-size: 13px;
    line-height: 1.55;
}

.amar-analytics-consent__copy a {
    color: var(--amar-ink);
    text-underline-offset: 3px;
}

.amar-analytics-consent__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.amar-analytics-consent__button {
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid rgba(26, 21, 16, .24);
    border-radius: 10px;
    background: transparent;
    color: var(--amar-ink);
    font: 600 13px/1.2 "Hanken Grotesk", sans-serif;
    cursor: pointer;
}

.amar-analytics-consent__button--primary {
    border-color: var(--amar-ink);
    background: var(--amar-ink);
    color: var(--amar-cream);
}

.amar-analytics-consent__button:hover {
    border-color: var(--amar-gold);
}

.amar-analytics-consent__button--primary:hover {
    border-color: var(--amar-gold);
    background: var(--amar-gold);
    color: var(--amar-ink);
}

.mobile-booking-bar {
    display: none;
}

.r-on .reveal,
.r-on .reveal-grid > * {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .55s cubic-bezier(.22, .61, .36, 1), transform .55s cubic-bezier(.22, .61, .36, 1);
}

.r-on .reveal.in,
.r-on .reveal-grid.in > * {
    opacity: 1;
    transform: none;
}

.r-on .reveal-grid.in > *:nth-child(2) { transition-delay: .07s; }
.r-on .reveal-grid.in > *:nth-child(3) { transition-delay: .14s; }
.r-on .reveal-grid.in > *:nth-child(4) { transition-delay: .21s; }
.r-on .reveal-grid.in > *:nth-child(5) { transition-delay: .28s; }
.r-on .reveal-grid.in > *:nth-child(6) { transition-delay: .35s; }

[data-count-section].is-counting .count {
    animation: amar-count-in .55s cubic-bezier(.22, .61, .36, 1) both;
}

@keyframes amar-count-in {
    from { opacity: .35; transform: translateY(8px) scale(.96); }
    to { opacity: 1; transform: none; }
}

@keyframes amar-scroll-cue {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(7px); }
}

@media (max-width: 1100px) {
    .desktop-navigation {
        gap: 16px;
    }

    .header-phone {
        display: none;
    }
}

@media (max-width: 1023px) {
    body {
        padding-bottom: 76px;
    }

    .desktop-navigation,
    .header-actions {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
        position: relative;
        z-index: 103;
        width: 46px;
        height: 46px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        padding: 0;
        border: 1px solid rgba(26, 21, 16, .18);
        border-radius: 10px;
        background: transparent;
        cursor: pointer;
    }

    .mobile-menu-toggle span {
        display: block;
        width: 20px;
        height: 1.5px;
        background: var(--amar-ink);
        transform-origin: center;
        transition: transform .38s ease, opacity .26s ease;
    }

    .mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(6.5px) rotate(45deg);
    }

    .mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
        transform: scaleX(.45);
    }

    .mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-6.5px) rotate(-45deg);
    }

    .mobile-menu {
        display: flex;
        position: fixed;
        z-index: 1000;
        inset: 0;
        width: 100vw;
        height: 100dvh;
        min-height: 100vh;
        flex-direction: column;
        justify-content: flex-start;
        padding: max(22px, env(safe-area-inset-top)) clamp(20px, 6vw, 40px) max(40px, env(safe-area-inset-bottom));
        overflow-y: auto;
        overscroll-behavior: contain;
        isolation: isolate;
        visibility: hidden;
        background: var(--amar-brown);
        opacity: 1;
        pointer-events: none;
        transform: translate3d(0, -100%, 0);
        transition: transform 1.5s cubic-bezier(.22, .61, .36, 1), visibility 0s linear 1.5s;
    }

    .mobile-menu__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 52px;
        margin-bottom: 0;
    }

    .mobile-menu__head img {
        width: auto;
        height: 38px;
    }

    .mobile-menu__close {
        display: inline-flex;
        width: 46px;
        height: 46px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(242, 236, 225, .22);
        border-radius: 10px;
        background: transparent;
        color: var(--amar-cream);
        font-size: 24px;
        line-height: 1;
        cursor: pointer;
    }

    .mobile-menu.is-open {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: translate3d(0, 0, 0);
        transition-delay: 0s;
    }

    .mobile-navigation {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-top: 36px;
    }

    .mobile-navigation a {
        padding: 9px 0;
        border-bottom: 1px solid rgba(242, 236, 225, .11);
        color: var(--amar-cream);
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: clamp(28px, 8vw, 36px);
        line-height: 1.2;
        text-decoration: none;
    }

    .mobile-menu__actions {
        display: flex;
        flex-direction: column;
        gap: 13px;
        margin-top: auto;
    }

    .mobile-menu__actions .button {
        border-radius: 10px;
    }

    .amar-bookbar {
        display: flex;
        position: fixed;
        z-index: 70;
        right: 0;
        bottom: 0;
        left: 0;
        gap: 10px;
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
        border-top: 1px solid rgba(26, 21, 16, .14);
        border-radius: var(--amar-radius) var(--amar-radius) 0 0;
        background: rgba(242, 236, 225, .94);
        box-shadow: 0 -10px 28px -24px rgba(26, 21, 16, .65);
        font-family: "Hanken Grotesk", sans-serif;
        backdrop-filter: blur(10px);
    }

    .amar-bookbar__phone {
        display: inline-flex;
        width: 52px;
        height: 52px;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(26, 21, 16, .2);
        color: var(--amar-ink);
        text-decoration: none;
    }

    .amar-bookbar__cta {
        display: inline-flex;
        flex: 1;
        height: 52px;
        align-items: center;
        justify-content: center;
        background: var(--amar-ink);
        color: var(--amar-cream);
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .06em;
        text-decoration: none;
        text-transform: uppercase;
    }

    .needs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .treatment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .proof-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    :root {
        --amar-header-height: 75px;
    }

    .site-header__inner {
        padding: 0 20px;
    }

    .site-logo img {
        width: 146px;
    }

    .hero {
        min-height: clamp(710px, calc(100svh - var(--amar-header-height)), 820px);
        align-items: center;
    }

    .hero__image {
        object-position: 12% center;
    }

    .hero__shade {
        background:
            linear-gradient(90deg, rgba(18, 13, 9, .96) 0%, rgba(18, 13, 9, .9) 46%, rgba(18, 13, 9, .48) 74%, rgba(18, 13, 9, .16) 100%),
            linear-gradient(180deg, rgba(18, 13, 9, .14), rgba(18, 13, 9, .38));
    }

    .hero__content {
        max-width: 100%;
        padding: 56px clamp(24px, 7vw, 40px) 44px;
    }

    .hero__content h1 {
        max-width: none;
        font-size: clamp(42px, 5vw, 64px);
    }

    .hero__content h1 > span {
        white-space: nowrap;
    }

    .hero__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero__actions .button {
        min-width: 200px;
    }

    .hero__facts {
        gap: 16px 28px;
        margin-top: 30px;
    }

    .hero__facts div {
        min-width: 0;
    }

    .hero-scroll-cue {
        display: none;
    }

    .section {
        padding: 64px 20px;
    }

    .section-heading h2,
    .about-copy h2,
    .voucher-copy h2,
    .contact-section h2,
    .faq-section h2,
    .consultation-section h2 {
        font-size: 38px;
    }

    .section-heading--row {
        align-items: flex-start;
        flex-direction: column;
    }

    .needs-grid,
    .treatment-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .need-card {
        min-height: 240px;
        border-radius: 14px;
    }

    .treatment-card {
        min-height: 205px;
        border-radius: 14px;
    }

    .hero__actions .button {
        border-radius: 9px;
    }

    .men-grid,
    .about-grid,
    .voucher-grid,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .men-list span {
        font-size: 21px;
    }

    .about-image {
        order: -1;
    }

    .proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .opening-card {
        padding: 24px 20px;
    }

    .opening-card td {
        font-size: 14px;
    }

    .site-footer {
        padding: 52px 20px 24px;
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .amar-analytics-consent {
        padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
    }

    .amar-analytics-consent__dialog {
        display: block;
        max-height: calc(100dvh - 24px);
        padding: 18px;
        overflow-y: auto;
        border-radius: 14px;
    }

    .amar-analytics-consent__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 14px;
    }

    .amar-analytics-consent__button {
        width: 100%;
        min-height: 44px;
        padding: 0 12px;
    }
}

@media (max-width: 390px) {
    .hero__content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .hero__content h1 {
        font-size: 42px;
    }

    .hero__facts {
        flex-direction: column;
    }

    .button {
        padding-right: 22px;
        padding-left: 22px;
    }
}

/* Interior pages */
.page-hero {
    border-bottom: 1px solid var(--amar-line);
    background: var(--amar-cream);
}

.page-hero--dark,
.page-section--dark {
    color: var(--amar-cream);
    background: var(--amar-brown);
}

.page-hero__inner,
.page-section {
    padding-top: clamp(4rem, 8vw, 7rem);
    padding-bottom: clamp(4rem, 8vw, 7rem);
}

.page-hero h1,
.page-section h2,
.editorial-card h2,
.editorial-card h3,
.service-row h3,
.package-card h3,
.contact-card h2,
.content-page h1,
.entry-content h2 {
    font-family: var(--font-serif);
    font-weight: 500;
}

.page-hero h1 {
    max-width: 14ch;
    margin: 1.1rem 0 1.35rem;
    font-size: clamp(3rem, 7vw, 6.75rem);
    line-height: .96;
    letter-spacing: -.025em;
}

.page-hero h1 em {
    color: var(--amar-gold-light);
    font-weight: 400;
}

.page-lead {
    max-width: 58ch;
    margin: 0;
    color: var(--amar-muted);
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    line-height: 1.7;
}

.page-hero--dark .page-lead,
.page-section--dark > .site-shell > p:not(.eyebrow) {
    color: #cfc3b4;
}

.page-section--tinted {
    background: #ebe3d5;
}

.page-section--center {
    text-align: center;
}

.page-section--center h2 {
    max-width: 18ch;
    margin: .8rem auto 1rem;
    font-size: clamp(2.2rem, 5vw, 4rem);
}

.page-section--center > .site-shell > p:not(.eyebrow) {
    max-width: 52ch;
    margin: 0 auto 2rem;
    line-height: 1.75;
}

.editorial-grid,
.package-grid,
.contact-grid {
    display: grid;
    gap: 1.35rem;
}

.editorial-grid--three,
.package-grid,
.contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-section .editorial-card,
.package-card,
.contact-card {
    border: 1px solid var(--amar-line);
    border-radius: var(--amar-radius);
    background: #fffaf2;
    box-shadow: var(--amar-shadow);
}

.page-section .editorial-card {
    display: flex;
    min-height: 25rem;
    flex-direction: column;
    padding: clamp(1.5rem, 3vw, 2.4rem);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.page-section .editorial-card:hover {
    transform: translateY(-7px);
    border-color: var(--amar-gold);
    box-shadow: 0 18px 42px rgba(42, 33, 26, .12);
}

.page-section .editorial-card__number,
.page-section .editorial-card__tag {
    color: var(--amar-gold);
    letter-spacing: .1em;
    text-transform: uppercase;
}

.page-section .editorial-card h2,
.page-section .editorial-card h3 {
    margin: 1rem 0 .35rem;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    line-height: 1.05;
}

.page-section .editorial-card p:not(.editorial-card__tag) {
    color: var(--amar-muted);
    line-height: 1.7;
}

.page-section .editorial-card .text-link {
    margin-top: auto;
}

.section-heading--light h2 {
    color: var(--amar-cream);
}

.service-rows {
    margin: 2rem 0 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.service-row {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: 1.4rem 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.service-row > span,
.service-row > p {
    color: #a99f90;
    font-size: .85rem;
}

.service-row h3 {
    margin: 0;
    font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.service-row p {
    margin: 0;
    white-space: nowrap;
}

.prose-split {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: clamp(2rem, 7vw, 7rem);
}

.prose-split h2 {
    margin: .8rem 0 0;
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    line-height: 1;
}

.prose-split p {
    color: var(--amar-muted);
    font-size: 1.05rem;
    line-height: 1.8;
}

.package-card {
    display: flex;
    min-height: 25rem;
    flex-direction: column;
    padding: clamp(1.6rem, 3vw, 2.5rem);
}

.package-card--dark {
    border-color: rgba(255, 255, 255, .18);
    color: var(--amar-cream);
    background: #28211c;
}

.package-card h3 {
    margin: .75rem 0 1.5rem;
    font-size: 2rem;
}

.package-card ul {
    margin: 0 0 2rem;
    padding-left: 1.15rem;
    color: var(--amar-muted);
    line-height: 1.7;
}

.package-card--dark ul {
    color: #cfc3b4;
}

.package-card > strong {
    margin-top: auto;
    color: var(--amar-gold);
    font-size: 1.4rem;
}

.button-group {
    display: flex;
    justify-content: center;
    gap: .8rem;
    flex-wrap: wrap;
}

.fine-print {
    margin-top: 1.5rem !important;
    font-size: .85rem;
}

.fine-print a {
    color: var(--amar-gold-light);
}

.contact-card {
    padding: clamp(1.6rem, 3vw, 2.4rem);
}

.contact-card h2 {
    margin: .7rem 0 1rem;
    font-size: 2rem;
}

.contact-card p,
.contact-card dl {
    line-height: 1.75;
}

.contact-card dl div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .65rem 0;
    border-bottom: 1px solid var(--amar-line);
}

.contact-card dd {
    margin: 0;
}

.content-page__inner {
    max-width: 980px;
    padding-top: clamp(4rem, 8vw, 7rem);
    padding-bottom: clamp(4rem, 8vw, 7rem);
}

.content-page .entry-header h1 {
    margin: 0 0 2.5rem;
    font-size: clamp(3rem, 7vw, 5.8rem);
    line-height: 1;
}

.entry-content {
    color: #40372f;
    line-height: 1.75;
}

.entry-content h2 {
    margin: 3rem 0 1rem;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.entry-content li + li {
    margin-top: .6rem;
}

.reg-body h2,
.legal-body h2 {
    margin: 0 0 18px;
    color: var(--amar-ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 500;
    line-height: 1.12;
    scroll-margin-top: 96px;
}

.legal-body h3 { margin: 26px 0 12px; font-size: 17px; }
.reg-body li,
.legal-body p,
.legal-body li { color: #3f362e; font-size: 15.5px; line-height: 1.72; }
.legal-body p { margin: 0 0 16px; }
.reg-body ol,
.reg-body ul,
.legal-body ol,
.legal-body ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin: 0;
    padding-left: 22px;
}
.reg-body section,
.legal-body section {
    padding: clamp(32px, 4vw, 48px) 0;
    border-top: 1px solid rgba(26, 21, 16, .14);
}
.legal-body .legal-card {
    margin-top: 20px;
    padding: clamp(20px, 3vw, 28px);
    border: 1px solid rgba(26, 21, 16, .14);
    border-radius: 18px;
    background: var(--amar-paper);
}

@media (min-width: 920px) {
    .reg-layout { grid-template-columns: 230px 1fr !important; }
    .legal-layout { grid-template-columns: 240px 1fr !important; }
    .reg-toc,
    .legal-toc {
        display: block !important;
        position: sticky !important;
        top: 100px !important;
    }
}

@media (max-width: 800px) {
    .editorial-grid--three,
    .package-grid,
    .contact-grid,
    .prose-split {
        grid-template-columns: 1fr;
    }

    .editorial-card,
    .package-card {
        min-height: auto;
    }

    .service-row {
        grid-template-columns: 2rem minmax(0, 1fr);
    }

    .service-row > p {
        grid-column: 2;
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .r-on .reveal,
    .r-on .reveal-grid > * {
        opacity: 1 !important;
        transform: none !important;
    }
}
