:root {
  --espresso: #2c211b;
  --brown: #4a352a;
  --accent: #8a776b;
  --sand: #d8c5ad;
  --beige: #eee4d7;
  --cream: #f8f4ee;
  --white: #fffdf9;
  --text: #332821;
  --muted: #74665d;
  --line: rgba(74, 53, 42, 0.18);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  line-height: 1.7;
}

a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 84px;
  padding: 0 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(248, 244, 238, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  line-height: 1;
}

.brand-main {
  font-family: "Newsreader", serif;
  font-size: 1.55rem;
  letter-spacing: 0.08em;
}

.brand-sub {
  margin-bottom: 2px;
  color: var(--brown);
  font-family: "Newsreader", serif;
  font-size: 0.82rem;
  font-style: italic;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
}

.site-nav a:not(.nav-cta):hover { color: var(--accent); }

.nav-cta {
  padding: 0.8rem 1.15rem;
  border: 1px solid var(--brown);
}

.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: calc(100vh - 84px);
  padding: 10vh 8vw 7vh;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  overflow: hidden;
}

.hero-content { position: relative; z-index: 2; max-width: 760px; }

.eyebrow,
.section-label {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin-top: 0;
  font-family: "Newsreader", serif;
  font-weight: 400;
  line-height: 1.08;
}

h1 {
  margin-bottom: 1.7rem;
  font-size: clamp(3.4rem, 7.7vw, 7.8rem);
  letter-spacing: -0.03em;
}

h1 em, h2 em {
  color: var(--accent);
  font-weight: 400;
}

.hero-copy {
  max-width: 580px;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-actions {
  margin-top: 2.3rem;
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.5rem;
  border: 0;
  font: inherit;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.25s ease;
}

.button-primary {
  background: var(--espresso);
  color: var(--white);
}

.button-primary:hover { background: var(--accent); transform: translateY(-2px); }

.button-light {
  background: var(--beige);
  color: var(--espresso);
}

.text-link {
  border-bottom: 1px solid var(--accent);
  font-size: 0.85rem;
}

.hero-art {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.arch {
  width: min(340px, 72vw);
  aspect-ratio: 0.72;
  padding: 18px;
  border: 1px solid rgba(138, 119, 107, 0.5);
  border-radius: 180px 180px 12px 12px;
  transform: rotate(4deg);
}

.arch-inner {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,.36), transparent 25%),
    linear-gradient(145deg, #d8c4aa, #8f6648);
  border-radius: 170px 170px 8px 8px;
  box-shadow: 0 35px 70px rgba(52, 36, 26, 0.18);
}

.arch-inner span {
  color: rgba(255,255,255,.82);
  font-family: "Newsreader", serif;
  font-size: 9rem;
}

.hero-art > p {
  position: absolute;
  right: -10px;
  bottom: 50px;
  margin: 0;
  color: var(--espresso);
  font-family: "Newsreader", serif;
  font-size: 1.2rem;
  letter-spacing: .15em;
}

.hero-art small {
  color: var(--accent);
  font-style: italic;
  letter-spacing: .05em;
}

.bronze-line {
  position: absolute;
  left: 4%;
  bottom: 18%;
  width: 130px;
  height: 1px;
  background: var(--accent);
  transform: rotate(-25deg);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  opacity: 0.5;
}

.glow-one {
  width: 430px;
  height: 430px;
  right: -140px;
  top: -100px;
  background: rgba(216, 197, 173, 0.55);
}

.glow-two {
  width: 250px;
  height: 250px;
  left: -110px;
  bottom: 5%;
  border: 1px solid rgba(138, 119, 107, 0.35);
}

.section { padding: 8rem 8vw; }

.intro {
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-grid {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 9vw;
}

.intro h2,
.section-heading h2,
.booking h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.intro-copy { color: var(--muted); font-size: 1rem; }

.section-heading {
  display: grid;
  grid-template-columns: .35fr 1fr;
  align-items: end;
  gap: 4rem;
}

.treatment-grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.treatment-card {
  min-height: 330px;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: 0.3s ease;
}

.treatment-card:hover {
  background: var(--white);
  transform: translateY(-4px);
}

.card-number {
  color: var(--accent);
  font-size: .72rem;
  letter-spacing: .15em;
}

.treatment-card h3 {
  margin: 3rem 0 1.2rem;
  font-size: clamp(2rem, 3vw, 3rem);
}

.treatment-card p { max-width: 480px; color: var(--muted); }

.treatment-card a {
  margin-top: auto;
  align-self: flex-start;
  border-bottom: 1px solid var(--accent);
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.treatment-note {
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: .78rem;
}

.signature {
  background:
    linear-gradient(rgba(44,33,27,.84), rgba(44,33,27,.84)),
    radial-gradient(circle at 20% 20%, #a8784f, #2c211b 62%);
  color: var(--white);
}

.signature-card {
  max-width: 860px;
  margin: auto;
  padding: 5rem;
  text-align: center;
  border: 1px solid rgba(238,228,215,.28);
}

.signature-card h2 {
  margin: 1.2rem 0 1.5rem;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
}

.signature-card p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 auto 2rem;
  color: rgba(255,255,255,.72);
}

.booking {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 8vw;
  background: var(--beige);
}

.booking-copy p { max-width: 520px; color: var(--muted); }

.booking-form {
  padding: 2.5rem;
  display: grid;
  gap: 1.2rem;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(74,53,42,.15);
}

.booking-form label {
  display: grid;
  gap: .45rem;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

input, select, textarea {
  width: 100%;
  padding: .9rem 0;
  border: 0;
  border-bottom: 1px solid rgba(74,53,42,.28);
  border-radius: 0;
  outline: none;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: .95rem;
  text-transform: none;
}

input:focus, select:focus, textarea:focus { border-color: var(--accent); }

.booking-form small { color: var(--muted); line-height: 1.5; }

footer {
  padding: 4rem 8vw 2rem;
  background: var(--espresso);
  color: var(--white);
}

.footer-brand .brand-main { font-size: 2.2rem; }

.footer-links {
  margin: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  color: rgba(255,255,255,.72);
  font-size: .85rem;
}

.footer-links a:hover { color: var(--sand); }

.footer-legal {
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.45);
  font-size: .72rem;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .75s ease, transform .75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .site-nav {
    position: fixed;
    inset: 84px 0 auto 0;
    padding: 2rem 6vw 2.5rem;
    display: none;
    align-items: flex-start;
    flex-direction: column;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.open { display: flex; }

  .menu-toggle {
    width: 38px;
    height: 38px;
    padding: 8px;
    display: grid;
    align-content: center;
    gap: 6px;
    border: 0;
    background: transparent;
  }

  .menu-toggle span {
    display: block;
    height: 1px;
    background: var(--espresso);
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 5rem;
  }

  .hero-art { min-height: 440px; margin-top: 2rem; }

  .intro-grid,
  .section-heading,
  .booking {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .treatment-grid { grid-template-columns: 1fr; }

  .signature-card { padding: 3rem 1.5rem; }

  .footer-legal { flex-direction: column; }
}

@media (max-width: 560px) {
  .site-header { padding: 0 5vw; }
  .brand-main { font-size: 1.25rem; }
  .hero, .section { padding-left: 6vw; padding-right: 6vw; }
  h1 { font-size: 3.25rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-art { min-height: 390px; }
  .arch { width: 260px; }
  .arch-inner span { font-size: 7rem; }
  .section { padding-top: 5rem; padding-bottom: 5rem; }
  .treatment-card { min-height: 290px; padding: 1.7rem; }
  .booking-form { padding: 1.5rem; }
}

.hero-image-frame{position:relative;width:min(430px,80vw);aspect-ratio:.78;overflow:hidden;border-radius:220px 220px 18px 18px;box-shadow:0 38px 90px rgba(52,36,26,.16)}
.hero-image-frame img{width:100%;height:100%;object-fit:cover;object-position:64% center;filter:saturate(.78) contrast(.96)}
.hero-monogram{position:absolute;left:0;bottom:11%;color:rgba(138,119,107,.16);font-family:"Italiana",serif;font-size:clamp(8rem,15vw,13rem);line-height:1}
.hero-image-caption{position:absolute;right:-1.5rem;bottom:4.5rem;padding:1rem 1.2rem;display:grid;background:rgba(248,244,238,.88);backdrop-filter:blur(14px);border:1px solid rgba(74,53,42,.12)}
.hero-image-caption span{font-family:"Italiana",serif;letter-spacing:.16em}.hero-image-caption small{color:var(--accent);font-family:"Italiana",serif;font-style:italic;text-align:right}
.editorial{padding-top:7rem;padding-bottom:7rem}.editorial-grid{display:grid;grid-template-columns:1.05fr .75fr .55fr;gap:2.5rem;align-items:center}
.editorial figure{margin:0}.editorial-large{position:relative}.editorial-large img,.editorial-small img{width:100%;display:block;object-fit:cover}
.editorial-large img{aspect-ratio:.8}.editorial-small img{aspect-ratio:.82}.editorial-large figcaption{position:absolute;left:1.25rem;bottom:1.25rem;padding:.8rem 1rem;background:rgba(248,244,238,.9);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}
.editorial-copy h2{margin:1rem 0 1.5rem;font-size:clamp(2.6rem,4.8vw,5rem)}.editorial-copy p:last-child{color:var(--muted)}
.treatment-card-image{padding-top:0;overflow:hidden}.card-image-wrap{margin:0 -2.4rem 2rem;height:190px;overflow:hidden}.card-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center 36%;filter:saturate(.82)}
@media(max-width:900px){.editorial-grid{grid-template-columns:1fr 1fr}.editorial-copy{grid-column:1/-1;order:-1}.hero-image-caption{right:0}}
@media(max-width:560px){.editorial-grid{grid-template-columns:1fr}.editorial-small{width:72%;margin-left:auto!important}.hero-image-frame{width:285px}.card-image-wrap{margin-left:-1.7rem;margin-right:-1.7rem}}

/* Final brand refinements */
.brand { gap: 3px; }
.brand-sub { margin-left: -1px; color: var(--brown); font-size: .78rem; }
h1, h2, h3, .brand-main, .brand-sub, .hero-image-caption span, .hero-image-caption small { font-family: "Newsreader", serif; }
h1 { font-weight: 300; letter-spacing: -0.045em; }
h1 em, h2 em { color: var(--brown); font-style: italic; }
.eyebrow, .section-label { color: var(--brown); }
.hero-copy strong { color: var(--espresso); font-weight: 500; }
.editorial-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); max-width: 1180px; margin: 0 auto; }
.editorial-large img { max-height: 760px; }
.treatment-grid { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 1100px) { .treatment-grid article:last-child { grid-column: 1 / -1; min-height: 260px; } }
@media (max-width: 900px) { .editorial-grid { grid-template-columns: 1fr; } .editorial-copy { grid-column: auto; order: -1; } }
