:root {
  --black: #080808;
  --charcoal: #111111;
  --panel: #171614;
  --gold: #c6a15b;
  --gold-light: #e0c98f;
  --ivory: #f2eee6;
  --muted: #aaa49a;
  --line: rgba(198, 161, 91, .28);
  --serif: 'Cormorant Garamond', 'Bodoni MT', Didot, Georgia, serif;
  --sans: Montserrat, 'Helvetica Neue', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--black); color: var(--ivory); font-family: var(--sans); font-size: 1rem; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.skip-link { position: fixed; top: -80px; left: 1rem; z-index: 1000; padding: .75rem 1rem; background: var(--gold); color: var(--black); transition: top .2s; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 84px; padding: 0 clamp(1.2rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; background: rgba(8, 8, 8, .97); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(16px); }
.site-header.scrolled { background: rgba(8, 8, 8, .97); }
.brand { position: relative; z-index: 102; width: 104px; height: 80px; display: grid; place-items: center; overflow: visible; }
.brand img { width: 78px; height: 78px; object-fit: contain; transform: none; }
.main-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.6vw, 2.8rem); }
.main-nav a { position: relative; text-decoration: none; text-transform: uppercase; font-size: .73rem; letter-spacing: .2em; color: rgba(242,238,230,.8); transition: color .2s; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -.5rem; height: 1px; background: var(--gold); transition: right .25s; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a.active { color: var(--gold-light); }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a.active::after { right: 0; }
.menu-toggle { display: none; position: relative; z-index: 102; width: 44px; height: 44px; padding: 0; border: 0; background: none; }
.menu-toggle span { position: absolute; left: 8px; width: 28px; height: 1px; background: var(--gold-light); transition: transform .3s, top .3s; }
.menu-toggle span:first-child { top: 17px; }
.menu-toggle span:last-child { top: 27px; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: 10rem clamp(1.5rem, 8vw, 9rem) 6rem; isolation: isolate; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { z-index: -2; object-fit: cover; object-position: center 48%; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(5,5,5,.92) 0%, rgba(5,5,5,.72) 38%, rgba(5,5,5,.22) 76%), linear-gradient(0deg, rgba(5,5,5,.5), transparent 45%); }
.hero-content { max-width: 780px; }
.eyebrow { margin: 0 0 1.3rem; color: var(--gold-light); font-size: .73rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.hero-kicker { display: flex; flex-direction: column; align-items: flex-start; gap: .28rem; margin-bottom: 1.5rem; color: var(--gold-light); text-transform: uppercase; }
.hero-kicker span:first-child { font-family: var(--serif); font-size: clamp(1.15rem, 1.7vw, 1.6rem); font-weight: 500; letter-spacing: .13em; }
.hero-kicker span:last-child { font-size: .64rem; font-weight: 500; letter-spacing: .32em; opacity: .9; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .92; letter-spacing: -.03em; }
h1 { font-size: clamp(4.4rem, 9.4vw, 8.8rem); text-wrap: balance; }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
.hero-copy { max-width: 460px; margin: 2rem 0 2.4rem; color: rgba(242,238,230,.8); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .9rem 1.55rem; border: 1px solid var(--gold); text-decoration: none; text-transform: uppercase; font-size: .72rem; font-weight: 700; letter-spacing: .18em; transition: background .25s, color .25s, transform .25s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #0a0907; }
.button-primary:hover, .button-primary:focus-visible { background: var(--gold-light); }
.scroll-cue { position: absolute; right: clamp(1.5rem, 4vw, 4.5rem); bottom: 2.5rem; display: flex; align-items: center; gap: 1rem; color: rgba(242,238,230,.7); text-decoration: none; text-transform: uppercase; font-size: .64rem; letter-spacing: .22em; }
.scroll-cue i { display: block; width: 54px; height: 1px; background: var(--gold); }

.section-pad { padding: clamp(5.5rem, 10vw, 10rem) clamp(1.5rem, 7vw, 8rem); }
.intro { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(3rem, 9vw, 10rem); background: var(--charcoal); }
h2 { font-size: clamp(3rem, 6.7vw, 7rem); }
.intro-text { padding-top: 2.6rem; color: var(--muted); font-size: 1.05rem; }
.intro-text p:first-child { color: var(--ivory); font-size: 1.2rem; }

.featured { background: var(--black); }
.section-heading { max-width: 940px; margin-bottom: clamp(3.5rem, 7vw, 7rem); }
.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-card { min-height: 280px; padding: 2rem clamp(1.2rem, 3vw, 3.2rem); border-right: 1px solid var(--line); }
.feature-card:last-child { border-right: 0; }
.feature-card span, .service-item span, .contact-card span { color: var(--gold); font-family: var(--serif); font-size: .85rem; }
.feature-card h3 { margin: 4rem 0 1rem; font-family: var(--serif); font-size: 2.1rem; font-weight: 400; }
.feature-card p { color: var(--muted); }
.text-link { display: inline-flex; gap: .8rem; margin-top: 2.8rem; padding-bottom: .35rem; border-bottom: 1px solid var(--gold); color: var(--gold-light); text-decoration: none; text-transform: uppercase; font-size: .72rem; font-weight: 700; letter-spacing: .16em; }

.about { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(3rem, 8vw, 10rem); background: #0e0e0d; }
.about-art { min-height: 520px; display: grid; place-items: center; border: 1px solid var(--line); background: radial-gradient(circle at 50% 40%, rgba(198,161,91,.15), transparent 54%); overflow: hidden; }
.about-art span { font-family: var(--serif); color: var(--gold-light); font-size: clamp(7rem, 18vw, 16rem); letter-spacing: -.12em; opacity: .72; transform: translateX(-.08em); }
.gold-line { position: absolute; width: 1px; height: 46%; background: linear-gradient(transparent, var(--gold), transparent); }
.about-copy { max-width: 740px; }
.about-copy p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 1.05rem; }
.about-copy p:nth-of-type(2) { margin-top: 2rem; color: var(--ivory); }

.appointments { min-height: 760px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--panel); }
.appointments-image { min-height: 620px; background: linear-gradient(rgba(0,0,0,.12), rgba(0,0,0,.12)), url('assets/sillon.webp') center/cover no-repeat; }
.appointments-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.appointments-content p:not(.eyebrow) { max-width: 580px; margin: 2rem 0; color: var(--muted); font-size: 1.08rem; }
.appointments-content small { margin-top: 1.2rem; color: var(--muted); }

.services { min-height: calc(100svh - 84px); padding-top: clamp(2.6rem, 4vw, 4.5rem); padding-bottom: clamp(2.6rem, 4vw, 4.5rem); background: var(--ivory); color: var(--black); }
.services .eyebrow, .services .service-item span { color: #8d6b2e; }
.services .section-heading { margin-bottom: clamp(2rem, 3.5vw, 3.5rem); }
.services .section-heading h2 { font-size: clamp(3.8rem, 7.2vw, 7rem); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(8,8,8,.22); border-left: 1px solid rgba(8,8,8,.22); }
.service-item { display: grid; grid-template-columns: 38px 1fr; align-items: center; min-height: clamp(78px, 9vh, 100px); padding: 1rem 1.2rem; border-right: 1px solid rgba(8,8,8,.22); border-bottom: 1px solid rgba(8,8,8,.22); transition: background .25s; }
.service-item:hover { background: rgba(198,161,91,.12); }
.service-item h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.4rem, 2vw, 2.2rem); font-weight: 500; line-height: 1.05; }
.services-cta { display: flex; align-items: baseline; justify-content: space-between; gap: 2rem; margin-top: 3.2rem; }
.services .text-link { color: #6d501e; }

.gallery { padding-top: clamp(2.6rem, 4vw, 4.5rem); background: #0c0c0b; }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 4rem; }
.gallery-heading > p { max-width: 380px; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 280px; gap: 1rem; }
.gallery-item { grid-column: span 4; position: relative; padding: 0; border: 0; background: #161616; overflow: hidden; cursor: zoom-in; }
.gallery-item.gallery-wide { grid-column: span 8; }
.gallery-item.gallery-tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); transition: transform .7s, filter .4s; }
.gallery-item::after { content: '+'; position: absolute; right: 1rem; bottom: 1rem; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: white; opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.035); filter: saturate(1) contrast(1.04); }
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; transform: none; }
.gallery-note { margin: 2rem 0 0; color: var(--muted); font-size: .9rem; }

.contact { text-align: center; background: var(--charcoal); }
.contact-title { max-width: 1060px; margin: 0 auto 5rem; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1180px; margin: 0 auto 3.5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-card { min-height: 210px; padding: 2rem; border-right: 1px solid var(--line); }
.contact-card:last-child { border-right: 0; }
.contact-card h3 { margin: 2rem 0 .5rem; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.contact-card p, .contact-card a, .contact-card address { color: var(--muted); text-decoration: none; }
.contact-card address { font-style: normal; }
.contact-card a:hover { color: var(--gold-light); }
.site-footer { min-height: 330px; padding: 4rem 1.5rem 2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; border-top: 1px solid rgba(255,255,255,.06); text-align: center; }
.site-footer img { width: 180px; margin-bottom: 1rem; }
.site-footer p { margin: 0 0 2.5rem; color: var(--gold-light); font-family: var(--serif); font-size: 1.2rem; }
.site-footer small { color: #77736d; }

.whatsapp-float, .back-to-top { position: fixed; right: 24px; z-index: 90; width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(224,201,143,.7); border-radius: 50%; background: rgba(12,12,11,.92); color: var(--gold-light); box-shadow: 0 8px 28px rgba(0,0,0,.3); backdrop-filter: blur(10px); transition: transform .2s, background .2s, opacity .25s; }
.whatsapp-float { bottom: 24px; }
.whatsapp-float svg { width: 25px; height: 25px; fill: currentColor; }
.whatsapp-float:hover, .whatsapp-float:focus-visible, .back-to-top:hover, .back-to-top:focus-visible { background: var(--gold); color: var(--black); transform: translateY(-3px); }
.back-to-top { bottom: 88px; padding: 0; cursor: pointer; opacity: 0; pointer-events: none; }
.back-to-top.visible { opacity: 1; pointer-events: auto; }

.lightbox { width: min(92vw, 1200px); height: min(90vh, 900px); padding: 0; border: 0; background: #050505; overflow: hidden; }
.lightbox::backdrop { background: rgba(0,0,0,.9); backdrop-filter: blur(6px); }
.lightbox img { width: 100%; height: 100%; object-fit: contain; }
.lightbox-close { position: absolute; top: .8rem; right: .8rem; z-index: 2; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(0,0,0,.7); color: white; font-size: 1.8rem; line-height: 1; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 0; padding: 8rem 1.5rem 3rem; flex-direction: column; justify-content: center; gap: 1.5rem; background: rgba(8,8,8,.985); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .3s, visibility .3s, transform .3s; }
  .main-nav a { font-family: var(--serif); font-size: 2rem; letter-spacing: .02em; text-transform: none; }
  .menu-open .main-nav { opacity: 1; visibility: visible; transform: none; }
  .menu-open .menu-toggle span:first-child { top: 22px; transform: rotate(45deg); }
  .menu-open .menu-toggle span:last-child { top: 22px; transform: rotate(-45deg); }
  .intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .intro-text { padding-top: 0; }
  .featured-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-card:last-child { border-bottom: 0; }
  .feature-card h3 { margin-top: 2.6rem; }
  .about { grid-template-columns: 1fr; }
  .about-art { min-height: 380px; }
  .appointments { grid-template-columns: 1fr; }
  .appointments-image { min-height: 72vw; max-height: 640px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-grid { grid-auto-rows: 240px; }
  .gallery-item { grid-column: span 6; }
  .gallery-item.gallery-wide { grid-column: span 12; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-card:last-child { border-bottom: 0; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 74px; }
  .featured { display: none; }
  .site-header { height: 74px; padding: 0 1rem; }
  .brand { width: 78px; height: 70px; }
  .brand img { width: 66px; height: 66px; }
  .hero { align-items: flex-end; min-height: 92svh; padding: 8rem 1.25rem 6rem; }
  .hero-image { object-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,5,5,.96) 0%, rgba(5,5,5,.55) 62%, rgba(5,5,5,.35)); }
  h1 { font-size: clamp(3.5rem, 18vw, 5.4rem); }
  h2 { font-size: clamp(2.7rem, 14vw, 4.4rem); }
  .scroll-cue { display: none; }
  .section-pad { padding: 5.5rem 1.25rem; }
  .featured-grid { margin-inline: -1.25rem; }
  .feature-card { padding-inline: 1.25rem; }
  .about-art { min-height: 300px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-item { grid-template-columns: 42px 1fr; min-height: 72px; }
  .services-cta, .gallery-heading { align-items: flex-start; flex-direction: column; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: auto; gap: .7rem; }
  .gallery-item, .gallery-item.gallery-wide { grid-column: 1; }
  .gallery-item.gallery-tall { grid-row: auto; }
  .gallery-item img { aspect-ratio: 4 / 3; }
  .gallery-item:nth-child(2) img, .gallery-item:nth-child(4) img, .gallery-item:nth-child(7) img { aspect-ratio: 3 / 4; }
  .whatsapp-float, .back-to-top { right: 14px; width: 48px; height: 48px; }
  .whatsapp-float { bottom: 14px; }
  .back-to-top { bottom: 72px; }
}

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