:root {
  --ink: #0a0a0a;
  --ink-soft: #151515;
  --paper: #f4f0e8;
  --paper-deep: #e7dfd0;
  --gold: #c7a15b;
  --gold-bright: #e0bc72;
  --white: #fffdf8;
  --muted: #a7a39b;
  --line-dark: rgba(255, 255, 255, 0.13);
  --line-light: rgba(10, 10, 10, 0.16);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
  --section-space: clamp(84px, 11vw, 150px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }

.site-shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; transform: translateY(-150%); background: var(--white); color: var(--ink); padding: 10px 16px; }
.skip-link:focus { transform: translateY(0); }

.announcement-bar { background: var(--gold); color: var(--ink); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.announcement-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.announcement-bar a { border-bottom: 1px solid currentColor; font-weight: 700; }

.site-header { position: absolute; top: 34px; left: 0; right: 0; z-index: 100; border-bottom: 1px solid var(--line-dark); transition: background .25s, transform .25s; }
.site-header.is-scrolled { position: fixed; top: 0; background: rgba(10,10,10,.94); backdrop-filter: blur(18px); }
.site-header__inner { min-height: 88px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 36px; }
.brand { display: inline-flex; flex-direction: column; line-height: 1; width: fit-content; }
.brand .custom-logo { width: min(220px, 100%); max-height: 70px; object-fit: contain; }
.brand__name { font-family: var(--serif); font-size: 25px; letter-spacing: .03em; }
.brand__descriptor { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .36em; margin-top: 7px; text-transform: uppercase; }
.primary-nav { justify-self: center; }
.primary-nav ul { list-style: none; display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); margin: 0; padding: 0; }
.primary-nav a { color: #ebe6dc; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; position: relative; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s; }
.primary-nav a:hover::after, .primary-nav .current-menu-item a::after { right: 0; }
.menu-toggle { display: none; background: transparent; border: 0; color: inherit; padding: 8px; }
.menu-toggle__line { display: block; width: 25px; height: 1px; background: currentColor; margin: 6px 0; transition: transform .2s; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 25px; border: 1px solid transparent; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: background .25s, color .25s, border .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button--gold { background: var(--gold); color: var(--ink); }
.button--gold:hover { background: var(--gold-bright); }
.button--light { background: var(--white); color: var(--ink); }
.button--outline { border-color: rgba(10,10,10,.42); color: var(--ink); }
.button--outline:hover { background: var(--ink); color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 13px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.eyebrow { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.section { padding-block: var(--section-space); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); align-items: end; gap: 80px; margin-bottom: clamp(48px, 7vw, 80px); }
.section-heading h2, .signature-section h2, .proof-section h2, .locations-preview h2, .closing-cta h2 { font-family: var(--serif); font-size: clamp(42px, 6vw, 76px); font-weight: 500; line-height: .99; letter-spacing: -.025em; margin-bottom: 0; }
.section-heading h2 em, .signature-section h2 em, .proof-section h2 em, .locations-preview h2 em { color: var(--gold); font-weight: 500; }
.section-heading > p { color: #c8c2b8; max-width: 440px; margin-bottom: 0; }

.hero { position: relative; min-height: 880px; height: 100svh; display: flex; align-items: center; overflow: hidden; background: #0b0b0b; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,7,7,.98) 0%, rgba(7,7,7,.83) 48%, rgba(7,7,7,.15) 100%); z-index: 2; }
.hero__visual { position: absolute; inset: 0; background-color: #090807; background-image: url("../images/hero-editorial.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; }
.hero__halo { position: absolute; width: min(58vw, 760px); aspect-ratio: 1; right: 2%; top: 50%; transform: translateY(-46%); border-radius: 50%; border: 1px solid rgba(224,188,114,.2); box-shadow: inset 0 0 120px rgba(199,161,91,.08); }
.hero__inner { position: relative; z-index: 3; padding-top: 92px; }
.hero__content { max-width: 760px; }
.hero h1 { font-family: var(--serif); font-size: clamp(60px, 8.5vw, 112px); font-weight: 500; line-height: .92; letter-spacing: -.045em; margin: 20px 0 34px; }
.hero h1 em { color: var(--gold); font-weight: 500; }
.hero__lead { color: #d3cec5; font-size: clamp(16px, 1.5vw, 19px); max-width: 590px; }
.hero__actions { display: flex; align-items: center; gap: 32px; margin-top: 42px; }
.hero__note { position: absolute; right: 0; bottom: 10px; display: flex; flex-direction: column; padding-left: 22px; border-left: 1px solid var(--gold); color: #ded8ce; }
.hero__note span { font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.hero__note strong { color: var(--white); font-family: var(--serif); font-size: 40px; font-weight: 500; line-height: 1.2; }
.hero__scroll { position: absolute; z-index: 3; left: 27px; bottom: 45px; color: #8e8981; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; }

.trust-strip { background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line-light); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__grid > div { min-height: 145px; display: flex; flex-direction: column; justify-content: center; padding-inline: clamp(20px, 4vw, 52px); border-right: 1px solid var(--line-light); }
.trust-strip__grid > div:last-child { border-right: 0; }
.trust-strip strong { font-family: var(--serif); font-size: clamp(28px, 3.6vw, 46px); font-weight: 500; line-height: 1; }
.trust-strip span { color: #716b61; font-size: 10px; letter-spacing: .12em; margin-top: 10px; text-transform: uppercase; }

.services-preview { background: var(--ink); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line-dark); }
.service-card { min-height: 500px; display: grid; grid-template-rows: 1fr auto; position: relative; overflow: hidden; background: var(--ink-soft); }
.service-card__number { position: absolute; top: 26px; left: 28px; z-index: 2; color: var(--gold); font-size: 10px; letter-spacing: .18em; }
.service-card__art { min-height: 290px; background: linear-gradient(145deg, rgba(199,161,91,.15), rgba(255,255,255,.025) 46%, rgba(0,0,0,.72)); transition: transform .7s; }
.service-card:nth-child(2) .service-card__art { background: linear-gradient(25deg, #17130f, #6f5a37 50%, #161616); }
.service-card:nth-child(3) .service-card__art { background: linear-gradient(135deg, #181818, #51452f 45%, #b18d51); }
.service-card:nth-child(4) .service-card__art { background: radial-gradient(circle at 68% 34%, #826b44, #221c15 46%, #101010 77%); }
.service-card:hover .service-card__art { transform: scale(1.035); }
.service-card__body { position: relative; padding: 34px 70px 40px 36px; border-top: 1px solid var(--line-dark); }
.service-card h3 { font-family: var(--serif); font-size: clamp(28px, 3vw, 40px); font-weight: 500; margin-bottom: 12px; }
.service-card p { color: #aaa59d; max-width: 480px; margin-bottom: 0; }
.service-card__arrow { position: absolute; right: 34px; top: 40px; color: var(--gold); font-size: 24px; }

.signature-section { background: var(--paper); color: var(--ink); }
.signature-section__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(54px, 8vw, 110px); }
.signature-section__image { min-height: 720px; display: grid; place-items: center; background-color: #17130f; background-image: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.18)), url("../images/hair-transformation.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; }
.signature-section__content > p:not(.eyebrow):not(.fine-print) { color: #5e584f; font-size: 17px; margin: 30px 0; }
.treatment-list { list-style: none; margin: 36px 0 18px; padding: 0; border-top: 1px solid var(--line-light); }
.treatment-list li { display: flex; justify-content: space-between; gap: 30px; padding: 15px 0; border-bottom: 1px solid var(--line-light); }
.treatment-list strong { color: #6f552b; }
.fine-print { color: #776f63; font-size: 11px; margin-bottom: 28px; }

.proof-section { background: #0e0e0e; }
.proof-section__intro { max-width: 780px; margin-bottom: 75px; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.proof-grid article { min-height: 330px; padding: 38px 44px; border-right: 1px solid var(--line-dark); }
.proof-grid article:last-child { border-right: 0; }
.proof-grid span { color: var(--gold); font-size: 10px; letter-spacing: .17em; }
.proof-grid h3 { font-family: var(--serif); font-size: 28px; font-weight: 500; margin: 82px 0 16px; }
.proof-grid p { color: #9b968e; margin-bottom: 0; }

.locations-preview { background: var(--paper-deep); color: var(--ink); }
.locations-preview__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 140px); align-items: start; }
.locations-preview__content { position: sticky; top: 120px; }
.locations-preview__content > p:not(.eyebrow) { color: #5d574e; max-width: 470px; margin: 32px 0; }
.location-list { border-top: 1px solid var(--line-light); }
.location-list a { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; min-height: 79px; border-bottom: 1px solid var(--line-light); transition: padding .25s, color .25s; }
.location-list a:hover { color: #765a2e; padding-left: 10px; }
.location-list span { color: #8a8174; font-size: 10px; }
.location-list strong { font-family: var(--serif); font-size: 25px; font-weight: 500; }
.location-list i { font-style: normal; }

.journal-preview { background: var(--ink); }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.journal-card__image { min-height: 330px; display: block; overflow: hidden; background: linear-gradient(135deg, #2a251d, #806944); }
.journal-card__image img { width: 100%; height: 330px; object-fit: cover; transition: transform .5s; }
.journal-card:hover .journal-card__image img { transform: scale(1.03); }
.journal-card:nth-child(2) .journal-card__image { background: linear-gradient(50deg, #0f0f0f, #594729); }
.journal-card:nth-child(3) .journal-card__image { background: radial-gradient(circle at 62% 38%, #a9874c, #231d15 58%, #0b0b0b); }
.journal-card__meta { color: var(--gold); font-size: 9px; letter-spacing: .16em; margin: 22px 0 10px; text-transform: uppercase; }
.journal-card h2, .journal-card h3 { font-family: var(--serif); font-size: 26px; font-weight: 500; line-height: 1.22; }
.journal-card > p:last-child { color: #9d9890; }

.closing-cta { background: var(--gold); color: var(--ink); padding: 74px 0; }
.closing-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.closing-cta .eyebrow { color: #5f451d; }
.closing-cta h2 { font-size: clamp(38px, 5vw, 64px); }
.site-footer { background: #080808; color: #b9b4ab; padding: 80px 0 26px; }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; padding-bottom: 70px; }
.site-footer h3 { color: var(--white); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 8px 0; }
.site-footer a { color: #c4bfb6; }
.site-footer a:hover { color: var(--gold); }
.site-footer__brand .brand__name { color: var(--white); margin-bottom: 0; }
.site-footer__brand .brand__descriptor { margin-bottom: 24px; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid var(--line-dark); font-size: 11px; }
.site-footer__bottom p { margin-bottom: 0; }
.site-footer__bottom div { display: flex; gap: 24px; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: flex; align-items: center; gap: 10px; min-height: 50px; padding: 0 18px 0 10px; border-radius: 30px; background: #1fba62; color: white; box-shadow: 0 10px 35px rgba(0,0,0,.32); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.floating-whatsapp span:first-child { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 8px; }

.page-hero, .article-hero { padding: 220px 0 100px; background: radial-gradient(circle at 80% 25%, #3a2f20, #0b0b0b 55%); }
.page-hero h1, .article-hero h1 { max-width: 980px; font-family: var(--serif); font-size: clamp(54px, 8vw, 104px); font-weight: 500; line-height: .98; }
.page-hero--center { min-height: 78svh; display: grid; place-items: center; text-align: center; }
.page-hero--center p { color: #bbb6ae; }
.content-section { background: var(--paper); color: var(--ink); padding: 90px 0 120px; }
.content-section__inner { max-width: 820px; }
.prose { font-size: 18px; }
.prose h2, .prose h3 { font-family: var(--serif); font-weight: 500; line-height: 1.15; margin-top: 2.1em; }
.prose h2 { font-size: 42px; }
.prose h3 { font-size: 30px; }
.prose a { color: #725528; text-decoration: underline; }
.article-hero__image { margin-top: 60px; max-height: 660px; overflow: hidden; }
.article-hero__image img { width: 100%; height: min(55vw, 660px); object-fit: cover; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 900px); }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .site-header__cta { display: none; }
  .menu-toggle { display: block; position: relative; z-index: 102; }
  .primary-nav { position: fixed; inset: 0; z-index: 101; display: grid; place-items: center; background: rgba(8,8,8,.98); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
  .primary-nav.is-open { opacity: 1; visibility: visible; }
  .primary-nav ul { flex-direction: column; gap: 28px; }
  .primary-nav a { font-family: var(--serif); font-size: 34px; font-weight: 500; letter-spacing: 0; text-transform: none; }
  .menu-open .menu-toggle__line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle__line:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle__line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 760px; }
  .hero__visual { left: 0; opacity: 1; background-position: 58% center; }
  .hero__note { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .signature-section__grid, .locations-preview__grid { grid-template-columns: 1fr; }
  .signature-section__image { min-height: 560px; }
  .locations-preview__content { position: static; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .proof-grid article:last-child { border-bottom: 0; }
  .proof-grid h3 { margin-top: 42px; }
  .site-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 30px); --section-space: 82px; }
  .announcement-bar__inner { justify-content: center; min-height: 38px; text-align: center; }
  .announcement-bar span { display: none; }
  .site-header { top: 38px; }
  .site-header.is-scrolled { top: 0; }
  .site-header__inner { min-height: 74px; }
  .brand__name { font-size: 21px; }
  .hero { height: auto; min-height: 780px; padding: 130px 0 75px; align-items: flex-end; }
  .hero::before { background: linear-gradient(0deg, rgba(7,7,7,.98) 8%, rgba(7,7,7,.7) 58%, rgba(7,7,7,.27) 100%); }
  .hero__visual { inset: 0; background-position: 68% center; }
  .hero__inner { padding-top: 0; }
  .hero h1 { font-size: clamp(52px, 16vw, 76px); }
  .hero__lead { font-size: 15px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 30px; }
  .hero__scroll { display: none; }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip__grid > div { min-height: 112px; padding-inline: 20px; border-bottom: 1px solid var(--line-light); }
  .trust-strip__grid > div:nth-child(2) { border-right: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 430px; }
  .service-card__art { min-height: 245px; }
  .signature-section__image { min-height: 460px; }
  .journal-grid { grid-template-columns: 1fr; gap: 55px; }
  .journal-card__image, .journal-card__image img { min-height: 270px; height: 270px; }
  .closing-cta__inner { align-items: flex-start; flex-direction: column; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 36px; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; }
  .floating-whatsapp { right: 14px; bottom: 14px; }
  .page-hero, .article-hero { padding: 170px 0 75px; }
  .prose { font-size: 16px; }
  .prose h2 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
