:root {
  --forest: #142a23;
  --forest-deep: #0b1c17;
  --forest-soft: #254438;
  --ivory: #f4efe5;
  --paper: #fbf8f1;
  --sand: #d8c8a8;
  --gold: #b88950;
  --gold-light: #d7b783;
  --sage: #8ea092;
  --ink: #17221d;
  --muted: #68736d;
  --line: rgba(20, 42, 35, 0.16);
  --shadow: 0 24px 70px rgba(12, 30, 24, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, video { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 92px;
  padding: 0 clamp(24px, 5vw, 82px);
  color: #fff;
  transition: height .35s ease, background .35s ease, color .35s ease, box-shadow .35s ease;
}
.site-header.scrolled {
  height: 76px;
  color: var(--forest);
  background: rgba(251, 248, 241, .94);
  box-shadow: 0 8px 35px rgba(13, 32, 26, .08);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1rem;
  letter-spacing: .14em;
  padding-left: .14em;
}
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-family: "Playfair Display", Georgia, serif; font-size: 1.18rem; font-weight: 600; }
.brand-copy small { font-size: .62rem; text-transform: uppercase; letter-spacing: .16em; opacity: .68; }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a { position: relative; text-decoration: none; font-size: .83rem; font-weight: 600; letter-spacing: .02em; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .25s ease; }
.main-nav a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { border: 1px solid rgba(255,255,255,.55); padding: 12px 18px; transition: .25s ease; }
.site-header.scrolled .nav-cta { border-color: var(--forest); }
.nav-cta:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; margin: 7px 0; background: currentColor; transition: .3s ease; }

.hero { min-height: 860px; height: 100svh; display: grid; grid-template-columns: 46% 54%; position: relative; background: var(--forest); }
.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 148px clamp(36px, 6vw, 104px) 90px;
  color: #fff;
  background:
    radial-gradient(circle at 15% 85%, rgba(184,137,80,.2), transparent 30%),
    linear-gradient(145deg, var(--forest-soft), var(--forest-deep) 68%);
}
.hero-copy::after {
  content: "";
  position: absolute;
  top: 13%; right: -1px; bottom: 13%;
  width: 1px;
  background: linear-gradient(transparent, rgba(255,255,255,.35), transparent);
}
.kicker { margin: 0 0 20px; color: var(--gold-light); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .24em; }
.kicker.dark { color: #89653c; }
.hero h1, h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 500; }
.hero h1 { margin: 0; font-size: clamp(4rem, 6.2vw, 7.3rem); line-height: .94; letter-spacing: -.045em; }
.hero h1 em { color: var(--gold-light); font-weight: 500; }
.hero-intro { max-width: 610px; margin: 30px 0 0; color: rgba(255,255,255,.76); font-size: 1.05rem; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; text-decoration: none; font-size: .79rem; font-weight: 700; letter-spacing: .04em; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #fff; background: var(--gold); box-shadow: 0 12px 28px rgba(0,0,0,.2); }
.button-gold:hover { background: #c1945d; box-shadow: 0 16px 32px rgba(0,0,0,.25); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-size: .84rem; font-weight: 600; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translate(4px, 4px); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 52px; }
.hero-tags span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.67); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }

.hero-mosaic { display: grid; grid-template-columns: 57% 43%; grid-template-rows: 56% 44%; min-width: 0; position: relative; background: #243d33; }
.hero-image { margin: 0; min-width: 0; min-height: 0; overflow: hidden; position: relative; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,18,14,.05), rgba(6,18,14,.22)); pointer-events: none; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.5s cubic-bezier(.2,.7,.2,1); }
.hero-image:hover img { transform: scale(1.035); }
.hero-image-main { grid-row: 1 / 3; }
.hero-image-main img { object-position: center 42%; }
.hero-image-wide img { object-position: center; }
.hero-image-gate img { object-position: center 44%; }
.location-card {
  position: absolute;
  z-index: 3;
  left: 40px;
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 310px;
  padding: 18px 21px;
  color: #fff;
  background: rgba(11,28,23,.78);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}
.location-icon { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.35); color: var(--gold-light); font-size: 1.25rem; }
.location-card small { display: block; margin-bottom: 4px; color: rgba(255,255,255,.58); font-size: .58rem; text-transform: uppercase; letter-spacing: .13em; }
.location-card strong { font-family: "Playfair Display", Georgia, serif; font-size: 1rem; line-height: 1.35; font-weight: 500; }
.scroll-cue { position: absolute; z-index: 4; left: clamp(36px, 6vw, 104px); bottom: 26px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); text-decoration: none; font-size: .62rem; text-transform: uppercase; letter-spacing: .16em; }
.scroll-cue span { width: 36px; height: 1px; background: rgba(255,255,255,.45); }

.section { padding: 120px clamp(24px, 7vw, 118px); }
.section-label { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 30px; color: var(--muted); font-size: .64rem; text-transform: uppercase; letter-spacing: .18em; }
.section-label span { color: var(--gold); }
.section-label::after { content: ""; width: 54px; height: 1px; background: var(--line); }
.section-label.light { color: rgba(255,255,255,.55); }
.section-label.light::after { background: rgba(255,255,255,.22); }
.intro { position: relative; background: var(--paper); }
.intro::before { content: "BLR"; position: absolute; right: 5vw; top: 25px; color: rgba(20,42,35,.026); font-family: "Playfair Display", Georgia, serif; font-size: 17vw; line-height: 1; pointer-events: none; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: start; }
.intro h2, .section-top h2, .gallery-heading h2 { margin: 0; max-width: 720px; font-size: clamp(3rem, 5.2vw, 6.1rem); line-height: 1.02; letter-spacing: -.04em; }
.intro-copy { padding-top: 12px; }
.intro-copy p { margin: 0 0 22px; max-width: 650px; color: var(--muted); font-size: .98rem; line-height: 1.9; }
.intro-copy .lead { color: var(--ink); font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.45rem, 2.2vw, 2.15rem); line-height: 1.5; }

.legacy-section { display: grid; grid-template-columns: 47% 53%; min-height: 760px; background: var(--forest-deep); color: #fff; }
.legacy-portrait { display: flex; justify-content: flex-end; align-items: center; padding: 90px 0 90px clamp(24px, 7vw, 118px); background: linear-gradient(130deg, #d7c9ad, #eee5d2); }
.portrait-frame { position: relative; width: min(430px, 88%); height: 580px; padding: 18px; background: #f7f1e7; box-shadow: 0 30px 80px rgba(13,30,24,.3); }
.portrait-frame::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(184,137,80,.5); pointer-events: none; }
.portrait-frame img { height: 100%; object-fit: cover; object-position: center 21%; filter: saturate(.86) contrast(1.02); }
.portrait-caption { position: absolute; right: -45px; bottom: 36px; padding: 13px 18px; color: #fff; background: var(--gold); font-size: .64rem; text-transform: uppercase; letter-spacing: .13em; box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.legacy-copy { display: flex; flex-direction: column; justify-content: center; padding: 95px clamp(34px, 8vw, 135px); background: radial-gradient(circle at 100% 0, rgba(184,137,80,.18), transparent 34%); }
.ornament { margin-bottom: 38px; color: var(--gold-light); font-size: 1.4rem; }
.legacy-copy h2 { margin: 0 0 28px; font-size: clamp(3.2rem, 5vw, 6rem); line-height: .98; letter-spacing: -.04em; }
.legacy-copy blockquote { margin: 0 0 28px; padding-left: 24px; border-left: 1px solid var(--gold); color: var(--sand); font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.35rem, 2vw, 1.95rem); font-style: italic; line-height: 1.55; }
.legacy-copy > p { max-width: 620px; color: rgba(255,255,255,.64); font-size: .94rem; line-height: 1.9; }
.legacy-signature { margin-top: 40px; color: var(--gold-light); font-size: .62rem; text-transform: uppercase; letter-spacing: .18em; }

.experiences { background: var(--ivory); }
.section-top, .gallery-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 52px; }
.section-top > p, .gallery-heading > p { max-width: 390px; margin: 0 0 6px; color: var(--muted); font-size: .9rem; line-height: 1.8; }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-auto-rows: 570px; gap: 18px; }
.experience-card { position: relative; overflow: hidden; }
.experience-card img { height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.experience-weekend img { object-position: center 55%; }
.experience-offsite img { object-position: center; }
.experience-family img { object-position: 45% center; }
.experience-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,20,15,.03) 30%, rgba(7,20,15,.9) 100%); transition: background .35s ease; }
.experience-card:hover img { transform: scale(1.045); }
.experience-card:hover .experience-overlay { background: linear-gradient(180deg, rgba(7,20,15,.08), rgba(7,20,15,.94)); }
.experience-content { position: absolute; inset: auto 0 0; padding: 34px; color: #fff; }
.experience-content > span { color: var(--gold-light); font-size: .64rem; letter-spacing: .16em; }
.experience-content h3 { margin: 8px 0 10px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2rem, 2.7vw, 3.1rem); font-weight: 500; }
.experience-content p { max-width: 360px; margin: 0; color: rgba(255,255,255,.72); font-size: .88rem; line-height: 1.7; }
.experience-notes { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.4); }
.experience-notes > div { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 13px; padding: 24px; border-right: 1px solid var(--line); }
.experience-notes > div:last-child { border-right: 0; }
.note-icon { grid-row: 1 / 3; color: var(--gold); font-size: 1.3rem; }
.experience-notes strong { font-size: .78rem; }
.experience-notes small { margin-top: 4px; color: var(--muted); font-size: .67rem; }

.film-section { display: grid; grid-template-columns: 36% 64%; min-height: 700px; color: #fff; background: var(--forest); }
.film-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(32px, 6vw, 100px); background: linear-gradient(145deg, #1c392f, #0c211a); }
.film-copy h2 { margin: 0 0 28px; font-size: clamp(3rem, 4.6vw, 5.7rem); line-height: 1.02; letter-spacing: -.04em; }
.film-copy > p { max-width: 470px; color: rgba(255,255,255,.64); font-size: .9rem; line-height: 1.85; }
.light-link { margin-top: 22px; color: var(--gold-light); }
.film-frame { position: relative; overflow: hidden; background: #000; }
.film-frame video { width: 100%; height: 100%; min-height: 700px; object-fit: cover; }
.film-badge { position: absolute; z-index: 2; right: 28px; bottom: 28px; display: flex; align-items: center; gap: 14px; padding: 14px 18px; color: #fff; background: rgba(10,27,21,.78); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(12px); }
.film-badge span { font-family: "Playfair Display", Georgia, serif; font-size: 1.3rem; color: var(--gold-light); }
.film-badge small { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.2); font-size: .6rem; text-transform: uppercase; letter-spacing: .12em; }

.gallery-section { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: 1.05fr .72fr .72fr; grid-template-rows: 330px 330px; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; margin: 0; padding: 0; border: 0; background: #ddd; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .8s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(7,20,15,.75)); opacity: .8; }
.gallery-item span { position: absolute; z-index: 2; left: 20px; bottom: 18px; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: 1.2rem; }
.gallery-item:hover img { transform: scale(1.04); filter: saturate(1.05); }
.gallery-a { grid-row: 1 / 3; }
.gallery-a img { object-position: center; }
.gallery-b img { object-position: center 42%; }
.gallery-c img { object-position: center; }
.gallery-d img { object-position: center; }
.gallery-e img { object-position: center 45%; }
.gallery-f { display: none; }

.contact-section { position: relative; min-height: 690px; display: grid; place-items: center; padding: 100px 24px; overflow: hidden; color: #fff; text-align: center; background:
  linear-gradient(rgba(10,28,22,.88), rgba(10,28,22,.93)),
  url("assets/farm1.jpeg") center / cover no-repeat;
}
.contact-section::before, .contact-section::after { content: ""; position: absolute; width: 240px; height: 240px; border: 1px solid rgba(215,183,131,.2); transform: rotate(45deg); }
.contact-section::before { left: -140px; top: 80px; }
.contact-section::after { right: -140px; bottom: 80px; }
.contact-art { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 5vw; color: rgba(255,255,255,.035); font-family: "Playfair Display", Georgia, serif; font-size: 28vw; line-height: 1; pointer-events: none; }
.contact-content { position: relative; z-index: 2; max-width: 950px; }
.contact-content h2 { margin: 0; font-size: clamp(3.5rem, 7vw, 8.3rem); line-height: .94; letter-spacing: -.055em; }
.contact-content h2 em { color: var(--gold-light); font-weight: 500; }
.contact-content > p:not(.kicker) { max-width: 610px; margin: 30px auto; color: rgba(255,255,255,.65); line-height: 1.75; }
.button-light { min-height: 58px; padding: 0 27px; color: var(--forest); background: var(--ivory); box-shadow: 0 14px 35px rgba(0,0,0,.25); }
.button-light svg { width: 20px; height: 20px; fill: #1f9d55; }
.button-light:hover { background: #fff; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; padding: 34px clamp(24px, 5vw, 82px); color: rgba(255,255,255,.62); background: #071510; font-size: .72rem; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand .brand-mark { width: 42px; height: 42px; color: var(--gold-light); }
.footer-brand div { display: grid; gap: 3px; }
.footer-brand strong { color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: 1rem; font-weight: 500; }
.footer-brand small { font-size: .6rem; }
.site-footer p { margin: 0; }

.whatsapp-float { position: fixed; z-index: 90; right: 24px; bottom: 24px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; box-shadow: 0 12px 32px rgba(0,0,0,.25); transition: transform .25s ease, box-shadow .25s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 16px 36px rgba(0,0,0,.3); }
.whatsapp-float svg { width: 29px; height: 29px; fill: #fff; }

.lightbox { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 5vw; background: rgba(4,13,10,.94); opacity: 0; visibility: hidden; transition: .3s ease; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 86vh; width: auto; object-fit: contain; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.lightbox-close { position: absolute; right: 28px; top: 20px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; background: transparent; font-size: 2rem; line-height: 1; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 50% 50%; }
  .hero h1 { font-size: clamp(3.7rem, 6vw, 5.8rem); }
  .hero-mosaic { grid-template-columns: 100%; grid-template-rows: 62% 38%; }
  .hero-image-main { grid-row: auto; }
  .hero-image-wide { display: none; }
  .location-card { left: 24px; bottom: 24px; }
  .legacy-section { grid-template-columns: 43% 57%; }
  .portrait-frame { height: 520px; }
  .experience-grid { grid-auto-rows: 500px; }
  .experience-notes { grid-template-columns: 1fr 1fr; }
  .experience-notes > div:nth-child(2) { border-right: 0; }
  .experience-notes > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .film-section { grid-template-columns: 42% 58%; }
}

@media (max-width: 850px) {
  .site-header { height: 76px; padding: 0 22px; }
  .site-header, .site-header.scrolled { color: var(--forest); background: rgba(251,248,241,.96); box-shadow: 0 8px 30px rgba(13,32,26,.08); }
  .brand-copy small { display: none; }
  .brand-mark { width: 42px; height: 42px; }
  .menu-toggle { display: block; color: currentColor; }
  .menu-toggle.active span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 76px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 40px 24px; color: var(--forest); background: var(--paper); transform: translateX(100%); transition: transform .35s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { padding: 20px 5px; border-bottom: 1px solid var(--line); font-family: "Playfair Display", Georgia, serif; font-size: 1.8rem; font-weight: 500; }
  .main-nav a::after { display: none; }
  .main-nav .nav-cta { margin-top: 20px; border: 0; color: #fff; background: var(--forest); text-align: center; font-family: "Manrope", sans-serif; font-size: .85rem; }

  .hero { height: auto; min-height: 0; display: block; padding-top: 76px; }
  .hero-copy { min-height: 640px; padding: 90px 24px 72px; }
  .hero-copy::after { display: none; }
  .hero h1 { font-size: clamp(3.8rem, 13vw, 6rem); }
  .hero-mosaic { height: 600px; grid-template-columns: 58% 42%; grid-template-rows: 55% 45%; }
  .hero-image-main { grid-row: 1 / 3; }
  .hero-image-wide { display: block; }
  .scroll-cue { display: none; }

  .section { padding: 85px 24px; }
  .intro-grid, .legacy-section, .film-section { grid-template-columns: 1fr; }
  .intro-grid { gap: 40px; }
  .legacy-portrait { justify-content: center; padding: 80px 24px; }
  .portrait-frame { width: min(430px, 90%); }
  .legacy-copy { padding: 82px 24px; }
  .section-top, .gallery-heading { display: block; }
  .section-top > p, .gallery-heading > p { margin-top: 24px; }
  .experience-grid { grid-template-columns: 1fr; grid-auto-rows: 520px; }
  .film-frame video { min-height: 520px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 300px); }
  .gallery-a { grid-row: 1 / 3; }
  .gallery-f { display: block; }
  .site-footer { grid-template-columns: 1fr; gap: 18px; text-align: left; }
}

@media (max-width: 560px) {
  .hero-copy { min-height: 610px; padding-top: 82px; }
  .hero h1 { font-size: 3.65rem; }
  .hero-intro { font-size: .94rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-tags { margin-top: 38px; }
  .hero-mosaic { height: 520px; grid-template-columns: 100%; grid-template-rows: 100%; }
  .hero-image-main { grid-row: auto; }
  .hero-image-main img { object-position: center; }
  .hero-image-wide, .hero-image-gate { display: none; }
  .location-card { right: 18px; left: 18px; bottom: 18px; max-width: none; }
  .intro h2, .section-top h2, .gallery-heading h2 { font-size: 3.2rem; }
  .legacy-portrait { padding: 60px 20px; }
  .portrait-frame { height: 480px; width: 92%; }
  .portrait-caption { right: -8px; bottom: 24px; }
  .legacy-copy h2 { font-size: 3.4rem; }
  .experience-grid { grid-auto-rows: 470px; }
  .experience-notes { grid-template-columns: 1fr; }
  .experience-notes > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .experience-notes > div:last-child { border-bottom: 0; }
  .film-frame video { min-height: 430px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(6, 330px); }
  .gallery-a { grid-row: auto; }
  .contact-section { min-height: 620px; }
  .contact-content h2 { font-size: 3.75rem; }
  .button-light { padding: 0 18px; font-size: .7rem; }
  .whatsapp-float { right: 18px; bottom: 18px; width: 54px; height: 54px; }
}

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

/* ==========================================================
   HERO REFINEMENT — soft, elegant and precisely aligned
   ========================================================== */
.hero {
  --hero-x: 0px;
  --hero-y: 0px;
  position: relative;
  isolation: isolate;
  min-height: 780px;
  height: 100svh;
  display: block;
  overflow: hidden;
  color: #fff;
  background: var(--forest-deep);
}

.hero-background,
.hero-veil {
  position: absolute;
  inset: 0;
}

.hero-background {
  z-index: -4;
  overflow: hidden;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  transform: scale(1.035);
  filter: saturate(.82) contrast(1.02) brightness(.78);
  animation: heroDrift 20s ease-in-out infinite alternate;
}

.hero-veil {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(7, 22, 17, .93) 0%, rgba(9, 27, 21, .83) 38%, rgba(10, 27, 22, .45) 67%, rgba(8, 20, 16, .42) 100%),
    linear-gradient(180deg, rgba(4, 15, 11, .30), rgba(4, 15, 11, .58));
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .18;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}

.hero-glow-one {
  width: 560px;
  height: 560px;
  left: -260px;
  bottom: -330px;
  background: radial-gradient(circle, rgba(197, 151, 90, .22), transparent 68%);
}

.hero-glow-two {
  width: 500px;
  height: 500px;
  right: -270px;
  top: -260px;
  border: 1px solid rgba(215, 183, 131, .20);
  box-shadow: inset 0 0 100px rgba(215, 183, 131, .04);
}

.hero-shell {
  position: relative;
  z-index: 2;
  width: min(1360px, calc(100% - clamp(48px, 8vw, 132px)));
  min-height: calc(100svh - 132px);
  margin: 0 auto;
  padding: 138px 0 78px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(410px, .72fr);
  align-items: center;
  gap: clamp(56px, 7vw, 118px);
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 735px;
  padding: 0;
  color: #fff;
  background: none;
}

.hero-copy::after { display: none; }

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.hero-kicker::before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--gold-light);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(4.7rem, 6.35vw, 7.35rem);
  line-height: .93;
  letter-spacing: -.047em;
  text-wrap: balance;
}

.hero h1 em {
  color: #e5c99b;
  font-weight: 500;
  text-shadow: 0 8px 34px rgba(0, 0, 0, .15);
}

.hero-intro {
  max-width: 610px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 1.02rem;
  line-height: 1.82;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 50px;
}

.hero-tags span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: rgba(255, 255, 255, .70);
  background: rgba(255, 255, 255, .035);
  backdrop-filter: blur(8px);
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.hero-showcase {
  position: relative;
  width: min(100%, 470px);
  justify-self: end;
  transform: translate3d(var(--hero-x), var(--hero-y), 0);
  transition: transform .9s cubic-bezier(.2, .75, .25, 1);
}

.showcase-frame {
  position: relative;
  width: 100%;
  height: clamp(470px, 59vh, 610px);
  margin: 0;
  padding: 12px;
  background: rgba(249, 245, 235, .92);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .30);
  overflow: hidden;
  animation: floatSoft 8s ease-in-out infinite;
}

.showcase-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, .45);
  pointer-events: none;
}

.showcase-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) contrast(1.02);
}

.showcase-frame::after {
  content: "";
  position: absolute;
  inset: 12px;
  background: linear-gradient(180deg, transparent 58%, rgba(7, 23, 17, .66));
  pointer-events: none;
}

.showcase-frame figcaption {
  position: absolute;
  z-index: 3;
  right: 36px;
  bottom: 34px;
  left: 36px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.showcase-frame figcaption span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  letter-spacing: .08em;
}

.showcase-frame figcaption small {
  max-width: 220px;
  text-align: right;
  color: rgba(255, 255, 255, .78);
  font-size: .62rem;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.heritage-card {
  position: absolute;
  z-index: 5;
  left: -82px;
  bottom: 42px;
  width: min(335px, 78%);
  min-height: 108px;
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 16px;
  padding: 10px 18px 10px 10px;
  color: var(--forest);
  background: rgba(250, 247, 239, .96);
  border: 1px solid rgba(255, 255, 255, .78);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .26);
  backdrop-filter: blur(14px);
  animation: floatSoft 8s 1.1s ease-in-out infinite reverse;
}

.heritage-thumb {
  width: 92px;
  height: 88px;
  overflow: hidden;
}

.heritage-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.heritage-card small {
  display: block;
  margin-bottom: 7px;
  color: #9b7548;
  font-size: .55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.heritage-card strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 500;
}

.hero-footer {
  position: absolute;
  z-index: 5;
  right: clamp(24px, 5vw, 82px);
  bottom: 25px;
  left: clamp(24px, 5vw, 82px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.hero-location {
  display: flex;
  align-items: center;
  gap: 12px;
}

.location-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 0 7px rgba(215, 183, 131, .11);
  animation: pulseSoft 2.8s ease-in-out infinite;
}

.hero-location div { display: grid; gap: 2px; }
.hero-location small {
  color: rgba(255, 255, 255, .48);
  font-size: .54rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.hero-location strong {
  color: rgba(255, 255, 255, .82);
  font-size: .72rem;
  font-weight: 500;
}

.scroll-cue {
  position: static;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .55);
  text-decoration: none;
  font-size: .58rem;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.scroll-cue span {
  position: relative;
  width: 42px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, .24);
}

.scroll-cue span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold-light);
  transform: translateX(-100%);
  animation: lineTravel 2.7s ease-in-out infinite;
}

body.hero-ready .hero-copy > * {
  opacity: 0;
  animation: heroReveal .9s cubic-bezier(.2, .72, .22, 1) forwards;
}

body.hero-ready .hero-showcase,
body.hero-ready .hero-footer {
  opacity: 0;
  animation: heroFade .95s cubic-bezier(.2, .72, .22, 1) forwards;
}

body.hero-ready .hero-copy .hero-kicker { animation-delay: .12s; }
body.hero-ready .hero-copy h1 { animation-delay: .24s; }
body.hero-ready .hero-copy .hero-intro { animation-delay: .38s; }
body.hero-ready .hero-copy .hero-actions { animation-delay: .50s; }
body.hero-ready .hero-copy .hero-tags { animation-delay: .62s; }
body.hero-ready .hero-showcase { animation-delay: .34s; }
body.hero-ready .hero-footer { animation-delay: .76s; }

@keyframes heroReveal {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes heroDrift {
  from { transform: scale(1.035) translate3d(0, 0, 0); }
  to { transform: scale(1.085) translate3d(-.8%, -.5%, 0); }
}

@keyframes floatSoft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes pulseSoft {
  0%, 100% { box-shadow: 0 0 0 7px rgba(215, 183, 131, .10); }
  50% { box-shadow: 0 0 0 12px rgba(215, 183, 131, 0); }
}

@keyframes lineTravel {
  0% { transform: translateX(-100%); }
  50%, 100% { transform: translateX(100%); }
}

@media (max-width: 1180px) {
  .hero-shell {
    width: min(1120px, calc(100% - 64px));
    grid-template-columns: minmax(0, 1fr) minmax(340px, .60fr);
    gap: 54px;
  }
  .hero h1 { font-size: clamp(4.1rem, 6.4vw, 6.1rem); }
  .hero-showcase { width: min(100%, 410px); }
  .showcase-frame { height: clamp(450px, 56vh, 560px); }
  .heritage-card { left: -54px; width: 315px; }
}

@media (max-width: 900px) {
  .hero {
    height: auto;
    min-height: 950px;
  }

  .hero-background img { object-position: 56% center; }
  .hero-veil {
    background:
      linear-gradient(180deg, rgba(7, 22, 17, .90) 0%, rgba(8, 25, 19, .81) 52%, rgba(8, 23, 18, .63) 100%),
      linear-gradient(90deg, rgba(7, 22, 17, .78), rgba(7, 22, 17, .28));
  }

  .hero-shell {
    width: min(720px, calc(100% - 48px));
    min-height: 0;
    padding: 138px 0 150px;
    grid-template-columns: 1fr;
    gap: 68px;
  }

  .hero-copy { max-width: 690px; }
  .hero h1 { font-size: clamp(4.35rem, 11vw, 6.35rem); }
  .hero-showcase { width: min(520px, 86vw); justify-self: center; }
  .showcase-frame { height: 540px; }
  .heritage-card { left: -38px; bottom: 38px; }
  .hero-footer { right: 24px; bottom: 24px; left: 24px; }
}

@media (max-width: 600px) {
  .hero { min-height: 930px; }
  .hero-shell {
    width: calc(100% - 40px);
    padding: 120px 0 142px;
    gap: 54px;
  }
  .hero-kicker { font-size: .61rem; line-height: 1.55; }
  .hero-kicker::before { width: 26px; }
  .hero h1 { font-size: clamp(3.55rem, 15vw, 4.65rem); line-height: .96; }
  .hero-intro { max-width: 100%; margin-top: 24px; font-size: .92rem; line-height: 1.75; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 30px; }
  .hero-tags { margin-top: 34px; }
  .hero-tags span { padding: 8px 11px; font-size: .57rem; }
  .hero-showcase { width: min(100%, 390px); }
  .showcase-frame { height: 430px; padding: 9px; }
  .showcase-frame::after { inset: 9px; }
  .showcase-frame::before { inset: 16px; }
  .showcase-frame figcaption { right: 25px; bottom: 24px; left: 25px; }
  .showcase-frame figcaption span { font-size: 1.55rem; }
  .showcase-frame figcaption small { max-width: 170px; font-size: .51rem; }
  .heritage-card {
    left: 18px;
    right: 18px;
    bottom: -58px;
    width: auto;
    min-height: 98px;
    grid-template-columns: 82px 1fr;
    padding: 8px 14px 8px 8px;
  }
  .heritage-thumb { width: 82px; height: 80px; }
  .heritage-card strong { font-size: .9rem; }
  .hero-footer { align-items: flex-end; }
  .hero-location strong { font-size: .63rem; }
  .scroll-cue { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-background img,
  .showcase-frame,
  .heritage-card,
  .location-dot,
  .scroll-cue span::after,
  body.hero-ready .hero-copy > *,
  body.hero-ready .hero-showcase,
  body.hero-ready .hero-footer {
    animation: none !important;
  }
  body.hero-ready .hero-copy > *,
  body.hero-ready .hero-showcase,
  body.hero-ready .hero-footer {
    opacity: 1;
  }
}
