:root {
  --ivory: #fbf7ef;
  --warm-white: #fffdf8;
  --paper: #fffaf4;
  --pearl: #fffefa;
  --sand: #e7d7bf;
  --linen: #f1e7d8;
  --sage: #9aa487;
  --olive: #6f765e;
  --gold: #c5a462;
  --coffee: #312820;
  --soft-black: #1d1a17;
  --muted: #75695d;
  --line: rgba(49, 40, 32, 0.14);
  --shadow: 0 24px 70px rgba(49, 40, 32, 0.13);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding-top: 0;
  font-family: var(--sans);
  color: var(--coffee);
  background: var(--ivory);
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}
body.nav-open,
body.lightbox-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 1000;
  background: var(--coffee);
  color: var(--warm-white);
  padding: .75rem 1rem;
  border-radius: 999px;
}
.skip-link:focus { top: 1rem; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 20px 0;
  background: rgba(255, 253, 248, .92);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 34px rgba(49, 40, 32, .07);
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
}
.site-header.is-scrolled {
  background: rgba(255, 253, 248, .97);
  box-shadow: 0 10px 34px rgba(49, 40, 32, .09);
  padding: 20px 0;
}
.nav {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--coffee);
  font-family: var(--serif);
  font-size: 1.45rem;
  letter-spacing: .04em;
  transition: color .3s ease;
}
.is-scrolled .brand, .is-scrolled .nav-links a { color: var(--coffee); }
.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 145px;
  height: 62px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  isolation: isolate;
}
.brand-mark::before {
  content: none;
}
.brand-mark img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: auto;
  filter: drop-shadow(0 8px 16px rgba(49, 40, 32, .16)) contrast(1.08) saturate(1.04);
}
.nav-links { display: flex; align-items: center; gap: 16px; }
.nav-links a {
  color: var(--coffee);
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  transition: color .3s ease, opacity .3s ease;
}
.nav-links a:hover { opacity: .72; }
.nav-cta {
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 10px 18px;
}
.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 248, .72);
}
.language-switch button {
  min-width: 34px;
  min-height: 30px;
  padding: 6px 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--coffee);
  cursor: pointer;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .08em;
  transition: background .25s ease, color .25s ease;
}
.language-switch button.is-active {
  background: var(--coffee);
  color: var(--warm-white);
}
.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--warm-white);
  isolation: isolate;
}
.hero-media, .hero-overlay { position: absolute; inset: 0; z-index: -2; }
.hero-media {
  background:
    linear-gradient(120deg, rgba(44, 41, 34, .08), rgba(105, 112, 82, .08)),
    linear-gradient(135deg, #f8f2e7, #eadcc9 48%, #697052);
}
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
}
.hero-overlay {
  z-index: -1;
  background: linear-gradient(180deg, rgba(29, 26, 23, .28), rgba(29, 26, 23, .12) 46%, rgba(29, 26, 23, .34));
}
.hero-content { padding: 140px 0 96px; max-width: 860px; margin-left: max(20px, calc((100vw - 1160px) / 2)); }
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .96; }
h1 { font-size: clamp(4rem, 8.5vw, 8.6rem); max-width: 980px; letter-spacing: -.055em; }
h2 { font-size: clamp(3rem, 6vw, 6.2rem); letter-spacing: -.045em; color: var(--coffee); }
h3 { font-size: clamp(1.55rem, 2.4vw, 2.25rem); letter-spacing: -.025em; color: var(--coffee); }
.hero-subtitle { max-width: 660px; margin: 28px 0 0; font-size: clamp(1.05rem, 1.6vw, 1.32rem); color: rgba(255, 253, 248, .9); }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  box-shadow: 0 12px 34px rgba(29, 26, 23, .08);
  transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(29, 26, 23, .14); }
.button-primary { background: var(--gold); color: var(--soft-black); border-color: rgba(255, 253, 248, .22); }
.button-primary:hover { background: var(--warm-white); border-color: var(--gold); color: var(--coffee); }
.button-ghost { border-color: rgba(255, 253, 248, .66); color: var(--warm-white); background: rgba(255, 253, 248, .08); }
.button-ghost:hover { background: rgba(255, 253, 248, .92); color: var(--coffee); }
.button-secondary { background: var(--coffee); color: var(--warm-white); }
.button-light { background: var(--warm-white); border-color: var(--line); color: var(--coffee); }
.hero-note { margin: 34px 0 0; font-family: var(--serif); font-size: clamp(1.35rem, 2.4vw, 2.2rem); font-style: italic; color: rgba(255, 253, 248, .82); }
.hero-card {
  position: absolute;
  right: max(24px, calc((100vw - 1160px) / 2));
  bottom: 58px;
  width: min(300px, calc(100% - 48px));
  padding: 26px;
  border: 1px solid rgba(255, 253, 248, .28);
  background: rgba(255, 253, 248, .1);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.hero-card span { font-family: var(--serif); font-size: 3.2rem; line-height: .9; }
.hero-card p { margin: 12px 0 0; color: rgba(255, 253, 248, .82); }

.intro {
  background: var(--warm-white);
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
}
.intro-copy p:not(.eyebrow) {
  max-width: 700px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
}
.intro-detail {
  min-height: 440px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background:
    linear-gradient(140deg, rgba(49, 40, 32, .12), rgba(251, 247, 239, .18)),
    radial-gradient(circle at 78% 18%, rgba(197, 164, 98, .2), transparent 30%),
    linear-gradient(135deg, #d6c3a9, #f8eddd 48%, #a3ab8c);
  box-shadow: var(--shadow);
  color: rgba(49, 40, 32, .5);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.manifesto {
  padding: clamp(48px, 7vw, 92px) 0;
  background: var(--warm-white);
}
.manifesto-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.manifesto-grid p {
  margin: 0;
  min-height: 190px;
  display: grid;
  align-items: end;
  padding: clamp(26px, 4vw, 42px);
  background: var(--warm-white);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 2.85rem);
  line-height: 1.05;
  letter-spacing: -.035em;
  color: var(--coffee);
}

.section { padding: clamp(84px, 10vw, 150px) 0; position: relative; }
.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 20%, rgba(197, 164, 98, .09), transparent 28%),
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(197, 164, 98, .06) calc(50% - 1px), rgba(197, 164, 98, .06) calc(50% + 1px), transparent calc(50% + 1px));
}
.about-grid, .intention-grid, .contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 7vw, 96px); align-items: center; }
.about-image { min-height: 650px; }
.image-placeholder, .portrait, .gallery-item div {
  min-height: 100%;
  border-radius: 999px 999px 12px 12px;
  background:
    linear-gradient(140deg, rgba(251, 247, 239, .25), rgba(49, 40, 32, .08)),
    linear-gradient(135deg, #d7c1a4, #f5ead8 48%, #9fa68c);
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  color: rgba(49, 40, 32, .5);
  font-size: .75rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.portrait {
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: 54% 50%;
  filter: saturate(.92) contrast(1.02);
}
.about-copy p { margin: 18px 0 0; color: var(--muted); }
.about-copy p:not(.eyebrow) {
  text-align: justify;
  text-align-last: left;
}
.about-copy p:last-child { color: var(--coffee); font-weight: 500; }

.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading p:not(.eyebrow) { margin: 18px 0 0; color: var(--muted); font-size: 1.04rem; }
.services { background: var(--warm-white); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card {
  padding: 34px 28px;
  min-height: 260px;
  background: linear-gradient(180deg, var(--ivory), #fffaf1);
  border: 1px solid var(--line);
  box-shadow: 0 16px 42px rgba(49, 40, 32, .06);
  transition: transform .3s ease, box-shadow .3s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card span {
  display: block;
  margin-bottom: 22px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
}
.service-card p { margin: 18px 0 0; color: var(--muted); font-size: .95rem; }
.service-grid-premium {
  grid-template-columns: repeat(3, 1fr);
}
.service-grid-premium .service-card:first-child,
.service-grid-premium .service-card:nth-child(3) {
  min-height: 340px;
  background:
    linear-gradient(140deg, rgba(49, 40, 32, .78), rgba(49, 40, 32, .55)),
    radial-gradient(circle at 80% 12%, rgba(197, 164, 98, .32), transparent 34%),
    linear-gradient(135deg, #8a765d, #d9c9af);
}
.service-grid-premium .service-card:first-child h3,
.service-grid-premium .service-card:first-child p,
.service-grid-premium .service-card:nth-child(3) h3,
.service-grid-premium .service-card:nth-child(3) p {
  color: var(--warm-white);
}

.includes {
  background:
    radial-gradient(circle at 88% 12%, rgba(154, 164, 135, .16), transparent 32%),
    var(--ivory);
}
.includes-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(38px, 7vw, 86px);
  align-items: start;
}
.include-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  counter-reset: includes;
}
.include-list div {
  counter-increment: includes;
  min-height: 116px;
  padding: 20px;
  background: rgba(255, 253, 248, .72);
  border: 1px solid var(--line);
  display: grid;
  align-content: space-between;
  color: var(--coffee);
  font-weight: 600;
}
.include-list div::before {
  content: counter(includes, decimal-leading-zero);
  color: var(--gold);
  font-size: .72rem;
  letter-spacing: .16em;
  font-weight: 800;
}

.destinations {
  background: var(--coffee);
  color: var(--warm-white);
  overflow: hidden;
}
.destination-panel {
  position: relative;
  padding: clamp(42px, 7vw, 86px);
  border: 1px solid rgba(255, 253, 248, .16);
  background:
    linear-gradient(120deg, rgba(49, 40, 32, .84), rgba(49, 40, 32, .58)),
    radial-gradient(circle at 84% 12%, rgba(197, 164, 98, .34), transparent 30%),
    linear-gradient(135deg, #776850, #aeb394);
}
.destination-panel h2 {
  max-width: 780px;
  color: var(--warm-white);
}
.destination-panel p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 253, 248, .78);
  font-size: 1.08rem;
}
.destination-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.destination-tags span {
  padding: 10px 15px;
  border: 1px solid rgba(255, 253, 248, .22);
  border-radius: 999px;
  background: rgba(255, 253, 248, .08);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.destination-support {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 253, 248, .18);
}
.destination-support h3 {
  color: var(--warm-white);
  font-size: clamp(1.65rem, 3vw, 2.7rem);
}
.destination-support ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.destination-support li {
  padding: 14px;
  border: 1px solid rgba(255, 253, 248, .16);
  background: rgba(255, 253, 248, .08);
  color: rgba(255, 253, 248, .82);
  font-size: .86rem;
}

.experience {
  background: linear-gradient(180deg, var(--warm-white), var(--linen));
}
.experience-grid {
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  gap: clamp(42px, 7vw, 92px);
  align-items: start;
}
.experience-grid p:not(.eyebrow) {
  margin-top: 22px;
  color: var(--muted);
}
.feature-list-luxe {
  grid-template-columns: repeat(2, 1fr);
}
.feature-list-luxe div {
  min-height: 84px;
  align-items: center;
  background: rgba(255, 253, 248, .72);
}
.stat-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.stat-strip article {
  padding: 24px;
  background: var(--coffee);
  color: var(--warm-white);
}
.stat-strip strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  font-weight: 500;
  line-height: .95;
}
.stat-strip span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 253, 248, .7);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.intention { background: linear-gradient(135deg, var(--linen), var(--ivory)); }
.intention-grid { grid-template-columns: .82fr 1.18fr; }
.intention p:not(.eyebrow) { margin-top: 22px; color: var(--muted); max-width: 520px; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.feature-list div {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  background: rgba(255, 253, 248, .62);
  border: 1px solid var(--line);
}
.feature-list span { color: var(--gold); font-weight: 700; letter-spacing: .12em; }

.process { background: var(--coffee); color: var(--warm-white); }
.process h2, .process h3 { color: var(--warm-white); }
.process .section-heading p:not(.eyebrow), .timeline-item p { color: rgba(255, 253, 248, .72); }
.timeline { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid rgba(255, 253, 248, .2); }
.timeline-item { padding: 34px 24px 0 0; position: relative; }
.timeline-item::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 11px;
  height: 11px;
  background: var(--gold);
  border-radius: 50%;
}
.timeline-item span { display: block; color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .18em; margin-bottom: 20px; }
.timeline-item p { margin: 16px 0 0; font-size: .94rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 18px; }
.gallery-item { margin: 0; position: relative; overflow: hidden; background: var(--linen); box-shadow: var(--shadow); }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item div { width: 100%; height: 100%; min-height: 0; border-radius: 0; box-shadow: none; }
.gallery-item figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 8px 12px;
  background: rgba(255, 253, 248, .78);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.gallery-editorial {
  grid-auto-rows: 230px;
  gap: 14px;
}
.gallery-editorial .gallery-item {
  box-shadow: none;
}
.gallery-editorial .gallery-item div {
  background:
    linear-gradient(140deg, rgba(49, 40, 32, .14), rgba(251, 247, 239, .18)),
    radial-gradient(circle at 78% 18%, rgba(197, 164, 98, .22), transparent 28%),
    linear-gradient(135deg, #c7b08f, #f2e5d1 42%, #8e967a);
  transition: transform .8s ease, filter .8s ease;
}
.gallery-editorial .gallery-item:hover div {
  transform: scale(1.04);
  filter: saturate(1.04) contrast(1.04);
}

.testimonials {
  background: var(--warm-white);
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.testimonial-card {
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--ivory), #fffaf2);
  box-shadow: 0 16px 42px rgba(49, 40, 32, .06);
}
.testimonial-card p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.18;
  color: var(--coffee);
}
.testimonial-card span {
  display: block;
  margin-top: 28px;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.guide {
  background:
    radial-gradient(circle at 14% 20%, rgba(197, 164, 98, .1), transparent 30%),
    var(--ivory);
}
.guide-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.guide-card {
  min-height: 290px;
  padding: 28px 22px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, .72);
}
.guide-card h3 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}
.guide-card p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: .92rem;
}

.credentials { background: var(--warm-white); }
.logo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 860px; margin-inline: auto; }
.logo-box {
  min-height: 260px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  text-align: center;
  margin: 0;
  padding: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(197, 164, 98, .08), rgba(154, 164, 135, .09)),
    var(--ivory);
  color: var(--muted);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.logo-box img {
  width: min(100%, 330px);
  max-height: 170px;
  object-fit: contain;
  filter: sepia(.32) saturate(.62) hue-rotate(346deg) contrast(.96) brightness(.94);
  opacity: .92;
}
.logo-box figcaption {
  margin: 0;
  color: var(--coffee);
  font-size: .7rem;
}
.social-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: clamp(34px, 6vw, 70px);
  background: linear-gradient(135deg, rgba(111, 118, 94, .13), rgba(197, 164, 98, .14)), var(--warm-white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.social-panel p:not(.eyebrow) { color: var(--muted); margin: 18px 0 0; }
.social-links { display: flex; flex-wrap: wrap; gap: 12px; }
.social-links a {
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--ivory);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.social-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}
.social-link.whatsapp {
  background: rgba(37, 211, 102, .1);
  border-color: rgba(37, 211, 102, .28);
}
.social-link.facebook {
  background: rgba(24, 119, 242, .09);
  border-color: rgba(24, 119, 242, .22);
}
.social-link.instagram {
  background:
    linear-gradient(var(--ivory), var(--ivory)) padding-box,
    linear-gradient(135deg, #feda75, #d62976, #4f5bd5) border-box;
  border-color: transparent;
}

.contact { background: linear-gradient(180deg, var(--ivory), var(--linen)); }
.contact-grid { align-items: start; }
.contact-copy { position: sticky; top: 110px; }
.contact-copy p:not(.eyebrow) { color: var(--muted); margin-top: 22px; font-size: 1.05rem; }
.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 44px);
  background: var(--warm-white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.contact-form label { display: grid; gap: 8px; color: var(--coffee); font-size: .78rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--ivory);
  color: var(--coffee);
  padding: 14px 16px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(197, 164, 98, .14); }

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #1f7a4d;
  color: white;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 18px 44px rgba(31, 122, 77, .28);
}
.whatsapp-float .social-icon { width: 20px; height: 20px; }
.footer {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 8vw, 96px) 0 34px;
  background:
    radial-gradient(circle at 86% 10%, rgba(197, 164, 98, .18), transparent 30%),
    linear-gradient(135deg, #17130f, #2b241c 58%, #24271e);
  color: rgba(255, 253, 248, .78);
}
.footer::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 253, 248, .08);
  pointer-events: none;
}
.footer-brand-row {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255, 253, 248, .14);
}
.footer-brand-block {
  display: flex;
  align-items: center;
  gap: 22px;
}
.footer-brand-block img {
  width: clamp(150px, 16vw, 230px);
  height: auto;
  max-height: 190px;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, .28));
}
.footer strong {
  display: block;
  color: var(--warm-white);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 4vw, 4rem);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.04em;
}
.footer p { margin: 10px 0 0; }
.footer-cta {
  display: grid;
  justify-items: end;
  gap: 18px;
  text-align: right;
}
.footer-cta span {
  max-width: 360px;
  color: rgba(255, 253, 248, .88);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.5vw, 2.4rem);
  line-height: 1.05;
}
.footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid rgba(197, 164, 98, .72);
  border-radius: 999px;
  color: var(--warm-white);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background .25s ease, transform .25s ease;
}
.footer-button:hover {
  background: rgba(197, 164, 98, .12);
  transform: translateY(-2px);
}
.footer-main-grid {
  position: relative;
  display: grid;
  grid-template-columns: .95fr .95fr 1.2fr .85fr .95fr;
  gap: clamp(24px, 4vw, 58px);
  padding: 42px 0;
  border-bottom: 1px solid rgba(255, 253, 248, .14);
}
.footer-column {
  display: grid;
  align-content: start;
  gap: 11px;
}
.footer-column h3 {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
}
.footer-column a,
.footer-column p {
  margin: 0;
  color: rgba(255, 253, 248, .72);
  font-size: .92rem;
  line-height: 1.65;
  transition: color .2s ease, transform .2s ease;
}
.footer-column a:hover {
  color: var(--warm-white);
  transform: translateX(3px);
}
.footer-legal a { color: rgba(255, 253, 248, .86); }
.footer-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  color: rgba(255, 253, 248, .48);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-bottom p { margin: 0; }
.copyright { font-size: .82rem; color: rgba(255, 253, 248, .5); }

.privacy-check {
  display: flex !important;
  align-items: flex-start;
  gap: 11px !important;
  color: var(--muted) !important;
  font-size: .82rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.55;
  text-transform: none !important;
}
.privacy-check input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--gold);
}
.privacy-check a {
  color: var(--coffee);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid rgba(197, 164, 98, .32);
  background: rgba(49, 40, 32, .96);
  color: var(--warm-white);
  box-shadow: 0 24px 80px rgba(29, 26, 23, .32);
}
.cookie-banner[hidden],
.cookie-modal[hidden] { display: none; }
.cookie-banner strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
}
.cookie-banner p {
  margin: 7px 0 0;
  color: rgba(255, 253, 248, .74);
  font-size: .9rem;
  line-height: 1.5;
}
.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.cookie-actions button,
.cookie-modal button { cursor: pointer; }
.cookie-link,
.cookie-accept {
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.cookie-link {
  border: 1px solid rgba(255, 253, 248, .22);
  background: transparent;
  color: rgba(255, 253, 248, .82);
}
.cookie-accept {
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--soft-black);
}
.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(29, 26, 23, .52);
}
.cookie-modal-card {
  position: relative;
  width: min(620px, 100%);
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid var(--line);
  background: var(--warm-white);
  box-shadow: var(--shadow);
}
.cookie-modal-card h2 { font-size: clamp(2.4rem, 6vw, 4rem); }
.cookie-modal-card p:not(.eyebrow) { color: var(--muted); }
.cookie-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--ivory);
  color: var(--coffee);
  font-size: 1.35rem;
  line-height: 1;
}
.cookie-option {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 16px 0;
  color: var(--coffee);
  font-weight: 700;
}
.cookie-option input {
  width: 18px;
  height: 18px;
  accent-color: var(--gold);
}

.legal-body {
  background:
    radial-gradient(circle at 88% 12%, rgba(197, 164, 98, .12), transparent 30%),
    var(--ivory);
}
.legal-header {
  position: static;
  background: var(--ivory);
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.legal-header .brand,
.legal-header .nav-links a { color: var(--coffee); }
.legal-main { padding: clamp(76px, 10vw, 130px) 0; }
.legal-hero {
  max-width: 900px;
  margin-bottom: 44px;
}
.legal-hero h1 {
  color: var(--coffee);
  font-size: clamp(3.1rem, 7vw, 6.8rem);
}
.legal-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.05rem;
}
.legal-card {
  display: grid;
  gap: 30px;
  max-width: 940px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, .78);
  box-shadow: var(--shadow);
}
.legal-card section {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.legal-card section:first-child {
  padding-top: 0;
  border-top: 0;
}
.legal-card h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}
.legal-card p,
.legal-card li { color: var(--muted); }
.legal-card ul {
  margin: 14px 0 0;
  padding-left: 20px;
}
.legal-card a {
  color: var(--coffee);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-note {
  margin-top: 0;
  padding: 18px 20px;
  border-left: 3px solid var(--gold);
  background: var(--ivory);
}

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal:nth-of-type(even) { transform: translateY(22px) translateX(10px); }
.reveal.is-visible:nth-of-type(even) { transform: translateY(0) translateX(0); }

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 253, 248, .1);
    color: var(--warm-white);
  }
  .is-scrolled .nav-toggle { border-color: var(--line); color: var(--coffee); }
  .nav-toggle span:not(.sr-only) { width: 18px; height: 1px; background: currentColor; }
  .nav-links {
    position: fixed;
    inset: 74px 20px auto;
    display: grid;
    gap: 0;
    padding: 18px;
    background: rgba(251, 247, 239, .97);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
  }
  .nav-links.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .nav-links a { color: var(--coffee); padding: 14px; }
  .language-switch {
    justify-self: start;
    margin: 12px 14px 4px;
  }
  .legal-header .nav-links {
    position: static;
    display: flex;
    width: auto;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .legal-header .nav-links a { padding: 10px 12px; }
  h1 { font-size: clamp(3.35rem, 16vw, 6rem); }
  .hero-content { max-width: none; margin-left: 0; padding-inline: 20px; }
  .hero-card { position: relative; right: auto; bottom: auto; margin: -76px 20px 36px auto; }
  .about-grid, .intention-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-image { min-height: 520px; }
  .service-grid, .service-grid-premium { grid-template-columns: repeat(2, 1fr); }
  .intro-grid, .manifesto-grid, .includes-grid, .experience-grid { grid-template-columns: 1fr; }
  .include-list, .destination-support ul, .stat-strip, .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid rgba(255, 253, 248, .2); }
  .timeline-item { padding: 0 0 34px 28px; }
  .timeline-item::before { top: 2px; left: -6px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .social-panel { grid-template-columns: 1fr; }
  .contact-copy { position: static; }
}

@media (max-width: 640px) {
  .container, .nav { width: min(100% - 28px, 1160px); }
  body { padding-top: 0; }
  .site-header { padding: 16px 0; }
  .brand { font-size: 1.08rem; gap: 10px; }
  .brand-mark { width: 132px; height: 56px; }
  .brand-mark img { width: 100%; height: 100%; }
  .legal-header .nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .legal-header .nav-links {
    flex-wrap: wrap;
    gap: 8px;
  }
  .hero { min-height: 92vh; }
  .hero-content { padding: 118px 14px 92px; }
  .hero-subtitle { font-size: 1rem; }
  .hero-actions, .contact-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-card { width: calc(100% - 28px); margin: -70px auto 28px; }
  .section { padding: 76px 0; }
  h2 { font-size: clamp(2.55rem, 14vw, 4rem); }
  .about-image { min-height: 420px; }
  .portrait { height: 420px; object-position: 52% 48%; }
  .service-grid, .service-grid-premium, .feature-list, .include-list, .destination-support ul, .stat-strip, .guide-grid, .gallery-grid, .logo-grid { grid-template-columns: 1fr; }
  .intro-detail { min-height: 300px; }
  .manifesto-grid p { min-height: 140px; }
  .destination-panel { padding: 30px; }
  .gallery-item, .gallery-item.tall, .gallery-item.wide { grid-column: auto; grid-row: auto; min-height: 280px; }
  .social-links { flex-direction: column; }
  .social-links a { text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .whatsapp-float { right: 14px; bottom: 14px; padding: 13px 15px; }
  .cookie-banner {
    left: 14px;
    right: 14px;
    bottom: 76px;
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .cookie-actions {
    justify-content: stretch;
  }
  .cookie-actions button {
    flex: 1 1 auto;
  }
}

/* Luxury editorial refinement */
.luxury-page .nav-links { gap: 18px; }
.luxury-page .nav-links a { font-size: .68rem; }
.luxury-page .hero-luxury h1 { max-width: 980px; }
.hero-media-luxury {
  background: #1d1a17;
}
.hero-luxury { perspective: 1200px; }
.hero-collage {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.collage-card {
  --parallax-x: 0px;
  --parallax-y: 0px;
  position: absolute;
  display: block;
  border: 1px solid rgba(255, 253, 248, .32);
  box-shadow: 0 28px 90px rgba(29, 26, 23, .32);
  transform-style: preserve-3d;
  transition: transform .5s ease;
}
.collage-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(140deg, rgba(255, 253, 248, .2), rgba(49, 40, 32, .12)),
    radial-gradient(circle at 78% 18%, rgba(197, 164, 98, .25), transparent 34%),
    linear-gradient(135deg, #c8b28f, #f0e2cd 46%, #8f9679);
}
.collage-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 2;
  border: 1px solid rgba(255, 253, 248, .34);
  pointer-events: none;
}
.collage-card-1 {
  right: 5vw;
  top: 19vh;
  width: min(22vw, 300px);
  height: min(29vw, 390px);
  transform: translate(var(--parallax-x), var(--parallax-y)) rotate(6deg) translateZ(30px);
}
.collage-card-1::after {
  background:
    linear-gradient(180deg, rgba(29, 26, 23, .04), rgba(29, 26, 23, .14)),
    url("../images/stock/beach-wedding-ceremony-pexels.jpg") center / cover;
}
.collage-card-2 {
  right: 23vw;
  bottom: 12vh;
  width: min(16vw, 230px);
  height: min(11vw, 160px);
  transform: translate(var(--parallax-x), var(--parallax-y)) rotate(-9deg) translateZ(50px);
}
.collage-card-2::after {
  background:
    linear-gradient(180deg, rgba(29, 26, 23, .02), rgba(29, 26, 23, .16)),
    url("../images/stock/wedding-reception-table-pexels.jpg") center / cover;
}
.collage-card-3 {
  left: 7vw;
  bottom: 10vh;
  width: min(12vw, 170px);
  height: min(18vw, 240px);
  border-radius: 999px 999px 12px 12px;
  transform: translate(var(--parallax-x), var(--parallax-y)) rotate(-4deg) translateZ(20px);
  opacity: .72;
}
.collage-card-3::after {
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(29, 26, 23, .02), rgba(29, 26, 23, .14)),
    url("../images/stock/wedding-rings-bouquet-pexels.jpg") center / cover;
}
.hero-content {
  position: relative;
  z-index: 4;
  max-width: min(760px, 58vw);
}
.hero-trust-panel {
  position: absolute;
  right: max(24px, calc((100vw - 1160px) / 2));
  bottom: 42px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 1px;
  border: 1px solid rgba(255, 253, 248, .24);
  background: rgba(255, 253, 248, .12);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.hero-trust-panel span {
  padding: 16px 18px;
  color: rgba(255, 253, 248, .86);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  background: rgba(255, 253, 248, .06);
}
.hero-authority {
  margin: 22px 0 0;
  color: rgba(255, 253, 248, .78);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-signature {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  width: fit-content;
  margin-top: 36px;
  border: 1px solid rgba(255, 253, 248, .24);
  background: rgba(255, 253, 248, .13);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.hero-signature span {
  padding: 12px 16px;
  color: rgba(255, 253, 248, .88);
  background: rgba(255, 253, 248, .06);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.brand-statement {
  padding: clamp(76px, 10vw, 140px) 0;
  background:
    linear-gradient(180deg, var(--pearl), var(--warm-white));
}
.brand-statement .container { position: relative; }
.brand-statement .container::before,
.brand-statement .container::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(220px, 40vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(197, 164, 98, .55), transparent);
  transform: translateX(-50%);
}
.brand-statement .container::before { top: -32px; }
.brand-statement .container::after { bottom: -32px; }
.statement-kicker {
  display: block;
  margin: 0 0 28px;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-align: center;
  text-transform: uppercase;
}
.brand-statement p {
  max-width: 980px;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5.8vw, 6.4rem);
  line-height: .98;
  letter-spacing: -.055em;
  text-align: center;
  color: var(--coffee);
}
.trust-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
.trust-strip span {
  padding: 11px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.proof-band {
  padding: 0 0 clamp(72px, 9vw, 128px);
  background: var(--warm-white);
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, .74);
}
.proof-grid article {
  min-height: 178px;
  padding: clamp(24px, 3vw, 42px);
  border-right: 1px solid var(--line);
}
.proof-grid article:last-child { border-right: 0; }
.proof-grid span {
  display: block;
  margin-bottom: 20px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(3.2rem, 6vw, 6.2rem);
  line-height: .78;
  letter-spacing: -.08em;
}
.proof-grid p {
  max-width: 310px;
  margin: 0;
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.72;
}
.about-luxury .about-grid { grid-template-columns: .72fr 1.28fr; align-items: start; }
.about-luxury .about-copy p { max-width: 760px; font-size: 1rem; line-height: 1.82; }
.about-luxury .about-copy p + p { margin-top: 14px; }
.about-collage {
  position: relative;
  perspective: 1000px;
}
.about-collage .portrait {
  transform: rotate(-2deg);
  border: 10px solid rgba(255, 253, 248, .72);
}
.about-floating-note {
  position: absolute;
  right: -28px;
  bottom: 42px;
  z-index: 4;
  width: 148px;
  height: 148px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 28%, rgba(197, 164, 98, .28), transparent 34%),
    var(--coffee);
  color: var(--warm-white);
  font-family: var(--serif);
  font-size: 1.6rem;
  line-height: .95;
  text-align: center;
  box-shadow: var(--shadow);
}
.about-shape {
  position: absolute;
  left: -28px;
  top: 42px;
  z-index: -1;
  width: 160px;
  height: 220px;
  border: 1px solid var(--gold);
  border-radius: 999px 999px 12px 12px;
  transform: rotate(11deg);
  opacity: .55;
}
.mini-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.mini-stats span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 248, .78);
  color: var(--coffee);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.services-luxury {
  background:
    linear-gradient(180deg, var(--pearl), var(--ivory));
}
.service-editorial {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 2vw, 22px);
  border-top: 0;
  border-left: 0;
}
.service-editorial article {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 0;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, .86);
  box-shadow: 0 18px 52px rgba(49, 40, 32, .06);
}
.service-editorial article:nth-child(2),
.service-editorial article:nth-child(3) { transform: none; }
.service-editorial article::before {
  content: none;
}
.service-editorial article:nth-child(1),
.service-editorial article:nth-child(4) {
  background: rgba(255, 253, 248, .86);
  color: var(--coffee);
}
.service-editorial article:nth-child(1) h3,
.service-editorial article:nth-child(4) h3 { color: var(--coffee); }
.service-image {
  min-height: 210px;
  background:
    linear-gradient(180deg, rgba(29, 26, 23, .02), rgba(29, 26, 23, .16)),
    url("../images/stock/beach-wedding-ceremony-pexels.jpg") center / cover;
}
.service-card-planning .service-image {
  background:
    linear-gradient(180deg, rgba(29, 26, 23, .02), rgba(29, 26, 23, .14)),
    url("../images/stock/wedding-rings-bouquet-pexels.jpg") center / cover;
}
.service-card-coordination .service-image {
  background:
    linear-gradient(180deg, rgba(29, 26, 23, .02), rgba(29, 26, 23, .14)),
    url("../images/stock/wedding-reception-table-pexels.jpg") center / cover;
}
.service-card-social .service-image {
  background:
    linear-gradient(180deg, rgba(29, 26, 23, .02), rgba(29, 26, 23, .14)),
    url("../images/stock/quinceanera-celebration-pexels.jpg") center / cover;
}
.service-editorial span {
  position: static;
  display: block;
  margin: 24px 24px 14px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
}
.service-editorial h3 { max-width: 360px; margin: 0 24px 12px; font-size: clamp(1.35rem, 2vw, 1.9rem); }
.service-editorial p { max-width: 390px; margin: 0 24px 28px; color: var(--muted); font-size: .94rem; }
.service-editorial article:nth-child(1) p,
.service-editorial article:nth-child(4) p { color: var(--muted); }
.service-note {
  max-width: 860px;
  margin: 34px 0 0 auto;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  line-height: 1.12;
  color: var(--coffee);
}
.assurance-note {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 24px;
  align-items: center;
  margin-top: 42px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.assurance-note strong {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1;
}
.assurance-note span {
  color: var(--muted);
  font-size: 1rem;
  max-width: 680px;
}
.service-ribbon {
  display: flex;
  gap: 14px;
  margin-top: 22px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.service-ribbon span {
  flex: 0 0 auto;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  animation: ribbonFloat 14s linear infinite;
}
.experience-luxury {
  background:
    radial-gradient(circle at 12% 24%, rgba(197, 164, 98, .12), transparent 28%),
    var(--warm-white);
}
.experience-luxury-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(40px, 7vw, 92px);
  align-items: center;
}
.experience-luxury-grid p:not(.eyebrow) { color: var(--muted); max-width: 560px; }
.experience-points {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.experience-points span {
  position: relative;
  padding: 22px 0 22px 46px;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.4vw, 2.3rem);
  line-height: 1.05;
  color: var(--coffee);
}
.experience-points span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateY(-50%);
}
.gallery-luxury {
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 253, 248, .72), transparent 26%),
    linear-gradient(180deg, var(--ivory), var(--paper));
}
.editorial-gallery {
  display: grid;
  grid-template-columns: 1.15fr .72fr .72fr;
  grid-template-rows: 300px 230px 190px;
  gap: 14px;
  perspective: 1200px;
}
.gallery-visual {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(140deg, rgba(49, 40, 32, .14), rgba(251, 247, 239, .16)),
    url("../images/stock/beach-wedding-ceremony-pexels.jpg") center / cover;
  min-height: 240px;
  transform-style: preserve-3d;
  transition: transform .45s ease, box-shadow .45s ease, filter .45s ease;
}
.gallery-visual::before {
  content: none;
}
.gallery-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(29, 26, 23, .34));
}
.gallery-visual:hover {
  box-shadow: 0 28px 80px rgba(49, 40, 32, .2);
  filter: saturate(1.06) contrast(1.05);
}
.gallery-visual span {
  display: none;
}
.gallery-visual-large { grid-row: span 3; min-height: 720px; }
.gallery-visual-tall {
  grid-row: span 2;
  min-height: 544px;
  background:
    linear-gradient(140deg, rgba(49, 40, 32, .08), rgba(251, 247, 239, .1)),
    url("../images/stock/wedding-reception-table-pexels.jpg") center / cover;
}
.gallery-visual-soft {
  background:
    linear-gradient(140deg, rgba(49, 40, 32, .08), rgba(251, 247, 239, .1)),
    url("../images/stock/wedding-rings-bouquet-pexels.jpg") center / cover;
}
.gallery-visual-wide {
  grid-column: span 2;
  background:
    linear-gradient(140deg, rgba(49, 40, 32, .08), rgba(251, 247, 239, .1)),
    url("../images/stock/quinceanera-celebration-pexels.jpg") center / cover;
}
.gallery-caption {
  display: grid;
  align-content: end;
  padding: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(197, 164, 98, .08), transparent 42%),
    var(--pearl);
}
.gallery-caption::before {
  content: "RN";
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(197, 164, 98, .5);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: .08em;
}
.gallery-caption p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}
.gallery-caption span { margin-top: 14px; color: var(--muted); }
.gallery-tags {
  display: none;
}
.gallery-tags span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 253, 248, .62);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.testimonial-story {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 16%, rgba(154, 164, 135, .12), transparent 30%),
    linear-gradient(180deg, var(--pearl), var(--warm-white));
}
.testimonial-carousel {
  position: relative;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(197, 164, 98, .18);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, .86), rgba(255, 250, 244, .68)),
    var(--pearl);
  box-shadow: 0 24px 70px rgba(49, 40, 32, .08);
}
.testimonial-carousel:focus {
  outline: 2px solid rgba(197, 164, 98, .42);
  outline-offset: 8px;
}
.testimonial-carousel-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: clamp(36px, 5vw, 64px);
}
.testimonial-carousel-header h2 {
  max-width: 1040px;
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  line-height: 1;
  text-wrap: balance;
}
.testimonial-intro {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--muted);
}
.testimonial-controls {
  display: inline-flex;
  gap: 10px;
  flex: 0 0 auto;
}
.testimonial-controls button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 253, 248, .78);
  color: var(--coffee);
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.testimonial-controls button:hover {
  background: var(--coffee);
  border-color: var(--coffee);
  color: var(--warm-white);
  transform: translateY(-2px);
}
.testimonial-track {
  position: relative;
  overflow: hidden;
}
.testimonial-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(22px);
  transition: opacity .45s ease, transform .45s ease, visibility .45s ease;
}
.testimonial-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}
.testimonial-story-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(38px, 7vw, 88px);
  align-items: center;
}
.testimonial-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  min-height: 0;
}
.testimonial-photos img {
  position: static;
  width: 100%;
  max-width: none;
  object-fit: contain;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.testimonial-photo-main {
  grid-column: 1 / -1;
  height: 430px;
  object-position: 54% 50%;
}
.testimonial-photo-portrait {
  height: 290px;
  object-position: 50% 42%;
}
.testimonial-photo-wide {
  height: 290px;
  object-position: 48% 50%;
}
.testimonial-quote {
  position: relative;
  padding: clamp(30px, 5vw, 58px) clamp(0px, 2vw, 24px);
}
.testimonial-quote::before {
  content: none;
  position: absolute;
  right: 4%;
  top: -10px;
  color: rgba(197, 164, 98, .18);
  font-family: var(--serif);
  font-size: clamp(8rem, 16vw, 15rem);
  line-height: .8;
  pointer-events: none;
}
.testimonial-quote h3 {
  max-width: none;
  font-size: clamp(2rem, 3.4vw, 3.8rem);
  white-space: nowrap;
}
.testimonial-quote blockquote {
  position: relative;
  margin: 30px 0 0;
  padding: 0;
  border-left: 0;
}
.testimonial-quote blockquote p {
  margin: 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.75;
  text-align: justify;
}
.testimonial-quote blockquote p + p {
  margin-top: 16px;
}
.testimonial-quote-long blockquote p {
  font-size: 1rem;
  line-height: 1.75;
}
.testimonial-quote-long blockquote p + p {
  margin-top: 12px;
}

.testimonial-slide:nth-child(6) .testimonial-photos {
  justify-items: center;
}

.testimonial-slide:nth-child(6) .testimonial-photo-main {
  width: min(100%, 720px);
  height: min(58vw, 560px);
  object-fit: contain;
  object-position: center;
}
.testimonial-quote span {
  display: block;
  margin-top: 28px;
  color: var(--coffee);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}
.testimonial-dots button {
  width: 34px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(49, 40, 32, .18);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}
.testimonial-dots button.is-active {
  width: 58px;
  background: var(--gold);
}
.process-luxury {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(197, 164, 98, .18), transparent 30%),
    linear-gradient(135deg, #1d1a17, var(--coffee));
  color: var(--warm-white);
}
.process-luxury::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 253, 248, .12);
  pointer-events: none;
}
.process-luxury h2 { color: var(--warm-white); }
.process-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(36px, 6vw, 82px);
  align-items: start;
}
.process-heading {
  position: sticky;
  top: 110px;
}
.process-heading p:not(.eyebrow) {
  max-width: 420px;
  color: rgba(255, 253, 248, .72);
}
.process-minimal {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  border-top: 0;
  background: rgba(255, 253, 248, .16);
}
.process-minimal div {
  min-height: 0;
  padding: clamp(24px, 3vw, 36px);
  background: rgba(255, 253, 248, .06);
  color: rgba(255, 253, 248, .84);
  font-size: .96rem;
  display: grid;
  grid-template-columns: 82px .38fr 1fr;
  gap: 24px;
  align-items: start;
}
.process-minimal div:hover {
  color: var(--warm-white);
  background: rgba(255, 253, 248, .1);
}
.process-minimal span {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 2.8rem;
  font-weight: 800;
  line-height: .82;
  letter-spacing: -.04em;
}
.process-minimal strong {
  color: var(--warm-white);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.6vw, 2.55rem);
  font-weight: 500;
  line-height: 1;
}
.process-minimal p {
  margin: 0;
  color: rgba(255, 253, 248, .68);
  line-height: 1.72;
}
.process-minimal div:nth-child(even) {
  transform: none;
  background: rgba(255, 253, 248, .035);
}
.closing-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 20%, rgba(154, 164, 135, .14), transparent 32%),
    linear-gradient(180deg, var(--paper), var(--warm-white));
}
.closing-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(1180px, calc(100% - 40px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(197, 164, 98, .46), transparent);
  transform: translateX(-50%);
}
.closing-cta-grid {
  display: grid;
  grid-template-columns: 1.16fr .84fr;
  gap: clamp(34px, 7vw, 92px);
  align-items: end;
}
.closing-cta h2 {
  max-width: 820px;
}
.closing-cta p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.78;
}
.closing-cta .button {
  margin-top: 28px;
}
.contact-luxury {
  background:
    radial-gradient(circle at 12% 18%, rgba(197, 164, 98, .1), transparent 28%),
    linear-gradient(180deg, var(--warm-white), var(--paper));
}
.contact-luxury .contact-copy p:not(.eyebrow) { max-width: 520px; }

.contact-luxury .contact-copy p:not(.eyebrow) {
  text-align: justify;
}

.contact-copy h2 {
  max-width: 760px;
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  line-height: 1;
  text-wrap: balance;
}

.contact-luxury .contact-form {
  box-shadow: 0 22px 70px rgba(49, 40, 32, .08);
  border: 1px solid rgba(197, 164, 98, .22);
  background:
    linear-gradient(135deg, rgba(197, 164, 98, .09), transparent 38%),
    var(--pearl);
}
.contact-copy h2::after {
  content: "";
  display: block;
  width: 86px;
  height: 1px;
  margin-top: 26px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.cert-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 5vw, 58px);
  overflow-x: auto;
  padding: 28px 0 12px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}
.cert-item {
  flex: 0 0 min(360px, 76vw);
  margin: 0;
  scroll-snap-align: center;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 16px;
  min-height: 230px;
}
.cert-item img {
  width: min(100%, 300px);
  height: 150px;
  object-fit: contain;
  filter: none;
  opacity: 1;
  mix-blend-mode: normal;
}
.cert-item figcaption {
  margin: 0;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .about-luxury .about-grid,
  .experience-luxury-grid,
  .process-layout,
  .closing-cta-grid { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .proof-grid article:last-child { border-bottom: 0; }
  .process-heading { position: static; }
  .service-editorial,
  .editorial-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .service-editorial article:nth-child(2),
  .service-editorial article:nth-child(3),
  .process-minimal div:nth-child(even) { transform: none; }
  .gallery-visual-large,
  .gallery-visual-tall,
  .gallery-visual-wide { grid-column: auto; grid-row: auto; min-height: 360px; }
  .testimonial-carousel-header { align-items: start; flex-direction: column; }
  .testimonial-carousel { padding: 28px; }
  .testimonial-story-grid { grid-template-columns: 1fr; }
  .testimonial-photos { min-height: 0; }
  .testimonial-photo-main { max-width: none; height: 360px; }
  .testimonial-photo-portrait { max-width: none; height: 280px; }
  .testimonial-photo-wide { max-width: none; height: 280px; }
  .process-minimal { grid-template-columns: 1fr; border-top: 0; }
  .process-minimal div {
    grid-template-columns: 70px 1fr;
    border-top: 1px solid rgba(255, 253, 248, .18);
  }
  .process-minimal p { grid-column: 2; }
  .cert-carousel { justify-content: flex-start; gap: 28px; }
  .hero-collage { opacity: .62; }
  .collage-card-1 { right: -7vw; top: 22vh; width: 220px; height: 290px; }
  .collage-card-2 { right: 38vw; bottom: 12vh; width: 190px; height: 138px; }
  .collage-card-3 { left: auto; right: 10vw; bottom: 8vh; width: 130px; height: 190px; }
  .hero-trust-panel { left: 20px; right: 20px; bottom: 24px; grid-template-columns: repeat(3, 1fr); }
  .hero-trust-panel span { text-align: center; padding-inline: 10px; }
  .assurance-note { grid-template-columns: 1fr; }
  .footer-brand-row,
  .footer-main-grid { grid-template-columns: 1fr 1fr; }
  .footer-cta { justify-items: start; text-align: left; }
  .footer-bottom { flex-wrap: wrap; }
}

@media (max-width: 640px) {
  .brand-statement { padding: 70px 0; }
  .proof-band { padding-bottom: 70px; }
  .proof-grid article { padding: 26px 0; }
  .proof-grid span { font-size: 3.8rem; }
  .brand-statement .container::before,
  .brand-statement .container::after { width: 140px; }
  .hero {
    min-height: 100svh;
    align-items: start;
  }
  .hero-media-luxury {
    background-position: 42% center;
  }
  .hero-video {
    opacity: 1;
    object-position: center;
  }
  .hero-content {
    padding: 132px 14px 310px;
  }
  .hero-signature {
    width: 100%;
    margin-top: 28px;
  }
  .hero-signature span {
    flex: 1 1 100%;
    text-align: center;
  }
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(29, 26, 23, .82), rgba(29, 26, 23, .42) 55%, rgba(29, 26, 23, .72)),
      linear-gradient(90deg, rgba(29, 26, 23, .45), rgba(29, 26, 23, .18));
  }
  .hero-collage {
    display: block;
    inset: auto 0 24px;
    height: 270px;
    opacity: 1;
    z-index: 2;
  }
  .collage-card {
    border-color: rgba(255, 253, 248, .55);
    box-shadow: 0 18px 54px rgba(29, 26, 23, .38);
  }
  .collage-card::before {
    inset: 7px;
  }
  .collage-card-1 {
    left: 14px;
    right: auto;
    top: auto;
    bottom: 42px;
    width: min(43vw, 166px);
    height: 166px;
    transform: rotate(-5deg);
  }
  .collage-card-2 {
    display: block;
    left: auto;
    right: 12px;
    top: auto;
    bottom: 96px;
    width: min(44vw, 170px);
    height: 132px;
    transform: rotate(5deg);
  }
  .collage-card-3 {
    left: 35vw;
    right: auto;
    top: auto;
    bottom: 12px;
    width: min(34vw, 128px);
    height: 150px;
    transform: rotate(2deg);
    opacity: .96;
  }
  .service-editorial,
  .editorial-gallery { grid-template-columns: 1fr; grid-template-rows: auto; }
  .service-editorial article { min-height: 220px; }
  .process-luxury::before { inset: 10px; }
  .process-minimal div {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 18px;
  }
  .process-minimal p { grid-column: auto; }
  .closing-cta .button { width: 100%; }
  .gallery-visual-large,
  .gallery-visual-tall,
  .gallery-visual-wide { grid-row: auto; grid-column: auto; min-height: 300px; aspect-ratio: 4 / 5; }
  .gallery-visual-soft { min-height: 240px; aspect-ratio: 4 / 3; }
  .gallery-caption { min-height: 220px; }
  .gallery-caption::before { width: 42px; height: 42px; margin-bottom: 18px; }
  .testimonial-controls button {
    width: 44px;
    height: 44px;
  }
  .testimonial-carousel { padding: 18px; }
  .testimonial-quote blockquote { padding-left: 16px; }
  .testimonial-photos {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
  }
  .testimonial-photos img,
  .testimonial-photo-main,
  .testimonial-photo-portrait,
  .testimonial-photo-wide {
    position: static;
    max-width: none;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .testimonial-photo-portrait {
    aspect-ratio: 3 / 4;
  }
  .mini-stats { gap: 8px; }
  .hero-trust-panel { display: none; }
  .footer {
    padding-bottom: 92px;
  }
  .footer::before { inset: 10px; }
  .footer-brand-row,
  .footer-main-grid,
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-brand-block {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .footer-brand-block img {
    width: min(190px, 70vw);
    height: auto;
    max-height: none;
  }
  .footer-main-grid { gap: 30px; }
  .cookie-banner {
    left: 14px;
    right: 14px;
    bottom: 76px;
    grid-template-columns: 1fr;
  }
  .cookie-actions { justify-content: stretch; }
  .cookie-actions button { flex: 1 1 auto; }
  .footer-bottom {
    display: grid;
    gap: 10px;
  }
  .about-collage .portrait { transform: none; }
  .about-floating-note { right: 12px; bottom: 18px; width: 112px; height: 112px; font-size: 1.25rem; }
  .about-shape { display: none; }
}

@keyframes ribbonFloat {
  from { transform: translateX(0); }
  to { transform: translateX(-120px); }
}

@media (prefers-reduced-motion: reduce) {
  .service-ribbon span,
  .home-gallery img { animation: none; opacity: 1; transform: none; }
  .collage-card, .gallery-visual { transition: none; }
  .hero-video { transform: none; }
}

/* Client revision: streamlined navigation and flyer-inspired palette */
:root {
  --ivory: #f8f2e7;
  --warm-white: #fffaf1;
  --paper: #f3eadc;
  --pearl: #fffdf7;
  --sand: #d8c5a8;
  --linen: #eadcc9;
  --sage: #8d9270;
  --olive: #697052;
  --gold: #b9985a;
  --coffee: #2c2922;
  --soft-black: #18212a;
  --muted: #6d675c;
}

.brand-mark {
  width: 145px;
  height: 62px;
}

.brand-mark img {
  width: 100%;
  height: 100%;
}

.hero-media-luxury {
  background:
    linear-gradient(120deg, rgba(44, 41, 34, .08), rgba(105, 112, 82, .08)),
    linear-gradient(135deg, #f8f2e7, #eadcc9 48%, #697052);
}

.hero-video {
  object-fit: cover;
  object-position: center;
  filter: none;
}

.hero-overlay {
  background: linear-gradient(180deg, rgba(24, 33, 42, .04), rgba(24, 33, 42, .08));
}

.luxury-page .nav-links {
  gap: clamp(14px, 2.3vw, 34px);
}

.luxury-page .nav-links a {
  color: var(--coffee);
  font-size: .72rem;
}

.home-intro {
  background:
    radial-gradient(circle at 18% 18%, rgba(185, 152, 90, .14), transparent 30%),
    linear-gradient(180deg, var(--warm-white), var(--paper));
}

.home-intro p {
  max-width: 1120px;
  margin-inline: auto;
  color: var(--coffee);
  font-size: clamp(1.55rem, 3vw, 3.15rem);
  line-height: 1.08;
  text-wrap: balance;
}

.home-gallery-band {
  background: var(--paper);
  padding: 0 0 clamp(72px, 9vw, 130px);
}

.home-gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  padding: 0;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, .74), rgba(234, 220, 201, .38)),
    var(--paper);
  border-top: 0;
  border-bottom: 0;
  overflow: hidden;
}

.home-gallery.reveal {
  opacity: 1;
  transform: none;
}

.home-gallery::before,
.home-gallery::after {
  content: none;
}

.home-gallery img {
  width: 100%;
  height: clamp(220px, 24vw, 330px);
  object-fit: contain;
  border: 0;
  background: rgba(255, 250, 241, .46);
  box-shadow: 0 14px 32px rgba(44, 41, 34, .1);
  filter: saturate(.94) contrast(1.02);
  opacity: 1;
  animation: none;
  transition: filter .28s ease, box-shadow .28s ease, transform .28s ease;
}

.home-gallery img:hover {
  transform: translateY(-2px);
  filter: saturate(1) contrast(1.04);
  box-shadow: 0 20px 46px rgba(44, 41, 34, .15);
}

.home-gallery img:first-child {
  grid-column: auto;
  grid-row: auto;
}

.home-gallery img:nth-child(2) {
  grid-column: auto;
  grid-row: auto;
}

.home-gallery img:nth-child(3),
.home-gallery img:nth-child(8),
.home-gallery img:nth-child(10) {
  grid-column: auto;
}

.home-gallery img:nth-child(4),
.home-gallery img:nth-child(5),
.home-gallery img:nth-child(6),
.home-gallery img:nth-child(7),
.home-gallery img:nth-child(9),
.home-gallery img:nth-child(11),
.home-gallery img:nth-child(12) {
  grid-column: auto;
}

.experience-categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.experience-category {
  position: relative;
  min-height: 430px;
  display: grid;
  align-content: end;
  overflow: hidden;
  padding: 24px;
  border: 0;
  text-align: left;
  color: var(--warm-white);
  background:
    linear-gradient(180deg, rgba(24, 33, 42, .12), rgba(24, 33, 42, .78)),
    url("../images/stock/beach-wedding-ceremony-pexels.jpg") center / cover;
  box-shadow: 0 20px 58px rgba(44, 41, 34, .12);
}

button.experience-category {
  cursor: pointer;
}

button.experience-category:hover,
button.experience-category:focus-visible,
button.experience-category.is-selected {
  outline: 0;
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(44, 41, 34, .2);
}

.experience-destination {
  background:
    linear-gradient(180deg, rgba(24, 33, 42, .12), rgba(24, 33, 42, .78)),
    url("../Testimonios/bodas-destino/bodas-destino-16.jpeg") center 42% / cover;
}

.experience-equal {
  background:
    linear-gradient(180deg, rgba(24, 33, 42, .08), rgba(24, 33, 42, .72)),
    url("../Testimonios/bodas-igualitarias/bodas-igualitarias-06.jpeg") center 54% / cover;
}

.experience-special {
  background:
    linear-gradient(180deg, rgba(24, 33, 42, .08), rgba(24, 33, 42, .72)),
    url("../Testimonios/xv-anos/xv-anos-04.jpeg") center 45% / cover;
}

.experience-pet {
  background:
    linear-gradient(180deg, rgba(24, 33, 42, .08), rgba(24, 33, 42, .74)),
    url("../Testimonios/bodas-dog-friendly/bodas-dog-friendly-04.jpeg") center 44% / cover;
}

.experience-category span {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 250, 241, .58);
  border-radius: 50%;
  color: var(--warm-white);
  font-family: var(--serif);
  font-size: 1.1rem;
}

.experience-category h3 {
  color: var(--warm-white);
  font-size: clamp(1.8rem, 2.7vw, 2.55rem);
  text-transform: none;
}

.experience-category p {
  margin: 18px 0 0;
  color: rgba(255, 250, 241, .84);
  font-size: .92rem;
  line-height: 1.55;
}

.services-luxury .section-heading {
  max-width: 980px;
}

.services-luxury .section-heading h2,
.design-section .process-heading h2 {
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  line-height: 1;
  text-wrap: balance;
}

.design-section .process-heading,
.design-section .process-heading h2,
.design-section .process-heading p:not(.eyebrow) {
  max-width: none;
  width: 100%;
}

.design-section .process-heading p:not(.eyebrow) {
  text-align: justify;
}

.event-gallery-section[hidden] {
  display: none;
}

.event-gallery-section {
  margin-top: clamp(34px, 5vw, 60px);
  padding-top: clamp(28px, 4vw, 42px);
  border-top: 1px solid var(--line);
}

.event-gallery-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.event-gallery-header > div {
  max-width: 740px;
}

.event-gallery-header h3 {
  font-size: clamp(2rem, 3.8vw, 4rem);
}

.event-gallery-hide,
.image-lightbox-close {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(185, 152, 90, .34);
  border-radius: 50%;
  background: var(--pearl);
  color: var(--coffee);
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(44, 41, 34, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.event-gallery-hide:hover,
.image-lightbox-close:hover {
  transform: translateY(-2px);
  border-color: rgba(185, 152, 90, .58);
  box-shadow: 0 18px 42px rgba(44, 41, 34, .14);
}

.event-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.event-gallery-grid-small {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.event-gallery-grid img {
  width: 100%;
  height: clamp(150px, 16vw, 210px);
  object-fit: contain;
  padding: 12px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, .96), rgba(248, 242, 231, .88));
  border: 1px solid rgba(185, 152, 90, .28);
  outline: 1px solid rgba(255, 253, 248, .78);
  outline-offset: -6px;
  box-shadow:
    0 18px 42px rgba(44, 41, 34, .1),
    inset 0 0 0 1px rgba(255, 253, 248, .66);
  cursor: zoom-in;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.event-gallery-grid img:hover {
  transform: translateY(-3px);
  border-color: rgba(185, 152, 90, .46);
  box-shadow:
    0 24px 58px rgba(44, 41, 34, .14),
    inset 0 0 0 1px rgba(255, 253, 248, .78);
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  padding: clamp(12px, 2vw, 24px);
  background: rgba(24, 21, 18, .72);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.image-lightbox-panel {
  position: relative;
  width: fit-content;
  max-width: calc(100vw - clamp(24px, 4vw, 48px));
  max-height: calc(100svh - clamp(24px, 4vw, 48px));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(10px, 1.6vw, 18px);
  background: rgba(255, 253, 248, .96);
  border: 1px solid rgba(185, 152, 90, .34);
  box-shadow: 0 30px 90px rgba(24, 21, 18, .34);
}

.image-lightbox-close {
  position: absolute;
  right: -14px;
  top: -14px;
  z-index: 2;
}

.image-lightbox img {
  display: block;
  max-width: calc(100vw - clamp(56px, 7vw, 96px));
  max-height: calc(100svh - clamp(56px, 7vw, 96px));
  width: auto;
  height: auto;
  object-fit: contain;
}

.design-section {
  background:
    linear-gradient(135deg, rgba(24, 33, 42, .96), rgba(44, 41, 34, .9)),
    var(--soft-black);
}

.design-section .container {
  position: relative;
  z-index: 1;
}

.design-section .process-heading {
  position: static;
  max-width: none;
  width: 100%;
  margin-bottom: 42px;
}

.design-icons {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid rgba(255, 250, 241, .22);
  background: rgba(255, 250, 241, .12);
}

.design-icons article {
  min-height: 180px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 16px;
  padding: 22px 14px;
  text-align: center;
  border-right: 1px solid rgba(255, 250, 241, .18);
  background: rgba(255, 250, 241, .06);
}

.design-icons article:last-child {
  border-right: 0;
}

.design-icons span {
  color: var(--gold);
  font-size: 2.2rem;
  line-height: 1;
}

.design-icons h3 {
  max-width: 150px;
  color: var(--warm-white);
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.testimonial-photos {
  grid-template-columns: 1fr;
}

.testimonial-photo-main {
  grid-column: auto;
  height: min(62vw, 560px);
  object-fit: cover;
}

.testimonial-slide:nth-child(5) .testimonial-photo-main,
.testimonial-slide:nth-child(6) .testimonial-photo-main {
  object-position: center 32%;
}

.footer-brand-block img {
  width: min(280px, 72vw);
  max-height: none;
}

.footer-brand-block {
  justify-content: center;
}

/* Compact footer revision */
.footer {
  padding: clamp(28px, 4vw, 48px) 0 22px;
}

.footer::before {
  inset: 12px;
}

.footer-brand-row {
  grid-template-columns: auto 1fr;
  gap: 26px;
  padding-bottom: 22px;
}

.footer-brand-block {
  justify-content: start;
}

.footer-brand-block img {
  width: clamp(116px, 10vw, 156px);
  max-height: 112px;
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  text-align: right;
}

.footer-cta span {
  max-width: none;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.footer-button {
  min-height: 42px;
  padding: 10px 18px;
  white-space: nowrap;
}

.footer-main-grid {
  grid-template-columns: 1.25fr 1fr .85fr .95fr;
  gap: clamp(22px, 4vw, 54px);
  padding: 24px 0;
}

.footer-column {
  gap: 7px;
}

.footer-column h3 {
  margin-bottom: 4px;
  font-size: .68rem;
}

.footer-column a,
.footer-column p {
  font-size: .84rem;
  line-height: 1.5;
}

.footer-bottom {
  padding-top: 16px;
  font-size: .64rem;
}

@media (max-width: 980px) {
  .footer-brand-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-cta {
    justify-content: start;
    text-align: left;
  }

  .footer-main-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .footer {
    padding: 28px 0 82px;
  }

  .footer::before {
    inset: 8px;
  }

  .footer-brand-row,
  .footer-main-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand-block img {
    width: 118px;
  }

  .footer-cta {
    display: grid;
    gap: 12px;
  }

  .footer-cta span {
    font-size: 1.55rem;
  }

  .footer-button {
    width: fit-content;
  }

  .footer-main-grid {
    gap: 20px;
    padding: 22px 0;
  }

  .footer-bottom {
    gap: 8px;
  }
}

@media (max-width: 980px) {
  body {
    padding-top: 0;
  }

  .brand-mark {
    width: 130px;
    height: 55px;
  }

  .home-gallery,
  .experience-categories,
  .design-icons {
    grid-template-columns: 1fr 1fr;
  }

  .home-gallery {
    grid-auto-rows: auto;
  }

  .home-gallery img,
  .home-gallery img:first-child,
  .home-gallery img:nth-child(2),
  .home-gallery img:nth-child(3),
  .home-gallery img:nth-child(8),
  .home-gallery img:nth-child(10) {
    grid-column: span 1;
    grid-row: span 1;
    height: clamp(200px, 34vw, 280px);
    object-fit: contain;
  }

  .event-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-gallery-grid img {
    height: clamp(150px, 28vw, 220px);
  }

  .design-icons article:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 640px) {
  body {
    padding-top: 0;
  }

  .brand-mark {
    width: 104px;
    height: 44px;
  }

  .home-intro {
    padding: 42px 0 34px;
  }

  .home-intro .container::before {
    top: -16px;
  }

  .home-intro .container::after {
    bottom: -16px;
  }

  .home-intro .statement-kicker {
    margin-bottom: 20px;
    font-size: .68rem;
    line-height: 1.45;
  }

  .home-intro p {
    font-size: clamp(1.8rem, 8.6vw, 2.35rem);
    line-height: 1.12;
  }

  .home-gallery-band {
    padding-bottom: 60px;
  }

  .home-gallery,
  .experience-categories,
  .design-icons {
    grid-template-columns: 1fr;
  }

  .home-gallery {
    grid-auto-rows: auto;
  }

  .home-gallery img,
  .home-gallery img:first-child,
  .home-gallery img:nth-child(2),
  .home-gallery img:nth-child(3),
  .home-gallery img:nth-child(8),
  .home-gallery img:nth-child(10) {
    grid-column: auto;
    grid-row: auto;
    height: clamp(220px, 68vw, 340px);
    object-fit: cover;
  }

  .event-gallery-grid {
    grid-template-columns: 1fr;
  }

  .event-gallery-grid img {
    height: auto;
    max-height: 360px;
  }

  .image-lightbox-panel {
    padding: 8px;
  }

  .image-lightbox-close {
    right: 8px;
    top: 8px;
  }

  .image-lightbox img {
    max-width: calc(100vw - 32px);
    max-height: calc(100svh - 32px);
  }

  .home-gallery img,
  .experience-category {
    min-height: 320px;
  }

  .design-icons article {
    min-height: 148px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 250, 241, .18);
  }

  .design-icons article:last-child {
    border-bottom: 0;
  }
}
