@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Montserrat:wght@400;500;600&display=swap');

:root {
  --ink: #191c19;
  --deep: #122019;
  --forest: #1f3a2b;
  --sage: #8da08e;
  --sand: #d0b37d;
  --paper: #f2efe7;
  --paper-dark: #e6e0d4;
  --white: #fffdf8;
  --line: rgba(25, 28, 25, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  padding: 0 clamp(24px, 5vw, 78px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.brand { display: inline-flex; align-items: center; gap: 10px; letter-spacing: .28em; font-size: 11px; }
.brand-logo { display: block; width: auto; height: 48px; max-width: 180px; object-fit: contain; }
.brand-monogram {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border: 1px solid currentColor;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  letter-spacing: .05em;
}
.brand-name { font-weight: 500; }
.site-header nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 42px); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.site-header nav a { position: relative; opacity: .82; transition: opacity .25s ease; }
.site-header nav a:not(.nav-cta)::after { content: ""; position: absolute; bottom: -8px; left: 0; width: 0; height: 1px; background: var(--sand); transition: width .25s ease; }
.site-header nav a:hover { opacity: 1; }
.site-header nav a:hover::after { width: 100%; }
.site-header .nav-cta { padding: 13px 18px; border: 1px solid rgba(255,255,255,.52); opacity: 1; transition: background .25s, color .25s; }
.site-header .nav-cta:hover { background: var(--white); color: var(--ink); }
.menu-toggle { display: none; width: 38px; height: 38px; border: 0; background: transparent; cursor: pointer; padding: 10px 4px; }
.menu-toggle span { display: block; width: 100%; height: 1px; background: currentColor; margin: 7px 0; }

.hero { min-height: 100svh; position: relative; color: var(--white); display: flex; align-items: center; overflow: hidden; }
.hero-bg, .hero-shade, .hero-grid-lines { position: absolute; inset: 0; }
.hero-bg { background: url('images/still-02.jpg') center 56% / cover no-repeat; transform: scale(1.015); animation: heroZoom 18s ease-out forwards; }
.hero-shade { background: linear-gradient(90deg, rgba(10,18,14,.88) 0%, rgba(10,18,14,.62) 47%, rgba(10,18,14,.15) 74%, rgba(10,18,14,.3) 100%), linear-gradient(0deg, rgba(10,18,14,.72) 0%, transparent 40%); }
.hero-grid-lines { opacity: .13; background-image: linear-gradient(90deg, transparent calc(25% - .5px), rgba(255,255,255,.55) 25%, transparent calc(25% + .5px), transparent calc(50% - .5px), rgba(255,255,255,.55) 50%, transparent calc(50% + .5px), transparent calc(75% - .5px), rgba(255,255,255,.55) 75%, transparent calc(75% + .5px)); }
.hero-content { position: relative; z-index: 2; width: min(820px, 76vw); padding: 120px 0 150px clamp(24px, 8vw, 132px); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 26px; text-transform: uppercase; letter-spacing: .24em; font-size: 10px; font-weight: 500; }
.eyebrow span { width: 32px; height: 1px; background: currentColor; }
.hero-eyebrow { color: #e1c999; animation: fadeUp .8s ease both .2s; }
.hero h1 { max-width: 790px; margin: 0; font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: clamp(58px, 6.7vw, 108px); line-height: .89; letter-spacing: -.045em; animation: fadeUp .9s ease both .3s; }
.hero-subtitle { max-width: 670px; margin: 32px 0 0; font-size: clamp(14px, 1.25vw, 18px); line-height: 1.75; color: rgba(255,253,248,.8); animation: fadeUp .9s ease both .45s; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; animation: fadeUp .9s ease both .58s; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 600; transition: all .25s ease; cursor: pointer; }
.button-primary { background: var(--sand); color: #172018; }
.button-primary:hover { background: #e0c68e; transform: translateY(-2px); }
.button-ghost { border-color: rgba(255,255,255,.45); color: var(--white); }
.button-ghost:hover { background: rgba(255,255,255,.1); border-color: var(--white); }
.hero-facts { position: absolute; z-index: 3; left: 0; bottom: 0; width: 100%; min-height: 112px; padding: 0 clamp(24px, 5vw, 78px); display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(11,20,15,.76); backdrop-filter: blur(10px); border-top: 1px solid rgba(255,255,255,.2); }
.hero-facts div { padding: 24px clamp(12px, 2.2vw, 36px); border-right: 1px solid rgba(255,255,255,.15); display: flex; flex-direction: column; justify-content: center; }
.hero-facts div:first-child { padding-left: 0; }
.hero-facts div:last-child { border-right: 0; }
.hero-facts strong { font-family: "Cormorant Garamond", serif; font-size: clamp(22px, 2.1vw, 34px); font-weight: 500; }
.hero-facts span { margin-top: 3px; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; color: rgba(255,255,255,.62); }

.section { padding: clamp(90px, 11vw, 170px) clamp(24px, 7vw, 110px); }
.section-index { font-family: "Cormorant Garamond", serif; font-size: 22px; display: flex; align-items: center; gap: 14px; color: var(--forest); }
.section-index span { font-family: "Montserrat", sans-serif; font-size: 9px; text-transform: uppercase; letter-spacing: .2em; color: #6d746d; }
.investment-thesis { display: grid; grid-template-columns: .45fr 1.05fr 1.45fr; gap: clamp(32px, 6vw, 92px); align-items: start; }
.thesis-copy { padding-top: 2px; }
.eyebrow.dark { color: #5f705f; }
.thesis-copy h2, .study-copy h2, .uses-heading h2, .location-copy h2 { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: clamp(44px, 4.6vw, 72px); line-height: .98; letter-spacing: -.035em; margin: 0 0 32px; }
.thesis-copy .lead { font-family: "Cormorant Garamond", serif; font-size: clamp(22px, 2vw, 30px); line-height: 1.32; color: #364037; }
.thesis-copy > p:not(.eyebrow):not(.lead) { color: #626861; line-height: 1.85; font-size: 14px; }
.text-link { display: inline-flex; gap: 32px; align-items: center; margin-top: 25px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 600; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translateX(5px); }
.thesis-image { margin: 0; position: relative; }
.thesis-image::before { content: ""; position: absolute; left: -18px; top: -18px; width: 90px; height: 90px; border-top: 1px solid var(--sand); border-left: 1px solid var(--sand); z-index: 1; }
.thesis-image img { width: 100%; height: clamp(440px, 48vw, 680px); object-fit: cover; }
.thesis-image figcaption { display: flex; justify-content: space-between; margin-top: 13px; text-transform: uppercase; letter-spacing: .16em; font-size: 8px; color: #6c746d; }

.technical-section { background: var(--deep); color: var(--white); padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.technical-intro { display: grid; grid-template-columns: .7fr 1.6fr 1fr; gap: 50px; align-items: end; padding-bottom: 70px; }
.eyebrow.light { color: #d7c08e; align-self: start; }
.technical-intro h2 { font-family: "Cormorant Garamond", serif; font-size: clamp(48px, 5.8vw, 88px); line-height: .92; letter-spacing: -.04em; font-weight: 500; margin: 0; max-width: 720px; }
.technical-intro > p:last-child { color: rgba(255,255,255,.58); line-height: 1.8; font-size: 13px; max-width: 380px; }
.technical-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.technical-item { min-height: 210px; padding: 26px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); position: relative; display: flex; flex-direction: column; justify-content: flex-end; transition: background .3s ease; }
.technical-item:hover { background: rgba(255,255,255,.055); }
.tech-index { position: absolute; top: 22px; right: 24px; color: var(--sand); font-size: 9px; letter-spacing: .15em; }
.technical-item strong { font-family: "Cormorant Garamond", serif; font-size: clamp(30px, 3vw, 48px); line-height: 1; font-weight: 500; }
.technical-item p { margin: 12px 0 0; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .15em; font-size: 9px; }
.technical-note { margin: 24px 0 0; color: rgba(255,255,255,.38); font-size: 10px; }

.study-section { display: grid; grid-template-columns: 1.35fr .85fr; gap: clamp(48px, 8vw, 120px); align-items: center; background: var(--paper-dark); }
.study-visual { position: relative; }
.study-visual img { width: 100%; aspect-ratio: 1.35; object-fit: cover; }
.image-label { position: absolute; left: 0; bottom: 0; min-width: 205px; padding: 20px 24px; background: var(--deep); color: var(--white); display: flex; flex-direction: column; }
.image-label span { text-transform: uppercase; letter-spacing: .15em; font-size: 8px; color: rgba(255,255,255,.55); }
.image-label strong { font-family: "Cormorant Garamond", serif; font-size: 29px; font-weight: 500; }
.study-copy { max-width: 560px; }
.study-numbers { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 40px; }
.study-numbers div { padding: 27px 20px 27px 0; display: flex; flex-direction: column; }
.study-numbers div + div { padding-left: 28px; border-left: 1px solid var(--line); }
.study-numbers strong { font-family: "Cormorant Garamond", serif; font-size: 44px; line-height: 1; font-weight: 500; }
.study-numbers span { text-transform: uppercase; letter-spacing: .14em; font-size: 8px; margin-top: 8px; color: #6d746d; }
.vgv-block { margin-top: 38px; display: flex; flex-direction: column; }
.vgv-block span { text-transform: uppercase; letter-spacing: .17em; color: #69716a; font-size: 9px; }
.vgv-block strong { font-family: "Cormorant Garamond", serif; font-weight: 500; color: var(--forest); font-size: clamp(45px, 4.6vw, 72px); }
.disclaimer { font-size: 9px; line-height: 1.65; color: #737971; margin-top: 22px; }

.uses-section { display: grid; grid-template-columns: .55fr 1.2fr 1.1fr; gap: clamp(35px, 6vw, 90px); align-items: start; }
.uses-heading p { color: #686e68; font-size: 13px; line-height: 1.8; max-width: 520px; }
.uses-list { border-top: 1px solid var(--line); }
.uses-list div { min-height: 72px; display: grid; grid-template-columns: 45px 1fr 30px; align-items: center; border-bottom: 1px solid var(--line); }
.uses-list span { color: #8b918a; font-size: 9px; }
.uses-list strong { font-family: "Cormorant Garamond", serif; font-size: 26px; font-weight: 500; }
.uses-list i { font-style: normal; color: var(--forest); transition: transform .25s ease; }
.uses-list div:hover i { transform: translate(4px, -4px); }

.gallery-section { background: #171b18; color: var(--white); padding: clamp(90px, 10vw, 150px) clamp(14px, 3vw, 48px) clamp(24px, 4vw, 64px); }
.gallery-head { padding: 0 clamp(10px, 4vw, 62px) 65px; display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.gallery-head h2 { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: clamp(50px, 6vw, 90px); line-height: .94; margin: 0; }
.gallery-head > p { width: 340px; color: rgba(255,255,255,.54); font-size: 12px; line-height: 1.75; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 12px; }
.gallery-item { border: 0; padding: 0; position: relative; overflow: hidden; cursor: zoom-in; background: #222; color: var(--white); text-align: left; }
.gallery-item-1 { grid-column: span 7; aspect-ratio: 1.55; }
.gallery-item-2 { grid-column: span 5; aspect-ratio: 1.11; }
.gallery-item-3, .gallery-item-4, .gallery-item-5 { grid-column: span 4; aspect-ratio: 1.23; }
.gallery-item-6 { grid-column: span 12; aspect-ratio: 2.35; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.58), transparent 42%); transition: opacity .3s; }
.gallery-caption { position: absolute; z-index: 2; left: 20px; bottom: 17px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.gallery-open { position: absolute; z-index: 2; right: 18px; top: 16px; font-size: 8px; text-transform: uppercase; letter-spacing: .15em; opacity: 0; transform: translateY(6px); transition: all .3s; }
.gallery-item:hover img { transform: scale(1.035); filter: brightness(.85); }
.gallery-item:hover .gallery-open { opacity: 1; transform: translateY(0); }

.location-section { min-height: 720px; display: grid; grid-template-columns: .8fr 1.2fr; }
.location-copy { padding: clamp(80px, 9vw, 135px) clamp(24px, 6vw, 90px); display: flex; flex-direction: column; justify-content: center; }
.location-copy p:not(.eyebrow) { color: #656c65; max-width: 480px; font-size: 13px; line-height: 1.8; }
.location-copy .text-link { align-self: flex-start; }
.map-frame { min-height: 650px; filter: grayscale(1) contrast(.92); transition: filter .4s ease; }
.map-frame:hover { filter: grayscale(.2); }

.contact-section { background: var(--deep); color: var(--white); padding: clamp(90px, 10vw, 155px) clamp(24px, 8vw, 125px); display: grid; grid-template-columns: .85fr 1fr; gap: clamp(60px, 10vw, 160px); }
.contact-copy h2 { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: clamp(49px, 5vw, 78px); line-height: .96; letter-spacing: -.035em; margin: 0 0 30px; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.57); font-size: 13px; line-height: 1.85; max-width: 520px; }
.price-box { margin-top: 52px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; }
.price-box span { text-transform: uppercase; letter-spacing: .17em; font-size: 9px; color: var(--sand); }
.price-box strong { font-family: "Cormorant Garamond", serif; font-size: clamp(40px, 4.3vw, 68px); font-weight: 500; }
.whatsapp-inline { display: inline-block; margin-top: 28px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; }
.contact-form { display: flex; flex-direction: column; gap: 21px; padding: clamp(28px, 4vw, 54px); background: #f0ece3; color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: flex; flex-direction: column; gap: 9px; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 600; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #bdb9af; border-radius: 0; padding: 11px 0 13px; background: transparent; color: var(--ink); outline: none; font-size: 12px; text-transform: none; letter-spacing: 0; resize: vertical; transition: border-color .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--forest); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #97978f; }
.button-form { width: 100%; margin-top: 8px; background: var(--forest); color: var(--white); justify-content: space-between; border: 0; }
.button-form:hover { background: #294d38; }
.button-form:disabled { opacity: .65; cursor: wait; }
.contact-form small { color: #777970; line-height: 1.5; font-size: 8px; text-transform: none; letter-spacing: 0; }
.form-status { font-size: 11px; margin: -8px 0 0; }
.form-status.success { color: #2d6342; }
.form-status.error { color: #8c3f35; }

.final-cta { min-height: 640px; position: relative; display: grid; place-items: center; overflow: hidden; color: var(--white); }
.final-cta > img, .final-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.final-cta > img { object-fit: cover; }
.final-overlay { background: rgba(10,19,14,.7); }
.final-content { z-index: 2; width: min(920px, calc(100% - 48px)); text-align: center; }
.final-content > span { text-transform: uppercase; letter-spacing: .24em; font-size: 9px; color: var(--sand); }
.final-content h2 { font-family: "Cormorant Garamond", serif; font-size: clamp(53px, 7vw, 102px); line-height: .9; font-weight: 500; letter-spacing: -.04em; margin: 24px auto 40px; }

footer { background: #0b100d; color: rgba(255,255,255,.65); padding: 60px clamp(24px, 6vw, 94px) 42px; display: grid; grid-template-columns: .7fr 1.3fr 1fr; gap: 60px; align-items: start; font-size: 9px; line-height: 1.8; }
.footer-brand { color: var(--white); }
.footer-brand .brand-logo { height: 56px; max-width: 200px; }
.footer-info { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 28px; }
footer > p { margin: 0; max-width: 470px; }
footer a:hover { color: var(--white); }
.floating-whatsapp { position: fixed; z-index: 45; right: 22px; bottom: 22px; background: var(--sand); color: var(--deep); padding: 14px 18px; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 600; box-shadow: 0 12px 35px rgba(0,0,0,.22); transition: transform .25s; }
.floating-whatsapp:hover { transform: translateY(-3px); }

.lightbox { position: fixed; z-index: 100; inset: 0; background: rgba(5,8,6,.96); display: grid; place-items: center; color: var(--white); padding: 40px 90px; }
.lightbox[hidden] { display: none !important; }
.lightbox figure { margin: 0; width: min(1200px, 86vw); }
.lightbox img { width: 100%; max-height: 82vh; object-fit: contain; }
.lightbox figcaption { padding-top: 14px; text-align: center; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; color: rgba(255,255,255,.6); }
.lightbox button { position: absolute; color: var(--white); background: transparent; border: 0; cursor: pointer; font-family: "Cormorant Garamond", serif; }
.lightbox-close { top: 24px; right: 28px; font-size: 42px; }
.lightbox-prev, .lightbox-next { top: 50%; font-size: 40px; }
.lightbox-prev { left: 27px; }
.lightbox-next { right: 27px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroZoom { from { transform: scale(1.015); } to { transform: scale(1.07); } }

@media (max-width: 1050px) {
  .site-header nav { gap: 18px; }
  .site-header nav a:not(.nav-cta) { display: none; }
  .investment-thesis { grid-template-columns: .25fr 1fr; }
  .thesis-image { grid-column: 2; }
  .technical-intro { grid-template-columns: .7fr 1.8fr; }
  .technical-intro > p:last-child { grid-column: 2; }
  .technical-grid { grid-template-columns: repeat(2, 1fr); }
  .uses-section { grid-template-columns: .3fr 1fr; }
  .uses-list { grid-column: 2; }
  .contact-section { gap: 55px; padding-inline: 5vw; }
}

@media (max-width: 760px) {
  .site-header { height: 74px; padding-inline: 20px; }
  .brand-logo { height: 38px; max-width: 145px; }
  .footer-brand .brand-logo { height: 48px; max-width: 175px; }
  .menu-toggle { display: block; color: var(--white); z-index: 2; }
  .site-header nav { position: fixed; inset: 0; background: var(--deep); flex-direction: column; justify-content: center; gap: 28px; opacity: 0; pointer-events: none; transform: translateY(-16px); transition: all .3s ease; }
  .site-header nav a:not(.nav-cta) { display: block; font-family: "Cormorant Garamond", serif; font-size: 30px; text-transform: none; letter-spacing: 0; }
  .site-header.menu-open nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-header.menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .site-header.menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { align-items: flex-start; min-height: 820px; }
  .hero-bg { background-position: 59% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(9,17,12,.92), rgba(9,17,12,.42)), linear-gradient(0deg, rgba(9,17,12,.92) 0%, transparent 55%); }
  .hero-grid-lines { display: none; }
  .hero-content { width: 100%; padding: 150px 22px 240px; }
  .hero h1 { font-size: clamp(54px, 16vw, 75px); max-width: 620px; }
  .hero-subtitle { max-width: 540px; font-size: 13px; line-height: 1.65; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 330px; }
  .hero-facts { grid-template-columns: 1fr 1fr; min-height: 180px; padding: 0 20px; }
  .hero-facts div { padding: 16px 12px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .hero-facts div:nth-child(2) { border-right: 0; }
  .hero-facts div:nth-child(3), .hero-facts div:nth-child(4) { border-bottom: 0; }
  .hero-facts div:nth-child(3) { padding-left: 0; }
  .hero-facts strong { font-size: 24px; }
  .section { padding: 88px 22px; }
  .investment-thesis, .study-section, .uses-section { display: block; }
  .section-index { margin-bottom: 48px; }
  .thesis-copy h2, .study-copy h2, .uses-heading h2, .location-copy h2 { font-size: 48px; }
  .thesis-image { margin-top: 52px; }
  .thesis-image img { height: 430px; }
  .technical-section { padding: 88px 22px; }
  .technical-intro { display: block; padding-bottom: 45px; }
  .technical-intro h2 { font-size: 55px; margin-bottom: 26px; }
  .technical-grid { grid-template-columns: 1fr 1fr; }
  .technical-item { min-height: 160px; padding: 18px; }
  .technical-item strong { font-size: 30px; }
  .tech-index { top: 15px; right: 15px; }
  .study-visual { margin-bottom: 58px; }
  .study-visual img { aspect-ratio: 1 / 1.1; }
  .study-numbers strong { font-size: 35px; }
  .uses-heading { margin-bottom: 42px; }
  .gallery-section { padding: 85px 10px 12px; }
  .gallery-head { display: block; padding: 0 12px 45px; }
  .gallery-head h2 { font-size: 56px; }
  .gallery-head > p { width: auto; max-width: 340px; margin-top: 22px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 8px; }
  .gallery-item-1, .gallery-item-2, .gallery-item-3, .gallery-item-4, .gallery-item-5, .gallery-item-6 { grid-column: auto; aspect-ratio: 1.25; }
  .location-section { display: block; min-height: 0; }
  .location-copy { padding: 88px 22px; }
  .map-frame { min-height: 460px; }
  .contact-section { display: block; padding: 88px 20px; }
  .contact-copy { margin-bottom: 58px; }
  .contact-copy h2 { font-size: 50px; }
  .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 28px 22px; }
  .final-cta { min-height: 600px; }
  .final-content h2 { font-size: 58px; }
  footer { grid-template-columns: 1fr; gap: 35px; }
  .footer-info { grid-template-columns: 1fr; }
  .floating-whatsapp { right: 12px; bottom: 12px; }
  .lightbox { padding: 55px 12px; }
  .lightbox figure { width: 100%; }
  .lightbox-prev, .lightbox-next { top: auto; bottom: 16px; }
}

@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; }
}
