:root {
  --bg: #f7f1e8;
  --surface: #fffaf3;
  --surface-2: #efe3d6;
  --ink: #1d1815;
  --muted: #71645b;
  --gold: #c7a25c;
  --gold-light: #e7cf9e;
  --burgundy: #681f35;
  --burgundy-deep: #42101f;
  --dark: #15120f;
  --line: rgba(29, 24, 21, .14);
  --white: #fff;
  --shadow: 0 24px 70px rgba(38, 22, 15, .14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--gold); color: var(--dark); }

.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-sm { padding: 72px 0; }
.section-dark { background: var(--dark); color: var(--white); }
.section-burgundy { background: var(--burgundy); color: var(--white); }
.text-center { text-align: center; }
.kicker {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin: 0 0 14px;
  color: var(--burgundy);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.kicker::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.section-dark .kicker, .section-burgundy .kicker, .on-image .kicker { color: var(--gold-light); }
.display, h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; letter-spacing: -.025em; }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { font-size: clamp(3.5rem, 7.5vw, 7.2rem); line-height: .88; }
h2 { font-size: clamp(2.6rem, 5.5vw, 5rem); line-height: .96; }
h3 { font-size: clamp(1.5rem, 2.2vw, 2.25rem); line-height: 1.08; }
.lead { font-size: clamp(1.05rem, 1.7vw, 1.32rem); line-height: 1.75; color: var(--muted); }
.section-dark .lead, .section-burgundy .lead, .on-image .lead { color: rgba(255,255,255,.78); }
.muted { color: var(--muted); }
.rule { width: 78px; height: 1px; background: var(--gold); margin: 22px 0 28px; }
.rule.center { margin-inline: auto; }

.skip-link { position: fixed; left: 18px; top: -100px; z-index: 9999; background: #fff; padding: 12px 16px; box-shadow: var(--shadow); }
.skip-link:focus { top: 18px; }

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  color: #fff;
  transition: background .3s ease, box-shadow .3s ease, color .3s ease;
}
.site-header.scrolled, .site-header.inner-header { background: rgba(21,18,15,.96); box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.header-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex-direction: column; font-family: var(--serif); font-size: 1.75rem; line-height: .8; letter-spacing: .02em; }
.brand small { margin-top: 8px; font: 600 .56rem/1 var(--sans); letter-spacing: .24em; text-transform: uppercase; color: var(--gold-light); }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a:not(.btn) { font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; position: relative; }
.main-nav > a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: var(--gold); transition: width .25s ease; }
.main-nav > a:hover::after, .main-nav > a.active::after { width: 100%; }
.nav-toggle { display: none; border: 0; background: transparent; color: inherit; padding: 9px; }
.mobile-nav { display: none; }

.btn {
  min-height: 48px;
  padding: 13px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--dark); }
.btn-gold:hover { background: #d9b66d; }
.btn-outline { border-color: rgba(255,255,255,.65); color: #fff; background: rgba(0,0,0,.08); }
.btn-outline:hover { background: #fff; color: var(--dark); }
.btn-dark { background: var(--dark); color: #fff; }
.btn-burgundy { background: var(--burgundy); color: #fff; }
.btn-light { background: #fff; color: var(--dark); }

/* Hero */
.hero {
  position: relative;
  min-height: 860px;
  height: 100svh;
  max-height: 980px;
  display: grid;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,11,9,.87) 0%, rgba(14,11,9,.58) 52%, rgba(14,11,9,.20) 100%), linear-gradient(0deg, rgba(14,11,9,.45), transparent 55%); }
.hero-content { position: relative; z-index: 2; width: min(850px, 100%); padding-top: 80px; }
.hero h1 { max-width: 820px; margin-bottom: 28px; }
.hero .lead { max-width: 670px; margin-bottom: 36px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { position: absolute; z-index: 3; right: 4vw; bottom: 48px; color: rgba(255,255,255,.78); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; }

/* Inner page hero */
.page-hero { position: relative; min-height: 620px; display: grid; align-items: end; color: #fff; overflow: hidden; }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,10,8,.84), rgba(13,10,8,.25)); }
.page-hero-content { position: relative; z-index: 2; padding: 180px 0 76px; max-width: 820px; }
.page-hero h1 { font-size: clamp(3.3rem, 7vw, 6.5rem); margin-bottom: 18px; }

/* Intro */
.intro-grid, .story-grid, .contact-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(48px, 7vw, 100px); align-items: center; }
.image-frame { position: relative; min-height: 650px; overflow: hidden; box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.image-frame::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.42); pointer-events: none; }
.image-label { position: absolute; left: -20px; bottom: 34px; z-index: 2; background: var(--burgundy); color: #fff; padding: 16px 22px; font-family: var(--serif); font-size: 1.3rem; }
.content-copy p { color: var(--muted); margin-bottom: 18px; }
.content-copy .signature { margin-top: 28px; color: var(--burgundy); font: italic 500 1.55rem/1.3 var(--serif); }

/* Services */
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-heading > div:first-child { max-width: 740px; }
.section-heading p:last-child { max-width: 430px; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.service-card { position: relative; min-height: 470px; overflow: hidden; background: #2a2420; color: #fff; box-shadow: 0 18px 45px rgba(0,0,0,.18); }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,12,10,.94) 0%, rgba(18,12,10,.15) 75%); }
.service-card:hover img { transform: scale(1.055); }
.service-content { position: absolute; z-index: 2; inset: auto 26px 27px; }
.service-content h3 { margin-bottom: 10px; }
.service-content p { margin-bottom: 18px; color: rgba(255,255,255,.75); font-size: .93rem; line-height: 1.6; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-light); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

/* Feature icons */
.benefits-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit { padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-number { color: var(--gold); font: 500 2.6rem/1 var(--serif); }
.benefit h3 { font-size: 1.65rem; margin: 16px 0 8px; }
.benefit p { color: var(--muted); margin: 0; font-size: .92rem; }

/* Gallery */
.gallery-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 30px 0 42px; }
.filter-btn { border: 1px solid var(--line); background: transparent; padding: 10px 16px; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.filter-btn.is-active, .filter-btn:hover { background: var(--dark); border-color: var(--dark); color: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 120px; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; border: 0; padding: 0; background: #d9cec2; cursor: zoom-in; }
.gallery-item:nth-child(1) { grid-column: span 5; grid-row: span 4; }
.gallery-item:nth-child(2) { grid-column: span 3; grid-row: span 3; }
.gallery-item:nth-child(3) { grid-column: span 4; grid-row: span 5; }
.gallery-item:nth-child(4) { grid-column: span 3; grid-row: span 3; }
.gallery-item:nth-child(5) { grid-column: span 5; grid-row: span 4; }
.gallery-item:nth-child(6) { grid-column: span 4; grid-row: span 3; }
.gallery-item:nth-child(7) { grid-column: span 4; grid-row: span 3; }
.gallery-item:nth-child(8) { grid-column: span 4; grid-row: span 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.gallery-item::after { content: "+"; position: absolute; right: 16px; bottom: 14px; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.9); font-size: 1.3rem; opacity: 0; transform: translateY(8px); transition: .25s ease; }
.gallery-item:hover img { transform: scale(1.04); filter: brightness(.8); }
.gallery-item:hover::after { opacity: 1; transform: translateY(0); }
.gallery-item[hidden] { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 3000; display: none; align-items: center; justify-content: center; background: rgba(12,10,8,.94); padding: 40px 80px; }
.lightbox.is-open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 88vh; object-fit: contain; }
.lightbox button { position: absolute; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.4); color: #fff; background: rgba(0,0,0,.25); border-radius: 50%; font-size: 1.5rem; }
.lightbox-close { top: 24px; right: 24px; }
.lightbox-prev { left: 24px; top: 50%; }
.lightbox-next { right: 24px; top: 50%; }

/* Cinematic split */
.cinematic { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; color: #fff; }
.cinematic img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.cinematic::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,13,10,.9), rgba(19,13,10,.15)); }
.cinematic-content { position: relative; z-index: 2; max-width: 650px; padding: 80px 0; }

/* Testimonials */
.testimonials { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.quote-card { background: var(--surface); border: 1px solid var(--line); padding: 36px; }
.quote-mark { color: var(--gold); font: 500 4.5rem/.5 var(--serif); }
.quote-card blockquote { margin: 24px 0; font: 400 1.35rem/1.45 var(--serif); }
.quote-card cite { color: var(--muted); font-style: normal; font-size: .76rem; letter-spacing: .11em; text-transform: uppercase; }

/* Process */
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0; }
.process-step { padding: 18px 38px 18px 0; border-right: 1px solid var(--line); }
.process-step + .process-step { padding-left: 38px; }
.process-step:last-child { border-right: 0; }
.process-step span { color: var(--gold); font: 500 3rem/1 var(--serif); }
.process-step h3 { margin: 16px 0 8px; }
.process-step p { color: var(--muted); margin: 0; }

/* CTA */
.cta-panel { position: relative; min-height: 470px; display: grid; place-items: center; text-align: center; color: #fff; overflow: hidden; }
.cta-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-panel::after { content: ""; position: absolute; inset: 0; background: rgba(80,20,39,.86); }
.cta-content { position: relative; z-index: 2; max-width: 780px; padding: 80px 24px; }
.cta-content h2 { margin-bottom: 18px; }
.cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

/* About */
.editorial-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; align-items: stretch; }
.editorial-image { min-height: 560px; position: relative; overflow: hidden; }
.editorial-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.editorial-copy { background: var(--burgundy); color: #fff; padding: clamp(44px, 7vw, 90px); display: flex; flex-direction: column; justify-content: center; }
.editorial-copy p { color: rgba(255,255,255,.76); }
.repertoire-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.repertoire-card { padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.35); }
.repertoire-card h3 { font-size: 1.6rem; margin-bottom: 8px; }
.repertoire-card p { color: var(--muted); margin: 0; font-size: .92rem; }
.big-quote { max-width: 900px; margin: 0 auto; text-align: center; font: italic 500 clamp(2.2rem, 4.8vw, 4.6rem)/1.08 var(--serif); }

/* Contact */
.contact-layout { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(340px,.8fr); gap: 48px; align-items: start; }
.form-card { background: var(--surface); padding: clamp(28px, 4vw, 54px); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.form-field.full { grid-column: 1 / -1; }
label { display: block; margin-bottom: 7px; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
input, select, textarea { width: 100%; border: 1px solid #d7c9bc; background: #fff; color: var(--ink); min-height: 50px; padding: 12px 14px; border-radius: 0; outline: 0; }
textarea { min-height: 145px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(199,162,92,.15); }
.checkbox-row { display: flex; align-items: flex-start; gap: 10px; }
.checkbox-row input { width: 18px; min-height: 18px; margin-top: 4px; }
.checkbox-row label { text-transform: none; letter-spacing: 0; font-weight: 500; color: var(--muted); }
.field-error { margin: 6px 0 0; color: #9d1c25; font-size: .8rem; }
.form-status { margin-top: 18px; padding: 12px 14px; display: none; }
.form-status.show { display: block; }
.form-status.success { background: #e8f4ea; color: #205d2d; }
.form-status.error { background: #fae8e8; color: #8b1f28; }
.contact-side { position: sticky; top: 112px; }
.contact-photo { min-height: 430px; position: relative; overflow: hidden; margin-bottom: 24px; }
.contact-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.contact-details { background: var(--dark); color: #fff; padding: 32px; }
.contact-details h3 { margin-bottom: 18px; }
.contact-item { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.14); }
.contact-item small { display: block; color: var(--gold-light); font-size: .63rem; letter-spacing: .14em; text-transform: uppercase; }
.contact-item a, .contact-item span { font-size: .95rem; }
.faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; border: 0; background: transparent; text-align: left; padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; font-family: var(--serif); font-size: 1.45rem; color: var(--ink); }
.faq-answer { display: none; padding: 0 0 24px; color: var(--muted); }
.faq-item.is-open .faq-answer { display: block; }

/* Footer */
.site-footer { background: #100e0c; color: rgba(255,255,255,.72); padding: 78px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 46px; }
.footer-brand p { max-width: 360px; margin-top: 22px; }
.footer-title { color: var(--gold-light); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px; }
.footer-links { display: grid; gap: 10px; font-size: .88rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 28px; margin-top: 48px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 1200; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.23); font-weight: 800; }

/* Reveal */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .benefits-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gallery-grid { grid-auto-rows: 100px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .section { padding: 78px 0; }
  .main-nav { display: none; }
  .nav-toggle { display: block; }
  .mobile-nav { position: absolute; top: 82px; left: 0; right: 0; background: #15120f; padding: 22px 24px 28px; flex-direction: column; gap: 4px; box-shadow: 0 20px 30px rgba(0,0,0,.2); }
  .mobile-nav.is-open { display: flex; }
  .mobile-nav a { padding: 12px 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.09); }
  .hero { min-height: 720px; max-height: none; height: 92svh; }
  .hero::after { background: linear-gradient(0deg, rgba(14,11,9,.88), rgba(14,11,9,.32)); }
  .hero h1 { font-size: clamp(3.1rem, 12vw, 5rem); }
  .hero-note { display: none; }
  .intro-grid, .story-grid, .contact-grid, .editorial-grid, .contact-layout { grid-template-columns: 1fr; }
  .image-frame { min-height: 580px; }
  .section-heading { display: block; }
  .section-heading p:last-child { margin-top: 18px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: auto; }
  .gallery-item, .gallery-item:nth-child(n) { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 5; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step + .process-step { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-step:last-child { border-bottom: 0; }
  .repertoire-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-side { position: static; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 32px, var(--container)); }
  .section { padding: 64px 0; }
  .header-row { min-height: 72px; }
  .mobile-nav { top: 72px; }
  .brand { font-size: 1.48rem; }
  .hero { min-height: 690px; height: 100svh; }
  .hero-content { padding-top: 74px; }
  .hero h1 { font-size: clamp(3.05rem, 15vw, 4.5rem); }
  .hero-actions .btn { width: 100%; }
  .page-hero { min-height: 540px; }
  .page-hero-content { padding-bottom: 54px; }
  .image-frame { min-height: 500px; }
  .image-label { left: 16px; }
  .services-grid, .benefits-grid, .testimonials, .repertoire-grid, .form-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 440px; }
  .benefits-grid { border-left: 0; }
  .benefit { border-left: 1px solid var(--line); }
  .gallery-grid { gap: 10px; }
  .gallery-filters { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; }
  .filter-btn { white-space: nowrap; }
  .cinematic { min-height: 580px; }
  .lightbox { padding: 70px 12px 30px; }
  .lightbox-prev, .lightbox-next { top: auto; bottom: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .form-field.full { grid-column: auto; }
}

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