:root {
  --ink: #100c09;
  --coffee: #24150e;
  --cream: #f7efe1;
  --muted: #d2bd9d;
  --gold: #d8a438;
  --gold-light: #f4cc68;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: Manrope, sans-serif; }

.site-header {
  position: fixed; z-index: 10; top: 0; left: 0; width: 100%; height: 200px;
  display: flex; align-items: center; gap: clamp(20px, 2.5vw, 48px); padding: 13px clamp(24px, 4.7vw, 92px);
  transition: background-color .35s ease, height .35s ease, box-shadow .35s ease;
}
.site-header.scrolled { height: 82px; background: rgba(9, 7, 5, .95); box-shadow: 0 10px 36px rgba(0,0,0,.2); }
.brand { display: block; width: clamp(300px, 28vw, 460px); flex-shrink: 0; transition: width .35s ease, margin .35s ease; }
.brand img { display: block; width: 100%; height: 176px; object-fit: contain; object-position: center; filter: drop-shadow(0 3px 7px rgba(0,0,0,.5)); transition: height .35s ease; }
.site-header.scrolled .brand { width: clamp(146px, 13vw, 210px); }
.site-header.scrolled .brand img { height: 75px; }

.main-nav { display: flex; justify-content: center; gap: clamp(17px, 2.15vw, 39px); margin-left: auto; }
.main-nav a { color: rgba(255, 246, 231, .89); text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; transition: color .2s ease; white-space: nowrap; }
.main-nav a:hover, .main-nav .active { color: var(--gold-light); }
.main-nav .active::after { content: ''; display: block; width: 16px; height: 1px; margin: 6px auto 0; background: var(--gold); }

.booking-button, .hero-cta {
  background: linear-gradient(112deg, #a46d16, #e7b545 49%, #b47b1c); color: #1a1007; text-decoration: none;
  box-shadow: inset 0 1px rgba(255,255,255,.38), 0 8px 24px rgba(0,0,0,.24); transition: transform .2s ease, filter .2s ease;
}
.booking-button:hover, .hero-cta:hover { transform: translateY(-2px); filter: brightness(1.1); }
.booking-button { display: flex; align-items: center; gap: 12px; padding: 10px 20px 11px; min-width: 230px; }
.whatsapp-icon { display: block; width: 29px; height: 29px; object-fit: contain; }
.booking-button span { display: grid; line-height: 1.18; }
.booking-button strong { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.booking-button b { margin-top: 3px; font-size: 14px; letter-spacing: .06em; }
.booking-button small { margin-top: 3px; font-size: 9px; font-weight: 700; letter-spacing: .04em; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: url('images/hero.png') center center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,8,5,.95) 0%, rgba(20,12,7,.83) 27%, rgba(20,12,7,.37) 54%, rgba(8,5,3,.08) 86%), linear-gradient(0deg, rgba(7,4,2,.38), transparent 29%); }
.hero-grain { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, rgba(164,107,25,.08), transparent 42%); }
.hero-content { position: relative; z-index: 1; width: min(650px, 90vw); margin-left: clamp(26px, 11.3vw, 218px); padding-top: 58px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .23em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; letter-spacing: -.04em; }
h1 { max-width: 640px; font-size: clamp(53px, 5.3vw, 96px); line-height: .88; text-wrap: balance; }
h1 em, h2 em { color: #e9b84d; font-style: italic; font-weight: 500; }
.hero-copy { max-width: 470px; margin: 27px 0 31px; color: rgba(247,239,225,.78); font-size: 14px; line-height: 1.8; }
.hero-cta { display: inline-flex; align-items: center; gap: 23px; padding: 15px 19px 15px 23px; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-cta span { font-size: 21px; line-height: 10px; }
.hero-footer { position: absolute; z-index: 1; right: clamp(24px, 4.7vw, 92px); bottom: 28px; left: clamp(24px, 4.7vw, 92px); display: flex; justify-content: space-between; align-items: center; }
.hero-footer p { margin: 0; color: rgba(255,244,226,.57); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.scroll-cue { display: flex; align-items: center; gap: 12px; color: var(--cream); text-decoration: none; font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.scroll-cue i { display: block; width: 28px; height: 44px; border: 1px solid rgba(255,244,226,.64); border-radius: 20px; }
.scroll-cue i::before { content: ''; display: block; width: 3px; height: 7px; margin: 9px auto; border-radius: 4px; background: var(--gold-light); animation: scroll 1.7s infinite; }
@keyframes scroll { 50% { transform: translateY(12px); opacity: .2; } }

.about { position: relative; overflow: hidden; padding: 134px max(7vw, 28px) 150px; background: #0d0a08; }
.about::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 15% 12%, rgba(134,84,21,.12), transparent 28%), radial-gradient(circle at 78% 70%, rgba(103,61,16,.1), transparent 25%); pointer-events: none; }
.about-heading { position: relative; max-width: 1220px; margin: 0 auto 108px; text-align: center; }
.about-heading .eyebrow { justify-content: center; }
.about-heading h2 { font-size: clamp(52px, 6.2vw, 100px); line-height: .85; }
.music-mark { position: absolute; z-index: 0; color: #d8a438; font-family: Georgia, serif; font-weight: 700; opacity: .035; pointer-events: none; }
.music-mark-one { top: 13%; left: -1%; font-size: clamp(240px, 26vw, 450px); transform: rotate(-13deg); }
.music-mark-two { top: 38%; right: 4%; font-size: clamp(180px, 19vw, 330px); transform: rotate(18deg); }
.music-mark-three { bottom: 1%; left: 11%; font-size: clamp(180px, 22vw, 360px); transform: rotate(-20deg); }
.about-story { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .93fr) minmax(350px, 1fr); align-items: center; gap: clamp(50px, 9vw, 154px); max-width: 1220px; margin: 0 auto 138px; }
.about-story:last-child { margin-bottom: 0; grid-template-columns: minmax(350px, 1fr) minmax(0, .93fr); }
.story-copy { max-width: 485px; }
.story-kicker { margin: 0 0 19px; color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.story-copy h3 { margin: 0 0 24px; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(42px, 4.1vw, 65px); font-weight: 600; letter-spacing: -.04em; line-height: .9; }
.story-copy h3 em { color: var(--gold-light); font-style: italic; font-weight: 500; }
.story-copy > p:not(.story-kicker) { margin: 0 0 19px; color: rgba(247,239,225,.75); font-size: clamp(18px, 1.45vw, 22px); line-height: 1.78; }
.story-image { position: relative; margin: 0; overflow: hidden; background: #23160e; box-shadow: 20px 23px 0 rgba(128,77,18,.23); }
.story-image::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(236,188,80,.35); transform: translate(11px, 11px); pointer-events: none; }
.story-image img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.83) contrast(1.05); transition: transform .55s ease, filter .55s ease; }
.story-image:hover img { transform: scale(1.035); filter: saturate(1) contrast(1); }
.image-tall { height: 576px; }
.image-tall img { object-position: center 54%; }
.image-wide { height: 420px; }
.image-wide img { object-position: center 62%; }

.service-zones { position: relative; overflow: hidden; padding: 145px max(7vw, 28px) 150px; background: #17100c; }
.service-zones::before { content: '♫'; position: absolute; top: 22%; right: -3%; color: #e0aa40; font-family: Georgia, serif; font-size: clamp(260px, 34vw, 560px); line-height: 1; opacity: .035; transform: rotate(17deg); pointer-events: none; }
.zones-intro { position: relative; z-index: 1; width: min(590px, 100%); margin: 0 auto; text-align: center; }
.zones-intro .eyebrow { justify-content: center; }
.zones-intro h2 { margin-bottom: 27px; font-size: clamp(62px, 7.1vw, 110px); line-height: .81; }
.zones-intro > p:not(.eyebrow) { max-width: 690px; margin-inline: auto; color: rgba(247,239,225,.78); font-size: clamp(19px, 1.55vw, 26px); line-height: 1.55; }
.zones-video-collage { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2vw, 28px); max-width: 1220px; margin: 110px auto 0; }
.zone-video { position: relative; margin: 0; overflow: hidden; aspect-ratio: 9 / 13; background: #080604; box-shadow: 11px 13px 0 rgba(126,74,16,.28); }
.zone-video::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(240,194,90,.45); pointer-events: none; }
.zone-video video { display: block; width: 100%; height: 100%; object-fit: cover; filter: sepia(.13) saturate(.82) contrast(1.08); }
.video-main, .video-top, .video-bottom { inset: auto; width: auto; height: auto; }
.video-caption { grid-column: 1 / -1; margin-top: 5px; color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-align: center; text-transform: uppercase; }
.municipalities { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(40px, 8vw, 140px); max-width: 1220px; margin: 0 auto; }
.municipality-list { border-top: 1px solid rgba(240,194,90,.46); padding-top: 20px; }
.municipality-title { display: flex; align-items: baseline; margin-bottom: 32px; }
.municipality-title h3 { margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 48px; font-weight: 600; letter-spacing: -.035em; }
.municipality-list ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 25px; margin: 0; padding: 0; list-style: none; }
.municipality-list li { position: relative; padding-left: 14px; color: rgba(247,239,225,.76); font-size: 15px; line-height: 1.45; }
.municipality-list li::before { content: ''; position: absolute; top: .62em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.site-footer { position: relative; overflow: hidden; padding: 112px max(7vw, 28px) 27px; background: url('images/1.jpeg') center 49% / cover no-repeat; }
.site-footer::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,3,2,.77), rgba(8,5,3,.66) 55%, rgba(4,3,2,.74)), rgba(0,0,0,.14); }
.footer-content, .footer-bottom { position: relative; z-index: 1; max-width: 1220px; margin: 0 auto; }
.footer-content { display: flex; align-items: center; justify-content: space-between; gap: 80px; min-height: 260px; }
.footer-brand { max-width: 290px; }
.footer-brand img { display: block; width: 245px; max-width: 100%; height: 128px; object-fit: contain; object-position: left center; }
.footer-brand > p { margin: 18px 0 0; color: rgba(247,239,225,.69); font-size: 14px; line-height: 1.65; }
.footer-social { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.footer-social a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(244,204,104,.6); color: var(--gold-light); font-size: 17px; text-decoration: none; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.footer-social a:hover { background: var(--gold-light); color: #160d05; transform: translateY(-2px); }
.footer-contact { text-align: right; }
.footer-contact .eyebrow { justify-content: flex-end; }
.footer-contact h2 { font-size: clamp(42px, 4.3vw, 68px); line-height: .88; }
.footer-phone { display: inline-flex; align-items: center; gap: 12px; margin-top: 29px; color: var(--gold-light); text-decoration: none; }
.footer-phone .whatsapp-icon { width: 31px; height: 31px; }
.phone-numbers { display: grid; line-height: 1.2; }
.phone-numbers b { font-size: 22px; letter-spacing: .04em; }
.phone-numbers small { margin-top: 6px; color: rgba(247,239,225,.86); font-size: 15px; font-weight: 700; letter-spacing: .04em; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 75px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(247,239,225,.55); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-bottom a { color: var(--gold-light); text-decoration: none; }

.floating-booking { position: fixed; z-index: 12; right: clamp(18px, 2.7vw, 42px); bottom: clamp(18px, 2.7vw, 42px); display: inline-flex; align-items: center; gap: 11px; padding: 14px 19px 14px 14px; border: 1px solid rgba(255,235,181,.5); background: linear-gradient(112deg, #a46d16, #e7b545 49%, #b47b1c); color: #1a1007; box-shadow: 0 11px 30px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.43); text-decoration: none; transition: transform .2s ease, filter .2s ease; }
.floating-booking:hover { transform: translateY(-3px); filter: brightness(1.08); }
.floating-booking .whatsapp-icon { width: 28px; height: 28px; }
.floating-booking span { font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.menu-toggle { display: none; }

@media (min-width: 1101px) {
  .site-header { padding-left: clamp(14px, 1.25vw, 30px); }
  .hero-content { margin-left: clamp(44px, 3.2vw, 82px); }
}

@media (max-width: 1100px) and (min-width: 721px) {
  .site-header { height: 154px; padding-inline: 28px; gap: 18px; }
  .brand { width: 260px; }
  .brand img { height: 132px; }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 10px; }
  .booking-button { min-width: auto; padding: 8px 12px; }
  .booking-button .whatsapp-icon { width: 24px; height: 24px; }
  .booking-button strong { font-size: 8px; }
  .booking-button b { font-size: 12px; }
  .booking-button small { font-size: 8px; }
}
@media (max-width: 920px) {
  .site-header { padding-inline: 26px; }
  .main-nav { gap: 18px; }
}
@media (max-width: 720px) {
  .site-header { height: 144px; justify-content: space-between; padding: 3px 21px 3px 5px; }
  .brand { width: min(100vw, 430px); margin-left: -100px; }
  .brand img { height: 138px; }
  .site-header.scrolled .brand { width: 154px; margin-left: 0; }
  .site-header.scrolled .brand img { height: 65px; }
  .booking-button { display: none; }
  .floating-booking { right: 16px; bottom: 16px; padding: 12px 15px 12px 12px; }
  .floating-booking .whatsapp-icon { width: 25px; height: 25px; }
  .floating-booking span { font-size: 9px; }
  .menu-toggle { display: grid; gap: 5px; width: 40px; padding: 10px 7px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; width: 26px; height: 1px; background: var(--cream); transition: transform .2s; }
  .main-nav { position: absolute; top: 144px; left: 0; width: 100%; display: grid; gap: 0; padding: 11px 25px 18px; background: #0c0806; transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .3s ease, opacity .3s ease; }
  .site-header.scrolled .main-nav { top: 82px; }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .main-nav .active::after { display: none; }
  .hero { min-height: 100svh; background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(13,8,5,.91), rgba(15,9,5,.62) 77%, rgba(8,4,2,.3)), linear-gradient(0deg, rgba(7,4,2,.58), transparent 35%); }
  .hero-content { margin-left: 25px; padding-top: 72px; }
  h1 { font-size: clamp(51px, 15vw, 70px); }
  .hero-copy { max-width: 340px; font-size: 13px; }
  .hero-footer p { max-width: 176px; line-height: 1.5; }
  .scroll-cue span { display: none; }
  .about { padding: 88px 25px 100px; }
  .about-heading { margin-bottom: 66px; text-align: left; }
  .about-heading .eyebrow { justify-content: flex-start; }
  .about-heading h2 { font-size: clamp(48px, 14vw, 70px); }
  .about-story, .about-story:last-child { display: flex; flex-direction: column; align-items: stretch; gap: 36px; margin-bottom: 88px; }
  .story-image { width: calc(100% - 12px); }
  .story-image::after { transform: translate(8px, 8px); }
  .image-tall, .image-wide { height: 420px; }
  .story-copy h3 { font-size: 48px; }
  .story-kicker { font-size: 10px; }
  .story-copy > p:not(.story-kicker) { font-size: 17px; line-height: 1.72; }
  .service-zones { padding: 92px 25px 100px; }
  .zones-intro { margin: 0; text-align: left; }
  .zones-intro .eyebrow { justify-content: flex-start; }
  .zones-intro h2 { font-size: clamp(57px, 16vw, 78px); }
  .zones-intro > p:not(.eyebrow) { margin-inline: 0; font-size: 19px; line-height: 1.6; }
  .zones-video-collage { width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin: 46px 0 80px; }
  .zone-video { aspect-ratio: 9 / 14; box-shadow: 6px 7px 0 rgba(126,74,16,.28); }
  .video-caption { margin-top: 2px; font-size: 8px; }
  .municipalities { grid-template-columns: 1fr; gap: 58px; }
  .municipality-list ul { gap: 13px 16px; }
  .municipality-list li { font-size: 13px; }
  .municipality-title h3 { font-size: 43px; }
  .site-footer { padding: 78px 25px 21px; background-position: 57% center; }
  .footer-content { display: block; }
  .footer-brand img { width: 218px; height: 108px; }
  .footer-brand > p { max-width: 250px; font-size: 13px; }
  .footer-contact { margin-top: 63px; text-align: left; }
  .footer-contact .eyebrow { justify-content: flex-start; }
  .footer-contact h2 { font-size: 47px; }
  .phone-numbers b { font-size: 20px; }
  .phone-numbers small { font-size: 14px; }
  .footer-bottom { margin-top: 65px; font-size: 8px; }
}
