:root {
  --ink: #24141b;
  --muted: #7b6470;
  --cream: #fff8f1;
  --blush: #ffe6ef;
  --rose: #c34773;
  --wine: #4a1830;
  --wine-2: #751f49;
  --gold: #d8ad58;
  --white: #fff;
  --max: 1180px;
  --shadow: 0 24px 80px rgba(74, 24, 48, .22);
  --radius-xl: 34px;
  --radius-lg: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: linear-gradient(180deg, #fff7f0 0%, #fff0f6 48%, #fffaf4 100%);
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 50; padding: .75rem 1rem; border-radius: 999px; color: white; background: var(--wine); }
.skip-link:focus { top: 1rem; }
.section-shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }

.site-header {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  width: min(calc(100% - 2rem), var(--max));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .45rem .6rem;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  background: rgba(255, 248, 241, .78);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 50px rgba(74,24,48,.15);
}
.brand { min-height: 40px; display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-logo {
  width: clamp(122px, 13vw, 176px);
  height: auto;
  max-height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(74,24,48,.14));
}
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: white; font: 700 1.35rem/1 "Bodoni Moda", Georgia, serif; background: linear-gradient(135deg, var(--wine), var(--rose), var(--gold)); }
.brand strong { display: block; font: 700 1.28rem/1 "Bodoni Moda", Georgia, serif; color: var(--wine); }
.brand small { display: block; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nav-links { display: flex; gap: .25rem; }
.nav-links a, .nav-cta { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: .5rem .82rem; border-radius: 999px; text-decoration: none; font-size: .84rem; font-weight: 800; }
.nav-links a { color: var(--muted); }
.nav-links a:hover { color: var(--wine); background: rgba(195,71,115,.1); }
.nav-cta { color: white; background: var(--wine); box-shadow: 0 14px 28px rgba(74,24,48,.2); }

.hero { position: relative; min-height: 100svh; overflow: hidden; padding: 8rem 0 4rem; display: grid; align-items: center; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { filter: saturate(1.08) contrast(1.04); transform: scale(1.04); }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(36,20,27,.88) 0%, rgba(74,24,48,.62) 38%, rgba(74,24,48,.16) 72%), linear-gradient(0deg, rgba(36,20,27,.48), rgba(36,20,27,.08)); }
.hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero-copy { color: white; max-width: 660px; }
.hero-logo-card {
  position: relative;
  width: min(420px, 82vw);
  margin: 0 0 1.35rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  transform: perspective(900px) rotateX(4deg) rotateY(-7deg) translateZ(0);
}
.hero-logo-card::before {
  content: "";
  position: absolute;
  inset: -24%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle, rgba(216,173,88,.28), transparent 58%);
  filter: blur(22px);
}
.hero-logo-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 26px rgba(0,0,0,.34));
}
.eyebrow { margin: 0 0 1rem; color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: "Bodoni Moda", Georgia, serif; line-height: .95; letter-spacing: -.035em; color: var(--wine); }
h1 { color: white; font-size: clamp(3.8rem, 8.4vw, 8rem); max-width: 10.5ch; text-shadow: 0 16px 50px rgba(0,0,0,.3); }
h2 { font-size: clamp(2.5rem, 4.6vw, 4.8rem); }
.hero-copy p:not(.eyebrow) { margin: 1.35rem 0 0; color: rgba(255,255,255,.84); max-width: 590px; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: .9rem 1.25rem; text-decoration: none; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--rose), var(--wine-2)); box-shadow: 0 18px 40px rgba(0,0,0,.24); }
.button-glass { color: white; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(12px); }

.hero-stack { position: relative; min-height: 620px; }
.photo-card { margin: 0; overflow: hidden; border-radius: var(--radius-xl); background: #eee; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.5); }
.hero-main { position: absolute; right: 7%; top: 2%; width: 62%; height: 82%; transform: rotate(2deg); }
.hero-mini { position: absolute; width: 38%; height: 40%; }
.hero-mini.one { left: 0; bottom: 6%; transform: rotate(-7deg); }
.hero-mini.two { right: 0; bottom: 0; height: 33%; transform: rotate(6deg); }

.proof-strip { position: relative; z-index: 5; width: min(calc(100% - 2rem), var(--max)); margin: -3rem auto 7rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border-radius: var(--radius-lg); background: rgba(74,24,48,.14); box-shadow: var(--shadow); }
.proof-strip div { padding: 1.35rem; background: rgba(255,255,255,.82); backdrop-filter: blur(12px); }
.proof-strip strong { display: block; color: var(--wine); font-family: "Bodoni Moda", Georgia, serif; font-size: 2rem; line-height: 1; }
.proof-strip span { color: var(--muted); font-size: .92rem; font-weight: 700; }

.split-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; padding: 2rem 0 7rem; }
.section-copy p:not(.eyebrow), .details-copy p, .visit-card p { color: var(--muted); max-width: 620px; font-size: 1.05rem; }
.image-mosaic { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 245px; gap: 1rem; }
.tile { border-radius: var(--radius-lg); box-shadow: var(--shadow); border: 8px solid rgba(255,255,255,.82); }
.tile.tall { grid-row: span 2; }

.details-band { padding: 6rem 0; color: white; background: radial-gradient(circle at 10% 0%, rgba(216,173,88,.32), transparent 30rem), linear-gradient(135deg, var(--wine), #7a214d 70%, #bd3f70); }
.details-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.detail-image { margin: 0; min-height: 560px; border-radius: var(--radius-xl); overflow: hidden; box-shadow: 0 30px 90px rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.26); }
.details-copy h2 { color: white; }
.details-copy p { color: rgba(255,255,255,.82); }
.details-copy ul { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .85rem; }
.details-copy li { position: relative; padding-left: 2rem; font-weight: 800; color: rgba(255,255,255,.92); }
.details-copy li::before { content: ""; position: absolute; left: 0; top: .25rem; width: 1rem; height: 1rem; border-radius: 50%; background: linear-gradient(135deg, #fff1b9, var(--gold)); box-shadow: 0 0 0 6px rgba(216,173,88,.16); }

.gallery-section { padding: 7rem 0 2rem; }
.section-heading { margin-bottom: 2rem; }
.gallery-wall { width: min(calc(100% - 2rem), 1400px); margin-inline: auto; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 280px; gap: 1rem; }
.gallery-wall figure { margin: 0; overflow: hidden; border-radius: 26px; background: #eee; box-shadow: 0 18px 45px rgba(74,24,48,.14); }
.gallery-wall .wide { grid-column: span 2; }
.gallery-wall .tall { grid-row: span 2; }
.gallery-wall img { transition: transform .45s ease; }
.gallery-wall figure:hover img { transform: scale(1.045); }

.visit { padding: 6rem 0; }
.visit-card { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(1.4rem, 4vw, 3rem); border-radius: var(--radius-xl); background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,231,240,.82)); border: 1px solid rgba(195,71,115,.14); box-shadow: var(--shadow); }
.visit-card .button { flex: 0 0 auto; }
.site-footer { padding: 0 0 3rem; display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .95rem; }
.site-footer a { color: var(--wine); font-weight: 900; text-decoration: none; }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
@media (max-width: 980px) {
  .site-header { position: absolute; flex-wrap: wrap; border-radius: 28px; }
  .nav-links { order: 3; width: 100%; justify-content: center; }
  .hero-grid, .split-section, .details-grid { grid-template-columns: 1fr; }
  .hero-stack { min-height: 540px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .gallery-wall { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 240px; }
}
@media (max-width: 620px) {
  .site-header { width: min(calc(100% - 1rem), var(--max)); top: .5rem; }
  .brand-logo { width: 120px; max-height: 40px; }
  .brand small { display: none; }
  .nav-cta { width: 100%; }
  .nav-links { overflow-x: auto; justify-content: flex-start; padding-bottom: .15rem; }
  .hero { padding-top: 10rem; }
  .hero-logo-card { width: min(330px, 92vw); transform: none; border-radius: 22px; }
  h1 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .hero-stack { min-height: 440px; }
  .hero-main { width: 72%; height: 75%; right: 0; }
  .hero-mini { width: 45%; }
  .proof-strip, .image-mosaic, .gallery-wall { grid-template-columns: 1fr; }
  .gallery-wall .wide, .gallery-wall .tall { grid-column: auto; grid-row: auto; }
  .detail-image { min-height: 420px; }
  .visit-card, .site-footer { flex-direction: column; align-items: flex-start; }
}

/* Cinematic cracked-ashlar video hero rebuild */
.video-hero {
  min-height: 100svh;
  background: #160b12;
  perspective: 1200px;
}
.cinema-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #160b12 url('assets/videos/poster-1.jpg') center / cover no-repeat;
}
.cinema-bg::before {
  content: "";
  position: absolute;
  inset: -12%;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 20%, rgba(216,173,88,.28), transparent 24rem),
    radial-gradient(circle at 32% 82%, rgba(195,71,115,.28), transparent 26rem),
    linear-gradient(90deg, rgba(22,11,18,.94) 0%, rgba(74,24,48,.72) 40%, rgba(22,11,18,.34) 78%),
    linear-gradient(0deg, rgba(22,11,18,.76), rgba(22,11,18,.08));
}
.cinema-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: .32;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, black, transparent 78%);
}
.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.07);
  filter: saturate(1.18) contrast(1.08) brightness(.82);
  transition: opacity 1.25s ease, transform 7s ease;
}
.bg-video.is-active {
  opacity: 0;
  transform: scale(1.01);
}
.bg-video.is-active.is-ready { opacity: 1; }
.video-hero .hero-grid {
  position: relative;
  z-index: 5;
  grid-template-columns: .9fr 1.1fr;
}
.video-hero h1 { max-width: 10ch; }
.video-hero .hero-copy p:not(.eyebrow) { max-width: 640px; }
.ashlar-stage {
  position: relative;
  min-height: 680px;
  transform-style: preserve-3d;
  transform: rotateY(-8deg) rotateX(3deg);
}
.ashlar-stage::before {
  content: "";
  position: absolute;
  inset: 8% 5% 4% 7%;
  border-radius: 42px;
  background: radial-gradient(circle, rgba(216,173,88,.34), transparent 64%);
  filter: blur(24px);
  transform: translateZ(-90px);
}
.ashlar-card {
  position: absolute;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.36);
  box-shadow: 0 35px 90px rgba(0,0,0,.38), inset 0 0 0 1px rgba(255,255,255,.08);
}
.ashlar-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255,255,255,.24), transparent 26%, rgba(22,11,18,.22) 100%);
}
.ashlar-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.05);
}
.slab-main { width: 44%; height: 76%; right: 20%; top: 8%; z-index: 4; transform: translateZ(90px) rotate(1deg); }
.slab-top { width: 30%; height: 34%; right: 2%; top: 2%; z-index: 3; transform: translateZ(40px) rotate(7deg); }
.slab-mid { width: 28%; height: 42%; left: 5%; top: 18%; z-index: 5; transform: translateZ(130px) rotate(-6deg); }
.slab-bottom { width: 36%; height: 34%; left: 20%; bottom: 2%; z-index: 2; transform: translateZ(20px) rotate(4deg); }
.slab-accent { width: 24%; height: 28%; right: 4%; bottom: 12%; z-index: 6; transform: translateZ(155px) rotate(-4deg); }
.video-badge {
  position: absolute;
  z-index: 8;
  left: 3%;
  bottom: 10%;
  padding: 1rem 1.15rem;
  border-radius: 20px;
  color: white;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
  transform: translateZ(180px);
}
.video-badge span {
  display: block;
  color: rgba(255,255,255,.72);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.video-badge strong { display: block; font-family: "Bodoni Moda", Georgia, serif; font-size: 1.65rem; line-height: 1; }

@media (prefers-reduced-motion: reduce) {
  .cinema-bg video:not(:first-child) { display: none; }
  .bg-video { opacity: 1; transform: none; }
}
@media (max-width: 980px) {
  .video-hero .hero-grid { grid-template-columns: 1fr; }
  .ashlar-stage { min-height: 560px; transform: none; }
  .slab-main { width: 52%; right: 18%; }
  .slab-mid { left: 0; }
}
@media (max-width: 620px) {
  .ashlar-stage { min-height: 460px; }
  .slab-main { width: 66%; height: 72%; right: 8%; top: 8%; }
  .slab-top { width: 38%; right: 0; height: 30%; }
  .slab-mid { width: 38%; height: 36%; top: 22%; }
  .slab-bottom { width: 48%; left: 6%; bottom: 4%; }
  .slab-accent { display: none; }
  .video-badge { left: 0; bottom: 1%; }
}

/* Full scraped gallery page */
.gallery-page {
  background:
    radial-gradient(circle at 15% 5%, rgba(216,173,88,.22), transparent 28rem),
    radial-gradient(circle at 86% 8%, rgba(195,71,115,.2), transparent 28rem),
    linear-gradient(180deg, #fff7f0 0%, #fff0f6 45%, #fffaf4 100%);
}
.gallery-page .site-header { position: sticky; transform: translateX(0); left: auto; top: 1rem; }
.gallery-hero {
  padding: clamp(9rem, 14vw, 12rem) 0 3rem;
  text-align: center;
}
.gallery-hero h1 {
  color: var(--wine);
  max-width: none;
  margin-inline: auto;
  font-size: clamp(3.8rem, 8vw, 7.6rem);
  text-shadow: none;
}
.gallery-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 1.2rem auto 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}
.gallery-hero .hero-actions { justify-content: center; }
.button-glass.dark {
  color: var(--wine);
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(74,24,48,.14);
}
.scraped-gallery-wrap {
  width: min(calc(100% - 2rem), 1500px);
  margin: 0 auto 6rem;
}
.scraped-gallery {
  columns: 5 210px;
  column-gap: 1rem;
}
.scraped-gallery-card {
  break-inside: avoid;
  margin: 0 0 1rem;
  overflow: hidden;
  border-radius: 24px;
  background: white;
  box-shadow: 0 16px 44px rgba(74,24,48,.13);
  border: 1px solid rgba(195,71,115,.12);
}
.scraped-gallery-card a { display: block; min-height: 44px; }
.scraped-gallery-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform .35s ease, filter .35s ease;
}
.scraped-gallery-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.04);
}
.gallery-more {
  width: min(calc(100% - 2rem), var(--max));
  margin: 2rem auto 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 620px) {
  .gallery-page .site-header { width: min(calc(100% - 1rem), var(--max)); }
  .scraped-gallery { columns: 2 150px; column-gap: .75rem; }
  .scraped-gallery-card { margin-bottom: .75rem; border-radius: 18px; }
}

/* Gallery UX pass: curated hero, toolbar filters, cleaner masonry */
.gallery-page .site-header {
  position: sticky;
  left: auto;
  transform: none;
  top: 1rem;
}
.gallery-page .nav-links a[aria-current="page"] {
  color: var(--wine);
  background: rgba(195,71,115,.12);
}
.gallery-hero {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(320px, 1.12fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(8.5rem, 13vw, 11rem) 0 4rem;
  text-align: left;
}
.gallery-hero h1 {
  margin: 0;
  color: var(--wine);
  max-width: 9ch;
  font-size: clamp(3.8rem, 8vw, 7.6rem);
  line-height: .88;
  text-shadow: none;
}
.gallery-hero p:not(.eyebrow) {
  max-width: 620px;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
}
.gallery-hero .hero-actions { justify-content: flex-start; }
.gallery-feature-grid {
  display: grid;
  grid-template-columns: 1.05fr .82fr;
  grid-template-rows: 210px 210px;
  gap: 1rem;
  transform: rotate(-1deg);
}
.featured-shot {
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  background: white;
  box-shadow: var(--shadow);
  border: 8px solid rgba(255,255,255,.78);
}
.featured-shot:first-child { grid-row: span 2; }
.featured-shot img { object-fit: cover; }
.gallery-toolbar {
  position: sticky;
  top: 6.7rem;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding: .85rem;
  border-radius: 999px;
  border: 1px solid rgba(195,71,115,.14);
  background: rgba(255,248,241,.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 38px rgba(74,24,48,.09);
}
.gallery-toolbar strong {
  display: block;
  color: var(--wine);
  line-height: 1.1;
}
.gallery-toolbar span {
  display: block;
  color: var(--muted);
  font-size: .86rem;
}
.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  justify-content: flex-end;
}
.filter-pill {
  min-height: 44px;
  padding: .65rem .95rem;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: .9rem;
  font-weight: 900;
  cursor: pointer;
}
.filter-pill:hover,
.filter-pill.is-active {
  color: white;
  background: linear-gradient(135deg, var(--rose), var(--wine-2));
  box-shadow: 0 10px 22px rgba(74,24,48,.16);
}
.scraped-gallery-wrap { margin-top: 0; }
.scraped-gallery {
  columns: 4 250px;
  column-gap: 1.05rem;
}
.scraped-gallery-card {
  position: relative;
  margin-bottom: 1.05rem;
  border-radius: 28px;
  background: linear-gradient(135deg, #fff, #fff5f9);
  box-shadow: 0 18px 48px rgba(74,24,48,.12);
  transition: transform .22s ease, box-shadow .22s ease, opacity .2s ease;
}
.scraped-gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 70px rgba(74,24,48,.2);
}
.scraped-gallery-card.is-hidden { display: none; }
.scraped-gallery-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #fff;
}
.scraped-gallery-card a:focus-visible {
  display: block;
  outline: 4px solid var(--gold);
  outline-offset: 4px;
  border-radius: 24px;
}
@media (max-width: 980px) {
  .gallery-hero { grid-template-columns: 1fr; text-align: center; }
  .gallery-hero h1, .gallery-hero p:not(.eyebrow) { margin-inline: auto; }
  .gallery-hero .hero-actions { justify-content: center; }
  .gallery-toolbar { position: static; border-radius: 28px; flex-direction: column; align-items: stretch; }
  .filter-pills { justify-content: center; }
}
@media (max-width: 620px) {
  .gallery-hero { padding-top: 8rem; text-align: left; }
  .gallery-hero h1, .gallery-hero p:not(.eyebrow) { margin-left: 0; margin-right: 0; }
  .gallery-hero .hero-actions { justify-content: flex-start; }
  .gallery-feature-grid { grid-template-rows: 170px 170px; gap: .75rem; }
  .featured-shot { border-width: 5px; border-radius: 22px; }
  .scraped-gallery { columns: 2 155px; column-gap: .75rem; }
  .scraped-gallery-card { margin-bottom: .75rem; border-radius: 20px; }
}

/* Header stability fix: keep menu centered; never translate sideways on scroll */
.site-header,
.gallery-page .site-header {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: none !important;
}
.site-header.is-scrolled {
  box-shadow: 0 18px 50px rgba(74,24,48,.2);
  background: rgba(255, 248, 241, .9);
}
@media (max-width: 980px) {
  .site-header,
  .gallery-page .site-header {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: none !important;
  }
}


/* Typography polish: cleaner luxury fashion pairing */
.brand small, .eyebrow, .nav-links a, .nav-cta, .button, .filter-pill {
  letter-spacing: .04em;
}
.hero-copy p:not(.eyebrow), .gallery-hero p:not(.eyebrow), .section-copy p:not(.eyebrow), .details-copy p, .visit-card p {
  font-weight: 500;
}
h1, h2, h3, .brand strong {
  font-feature-settings: "kern" 1, "liga" 1;
}

/* English / Spanish slider */
.language-toggle {
  position: relative;
  isolation: isolate;
  flex: 0 0 auto;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-width: 92px;
  min-height: 38px;
  padding: 3px;
  border-radius: 999px;
  background: rgba(74, 24, 48, .08);
  border: 1px solid rgba(74, 24, 48, .12);
}
.lang-option {
  position: relative;
  z-index: 2;
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  cursor: pointer;
}
.lang-option.is-active { color: white; }
.lang-slider {
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 3px;
  width: calc(50% - 3px);
  height: calc(100% - 6px);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rose), var(--wine-2));
  box-shadow: 0 10px 22px rgba(74,24,48,.2);
  transition: transform .22s ease;
}
.language-toggle[data-active="es"] .lang-slider { transform: translateX(100%); }
@media (max-width: 980px) {
  .language-toggle { margin-left: auto; }
}
@media (max-width: 620px) {
  .language-toggle { order: 2; }
  .nav-cta { order: 4; }
}

/* Contact section: phone, map, future integration card */
.contact-layout {
  display: grid;
  gap: 2rem;
}
.contact-intro {
  max-width: 860px;
}
.contact-intro h2 { max-width: 11ch; }
.contact-cards {
  display: grid;
  grid-template-columns: .9fr 1.2fr .9fr;
  gap: 1rem;
  align-items: stretch;
}
.contact-card {
  min-height: 280px;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(195,71,115,.14);
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,238,245,.84));
  box-shadow: var(--shadow);
}
.contact-card span {
  display: block;
  margin-bottom: .85rem;
  color: var(--rose);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.phone-number {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  color: var(--wine);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-family: "Bodoni Moda", Georgia, serif;
  font-weight: 700;
  line-height: .95;
  text-decoration: none;
}
.phone-number:hover { color: var(--rose); }
.contact-card p {
  color: var(--muted);
  font-weight: 600;
}
.map-card {
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(280px, 1fr) auto;
}
.map-frame {
  min-height: 320px;
  background: linear-gradient(135deg, #f8e9d6, #f9dce7);
}
.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  filter: saturate(.95) contrast(.98);
}
.map-copy { padding: 1.2rem 1.4rem 1.4rem; }
.map-copy strong {
  display: block;
  color: var(--wine);
  font-weight: 900;
}
.future-card {
  border-style: dashed;
}
.future-card h3 {
  font-size: clamp(2rem, 3vw, 3rem);
}
.future-card .button[disabled] {
  margin-top: 1rem;
  opacity: .72;
  cursor: not-allowed;
  transform: none;
}
@media (max-width: 980px) {
  .contact-cards { grid-template-columns: 1fr; }
  .contact-intro h2 { max-width: 12ch; }
}

/* Standalone contact page + compact homepage CTA */
.contact-page {
  background:
    radial-gradient(circle at 15% 3%, rgba(216,173,88,.18), transparent 26rem),
    radial-gradient(circle at 85% 8%, rgba(195,71,115,.16), transparent 30rem),
    linear-gradient(180deg, #fff7f0 0%, #fff0f6 48%, #fffaf4 100%);
}
.contact-page .site-header { position: sticky; }
.contact-page .nav-links a[aria-current="page"] {
  color: var(--wine);
  background: rgba(195,71,115,.12);
}
.contact-page-section {
  padding: clamp(8rem, 12vw, 11rem) 0 6rem;
}
.compact-contact .visit-card {
  align-items: center;
}
.compact-contact h2 { max-width: 12ch; }
.compact-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: flex-end;
}
@media (max-width: 980px) {
  .compact-contact-actions { justify-content: flex-start; }
}

/* Gallery page cinematic alignment with homepage */
.gallery-page {
  background:
    radial-gradient(circle at 15% 8%, rgba(216,173,88,.18), transparent 30rem),
    radial-gradient(circle at 86% 14%, rgba(195,71,115,.18), transparent 30rem),
    linear-gradient(180deg, #160b12 0 36rem, #fff0f6 36rem, #fffaf4 100%);
}
.gallery-page .site-header {
  position: fixed;
  background: rgba(255, 248, 241, .82);
}
.cinematic-gallery-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100svh;
  padding: 8rem 0 4rem;
  display: block;
  align-items: center;
  text-align: left;
  color: white;
  background: #160b12;
  perspective: 1200px;
  width: 100%;
  max-width: none;
}
.cinematic-gallery-hero .cinema-bg {
  background: #160b12 url('../assets/videos/poster-1.jpg') center / cover no-repeat;
}
.gallery-hero-inner {
  position: relative;
  z-index: 5;
  display: block;
  min-height: calc(100svh - 12rem);
  padding-top: clamp(2rem, 6vh, 4rem);
  overflow: visible;
}
.cinematic-gallery-hero .gallery-hero-copy {
  position: relative;
  z-index: 10;
  width: min(100%, 760px);
  padding-left: 0;
  margin-inline: auto;
  text-align: left;
}
.cinematic-gallery-hero h1 {
  color: white;
  max-width: 9.2ch;
  font-size: clamp(3.2rem, 6.2vw, 6.45rem);
  line-height: .94;
  text-shadow: 0 16px 50px rgba(0,0,0,.3);
}
.cinematic-gallery-hero p:not(.eyebrow) {
  max-width: 640px;
  margin: 1.35rem 0 0;
  color: rgba(255,255,255,.84);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
}
.cinematic-gallery-hero .hero-actions { justify-content: flex-start; }
.cinematic-gallery-hero .button-glass.dark {
  color: white;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.35);
  backdrop-filter: blur(12px);
}
.cinematic-gallery-hero .gallery-feature-grid {
  position: absolute;
  z-index: 3;
  right: max(-8rem, -8vw);
  top: 30%;
  width: min(38vw, 500px);
  display: grid;
  grid-template-columns: 1.08fr .82fr;
  grid-template-rows: 245px 245px;
  gap: 1rem;
  transform-style: preserve-3d;
  transform: rotateY(-8deg) rotateX(3deg);
  pointer-events: none;
  opacity: 1;
  filter: saturate(1.08) contrast(1.04);
}
.cinematic-gallery-hero .gallery-feature-grid::before {
  content: "";
  position: absolute;
  inset: 10% 4% 0 8%;
  z-index: -1;
  border-radius: 42px;
  background: radial-gradient(circle, rgba(216,173,88,.34), transparent 64%);
  filter: blur(24px);
  transform: translateZ(-90px);
}
.cinematic-gallery-hero .featured-shot {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.36);
  box-shadow: 0 35px 90px rgba(0,0,0,.38), inset 0 0 0 1px rgba(255,255,255,.08);
}
.cinematic-gallery-hero .featured-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255,255,255,.24), transparent 26%, rgba(22,11,18,.22) 100%);
}
.cinematic-gallery-hero .featured-shot:first-child {
  grid-row: span 2;
  transform: translateZ(40px) rotate(1deg);
}
.cinematic-gallery-hero .featured-shot:nth-child(2) { transform: translateZ(70px) rotate(6deg); }
.cinematic-gallery-hero .featured-shot:nth-child(3) { transform: translateZ(20px) rotate(-5deg); }
.cinematic-gallery-hero .featured-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
}
.gallery-page .gallery-toolbar {
  margin-top: -3rem;
  z-index: 20;
  border-color: rgba(255,255,255,.34);
  background: rgba(255,248,241,.88);
}
.gallery-page .scraped-gallery-wrap { margin-top: 3rem; }
.gallery-page .scraped-gallery-card {
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,245,249,.9));
  border: 1px solid rgba(195,71,115,.14);
  box-shadow: 0 18px 48px rgba(74,24,48,.13);
}

/* Premium gallery image viewer */
.image-lightbox[hidden] { display: none; }
.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(54px, 1fr) minmax(0, 1180px) minmax(54px, 1fr);
  align-items: center;
  gap: clamp(.5rem, 2vw, 1.25rem);
  padding: clamp(1rem, 3vw, 2rem);
  color: white;
  background:
    radial-gradient(circle at 18% 10%, rgba(216,173,88,.22), transparent 28rem),
    radial-gradient(circle at 82% 88%, rgba(195,71,115,.26), transparent 32rem),
    rgba(18, 8, 14, .9);
  backdrop-filter: blur(22px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}
.image-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}
.image-lightbox::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .26;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 58px 58px;
}
.lightbox-stage {
  position: relative;
  z-index: 2;
  grid-column: 2;
  margin: 0;
  display: grid;
  gap: 1rem;
  justify-items: center;
  transform: translateY(12px) scale(.975);
  opacity: 0;
  transition: transform .34s cubic-bezier(.2, .75, .2, 1), opacity .28s ease;
}
.image-lightbox.is-open .lightbox-stage {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.lightbox-image-shell {
  position: relative;
  width: min(100%, 1080px);
  max-height: min(78svh, 820px);
  display: grid;
  place-items: center;
  padding: clamp(.55rem, 1.4vw, .9rem);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 40px 120px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.18);
}
.lightbox-image-shell::before {
  content: "";
  position: absolute;
  inset: -14%;
  z-index: -1;
  background: radial-gradient(circle, rgba(216,173,88,.2), transparent 62%);
  filter: blur(24px);
}
.lightbox-image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(74svh, 780px);
  object-fit: contain;
  border-radius: 24px;
  box-shadow: 0 22px 70px rgba(0,0,0,.36);
}
.lightbox-caption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .65rem 1rem;
  padding: .65rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(14px);
}
.lightbox-kicker {
  color: var(--gold);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.lightbox-count {
  color: rgba(255,255,255,.9);
  font-size: .9rem;
}
.lightbox-close,
.lightbox-nav {
  position: relative;
  z-index: 3;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  color: white;
  background: rgba(255,255,255,.12);
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
  font: 700 2.2rem/1 Manrope, sans-serif;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.image-lightbox:not(.is-open) .lightbox-close,
.image-lightbox:not(.is-open) .lightbox-nav {
  transform: scale(.92);
  opacity: 0;
}
.lightbox-close:hover,
.lightbox-nav:hover {
  transform: translateY(-2px) scale(1.03);
  background: linear-gradient(135deg, var(--rose), var(--wine-2));
  box-shadow: 0 24px 60px rgba(0,0,0,.36);
}
.lightbox-close {
  position: absolute;
  top: clamp(1rem, 3vw, 2rem);
  right: clamp(1rem, 3vw, 2rem);
  font-size: 2rem;
}
.lightbox-prev { grid-column: 1; justify-self: end; }
.lightbox-next { grid-column: 3; justify-self: start; }
body.lightbox-open { overflow: hidden; }
@media (max-width: 760px) {
  .image-lightbox {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    padding: 4.5rem .75rem 1rem;
  }
  .lightbox-stage { grid-column: 1 / -1; }
  .lightbox-image-shell { border-radius: 24px; }
  .lightbox-image { max-height: 68svh; border-radius: 18px; }
  .lightbox-prev { grid-column: 1; grid-row: 2; justify-self: end; }
  .lightbox-next { grid-column: 2; grid-row: 2; justify-self: start; }
  .lightbox-caption { border-radius: 24px; text-align: center; }
}
@media (max-width: 980px) {
  .gallery-page .site-header { position: absolute; }
  .gallery-hero-inner { grid-template-columns: 1fr; }
  .cinematic-gallery-hero { text-align: left; }
  .cinematic-gallery-hero .gallery-hero-copy { justify-self: start; padding-left: 0; }
  .cinematic-gallery-hero .gallery-feature-grid {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    grid-template-rows: 210px 210px;
    transform: none;
    pointer-events: auto;
  }
  .gallery-page .gallery-toolbar { margin-top: -2rem; }
}
@media (max-width: 620px) {
  .cinematic-gallery-hero { padding-top: 10rem; }
  .cinematic-gallery-hero h1 { font-size: clamp(3.2rem, 15vw, 4.8rem); }
  .cinematic-gallery-hero .gallery-feature-grid {
    grid-template-rows: 170px 170px;
    gap: .75rem;
  }
  .cinematic-gallery-hero .featured-shot { border-radius: 22px; }
}

/* Social media access buttons */
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.25rem;
}
.social-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .56rem .78rem .56rem .58rem;
  border-radius: 999px;
  color: white;
  text-decoration: none;
  font-size: .86rem;
  font-weight: 900;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 16px 36px rgba(0,0,0,.16);
  backdrop-filter: blur(12px);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.social-button span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: rgba(255,255,255,.16);
  font-weight: 900;
  line-height: 1;
}
.social-button:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.48);
  box-shadow: 0 22px 54px rgba(0,0,0,.24);
}
.social-facebook { background: linear-gradient(135deg, rgba(24,119,242,.9), rgba(74,24,48,.55)); }
.social-instagram { background: linear-gradient(135deg, rgba(245,133,41,.92), rgba(221,42,123,.86), rgba(129,52,175,.8)); }
.social-tiktok { background: linear-gradient(135deg, rgba(0,0,0,.82), rgba(195,71,115,.72)); }
.footer-social {
  margin-top: 0;
  justify-content: center;
  gap: .45rem;
}
.site-footer .social-button {
  position: relative;
  min-height: 36px;
  gap: .42rem;
  padding: .34rem .68rem .34rem .38rem;
  color: white;
  background:
    linear-gradient(135deg, rgba(74,24,48,.92), rgba(117,31,73,.84)),
    radial-gradient(circle at 12% 10%, rgba(216,173,88,.28), transparent 52%);
  border-color: rgba(216,173,88,.24);
  box-shadow: 0 14px 34px rgba(74,24,48,.18), inset 0 1px 0 rgba(255,255,255,.16);
  transform: translateZ(0);
  isolation: isolate;
  overflow: hidden;
}
.site-footer .social-button::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,.14), transparent 45%, rgba(216,173,88,.12));
  opacity: .8;
}
.site-footer .social-button span {
  width: 24px;
  height: 24px;
  color: var(--wine);
  background: linear-gradient(135deg, #fff8dd, var(--gold));
  box-shadow: 0 6px 16px rgba(0,0,0,.16);
  font-size: .86rem;
}
.site-footer .social-button strong {
  font-size: .78rem;
  letter-spacing: .01em;
}
.site-footer .social-button:hover {
  transform: translateY(-2px) scale(1.015);
  border-color: rgba(216,173,88,.42);
  box-shadow: 0 20px 48px rgba(74,24,48,.24), inset 0 1px 0 rgba(255,255,255,.18);
}
.contact-card .social-links { margin-top: 1rem; }
.contact-card .social-button {
  color: white;
  flex: 1 1 100%;
  justify-content: flex-start;
}
@media (max-width: 760px) {
  .social-links { gap: .5rem; }
  .social-button { flex: 1 1 auto; justify-content: center; }
  .site-footer .footer-social { justify-content: flex-start; }
}

/* SEO/AEO FAQ section */
.faq-section {
  padding: 4rem 0 1rem;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.faq-card {
  padding: clamp(1.15rem, 2.5vw, 1.7rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,238,245,.84));
  border: 1px solid rgba(195,71,115,.14);
  box-shadow: 0 18px 48px rgba(74,24,48,.11);
}
.faq-card h3 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.05;
}
.faq-card p {
  margin: .85rem 0 0;
  color: var(--muted);
  font-weight: 500;
}
@media (max-width: 900px) {
  .faq-grid { grid-template-columns: 1fr; }
}


/* Homepage gallery wall: fill grid gaps caused by mixed wide/tall cards */
.gallery-wall {
  grid-auto-flow: dense;
}
.gallery-wall figure {
  min-width: 0;
}

/* Mobile hero social placement: keep social links below the full media hero */
.mobile-hero-social { display: none; }
@media (max-width: 620px) {
  .hero-copy > .social-links { display: none; }
  .mobile-hero-social {
    display: flex;
    order: 3;
    width: 100%;
    justify-content: center;
    margin: .75rem auto 0;
    padding-inline: .25rem;
  }
  .mobile-hero-social .social-button {
    flex: 1 1 30%;
    min-width: 0;
    min-height: 42px;
    padding: .46rem .5rem;
    font-size: .78rem;
  }
  .mobile-hero-social .social-button span {
    width: 26px;
    height: 26px;
  }
}

/* Mobile gallery hero social placement: keep social links below the photo stack */
.mobile-gallery-social { display: none; }
@media (max-width: 620px) {
  .gallery-hero-copy > .social-links { display: none; }
  .mobile-gallery-social {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: .85rem auto 0;
    padding-inline: .25rem;
  }
  .mobile-gallery-social .social-button {
    flex: 1 1 30%;
    min-width: 0;
    min-height: 42px;
    padding: .46rem .5rem;
    font-size: .78rem;
  }
  .mobile-gallery-social .social-button span {
    width: 26px;
    height: 26px;
  }
}
