:root {
  --ink: #08080a;
  --surface: #101015;
  --surface-raised: #15151d;
  --paper: #f4f0ea;
  --muted: #aaa5ae;
  --gold: #d2ad54;
  --gold-soft: #947532;
  --line: rgba(210, 173, 84, 0.22);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font: 400 1rem/1.8 var(--sans); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 5vw, 6.5rem); border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, height .35s; }
.site-header.scrolled { height: 68px; background: rgba(8,8,10,.9); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { color: var(--gold); font: 600 .86rem/1 var(--serif); letter-spacing: .16em; white-space: nowrap; }
.brand span { font-size: .62rem; }
.site-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.8vw, 2.8rem); }
.site-nav a { position: relative; color: #cbc6ce; font: 500 .72rem/1 var(--serif); letter-spacing: .19em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.7rem; height: 1px; background: var(--gold); transition: right .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 12px 8px; background: transparent; border: 0; color: var(--paper); }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .25s; }

.hero { position: relative; min-height: 100svh; display: grid; place-items: center; isolation: isolate; overflow: hidden; }
.hero-media, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: contain; object-position: center; z-index: -3; background: #030305; animation: heroZoom 18s ease-out both; }
.hero-overlay { z-index: -2; background: linear-gradient(90deg, rgba(3,3,5,.88), rgba(3,3,5,.28) 52%, rgba(3,3,5,.78)), linear-gradient(0deg, var(--ink) 0%, transparent 38%, rgba(3,3,5,.35) 100%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 50% 42%, transparent 0 15%, rgba(0,0,0,.48) 78%); }
.hero-content { max-width: 920px; padding: 9rem 1.5rem 5rem; text-align: center; }
.eyebrow { margin: 0 0 1.2rem; color: var(--gold); font: 500 .75rem/1.4 var(--serif); letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { margin: 0; font: 500 clamp(4.8rem, 11vw, 10.5rem)/.76 var(--serif); letter-spacing: -.045em; text-shadow: 0 6px 30px rgba(0,0,0,.65); }
.hero-script { margin: 2rem 0 1.3rem; color: var(--gold); font: italic 500 clamp(1.7rem, 3.2vw, 3rem)/1.1 var(--serif); letter-spacing: .06em; }
.hero-copy { max-width: 670px; margin: 0 auto 2.4rem; color: #c7c3ca; font-size: .95rem; }
.hero-actions { display: flex; flex-direction: column; align-items: center; gap: .8rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: .85rem 2rem; border: 1px solid var(--gold); cursor: pointer; font: 600 .76rem/1 var(--serif); letter-spacing: .16em; transition: background .25s, color .25s, transform .25s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-solid { gap: .65rem; color: #08080a; background: var(--gold); }
.button-solid:hover, .button-solid:focus-visible { color: var(--gold); background: rgba(8,8,10,.56); }
.button-outline { color: var(--gold); background: rgba(8,8,10,.24); }
.button-outline:hover, .button-outline:focus-visible { color: var(--ink); background: var(--gold); }
.scroll-cue { position: absolute; bottom: 1.7rem; left: 50%; display: grid; justify-items: center; gap: .6rem; transform: translateX(-50%); color: #99949d; font-size: .62rem; letter-spacing: .2em; }
.scroll-cue i { width: 1px; height: 34px; background: linear-gradient(var(--gold), transparent); }

.section { padding: clamp(6rem, 10vw, 9rem) clamp(1.25rem, 7vw, 7rem); scroll-margin-top: 60px; }
.about { min-height: 90vh; display: grid; grid-template-columns: minmax(280px, .9fr) minmax(340px, 1fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); background: var(--surface); }
.about-visual { position: relative; width: min(100%, 610px); padding: 2rem 2rem 0 0; justify-self: end; }
.about-visual .frame { position: absolute; inset: 0 0 8% 8%; border: 1px solid var(--line); }
.about-visual img { position: relative; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 48% center; filter: saturate(.75) contrast(1.05); }
.since { position: absolute; left: 3%; bottom: 4%; padding: .75rem 1.2rem; border: 1px solid rgba(210,173,84,.45); background: rgba(8,8,10,.84); color: var(--gold); font: 500 .72rem/1 var(--serif); letter-spacing: .14em; }
.about-content { max-width: 670px; }
.about h2, .section-heading h2 { margin: 0; font: 600 clamp(3.2rem, 6vw, 5.6rem)/.9 var(--serif); letter-spacing: .02em; text-transform: uppercase; }
.about h2 { max-width: 590px; }
.about h2 em { display: block; color: var(--gold); font-weight: 500; }
.gold-line { display: block; width: 54px; height: 1px; margin: 2.2rem 0; background: var(--gold); }
.about-content > p { color: var(--muted); max-width: 620px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
.stats strong { display: block; color: var(--gold); font: 600 clamp(1.6rem, 2.5vw, 2.2rem)/1 var(--serif); }
.stats span { display: block; margin-top: .45rem; color: #96919a; font-size: .74rem; }

.testimonials { background: #0b0b0e; }
.section-heading { max-width: 780px; margin: 0 auto clamp(3rem, 6vw, 5rem); text-align: center; }
.section-heading .gold-line { margin-left: auto; margin-right: auto; }
.section-intro { max-width: 660px; margin: 1.6rem auto 0; color: var(--muted); }
.testimonial-grid { max-width: 1180px; margin: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.testimonial { position: relative; margin: 0; min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; padding: 2.5rem; border: 1px solid rgba(255,255,255,.08); background: var(--surface); }
.testimonial.featured { border-color: var(--line); background: linear-gradient(145deg, #17171f, #101014); }
.quote-mark { position: absolute; right: 1.8rem; top: .6rem; color: rgba(210,173,84,.14); font: 600 7rem/1 var(--serif); }
.testimonial > p { position: relative; margin: 0; color: #c0bbc3; font-family: var(--serif); font-size: 1.15rem; line-height: 1.55; }
.testimonial footer { padding-top: 1.5rem; border-top: 1px solid var(--line); }
.testimonial footer strong, .testimonial footer span { display: block; }
.testimonial footer strong { color: var(--gold); font: 600 .83rem/1.4 var(--serif); letter-spacing: .1em; text-transform: uppercase; }
.testimonial footer span { margin-top: .25rem; color: #77727c; font-size: .72rem; }

.gallery-section { background: var(--ink); padding-left: 0; padding-right: 0; overflow: hidden; }
.gallery-section .section-heading { padding: 0 1.25rem; }
.carousel { position: relative; max-width: 1180px; margin: auto; padding: 0 4.2rem 3.5rem; }
.carousel-viewport { overflow: hidden; }
.carousel-track { display: flex; transition: transform .75s cubic-bezier(.22,.75,.18,1); }
.slide { flex: 0 0 100%; margin: 0; padding: 0 clamp(.3rem, 1vw, .8rem); }
.slide img { width: 100%; height: clamp(330px, 52vw, 620px); object-fit: cover; filter: brightness(.75) saturate(.72); border: 1px solid var(--line); transition: filter .5s; }
.slide[aria-hidden="false"] img { filter: brightness(.95) saturate(.88); }
.carousel-arrow { position: absolute; top: 42%; z-index: 3; width: 50px; height: 50px; border: 1px solid rgba(210,173,84,.45); background: rgba(8,8,10,.78); color: var(--gold); cursor: pointer; font-size: 1.25rem; transition: background .2s, color .2s; }
.carousel-arrow:hover, .carousel-arrow:focus-visible { color: var(--ink); background: var(--gold); }
.carousel-arrow.previous { left: .1rem; }
.carousel-arrow.next { right: .1rem; }
.carousel-dots { position: absolute; left: 50%; bottom: 0; display: flex; gap: .65rem; transform: translateX(-50%); }
.carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; background: #51472d; cursor: pointer; transition: width .25s, background .25s; }
.carousel-dots button.active { width: 30px; background: var(--gold); }

.contact { background: var(--surface); }
.contact-grid { max-width: 1120px; margin: auto; }
.contact-aside { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 1.5rem; align-items: start; }
.whatsapp-card { grid-column: 2; grid-row: 1; min-height: 116px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; padding: 1.45rem; border: 1px solid rgba(49,205,104,.35); background: rgba(24,78,43,.4); transition: transform .25s, background .25s; }
.whatsapp-card:hover, .whatsapp-card:focus-visible { transform: translateY(-3px); background: rgba(24,98,48,.52); }
.whatsapp-icon { width: 50px; height: 50px; display: grid; place-items: center; background: #22c767; }
.whatsapp-icon svg { width: 28px; fill: white; }
.whatsapp-card small, .whatsapp-card strong, .whatsapp-card em { display: block; }
.whatsapp-card small { color: #4de385; font-size: .66rem; letter-spacing: .16em; }
.whatsapp-card strong { margin-top: .2rem; font-size: .92rem; }
.whatsapp-card em { color: #9da7a0; font-size: .7rem; font-style: normal; }
.whatsapp-card b { color: #4de385; font-weight: 400; }
.contact-details { grid-column: 1; grid-row: 1; padding: 2rem; border: 1px solid rgba(255,255,255,.09); background: var(--surface-raised); }
.contact-details > div { padding: .75rem 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.contact-details > div:last-child { border-bottom: 0; }
.contact-details span, .contact-details a { display: block; }
.contact-details span { color: #77727c; font-size: .7rem; }
.contact-details a { font-size: .85rem; }
.contact-details a:hover { color: var(--gold); }
.footer { min-height: 120px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2rem clamp(1.25rem, 7vw, 7rem); border-top: 1px solid var(--line); background: #070709; color: #77727c; font-size: .7rem; }
.footer > a:last-child { justify-self: end; color: #aaa5ae; }
.footer > a:last-child:hover { color: var(--gold); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .85s ease, transform .85s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1); } }

@media (max-width: 900px) {
  .site-header { height: 70px; }
  .menu-toggle { display: block; z-index: 2; }
  .site-nav { position: fixed; inset: 0; display: grid; place-content: center; gap: 2.2rem; background: rgba(8,8,10,.98); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
  .site-nav a { font-size: 1.1rem; text-align: center; }
  .menu-open .site-nav { opacity: 1; visibility: visible; }
  .menu-open .menu-toggle span:not(.sr-only):first-of-type { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:not(.sr-only):last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .about { grid-template-columns: 1fr; }
  .about-visual { justify-self: center; max-width: 600px; }
  .about-content { margin: auto; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial.featured { transform: none; }
  .testimonial { min-height: 250px; }
  .contact-aside { grid-template-columns: 1fr; }
  .contact-details { grid-column: 1; grid-row: 1; }
  .whatsapp-card { grid-column: 1; grid-row: 2; }
  .footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer > a:last-child { justify-self: center; }
}

@media (max-width: 600px) {
  .brand { font-size: .74rem; }
  .hero-media { object-fit: cover; }
  .hero h1 { font-size: clamp(3.8rem, 19vw, 5.8rem); }
  .hero-script { font-size: 1.55rem; }
  .hero-copy { font-size: .88rem; }
  .section { padding: 5.5rem 1.25rem; }
  .about { padding-top: 6rem; }
  .about-visual { padding: 1.2rem 1.2rem 0 0; }
  .about-visual .frame { inset: 0 0 7% 6%; }
  .about h2, .section-heading h2 { font-size: 2.9rem; }
  .stats { gap: 1rem; }
  .stats strong { font-size: 2rem; }
  .stats span { font-size: .64rem; line-height: 1.4; }
  .gallery-section { padding-left: 0; padding-right: 0; }
  .carousel { padding: 0 1.2rem 3rem; }
  .slide { padding: 0; }
  .slide img { height: 420px; }
  .carousel-arrow { top: calc(50% - 40px); width: 42px; height: 42px; }
  .carousel-arrow.previous { left: 1.7rem; }
  .carousel-arrow.next { right: 1.7rem; }
  .whatsapp-card { padding: 1.1rem; }
  .whatsapp-icon { width: 44px; height: 44px; }
}

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