:root {
  --paper: #faf7f2;
  --paper-deep: #f2ede5;
  --ink: #4f4139;
  --muted: #7b6d62;
  --gold: #ad8c56;
  --line: #e3dacf;
  --brown: #755a4b;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 114px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 14px; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; color: inherit; }
a { color: inherit; text-decoration: none; }
button { border: 0; }
img { display: block; max-width: 100%; }
button, a { touch-action: manipulation; }
::selection { background: #e5d9c7; color: #42332b; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
[hidden] { display: none !important; }
.container { width: calc(100% - 128px); max-width: 1280px; margin-inline: auto; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; left: 24px; top: -80px; z-index: 100; background: var(--ink); color: white; padding: 14px 22px; }
.skip-link:focus { top: 14px; }
.announcement { background: #eee7dc; color: #867565; }
.announcement-inner { display: flex; align-items: center; justify-content: space-between; height: 33px; font-size: 9px; letter-spacing: 2px; }
.announcement-inner > span:last-child { display: flex; align-items: center; gap: 6px; letter-spacing: .4px; font-size: 10px; }
.announcement .icon { width: 13px; height: 13px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgb(250 247 242 / 96%); transition: box-shadow .3s; backdrop-filter: blur(16px); }
.site-header.scrolled { box-shadow: 0 1px 0 var(--line); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; height: 99px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-mark { width: 59px; height: 57px; display: block; position: relative; overflow: hidden; mix-blend-mode: darken; }
.brand-mark img { position: absolute; width: 139px; height: 139px; max-width: none; left: -40px; top: -22px; filter: brightness(1.09); }
.brand-name { font-family: var(--serif); font-weight: 500; font-size: 27px; letter-spacing: -.7px; line-height: 1.1; }
.brand-name > span { display: block; margin-top: 8px; font-family: var(--sans); font-size: 7px; letter-spacing: 2.1px; font-weight: 500; }
.main-nav { display: flex; align-items: center; gap: 27px; }
.nav-link { font-size: 11px; position: relative; padding-block: 10px; color: #786d63; white-space: nowrap; transition: color .2s; }
.nav-link::after { content: ''; position: absolute; left: 0; bottom: 1px; width: 0; height: 1px; background: var(--gold); transition: width .3s; }
.nav-link:hover, .nav-link.active { color: var(--brown); }
.nav-link.active::after, .nav-link:hover::after { width: 100%; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 54px; padding: 15px 26px; border-radius: 3px; font-size: 11px; font-weight: 500; letter-spacing: .2px; transition: background .25s, transform .25s, border-color .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button .icon { width: 18px; height: 18px; }
.button-primary { color: #fffaf2; background: var(--brown); border: 1px solid var(--brown); }
.button-primary:hover { background: #604739; border-color: #604739; box-shadow: 0 6px 16px #755a4b18; }
.button-outline { border: 1px solid #bca994; background: transparent; color: #715744; }
.button-outline:hover { background: #f0e8db; border-color: var(--brown); }
.nav-cta { min-height: 42px; padding: 10px 18px; font-size: 10px; gap: 22px; }
.hero { position: relative; display: grid; grid-template-columns: 1.03fr 1fr; gap: 62px; padding-top: 55px; padding-bottom: 65px; min-height: 712px; align-items: start; }
.hero-copy { padding-top: 28px; }
.eyebrow { display: flex; align-items: center; gap: 13px; font-size: 9px; letter-spacing: 2.4px; font-weight: 500; color: #8d7149; line-height: 1.5; }
.small-line { width: 32px; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { position: relative; width: max-content; max-width: 100%; font-size: clamp(72px, 6.2vw, 89px); line-height: .99; letter-spacing: -3.5px; margin-bottom: 25px; margin-top: 22px; }
h1 em, h2 em { font-weight: 400; color: var(--gold); }
.hero-star { position: absolute; width: 35px; height: 35px; right: 62px; bottom: 23px; fill: none; stroke: #b99a6a; stroke-width: 1; }
.hero-description { font-size: 13px; line-height: 1.95; color: var(--muted); margin-bottom: 29px; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.text-link { display: inline-flex; align-items: center; justify-content: flex-start; gap: 18px; background: transparent; padding: 0; font-size: 11px; transition: color .2s; }
.text-link:hover { color: var(--gold); }
.text-link .icon { width: 19px; height: 19px; transition: transform .25s; }
.text-link:hover > .icon { transform: translate(2px, -2px); }
.circle-arrow { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; border: 1px solid #d5c6b6; }
.circle-arrow .icon { width: 13px; height: 13px; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 33px; }
.note-icon { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #d9cbbb; border-radius: 50%; color: var(--gold); }
.note-icon .icon { width: 15px; height: 15px; }
.hero-note p { margin: 0; font-size: 9px; line-height: 1.9; color: var(--muted); }
.hero-note strong { font-weight: 400; color: #66594f; }
.hero-visual { position: relative; width: calc(100% - 34px); max-width: 495px; justify-self: center; margin-right: 10px; }
.portrait-wrap { height: 535px; position: relative; overflow: hidden; border-radius: 240px 240px 7px 7px; background: #dfd5c6; }
.hero-portrait { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.portrait-outline { position: absolute; inset: -13px 13px 47px -14px; border: 1px solid #cbb18b; border-radius: 250px 250px 7px 7px; }
.essence-seal { position: absolute; top: 18px; right: -38px; width: 108px; height: 108px; border-radius: 50%; background: var(--paper); box-shadow: 0 0 0 6px var(--paper); color: var(--gold); }
.essence-seal > svg { width: 100%; height: 100%; }
.essence-seal text { font-family: var(--sans); font-size: 7.5px; letter-spacing: 1.6px; fill: #8d7455; }
.seal-flower { stroke: #a48965; fill: none; stroke-width: .8; }
.portrait-card { display: flex; align-items: center; gap: 17px; position: absolute; bottom: 77px; left: -42px; padding: 19px 27px 19px 20px; background: #fffcf6; border: 1px solid #f0e8dc; box-shadow: 0 10px 35px #4f41390b; border-radius: 4px; }
.portrait-card > span { width: 41px; height: 41px; display: grid; place-items: center; border: 1px solid #d7c4a5; border-radius: 50%; color: var(--gold); }
.portrait-card > span .icon { width: 25px; height: 25px; }
.portrait-card p { font-family: var(--serif); font-size: 22px; line-height: 1.1; margin: 0; }
.portrait-card p em { color: #a1825a; font-size: 21px; }
.portrait-caption { margin: 21px 0 0; text-align: center; font-size: 9px; letter-spacing: 1.9px; }
.portrait-caption span { display: block; color: var(--muted); font-size: 9px; margin-top: 7px; letter-spacing: .4px; }
.portrait-side-label { position: absolute; right: -39px; top: 203px; writing-mode: vertical-rl; font-size: 7px; letter-spacing: 2.4px; color: #a1907f; }
.scroll-note { position: absolute; bottom: 27px; left: 0; display: flex; align-items: center; gap: 13px; color: #9c8a77; font-size: 7px; letter-spacing: 2px; }
.scroll-note .icon { width: 16px; height: 16px; transform: rotate(90deg); }
.values-strip { background: #f1ece4; border-top: 1px solid #e9e0d4; border-bottom: 1px solid #e9e0d4; }
.values-inner { display: flex; justify-content: space-between; align-items: center; height: 84px; }
.values-inner > span { display: inline-flex; align-items: center; gap: 14px; font-family: var(--serif); font-size: 20px; }
.values-inner .icon { color: #a48a61; width: 23px; height: 23px; }
.values-inner i { width: 3px; height: 3px; border-radius: 50%; background: #bdac94; }
.section-space { padding-block: 104px; }
.section-number { font-size: 9px; padding-right: 12px; border-right: 1px solid #cbb696; letter-spacing: 0; }
h2 { font-size: 59px; line-height: 1.05; letter-spacing: -1.8px; margin: 21px 0 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.section-heading > p { color: var(--muted); line-height: 1.95; font-size: 12px; margin: 0 14px 6px 0; }
.treatment-filters { display: flex; align-items: center; gap: 9px; margin-block: 38px 29px; }
.filter { display: inline-flex; align-items: center; gap: 17px; padding: 12px 19px; color: var(--muted); font-size: 10px; border-radius: 2px; background: transparent; border: 1px solid transparent; transition: background .25s, border-color .25s; }
.filter span { font-size: 8px; opacity: .6; }
.filter.active { background: #ebe2d6; border-color: #ebe2d6; color: #655240; }
.filter:hover:not(.active) { border-color: var(--line); }
.treatment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.treatment-card { border: 1px solid var(--line); border-radius: 4px; overflow: hidden; transition: border-color .3s, transform .3s; }
.treatment-card:hover { border-color: #bda98b; transform: translateY(-5px); }
.treatment-art { height: 220px; display: grid; place-items: center; position: relative; overflow: hidden; }
.art-face { background: #ece3d8; }
.art-collagen { background: #e9e8df; }
.art-wellness { background: #eee2de; }
.treatment-art::before, .treatment-art::after { content: ''; width: 250px; height: 250px; border: 1px solid #ffffff35; border-radius: 50%; position: absolute; bottom: -165px; left: -55px; }
.treatment-art::after { width: 310px; height: 310px; bottom: -195px; left: -85px; }
.art-number { position: absolute; top: 20px; left: 22px; font-size: 8px; letter-spacing: 2px; color: #a59482; }
.treatment-art > svg { width: 145px; height: 145px; fill: none; stroke: #9b846b; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 8px; transition: transform .6s; }
.treatment-card:hover .treatment-art > svg { transform: scale(1.06); }
.art-collagen > svg { stroke: #8b9179; }
.art-wellness > svg { stroke: #a08278; }
.art-accent { stroke: #bd9d68; }
.art-label { position: absolute; bottom: 18px; font-size: 7px; letter-spacing: 2.5px; color: #947e69; }
.treatment-body { padding: 29px 26px 20px; }
.card-category { font-size: 7px; letter-spacing: 1.6px; color: #a28a70; }
.treatment-body h3 { font-size: 29px; line-height: 1.1; letter-spacing: -.5px; margin: 12px 0 13px; min-height: 64px; }
.treatment-body > p { font-size: 12px; line-height: 1.9; color: var(--muted); min-height: 69px; margin-bottom: 24px; max-width: 315px; }
.card-link { border-top: 1px solid var(--line); background: transparent; width: 100%; display: flex; justify-content: space-between; align-items: center; font-size: 10px; padding: 17px 0 0; }
.card-link .icon { width: 17px; height: 17px; color: var(--gold); transition: transform .25s; }
.card-link:hover .icon { transform: translate(3px, -3px); }
.treatments-note { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 28px 0 0; font-size: 9px; color: #968575; }
.treatments-note .icon { width: 14px; height: 14px; }
.about { background: #f0ebe3; overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 107px; align-items: center; }
.about-visual { position: relative; padding-bottom: 63px; padding-right: 44px; }
.about-image { height: 491px; overflow: hidden; border-radius: 170px 4px 4px 4px; position: relative; z-index: 1; }
.about-image > img { height: 100%; width: 100%; object-fit: cover; object-position: 65% center; }
.about-inset { position: absolute; right: -8px; bottom: 0; width: 207px; border: 7px solid #f0ebe3; background: #f0ebe3; z-index: 2; }
.about-inset img { width: 100%; height: 217px; object-fit: cover; object-position: center 30%; }
.about-inset > span { display: block; text-align: center; font-size: 6px; letter-spacing: 1.6px; padding-top: 14px; }
.about-outline { position: absolute; inset: 20px 61px 43px -20px; border: 1px solid #c6b194; border-radius: 175px 2px 2px 2px; }
.about-copy h2 { font-size: 53px; margin-bottom: 18px; }
.about-copy h2 em { white-space: nowrap; }
.about-subtitle { font-size: 7px; letter-spacing: 1.5px; color: #9b8268; margin-bottom: 30px; }
.about-copy > p:not(.about-subtitle) { color: var(--muted); font-size: 13px; line-height: 1.95; margin-bottom: 17px; }
.about-pillars { display: flex; flex-wrap: wrap; gap: 12px 19px; margin-top: 25px; }
.about-pillars > span { display: inline-flex; align-items: center; gap: 7px; font-size: 9px; }
.about-pillars .icon { width: 13px; height: 13px; color: var(--gold); }
.signature { display: flex; align-items: center; gap: 16px; margin-top: 27px; font-family: var(--serif); font-size: 36px; font-style: italic; color: #a18767; letter-spacing: -1.2px; }
.signature .icon { width: 20px; height: 20px; transform: rotate(-15deg); }
.about-link { margin-top: 22px; padding-top: 20px; border-top: 1px solid #dcd2c5; width: 100%; justify-content: space-between; font-size: 10px; }
.journey { padding-bottom: 93px; }
.journey-heading { text-align: center; }
.journey-heading .eyebrow { justify-content: center; }
.journey-heading h2 { font-size: 54px; }
.journey-heading > p { color: var(--muted); font-size: 11px; margin-top: 20px; }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 49px; margin-top: 50px; }
.journey-step { display: flex; gap: 19px; border-top: 1px solid var(--line); padding-top: 28px; }
.step-number { font-family: var(--serif); color: #b59a76; font-size: 32px; line-height: 1.2; }
.journey-step h3 { font-size: 27px; margin: 4px 0 12px; }
.journey-step p { font-size: 11px; line-height: 1.9; color: var(--muted); margin: 0; }
.results { padding-top: 25px; }
.results-grid { display: grid; grid-template-columns: .85fr 1.2fr; gap: 100px; align-items: center; padding-top: 70px; border-top: 1px solid var(--line); }
.results-copy > p:not(.result-disclaimer) { font-size: 12px; line-height: 1.95; color: var(--muted); max-width: 380px; margin: 26px 0 24px; }
.result-tag { display: flex; width: fit-content; align-items: center; gap: 8px; font-size: 9px; border: 1px solid #d8c9b4; padding: 9px 13px; border-radius: 2px; color: #927a5e; }
.result-tag .icon { width: 13px; height: 13px; }
.result-open { margin-top: 27px; }
.result-disclaimer { font-size: 8px; line-height: 1.8; color: #a29283; margin: 26px 0 0; max-width: 330px; }
.result-display { border: 1px solid var(--line); padding: 13px 13px 0; background: #f2ebe2; border-radius: 130px 4px 4px 4px; }
.result-photo-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; position: relative; }
.result-photo { aspect-ratio: .755; background: #e5d7ca; padding: 0; overflow: hidden; position: relative; }
.result-before { border-radius: 117px 3px 3px 3px; }
.result-after { border-radius: 3px; }
.result-photo img { position: absolute; width: 290%; height: auto; max-width: none; top: -55.5%; }
.result-before img { left: -35%; }
.result-after img { left: -153.5%; }
.result-photo > span { position: absolute; bottom: 15px; left: 16px; color: #705d4b; font-size: 8px; letter-spacing: 1.7px; background: #fff9eff0; padding: 8px 13px; border-radius: 2px; }
.comparison-detail { position: absolute; top: calc(50% - 18px); left: calc(50% - 18px); display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; border: 3px solid #f2ebe2; background: var(--paper); color: var(--gold); pointer-events: none; }
.comparison-detail .icon { width: 15px; height: 15px; }
.result-caption { display: flex; align-items: center; justify-content: space-between; padding: 21px 8px; font-family: var(--serif); font-size: 24px; font-style: italic; color: #927758; }
.result-caption .icon { width: 19px; height: 19px; }
.journal { background: #f0ebe3; padding-block: 84px 90px; }
.journal .eyebrow .icon { width: 16px; height: 16px; }
.journal h2 { font-size: 51px; }
.instagram-profile { display: inline-flex; align-items: center; gap: 20px; font-size: 11px; border-bottom: 1px solid #c6b59f; padding-bottom: 10px; }
.instagram-profile:hover { color: var(--gold); }
.instagram-profile .icon { width: 17px; height: 17px; }
.journal-grid { margin-top: 35px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.journal-item { position: relative; aspect-ratio: .8; overflow: hidden; background: #e1d6c9; padding: 0; border-radius: 3px; }
.journal-item > img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s; }
.journal-item:nth-child(1) img { object-position: 73% top; width: 207%; max-width: none; height: 207%; }
.journal-item:nth-child(3) img { object-position: 71% 25%; }
.journal-item:nth-child(4) img { object-position: 75% center; }
.journal-item:hover > img { transform: scale(1.05); }
.journal-overlay { position: absolute; display: flex; align-items: flex-end; justify-content: space-between; inset: 0; padding: 20px 17px; color: white; background: linear-gradient(transparent 48%, #261d17bf 100%); text-align: left; }
.journal-overlay > span { font-family: var(--serif); font-size: 23px; line-height: 1.1; max-width: 160px; }
.journal-overlay small { display: block; font-family: var(--sans); font-size: 6px; letter-spacing: 1.7px; margin-top: 9px; opacity: .85; }
.journal-overlay > .icon { width: 20px; height: 20px; border: 1px solid #ffffff80; border-radius: 50%; padding: 3px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 103px; }
.faq h2 { font-size: 51px; }
.faq-grid > div > p { color: var(--muted); font-size: 11px; line-height: 1.9; margin: 23px 0; }
.faq-grid > div > .text-link { margin-top: 3px; }
.faq-list { border-top: 1px solid #d9cebf; }
.faq details { border-bottom: 1px solid #d9cebf; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 21px 0; list-style: none; cursor: pointer; font-size: 11px; line-height: 1.6; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary > span { width: 23px; height: 23px; border: 1px solid #d7c9b8; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; }
.faq summary .icon { width: 12px; height: 12px; transition: transform .25s; }
.faq details[open] summary .icon { transform: rotate(45deg); }
.faq details > p { color: var(--muted); font-size: 11px; line-height: 1.95; max-width: 465px; padding-right: 23px; margin: -3px 0 22px; }
.contact { background: #6e5749; color: #fff8ee; text-align: center; padding-block: 77px 69px; position: relative; overflow: hidden; }
.contact-inner { position: relative; }
.contact .eyebrow { justify-content: center; color: #d0b695; font-size: 8px; }
.contact h2 { font-size: 70px; margin-top: 22px; line-height: 1.02; }
.contact h2 em { color: #ddc6a6; }
.contact p { color: #d3c7bc; font-size: 11px; margin: 24px 0 28px; }
.button-light { color: #6d5341; background: #f5eee3; border: 1px solid #f5eee3; }
.button-light:hover { background: white; }
.contact-location { display: flex; justify-content: center; align-items: center; gap: 7px; font-size: 8px; color: #c6b8aa; margin-top: 27px; }
.contact-location .icon { width: 12px; height: 12px; }
.contact-location > span { margin-inline: 4px; }
.contact-decoration { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.contact-decoration::before, .contact-decoration::after { content: ''; position: absolute; border: 1px solid #c1a28040; border-radius: 50% 50% 0 0; width: 520px; height: 900px; transform: rotate(34deg); top: -110px; left: -395px; box-shadow: 0 0 0 33px #6e5749, 0 0 0 34px #c1a28025, 0 0 0 68px #6e5749, 0 0 0 69px #c1a28018; }
.contact-decoration::after { left: auto; right: -395px; transform: rotate(-34deg); }
.site-footer { padding-top: 43px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 35px; }
.footer-top > p { font-family: var(--serif); font-size: 25px; line-height: 1.1; color: #8c7561; margin: 0 130px 0 0; }
.footer-top > p em { color: #aa8c65; }
.footer-social { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #d4c6b4; border-radius: 50%; color: #947a5d; }
.footer-social .icon { width: 18px; height: 18px; }
.footer-social:hover { background: #ece2d4; }
.footer-bottom { border-top: 1px solid var(--line); padding-block: 23px; display: flex; justify-content: space-between; align-items: center; font-size: 8px; color: #a1907f; }
.footer-bottom > a { display: flex; align-items: center; gap: 13px; font-size: 7px; letter-spacing: 1px; }
.footer-bottom .icon { width: 14px; height: 14px; transform: rotate(-90deg); }
.floating-contact { position: fixed; bottom: 25px; right: 27px; display: flex; align-items: center; justify-content: center; gap: 0; padding: 0; width: 49px; height: 49px; border: 1px solid #a88b6f; background: #755b49; color: #fff9ee; border-radius: 50%; z-index: 15; box-shadow: 0 4px 20px #4330211a; transition: background .3s; }
.floating-contact > .icon { width: 22px; height: 22px; }
.floating-contact > span { position: absolute; right: 62px; white-space: nowrap; background: #fffbf5; color: var(--ink); font-size: 10px; padding: 11px 16px; border: 1px solid var(--line); border-radius: 3px; opacity: 0; transform: translateX(5px); transition: opacity .25s, transform .25s; pointer-events: none; }
.floating-contact:hover { background: #5b4130; }
.floating-contact:hover > span, .floating-contact:focus-visible > span { opacity: 1; transform: translateX(0); }
.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .reveal.will-reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
  .reveal.will-reveal.is-visible { opacity: 1; transform: translateY(0); }
  .treatment-card.will-reveal:nth-child(2), .journey-step.will-reveal:nth-child(2), .journal-item.will-reveal:nth-child(2) { transition-delay: .08s; }
  .treatment-card.will-reveal:nth-child(3), .journey-step.will-reveal:nth-child(3), .journal-item.will-reveal:nth-child(3) { transition-delay: .16s; }
  .journal-item.will-reveal:nth-child(4) { transition-delay: .24s; }
}

/* Treatment information and photo gallery. */
dialog { color: var(--ink); background: var(--paper); border: 1px solid #e1d3be; padding: 50px; width: 510px; max-width: calc(100% - 40px); max-height: calc(100dvh - 60px); border-radius: 8px; box-shadow: 0 25px 100px #32221733; }
dialog::backdrop { background: #30261f8c; backdrop-filter: blur(6px); }
dialog[open] { animation: dialog-in .25s ease-out; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.dialog-close { position: absolute; top: 17px; right: 17px; background: transparent; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.dialog-close .icon { width: 15px; height: 15px; }
.dialog-close:hover { background: #eee4d6; }
.dialog-symbol { display: grid; place-items: center; width: 48px; height: 48px; color: var(--gold); border: 1px solid #d1b991; border-radius: 50%; margin-bottom: 25px; }
.dialog-symbol .icon { width: 25px; height: 25px; }
dialog h2 { font-size: 55px; margin-block: 17px; }
dialog p { font-size: 12px; line-height: 1.9; color: var(--muted); }
.treatment-dialog h2 { font-size: 45px; }
.treatment-dialog > .button { margin-top: 27px; width: 100%; }
.detail-callout { display: flex; align-items: flex-start; gap: 14px; padding: 20px; background: #eee6da; border-radius: 3px; margin-top: 22px; }
.detail-callout > .icon { color: var(--gold); width: 18px; height: 18px; margin-top: 3px; }
.detail-callout > p { margin: 0; font-size: 10px; }
.gallery-dialog { background: transparent; border: none; box-shadow: none; padding: 30px 65px 35px; width: 1000px; max-width: calc(100% - 40px); overflow: visible; }
.gallery-dialog::backdrop { background: #231c17ed; }
.gallery-dialog figure { margin: 0; display: flex; align-items: center; flex-direction: column; }
.gallery-dialog figure img { max-width: 100%; max-height: calc(100dvh - 180px); width: auto; height: auto; object-fit: contain; border-radius: 3px; }
.gallery-dialog figcaption { color: #ebdfcf; font-size: 11px; margin-top: 18px; text-align: center; }
.gallery-dialog .dialog-close { top: -8px; right: 18px; border-color: #e6d7c04d; color: white; }
.gallery-dialog .dialog-close:hover { background: #ffffff20; }
.gallery-arrow { position: absolute; top: calc(50% - 25px); width: 40px; height: 40px; display: grid; place-items: center; background: #ffffff10; color: #efe3d2; border: 1px solid #e6d7c040; border-radius: 50%; }
.gallery-arrow:hover { background: #ffffff25; }
.gallery-arrow .icon { width: 19px; height: 19px; }
.gallery-prev { left: 0; transform: rotate(180deg); }
.gallery-next { right: 0; }
.gallery-counter { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); font-size: 9px; letter-spacing: 2px; color: #b3a28c; }


/* Navigation, accessible controls and production contact links. */
.menu-toggle, .mobile-nav-cta { display: none; }
.nav-wrap { gap: 24px; }
.main-nav { gap: 23px; }
.nav-link { font-size: 12px; }
.button { font-size: 12px; }
.nav-cta { font-size: 11px; }
.text-link { min-height: 44px; font-size: 12px; }
.card-link { min-height: 44px; font-size: 12px; }
.filter { min-height: 44px; font-size: 12px; }
.treatment-body > p, .section-heading > p, .journey-step p, .results-copy > p:not(.result-disclaimer), .faq details > p { font-size: 13px; }
.treatment-body h3 { overflow-wrap: break-word; }
.treatment-body { display: flex; flex-direction: column; flex: 1; }
.treatment-card { display: flex; flex-direction: column; }
.treatment-body .card-link { margin-top: auto; }
.treatments-note { font-size: 11px; line-height: 1.8; }
.card-category, .about-subtitle { font-size: 9px; }
.result-disclaimer { font-size: 10px; }
.faq summary { font-size: 13px; min-height: 64px; }
.faq-grid > div > p { font-size: 13px; }
.journey-heading > p { font-size: 13px; line-height: 1.8; }
.contact p { font-size: 14px; }
.contact-phone { display: flex; width: fit-content; min-height: 44px; align-items: center; justify-content: center; gap: 9px; margin: 14px auto 0; font-size: 15px; color: #fff4e3; }
.contact-phone .icon { width: 18px; height: 18px; }
.contact-phone:hover { text-decoration: underline; text-underline-offset: 5px; }
.contact-location { font-size: 11px; flex-wrap: wrap; margin-top: 15px; line-height: 1.8; }
.inline-link { text-decoration: underline; text-underline-offset: 3px; color: var(--brown); }
.footer-bottom { font-size: 10px; gap: 18px; line-height: 1.8; }
.footer-bottom > a { min-height: 44px; font-size: 9px; }
.footer-social { width: 44px; height: 44px; flex: 0 0 auto; }
dialog p { font-size: 14px; }
.detail-callout > p { font-size: 12px; }
.dialog-close { width: 44px; height: 44px; top: 10px; right: 10px; }
.dialog-close .icon { width: 20px; height: 20px; }
.gallery-arrow { width: 44px; height: 44px; }
.gallery-dialog { max-height: calc(100dvh - 24px); }
.gallery-dialog .dialog-close { top: -12px; }
.gallery-dialog figcaption { font-size: 13px; line-height: 1.6; }
section[tabindex="-1"]:focus { outline: none; }
.error-page { min-height: 100vh; min-height: 100dvh; display: grid; place-items: center; padding: 40px 24px; }
.error-content { width: 100%; max-width: 680px; text-align: center; }
.error-content .brand { justify-content: center; margin-bottom: 65px; }
.error-content .eyebrow { justify-content: center; }
.error-content h1 { width: auto; font-size: clamp(45px, 8vw, 80px); letter-spacing: -1.5px; margin-block: 24px; }
.error-content > p:not(.eyebrow) { font-size: 14px; color: var(--muted); line-height: 1.9; }
.error-actions { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 12px 28px; margin-top: 28px; }

@media (min-width: 1550px) {
  .hero { padding-top: 68px; min-height: 770px; gap: 90px; }
  .hero-copy { padding-top: 28px; }
  .hero-visual { max-width: 520px; }
  .portrait-wrap { height: 573px; }
  h1 { font-size: 94px; }
}
@media (max-width: 1200px) {
  .container { width: calc(100% - 80px); }
  .nav-wrap { gap: 16px; }
  .main-nav { gap: 15px; }
  .brand-name { font-size: 24px; }
  .brand-name > span { font-size: 7px; letter-spacing: 1.3px; }
  .nav-cta { gap: 10px; padding-inline: 13px; }
  .hero { gap: 35px; }
  h1 { font-size: 77px; }
  .hero-actions { gap: 20px; }
  .hero .button { padding-inline: 20px; gap: 17px; }
  .hero-visual { width: calc(100% - 22px); }
  .hero-star { right: 44px; }
  .portrait-card { left: -24px; padding-inline: 17px; }
  .values-inner > span { font-size: 17px; gap: 9px; }
  .about-grid { gap: 60px; }
  .about-copy h2 { font-size: 46px; }
  .about-copy h2 em { white-space: normal; }
  .treatment-body { padding-inline: 21px; }
  .treatment-body h3 { font-size: 27px; }
  .results-grid { gap: 60px; }
  .faq-grid { gap: 55px; }
  .journal h2 { font-size: 45px; }
  .journal-overlay > span { font-size: 20px; }
}
@media (max-width: 1000px) {
  html { scroll-padding-top: 102px; }
  .container { width: calc(100% - 48px); }
  .nav-wrap { min-height: 86px; height: auto; flex-wrap: wrap; padding-block: 12px; }
  .nav-cta { display: none; }
  .main-nav { flex-basis: 100%; flex-direction: column; align-items: stretch; gap: 0; padding-bottom: 12px; }
  .main-nav .nav-link { font-size: 15px; padding: 13px 0; min-height: 48px; }
  .nav-link::after { display: none; }
  .nav-link.active { color: #926d3b; }
  .mobile-nav-cta { display: flex; margin-top: 15px; align-self: flex-start; }
  .nav-ready .menu-toggle { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 46px; height: 46px; border: 1px solid #d9cbbb; border-radius: 3px; background: transparent; margin-left: auto; flex: 0 0 auto; }
  .menu-toggle > span { width: 20px; height: 1px; background: var(--brown); transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .nav-ready .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100dvh - 120px); overflow-y: auto; padding: 15px 24px 25px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 20px #4635250d; }
  .nav-ready.nav-open .main-nav { display: flex; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 30px; min-height: 652px; }
  h1 { font-size: clamp(50px, 7.2vw, 72px); letter-spacing: -2px; }
  .hero-copy { padding-top: 10px; }
  .hero-description { font-size: 14px; }
  .desktop-break { display: none; }
  .hero-visual { margin-right: 16px; }
  .portrait-wrap { height: 490px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero-note { margin-top: 20px; }
  .hero-note p { font-size: 10px; }
  .hero-star { right: 24px; width: 28px; height: 28px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.5px; }
  .essence-seal { width: 89px; height: 89px; right: -27px; }
  .portrait-card p { font-size: 19px; }
  .portrait-card p em { font-size: 18px; }
  .portrait-card { gap: 10px; }
  .portrait-side-label { right: -27px; }
  .section-space { padding-block: 78px; }
  h2 { font-size: 50px; }
  .section-heading { gap: 30px; }
  .section-heading > p { max-width: 310px; }
  .values-inner { flex-wrap: wrap; min-height: 100px; height: auto; padding-block: 22px; gap: 20px; }
  .values-inner > span { width: calc(50% - 10px); font-size: 20px; }
  .values-inner > i { display: none; }
  .treatment-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
  .treatment-body { padding-inline: 17px; }
  .treatment-body h3 { font-size: 27px; }
  .treatment-body > p { min-height: 100px; font-size: 13px; }
  .card-category { letter-spacing: 1px; }
  .about-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 42px; }
  .about-image { height: 500px; }
  .about-visual { padding-right: 20px; }
  .about-copy h2 { font-size: 42px; }
  .about-subtitle { font-size: 9px; line-height: 1.8; }
  .about-inset { width: 160px; }
  .about-inset img { height: 180px; }
  .about-pillars > span { font-size: 11px; }
  .journey-grid { gap: 25px; }
  .journey-step { gap: 13px; }
  .journey-step h3 { font-size: 26px; }
  .results-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 32px; }
  .results h2 { font-size: 46px; }
  .result-caption { font-size: 21px; gap: 12px; }
  .journal .section-heading { align-items: center; }
  .journal h2 { font-size: 42px; }
  .instagram-profile { font-size: 12px; gap: 10px; }
  .journal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .journal-item { aspect-ratio: .95; }
  .journal-overlay > span { font-size: 27px; max-width: 220px; }
  .journal-overlay small { font-size: 9px; letter-spacing: 1px; }
  .faq-grid { gap: 33px; }
  .faq h2 { font-size: 43px; }
  .footer-top > p { margin-right: 0; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 94px; }
  .container { width: calc(100% - 40px); }
  .announcement-inner { justify-content: center; height: 28px; }
  .announcement-inner > span:first-child { display: none; }
  .announcement-inner > span:last-child { font-size: 10px; letter-spacing: .7px; }
  .nav-wrap { min-height: 76px; gap: 12px; padding-block: 9px; }
  .brand { gap: 8px; min-width: 0; }
  .brand-name { font-size: 25px; }
  .brand-name > span { font-size: 6.5px; letter-spacing: 1.05px; }
  .brand-mark { width: 48px; height: 51px; flex: 0 0 48px; }
  .brand-mark img { width: 121px; height: 121px; left: -36px; top: -19px; }
  .nav-ready .main-nav { padding-inline: 20px; }
  .mobile-nav-cta { align-self: stretch; }
  .hero { grid-template-columns: minmax(0, 1fr); padding-top: 35px; gap: 41px; padding-bottom: 64px; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(48px, 14.4vw, 78px); line-height: 1.02; letter-spacing: -1.8px; margin-block: 23px; }
  .hero-star { right: 12px; bottom: 17px; width: 25px; height: 25px; }
  .hero-description { font-size: 15px; line-height: 1.85; max-width: 460px; margin-bottom: 24px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 8px; max-width: 460px; }
  .hero .button { padding-inline: 23px; gap: 20px; font-size: 14px; min-height: 56px; justify-content: space-between; }
  .hero-actions .text-link { justify-content: center; gap: 13px; font-size: 13px; min-height: 44px; }
  .hero-note { margin-top: 18px; }
  .hero-note p { font-size: 11px; }
  .hero-visual { width: calc(100% - 32px); max-width: 430px; margin: 0 0 0 4px; }
  .portrait-wrap { height: auto; aspect-ratio: .85; }
  .portrait-outline { inset: -10px 10px 48px -10px; }
  .portrait-card { left: -15px; bottom: 75px; padding: 15px; gap: 10px; }
  .portrait-card > span { width: 33px; height: 33px; }
  .portrait-card p, .portrait-card p em { font-size: clamp(17px, 5vw, 23px); }
  .portrait-side-label { right: -23px; top: 145px; font-size: 6px; letter-spacing: 1.6px; }
  .essence-seal { width: 85px; height: 85px; right: -22px; top: 5px; }
  .portrait-caption { font-size: 9px; letter-spacing: 1px; line-height: 1.6; }
  .portrait-caption span { font-size: 11px; }
  .scroll-note { bottom: 24px; font-size: 8px; }
  .values-inner { gap: 20px 14px; padding-block: 26px; }
  .values-inner > span { width: calc(50% - 7px); align-items: flex-start; font-size: 18px; line-height: 1.2; gap: 10px; }
  .values-inner .icon { width: 18px; height: 18px; }
  .section-space { padding-block: 60px; }
  h2, .journey-heading h2, .faq h2, .results h2 { font-size: clamp(39px, 10.8vw, 53px); letter-spacing: -1.2px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.3px; gap: 10px; }
  .section-heading { display: block; }
  .section-heading > p { font-size: 14px; margin: 23px 0 0; max-width: none; }
  .treatment-filters { flex-wrap: wrap; gap: 6px; margin-block: 27px 24px; }
  .filter { font-size: 12px; padding: 11px 13px; gap: 9px; min-height: 44px; border-color: var(--line); }
  .filter span { font-size: 10px; }
  .treatment-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .treatment-art { height: 195px; }
  .art-label { font-size: 9px; letter-spacing: 1.8px; }
  .treatment-body { padding: 25px; }
  .card-category { font-size: 10px; }
  .treatment-body h3 { min-height: 0; font-size: 32px; }
  .treatment-body > p { font-size: 14px; min-height: 0; max-width: none; }
  .card-link { font-size: 13px; }
  .treatments-note { align-items: flex-start; font-size: 12px; text-align: left; }
  .treatments-note .icon { margin-top: 4px; }
  .about-grid { grid-template-columns: minmax(0, 1fr); gap: 38px; }
  .about-visual { max-width: 470px; width: calc(100% - 12px); justify-self: center; }
  .about-image { height: auto; aspect-ratio: .82; }
  .about-outline { left: -11px; }
  .about-copy h2 { font-size: clamp(39px, 10.8vw, 53px); }
  .about-copy > p:not(.about-subtitle) { font-size: 14px; }
  .about-subtitle { font-size: 9px; letter-spacing: 1px; }
  .about-pillars { gap: 14px; flex-direction: column; }
  .about-pillars > span { font-size: 12px; }
  .about-link { font-size: 13px; }
  .journey-heading > p { font-size: 14px; }
  .journey-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 32px; }
  .journey-step { gap: 23px; padding-top: 22px; }
  .journey-step h3 { font-size: 30px; }
  .journey-step p { font-size: 14px; }
  .results { padding-top: 0; }
  .results-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; padding-top: 47px; }
  .results-copy > p:not(.result-disclaimer) { max-width: none; font-size: 14px; }
  .result-tag { font-size: 12px; }
  .result-disclaimer { max-width: none; font-size: 11px; }
  .result-display { max-width: 500px; width: 100%; justify-self: center; border-top-left-radius: 85px; padding: 8px 8px 0; }
  .result-before { border-top-left-radius: 77px; }
  .result-photo > span { bottom: 10px; left: 9px; font-size: 9px; padding: 6px 9px; letter-spacing: 1px; }
  .result-caption { font-size: 23px; padding: 19px 9px; }
  .journal h2 { font-size: clamp(39px, 10.8vw, 53px); }
  .instagram-profile { margin-top: 21px; font-size: 13px; min-height: 44px; }
  .journal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 26px; }
  .journal-item { aspect-ratio: .7; }
  .journal-overlay { padding: 14px 12px; }
  .journal-overlay > span { font-size: 23px; }
  .journal-overlay small { font-size: 8px; line-height: 1.5; letter-spacing: .6px; }
  .journal-overlay .icon { display: none; }
  .faq-grid { grid-template-columns: minmax(0, 1fr); gap: 31px; }
  .faq-grid > div > p, .faq details > p { font-size: 14px; }
  .faq summary { font-size: 14px; }
  .faq details > p { padding-right: 0; }
  .contact { padding-block: 62px 54px; }
  .contact h2 { font-size: clamp(41px, 11.5vw, 61px); }
  .contact .eyebrow { font-size: 9px; letter-spacing: 1.5px; max-width: 300px; margin-inline: auto; }
  .contact .button { min-height: 56px; font-size: 14px; }
  .contact-location { font-size: 11px; gap: 4px; max-width: 290px; margin-inline: auto; }
  .contact-location > span { display: none; }
  .contact-location .icon { width: 14px; height: 14px; }
  .footer-top { gap: 16px; padding-bottom: 24px; }
  .footer-top > p { display: none; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; padding: 22px 44px 30px 0; font-size: 10px; }
  .footer-bottom > span:nth-child(2) { display: none; }
  .floating-contact { right: 16px; bottom: max(18px, env(safe-area-inset-bottom)); width: 54px; height: 54px; }
  .floating-contact > .icon { width: 25px; height: 25px; }
  .floating-contact > span { display: none; }
  dialog { padding: 39px 25px 27px; max-width: calc(100% - 24px); max-height: calc(100dvh - 32px); }
  .dialog-symbol { margin-top: 2px; }
  .treatment-dialog h2 { font-size: 39px; overflow-wrap: break-word; }
  .treatment-dialog > .button { font-size: 12px; gap: 14px; padding-inline: 18px; }
  .gallery-dialog { padding: 50px 0 73px; max-width: calc(100% - 24px); overflow: auto; }
  .gallery-dialog .dialog-close { top: 0; right: 0; }
  .gallery-dialog figure img { max-height: calc(100dvh - 210px); }
  .gallery-dialog figcaption { font-size: 12px; padding-inline: 10px; }
  .gallery-arrow { top: auto; bottom: 5px; }
  .gallery-prev { left: calc(50% - 95px); }
  .gallery-next { right: calc(50% - 95px); }
  .gallery-counter { bottom: 21px; }
}
@media (max-width: 360px) {
  .brand-name { font-size: 22px; }
  .brand-name > span { font-size: 6px; letter-spacing: .8px; }
  .nav-wrap { gap: 6px; }
  .brand { gap: 5px; }
  .eyebrow { font-size: 8px; letter-spacing: 1px; }
  .small-line { width: 23px; }
  .values-inner > span { font-size: 16px; }
  .treatment-body { padding: 22px; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-item { aspect-ratio: .95; }
  .contact-location { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
