@font-face {
  font-family: "Heebo";
  src: url("assets/fonts/heebo-hebrew.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0590-05FF, U+FB1D-FB4F;
}

@font-face {
  font-family: "Heebo";
  src: url("assets/fonts/heebo-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Frank Ruhl Libre";
  src: url("assets/fonts/frank-ruhl-libre-hebrew.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  unicode-range: U+0590-05FF, U+FB1D-FB4F;
}

@font-face {
  font-family: "Frank Ruhl Libre";
  src: url("assets/fonts/frank-ruhl-libre-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

:root {
  --cacao-950: #1b0d0a;
  --cacao-900: #2a1713;
  --cacao-800: #3a211b;
  --cacao-700: #533127;
  --cream-50: #fffdf8;
  --cream-100: #fff8ed;
  --cream-200: #f8ead9;
  --cream-300: #efd9c1;
  --berry-700: #7f163b;
  --berry-600: #a22050;
  --berry-500: #bd2a5d;
  --berry-100: #f9dce7;
  --gold-600: #ad7c3d;
  --gold-500: #c89a5b;
  --gold-400: #d9ad70;
  --gold-200: #eed5ad;
  --mint-700: #2a6a5d;
  --mint-100: #dcebe3;
  --whatsapp: #107a44;
  --white: #fff;
  --ink: #241b18;
  --muted: #6c5c56;
  --line: rgba(42, 23, 19, 0.14);
  --shadow-sm: 0 12px 34px rgba(50, 24, 17, 0.1);
  --shadow-md: 0 24px 70px rgba(50, 24, 17, 0.16);
  --shadow-lg: 0 38px 100px rgba(26, 13, 10, 0.28);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 40px;
  --header-height: 84px;
  --shell: 1200px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
  background: var(--cream-100);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 4%, rgba(217, 173, 112, 0.12), transparent 24rem),
    var(--cream-100);
  font-family: "Heebo", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body:has(dialog[open]) {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
figure,
blockquote {
  margin-top: 0;
}

::selection {
  color: var(--white);
  background: var(--berry-600);
}

:focus-visible {
  outline: 3px solid var(--berry-600);
  outline-offset: 3px;
}

:where(.site-header, .events, .contact, .site-footer, .lightbox) :focus-visible {
  outline-color: var(--gold-400);
}

[hidden] {
  display: none !important;
}

.svg-sprite {
  position: absolute;
  overflow: hidden;
}

.icon {
  width: 1.25em;
  height: 1.25em;
  flex: 0 0 auto;
}

.icon-arrow {
  transform: scaleX(-1);
}

.shell,
.shell-wide {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.shell-wide {
  width: min(calc(100% - 40px), 1420px);
}

.section {
  position: relative;
  padding-block: clamp(88px, 10vw, 150px);
}

.skip-link {
  position: fixed;
  z-index: 9999;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--berry-600);
  border-radius: 10px;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--berry-600);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 30px;
  height: 1px;
  background: currentColor;
}

.eyebrow-dark {
  color: var(--berry-600);
}

.eyebrow-light {
  color: var(--gold-200);
}

.section-heading h2,
.events-copy h2,
.contact-copy h2 {
  max-width: 820px;
  margin: 0;
  color: var(--cacao-900);
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: clamp(46px, 6.5vw, 86px);
  font-weight: 550;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.section-heading h2 em,
.events-copy h2 em,
.contact-copy h2 em {
  color: var(--berry-600);
  font-weight: 450;
}

.section-heading-center {
  text-align: center;
}

.section-heading-center .eyebrow {
  justify-content: center;
}

.section-heading-center h2 {
  margin-inline: auto;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 750;
  line-height: 1.2;
  overflow: hidden;
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 28%, rgba(255, 255, 255, 0.26) 45%, transparent 62%);
  transform: translateX(120%);
  transition: transform 600ms var(--ease);
  pointer-events: none;
}

.button:hover::after {
  transform: translateX(-120%);
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--berry-600);
  box-shadow: 0 12px 30px rgba(162, 32, 80, 0.25);
}

.button-primary:hover {
  background: var(--berry-700);
  box-shadow: 0 16px 38px rgba(127, 22, 59, 0.3);
}

.button-secondary {
  color: var(--cacao-900);
  border-color: rgba(42, 23, 19, 0.2);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
}

.button-secondary:hover {
  border-color: var(--cacao-700);
  background: var(--white);
}

.button-outline {
  color: var(--cacao-900);
  border-color: rgba(42, 23, 19, 0.24);
  background: transparent;
}

.button-outline:hover {
  border-color: var(--cacao-900);
  background: rgba(255, 255, 255, 0.5);
}

.button-cream {
  color: var(--cacao-900);
  background: var(--cream-100);
  box-shadow: 0 15px 36px rgba(0, 0, 0, 0.18);
}

.button-cream:hover {
  background: var(--white);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-block: 8px;
  color: var(--berry-600);
  border-bottom: 1px solid currentColor;
  font-weight: 800;
  line-height: 1.2;
}

.text-link .icon {
  transition: transform 220ms var(--ease);
  transform: scaleX(-1);
}

.text-link:hover .icon {
  transform: scaleX(-1) translateX(4px);
}

/* Header */
.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: var(--header-height);
  color: var(--cream-100);
  background: rgba(31, 15, 12, 0.93);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px) saturate(125%);
  transition: height 240ms var(--ease), box-shadow 240ms ease, background-color 240ms ease;
}

.site-header.is-scrolled {
  height: 74px;
  background: rgba(31, 15, 12, 0.97);
  box-shadow: 0 15px 45px rgba(21, 8, 6, 0.2);
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 36px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}

.brand-mark {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  color: var(--cacao-900);
  background: var(--gold-400);
  border-radius: 50% 50% 48% 52% / 58% 47% 53% 42%;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 21px;
  font-weight: 800;
  transform: rotate(-4deg);
}

.brand-mark span {
  color: var(--berry-700);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.02;
}

.brand-copy strong {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 24px;
  font-weight: 650;
}

.brand-copy small {
  margin-top: 5px;
  color: rgba(255, 248, 237, 0.62);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.09em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 32px);
  margin-inline: auto;
}

.mobile-nav {
  display: none;
}

.desktop-nav a {
  position: relative;
  color: rgba(255, 248, 237, 0.78);
  font-size: 14px;
  font-weight: 600;
  transition: color 160ms ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 -8px;
  height: 1px;
  background: var(--gold-400);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms var(--ease);
}

.desktop-nav a:hover {
  color: var(--white);
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.header-call {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 11px;
  padding-inline-start: 21px;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.12);
  line-height: 1.1;
}

.header-call .icon {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 26px;
  height: 26px;
  color: var(--gold-400);
}

.header-call span,
.header-call strong {
  grid-column: 2;
}

.header-call span {
  color: rgba(255, 248, 237, 0.62);
  font-size: 10px;
  font-weight: 600;
}

.header-call strong {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 750;
}

/* Hero */
.hero {
  position: relative;
  padding-top: calc(var(--header-height) + clamp(58px, 7vw, 94px));
  background:
    radial-gradient(circle at 82% 40%, rgba(185, 39, 88, 0.1), transparent 25rem),
    linear-gradient(135deg, var(--cream-50), var(--cream-100) 62%, #faebdc);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  inset-block-start: -300px;
  inset-inline-start: -220px;
  border: 1px solid rgba(173, 124, 61, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(173, 124, 61, 0.035), 0 0 0 145px rgba(173, 124, 61, 0.025);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  align-items: center;
  gap: clamp(45px, 7vw, 100px);
  min-height: 720px;
  padding-bottom: 85px;
}

.hero-copy {
  padding-block: 30px;
}

.hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--cacao-900);
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: clamp(60px, 7.2vw, 104px);
  font-weight: 540;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.hero h1 em {
  position: relative;
  display: inline-block;
  color: var(--berry-600);
  font-weight: 450;
}

.hero h1 em::after {
  content: "";
  position: absolute;
  inset: auto 2% -8px 2%;
  height: 9px;
  border-bottom: 2px solid var(--gold-400);
  border-radius: 50%;
  transform: rotate(-1deg);
}

.hero-lead {
  max-width: 590px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 35px;
}

.hero-actions .button-primary {
  min-width: 245px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  color: var(--cacao-700);
  font-size: 14px;
  font-weight: 650;
}

.hero-proof li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-proof .icon {
  width: 18px;
  color: var(--berry-600);
}

.hero-visual {
  position: relative;
  min-height: 690px;
}

.hero-frame {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  background: var(--cream-300);
  box-shadow: var(--shadow-lg);
}

.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-frame-main {
  width: min(78%, 500px);
  height: 630px;
  inset-block-start: 12px;
  inset-inline-end: 0;
  border-radius: 230px 230px 35px 35px;
}

.hero-frame-main::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.36);
  border-radius: inherit;
  pointer-events: none;
}

.hero-frame-side {
  width: 205px;
  height: 250px;
  inset: auto auto 6px 2%;
  border: 9px solid var(--cream-100);
  border-radius: 105px 105px 24px 24px;
  transform: rotate(-4deg);
  box-shadow: var(--shadow-md);
}

.hero-frame-side img {
  object-position: 50% 44%;
}

.hero-note {
  position: absolute;
  z-index: 4;
  display: flex;
  width: 185px;
  height: 185px;
  inset-block-start: 75px;
  inset-inline-start: -24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: var(--cream-100);
  text-align: center;
  background: var(--cacao-900);
  border: 1px solid rgba(217, 173, 112, 0.38);
  border-radius: 50%;
  box-shadow: 0 18px 50px rgba(42, 23, 19, 0.26);
  transform: rotate(6deg);
}

.hero-note::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(217, 173, 112, 0.62);
  border-radius: 50%;
}

.hero-note-spark {
  margin-bottom: 5px;
  color: var(--gold-400);
}

.hero-note strong,
.hero-note small {
  position: relative;
}

.hero-note strong {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 22px;
  line-height: 1;
}

.hero-note small {
  margin-top: 8px;
  color: rgba(255, 248, 237, 0.68);
  font-size: 11px;
}

.hero-orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(162, 32, 80, 0.19);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit-one {
  width: 520px;
  height: 520px;
  inset: 105px auto auto -55px;
}

.hero-orbit-two {
  width: 640px;
  height: 640px;
  inset: 45px auto auto -115px;
}

.hero-confetti {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.hero-confetti i {
  position: absolute;
  width: 8px;
  height: 18px;
  border-radius: 99px;
  background: var(--berry-500);
  opacity: 0.48;
  transform: rotate(28deg);
}

.hero-confetti i:nth-child(1) { inset: 18% auto auto 4%; }
.hero-confetti i:nth-child(2) { inset: 27% 48% auto auto; width: 12px; height: 12px; background: var(--gold-400); transform: rotate(45deg); }
.hero-confetti i:nth-child(3) { inset: 73% auto auto 6%; background: var(--mint-700); transform: rotate(-32deg); }
.hero-confetti i:nth-child(4) { inset: 52% 43% auto auto; height: 8px; background: var(--gold-400); }
.hero-confetti i:nth-child(5) { inset: 12% 43% auto auto; background: var(--mint-700); transform: rotate(70deg); }
.hero-confetti i:nth-child(6) { inset: auto 47% 12% auto; width: 11px; height: 11px; border-radius: 50%; background: var(--berry-500); }
.hero-confetti i:nth-child(7) { inset: 39% auto auto 1%; height: 10px; background: var(--gold-400); transform: rotate(85deg); }
.hero-confetti i:nth-child(8) { inset: 84% auto auto 46%; background: var(--berry-500); transform: rotate(-20deg); }

.trust-rail {
  position: relative;
  z-index: 5;
  width: 100%;
  overflow: hidden;
  color: var(--cream-100);
  background: var(--cacao-900);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-track {
  display: grid;
  width: min(calc(100% - 48px), var(--shell));
  grid-template-columns: repeat(4, max-content);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-inline: auto;
  padding: 17px 0;
}

.trust-track span {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.trust-track b {
  color: var(--gold-400);
  font-size: 13px;
}

.trust-track span[aria-hidden="true"] {
  display: none;
}

/* Intro and features */
.intro {
  background: var(--cream-100);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(50px, 9vw, 125px);
  align-items: end;
}

.intro-copy {
  padding-bottom: 8px;
}

.intro-copy p {
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.95;
}

.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: clamp(60px, 8vw, 105px);
}

.feature-card {
  position: relative;
  min-height: 300px;
  padding: 32px;
  background: rgba(255, 253, 248, 0.74);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform 280ms var(--ease), box-shadow 280ms ease, border-color 280ms ease;
}

.feature-card::after {
  content: "";
  position: absolute;
  width: 145px;
  height: 145px;
  inset: auto -58px -58px auto;
  border: 1px solid rgba(162, 32, 80, 0.15);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(162, 32, 80, 0.025);
}

.feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(162, 32, 80, 0.28);
  box-shadow: var(--shadow-sm);
}

.feature-number {
  position: absolute;
  inset: 22px auto auto 24px;
  color: rgba(42, 23, 19, 0.3);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.feature-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 46px;
  color: var(--berry-600);
  background: var(--berry-100);
  border-radius: 50%;
  font-size: 25px;
}

.feature-card:nth-child(2) .feature-icon {
  color: var(--gold-600);
  background: #f5e8d2;
}

.feature-card:nth-child(3) .feature-icon {
  color: var(--mint-700);
  background: var(--mint-100);
}

.feature-card h3 {
  margin-bottom: 11px;
  color: var(--cacao-900);
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 29px;
  font-weight: 650;
  line-height: 1.1;
}

.feature-card p {
  max-width: 310px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

/* Gallery */
.gallery-section {
  background:
    linear-gradient(rgba(42, 23, 19, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 23, 19, 0.035) 1px, transparent 1px),
    var(--cream-200);
  background-size: 42px 42px;
  border-block: 1px solid rgba(42, 23, 19, 0.08);
}

.gallery-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.58fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 62px;
}

.gallery-intro {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.gallery-grid {
  display: grid;
  grid-auto-rows: 255px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gallery-more {
  display: grid;
  grid-auto-rows: 330px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.gallery-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  color: var(--white);
  text-align: start;
  background: var(--cacao-800);
  border: 0;
  border-radius: 18px;
  cursor: zoom-in;
  overflow: hidden;
  isolation: isolate;
}

.gallery-item-wide {
  grid-column: span 2;
}

.gallery-item-tall {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 420ms ease, transform 700ms var(--ease), filter 400ms ease;
}

.gallery-item img.lazy-media {
  opacity: 0.2;
}

.gallery-item img.lazy-media.is-loaded {
  opacity: 1;
}

.gallery-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(19, 8, 5, 0.78) 100%);
  opacity: 0.88;
  transition: opacity 300ms ease;
}

.gallery-item::after {
  content: "+";
  position: absolute;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  inset: 18px 18px auto auto;
  place-items: center;
  color: var(--cacao-900);
  background: rgba(255, 248, 237, 0.92);
  border-radius: 50%;
  font-size: 24px;
  font-weight: 300;
  opacity: 0;
  transform: scale(0.7) rotate(-20deg);
  transition: opacity 250ms ease, transform 350ms var(--ease);
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.045);
  filter: saturate(1.05) contrast(1.02);
}

.gallery-item:hover::after,
.gallery-item:focus-visible::after {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.gallery-label {
  position: absolute;
  z-index: 2;
  inset: auto 22px 20px;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.gallery-label b {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 24px;
  font-weight: 650;
}

.gallery-label small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 12px;
}

.gallery-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 42px;
}

[data-gallery-toggle][aria-expanded="true"] .icon {
  transform: rotate(90deg);
}

/* Signature */
.signature {
  background: var(--cream-50);
}

.signature-card {
  display: grid;
  min-height: 590px;
  grid-template-columns: minmax(0, 1.25fr) minmax(390px, 0.75fr);
  color: var(--cream-100);
  background: var(--cacao-900);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.signature-image {
  position: relative;
  min-height: 400px;
}

.signature-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(42, 23, 19, 0.1), rgba(42, 23, 19, 0.88));
  pointer-events: none;
}

.signature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 44% center;
}

.signature-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-inline-start: -90px;
  padding: 65px 60px 65px 10px;
}

.signature-kicker {
  margin-bottom: 18px;
  color: var(--gold-400);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.signature-copy h2 {
  margin: 0;
  color: var(--cream-100);
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: clamp(47px, 5.2vw, 72px);
  font-weight: 540;
  line-height: 1;
}

.signature-copy > p {
  margin: 25px 0 0;
  color: rgba(255, 248, 237, 0.7);
  line-height: 1.85;
}

.signature-copy ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.signature-copy li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 650;
}

.signature-copy li .icon {
  color: var(--gold-400);
}

/* Event types */
.events {
  color: var(--cream-100);
  background:
    radial-gradient(circle at 15% 20%, rgba(185, 39, 88, 0.22), transparent 26rem),
    radial-gradient(circle at 88% 80%, rgba(217, 173, 112, 0.12), transparent 24rem),
    var(--cacao-900);
  overflow: hidden;
}

.events::before {
  content: "SWEET";
  position: absolute;
  inset: auto auto -0.24em -0.02em;
  color: rgba(255, 255, 255, 0.025);
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 27vw;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.events-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(450px, 1.25fr);
  gap: clamp(70px, 10vw, 145px);
  align-items: center;
}

.events-copy h2 {
  color: var(--cream-100);
}

.events-copy h2 em {
  color: var(--gold-400);
}

.events-copy > p:not(.eyebrow) {
  margin: 27px 0 32px;
  color: rgba(255, 248, 237, 0.7);
  line-height: 1.9;
}

.event-list {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.event-list > div {
  display: grid;
  grid-template-columns: 46px minmax(125px, 0.55fr) 1fr;
  gap: 24px;
  align-items: center;
  min-height: 112px;
  padding-block: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: padding-inline 240ms var(--ease), background-color 240ms ease;
}

.event-list > div:hover {
  padding-inline: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.event-list span {
  color: var(--gold-400);
  font-size: 12px;
  font-weight: 800;
}

.event-list strong {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
}

.event-list small {
  color: rgba(255, 248, 237, 0.58);
  font-size: 13px;
  line-height: 1.55;
}

/* Process */
.process {
  background: var(--cream-100);
}

.process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 78px 0 0;
  padding: 0;
  list-style: none;
}

.process-list::before {
  content: "";
  position: absolute;
  inset: 31px 16.6% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-400) 18%, var(--gold-400) 82%, transparent);
}

.process-list li {
  position: relative;
  text-align: center;
}

.process-step {
  position: relative;
  z-index: 1;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin: 0 auto 25px;
  color: var(--cream-100);
  background: var(--cacao-900);
  border: 7px solid var(--cream-100);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--gold-400);
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 22px;
}

.process-list h3 {
  margin-bottom: 10px;
  color: var(--cacao-900);
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 27px;
  font-weight: 650;
}

.process-list p {
  max-width: 310px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 15px;
}

/* Reviews */
.reviews {
  background: var(--cream-200);
  border-block: 1px solid rgba(42, 23, 19, 0.08);
}

.reviews-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.quote-mark {
  height: 140px;
  color: var(--berry-600);
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 190px;
  font-weight: 800;
  line-height: 1;
  opacity: 0.13;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 65px;
}

.review-card {
  display: flex;
  min-height: 365px;
  flex-direction: column;
  padding: 34px;
  background: rgba(255, 253, 248, 0.76);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.review-card-featured {
  color: var(--cream-100);
  background: var(--cacao-900);
  border-color: var(--cacao-900);
  box-shadow: var(--shadow-md);
  transform: translateY(-18px);
}

.review-tag {
  margin-bottom: 25px;
  color: var(--gold-500);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.review-card blockquote {
  margin-bottom: 34px;
  color: var(--cacao-800);
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 24px;
  font-weight: 480;
  line-height: 1.55;
}

.review-card-featured blockquote {
  color: var(--cream-100);
}

.review-card figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.review-card figcaption > span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  color: var(--berry-700);
  background: var(--berry-100);
  border-radius: 50%;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-weight: 800;
}

.review-card-featured figcaption > span {
  color: var(--cacao-900);
  background: var(--gold-400);
}

.review-card figcaption div {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.review-card figcaption strong {
  font-size: 14px;
}

.review-card figcaption small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.review-card-featured figcaption small {
  color: rgba(255, 248, 237, 0.58);
}

/* Contact */
.contact {
  color: var(--cream-100);
  background: var(--cacao-950);
  overflow: hidden;
}

.contact::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  inset: -170px auto auto -120px;
  border: 1px solid rgba(217, 173, 112, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(217, 173, 112, 0.02), 0 0 0 120px rgba(217, 173, 112, 0.015);
}

.contact-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(85px);
  opacity: 0.18;
  pointer-events: none;
}

.contact-glow-one {
  width: 360px;
  height: 360px;
  inset: 20% auto auto 2%;
  background: var(--berry-500);
}

.contact-glow-two {
  width: 300px;
  height: 300px;
  inset: auto 12% 8% auto;
  background: var(--gold-500);
  opacity: 0.08;
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(65px, 10vw, 140px);
}

.contact-copy h2 {
  color: var(--cream-100);
}

.contact-copy h2 em {
  color: var(--gold-400);
}

.contact-copy > p:not(.eyebrow) {
  max-width: 530px;
  margin: 29px 0 0;
  color: rgba(255, 248, 237, 0.67);
  line-height: 1.9;
}

.contact-direct {
  display: grid;
  gap: 14px;
  margin-top: 38px;
}

.contact-direct > a {
  display: flex;
  align-items: center;
  gap: 13px;
  width: fit-content;
}

.contact-icon {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  color: var(--cacao-900);
  background: var(--gold-400);
  border-radius: 50%;
}

.contact-icon-green {
  color: var(--white);
  background: var(--whatsapp);
}

.contact-direct > a > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.contact-direct small {
  color: rgba(255, 248, 237, 0.55);
  font-size: 11px;
}

.contact-direct strong {
  margin-top: 3px;
  font-size: 16px;
}

.lead-form {
  padding: clamp(28px, 4vw, 48px);
  color: var(--ink);
  background: var(--cream-100);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  box-shadow: var(--shadow-lg);
}

.form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 28px;
  font-weight: 650;
}

.form-heading h3 {
  margin: 0;
  font: inherit;
}

.form-heading b {
  color: var(--berry-600);
  font-size: 16px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field {
  display: flex;
  flex-direction: column;
  margin-bottom: 17px;
}

.field > span {
  margin-bottom: 7px;
  color: var(--cacao-700);
  font-size: 12px;
  font-weight: 750;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(42, 23, 19, 0.18);
  border-radius: 12px;
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.field input,
.field select {
  height: 51px;
  padding: 0 14px;
}

.field textarea {
  min-height: 100px;
  padding: 13px 14px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #9a8c87;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  background: var(--white);
  border-color: var(--berry-600);
  box-shadow: 0 0 0 4px rgba(162, 32, 80, 0.1);
}

.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  outline: 3px solid var(--berry-600);
  outline-offset: 2px;
}

.field.has-error input {
  border-color: #bd2336;
  box-shadow: 0 0 0 4px rgba(189, 35, 54, 0.08);
}

.field-error {
  min-height: 18px;
  margin-top: 4px;
  color: #a3172b;
  font-size: 11px;
}

.button-form {
  width: 100%;
  color: var(--white);
  background: var(--whatsapp);
  border: 0;
  box-shadow: 0 12px 30px rgba(22, 139, 80, 0.22);
}

.button-form:hover {
  background: #107a44;
}

.form-note,
.form-status {
  margin: 11px 0 0;
  color: var(--muted);
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
}

.form-status.is-error {
  color: #a3172b;
}

.form-status {
  min-height: 17px;
  color: var(--whatsapp);
  font-weight: 700;
}

/* Footer and floating actions */
.site-footer {
  padding-block: 58px 26px;
  color: var(--cream-100);
  background: #130806;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 50px;
}

.footer-main > p {
  max-width: 440px;
  margin: 0;
  color: rgba(255, 248, 237, 0.55);
  font-size: 14px;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 13px;
}

.footer-actions a:hover {
  background: rgba(255, 255, 255, 0.06);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 45px;
  padding-top: 22px;
  color: rgba(255, 248, 237, 0.68);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 11px;
}

.footer-bottom a:hover {
  color: var(--cream-100);
}

.floating-whatsapp {
  position: fixed;
  z-index: 900;
  display: flex;
  min-height: 52px;
  inset: auto auto 24px 24px;
  align-items: center;
  gap: 9px;
  padding: 12px 17px;
  color: var(--white);
  background: var(--whatsapp);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(13, 79, 44, 0.35);
  font-size: 13px;
  font-weight: 750;
  transition: transform 220ms var(--ease), box-shadow 220ms ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(13, 79, 44, 0.42);
}

.floating-whatsapp .icon {
  width: 24px;
  height: 24px;
}

.mobile-actions {
  display: none;
}

.noscript-banner {
  position: fixed;
  z-index: 3000;
  inset: auto 12px 12px;
  padding: 12px 16px;
  color: var(--white);
  background: var(--berry-700);
  border-radius: 12px;
  text-align: center;
  box-shadow: var(--shadow-md);
  font-size: 13px;
}

.noscript-banner a {
  text-decoration: underline;
}

/* Lightbox */
.lightbox {
  width: min(calc(100% - 36px), 1080px);
  max-width: none;
  padding: 0;
  color: var(--cream-100);
  background: transparent;
  border: 0;
  overflow: visible;
}

.lightbox::backdrop {
  background: rgba(15, 7, 5, 0.89);
  backdrop-filter: blur(14px);
}

.lightbox[open] {
  animation: lightbox-in 240ms var(--ease) both;
}

@keyframes lightbox-in {
  from { opacity: 0; transform: scale(0.96) translateY(12px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.lightbox-panel {
  position: relative;
  overflow: hidden;
  background: var(--cacao-950);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.5);
}

.lightbox-media {
  display: grid;
  height: min(72vh, 760px);
  place-items: center;
  background: #0d0605;
}

.lightbox-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 46px;
  height: 46px;
  inset: 16px 16px auto auto;
  place-items: center;
  color: var(--white);
  background: rgba(20, 8, 6, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.lightbox-meta {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 14px 20px 14px 24px;
}

.lightbox-meta > div:first-child {
  display: flex;
  flex-direction: column;
}

.lightbox-meta strong {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
}

.lightbox-meta small {
  width: fit-content;
  color: rgba(255, 248, 237, 0.55);
  direction: ltr;
  font-size: 11px;
  unicode-bidi: isolate;
}

.lightbox-controls {
  display: flex;
  direction: ltr;
  gap: 8px;
}

.lightbox-controls button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--cream-100);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  cursor: pointer;
}

.lightbox-controls [data-lightbox-next] .icon {
  transform: rotate(180deg);
}

/* Reveal enhancement */
.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}

.reveal-ready .reveal[data-delay="1"] {
  transition-delay: 90ms;
}

.reveal-ready .reveal[data-delay="2"] {
  transition-delay: 180ms;
}

.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  :root {
    --shell: 1000px;
  }

  .desktop-nav {
    gap: 18px;
  }

  .desktop-nav a {
    font-size: 13px;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(400px, 1.08fr);
    gap: 40px;
  }

  .hero h1 {
    font-size: clamp(58px, 7.6vw, 84px);
  }

  .hero-note {
    width: 160px;
    height: 160px;
    inset-inline-start: -10px;
  }

  .gallery-grid {
    grid-auto-rows: 225px;
  }

  .contact-layout {
    grid-template-columns: minmax(0, 0.75fr) minmax(470px, 1.25fr);
    gap: 60px;
  }
}

@media (max-width: 960px) {
  :root {
    --header-height: 76px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-inline-start: auto;
  }

  .mobile-nav a {
    color: rgba(255, 248, 237, 0.74);
    font-size: 12px;
    font-weight: 700;
  }

  .header-call {
    margin-inline-start: 0;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 38px;
    padding-bottom: 65px;
  }

  .hero-copy {
    position: relative;
    z-index: 3;
    max-width: 720px;
    padding-block: 16px 0;
  }

  .hero h1 {
    font-size: clamp(68px, 11vw, 94px);
  }

  .hero-lead {
    max-width: 670px;
  }

  .hero-visual {
    min-height: 720px;
  }

  .hero-frame-main {
    width: min(74%, 530px);
    height: 660px;
    inset-inline-end: 7%;
  }

  .hero-frame-side {
    width: 225px;
    height: 275px;
    inset-inline-start: 8%;
  }

  .hero-note {
    inset-block-start: 70px;
    inset-inline-start: 5%;
  }

  .intro-grid,
  .gallery-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .intro-copy,
  .gallery-intro {
    max-width: 680px;
  }

  .feature-cards {
    grid-template-columns: 1fr 1fr;
  }

  .feature-card:last-child {
    grid-column: span 2;
  }

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

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

  .signature-card {
    grid-template-columns: 1fr;
  }

  .signature-image {
    height: 450px;
  }

  .signature-image::after {
    background: linear-gradient(180deg, rgba(42, 23, 19, 0.05), var(--cacao-900));
  }

  .signature-copy {
    margin: -135px 0 0;
    padding: 50px;
  }

  .signature-copy > p {
    max-width: 640px;
  }

  .events-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .events-copy,
  .contact-copy {
    max-width: 710px;
  }

  .reviews-grid {
    grid-template-columns: 1fr 1fr;
  }

  .review-card:last-child {
    grid-column: span 2;
    min-height: 300px;
  }

  .footer-main {
    grid-template-columns: auto 1fr;
  }

  .footer-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 68px;
    --radius-lg: 28px;
  }

  html {
    scroll-padding-top: 82px;
  }

  body {
    font-size: 16px;
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
  }

  .shell,
  .shell-wide {
    width: min(calc(100% - 30px), var(--shell));
  }

  .section {
    padding-block: 82px;
  }

  .site-header,
  .site-header.is-scrolled {
    height: var(--header-height);
  }

  .header-inner {
    gap: 18px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .brand-copy strong {
    font-size: 21px;
  }

  .brand-copy small {
    font-size: 8px;
  }

  .header-call {
    display: flex;
    gap: 7px;
    padding-inline-start: 0;
    border: 0;
  }

  .header-call .icon {
    width: 22px;
    height: 22px;
  }

  .header-call span {
    display: none;
  }

  .header-call strong {
    margin: 0;
    font-size: 12px;
  }

  .hero {
    padding-top: calc(var(--header-height) + 44px);
  }

  .hero::before {
    width: 360px;
    height: 360px;
  }

  .hero-inner {
    gap: 28px;
    padding-bottom: 48px;
  }

  .hero .eyebrow {
    margin-bottom: 14px;
  }

  .hero h1 {
    font-size: clamp(52px, 15vw, 70px);
    line-height: 0.94;
  }

  .hero h1 em::after {
    bottom: -4px;
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.72;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    gap: 8px 16px;
    font-size: 12px;
  }

  .hero-visual {
    min-height: 535px;
  }

  .hero-frame-main {
    width: 82%;
    height: 510px;
    inset-block-start: 8px;
    inset-inline-end: 3%;
    border-radius: 180px 180px 26px 26px;
  }

  .hero-frame-side {
    width: 145px;
    height: 184px;
    inset-block-end: -2px;
    inset-inline-start: 2%;
    border-width: 6px;
    border-radius: 75px 75px 18px 18px;
  }

  .hero-note {
    width: 122px;
    height: 122px;
    inset-block-start: 34px;
    inset-inline-start: -5px;
    padding: 15px;
  }

  .hero-note strong {
    font-size: 17px;
  }

  .hero-note small {
    display: none;
  }

  .hero-orbit-one {
    width: 390px;
    height: 390px;
  }

  .hero-orbit-two {
    width: 470px;
    height: 470px;
  }

  .trust-track {
    width: min(calc(100% - 30px), var(--shell));
    grid-template-columns: 1fr 1fr;
    gap: 8px 18px;
    padding-block: 13px;
  }

  .trust-track span {
    gap: 8px;
    font-size: 11px;
  }

  .section-heading h2,
  .events-copy h2,
  .contact-copy h2 {
    font-size: clamp(42px, 12.2vw, 58px);
    line-height: 1;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .intro-copy p {
    font-size: 16px;
  }

  .feature-cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 50px;
  }

  .feature-card,
  .feature-card:last-child {
    grid-column: auto;
    min-height: 245px;
    padding: 26px;
  }

  .feature-icon {
    margin-bottom: 30px;
  }

  .gallery-heading {
    margin-bottom: 38px;
  }

  .gallery-grid,
  .gallery-more {
    grid-auto-rows: 250px;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .gallery-item-wide {
    grid-column: span 2;
  }

  .gallery-item-tall {
    grid-row: span 2;
  }

  .gallery-label {
    inset: auto 14px 14px;
  }

  .gallery-label b {
    font-size: 19px;
  }

  .gallery-label small {
    font-size: 10px;
  }

  .gallery-action {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .gallery-action .button {
    width: 100%;
  }

  .signature {
    padding-inline: 0;
  }

  .signature-card {
    width: calc(100% - 30px);
    border-radius: 26px;
  }

  .signature-image {
    height: 360px;
  }

  .signature-copy {
    margin-top: -95px;
    padding: 35px 25px 40px;
  }

  .signature-copy h2 {
    font-size: 47px;
  }

  .events-layout,
  .contact-layout {
    gap: 58px;
  }

  .event-list > div {
    grid-template-columns: 35px 1fr;
    gap: 6px 14px;
  }

  .event-list small {
    grid-column: 2;
  }

  .process-list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 50px;
  }

  .process-list::before {
    width: 1px;
    height: calc(100% - 100px);
    inset: 32px 31px auto auto;
    background: linear-gradient(180deg, var(--gold-400), rgba(200, 154, 91, 0.15));
  }

  .process-list li {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 18px;
    padding-bottom: 38px;
    text-align: start;
  }

  .process-step {
    margin: 0;
  }

  .process-list h3 {
    margin-top: 6px;
  }

  .process-list p {
    margin: 0;
  }

  .reviews-header {
    display: block;
  }

  .quote-mark {
    display: none;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 45px;
  }

  .review-card,
  .review-card:last-child {
    grid-column: auto;
    min-height: 300px;
    padding: 27px;
  }

  .review-card-featured {
    transform: none;
  }

  .review-card blockquote {
    font-size: 22px;
  }

  .contact {
    padding-bottom: 92px;
  }

  .contact-direct > a {
    width: 100%;
  }

  .lead-form {
    padding: 24px 18px;
    border-radius: 23px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-main > p {
    max-width: none;
  }

  .footer-actions {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .floating-whatsapp {
    display: none;
  }

  .mobile-actions {
    position: fixed;
    z-index: 1200;
    display: grid;
    height: calc(64px + env(safe-area-inset-bottom));
    inset: auto 0 0;
    grid-template-columns: 0.85fr 1.15fr;
    padding-bottom: env(safe-area-inset-bottom);
    color: var(--white);
    background: var(--cacao-950);
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: 0 -12px 35px rgba(27, 13, 10, 0.22);
  }

  .mobile-actions a {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-inline: 8px;
    font-size: 13px;
    font-weight: 750;
  }

  .mobile-whatsapp {
    background: var(--whatsapp);
  }

  .mobile-call {
    border-inline-end: 1px solid rgba(255, 255, 255, 0.12);
  }

  .lightbox {
    width: calc(100% - 20px);
  }

  .lightbox-media {
    height: min(68vh, 650px);
  }

  .lightbox-meta {
    min-height: 68px;
    padding: 10px 14px;
  }

  .lightbox-close {
    width: 42px;
    height: 42px;
    inset: 10px 10px auto auto;
  }
}

@media (max-width: 440px) {
  .header-call strong {
    display: none;
  }

  .mobile-nav {
    gap: 12px;
  }

  .mobile-nav a {
    font-size: 11px;
  }

  .header-call {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--cacao-900);
    background: var(--gold-400);
    border-radius: 50%;
  }

  .header-call .icon {
    grid-row: auto;
    grid-column: auto;
    color: inherit;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 63px);
  }

  .hero-visual {
    min-height: 490px;
  }

  .hero-frame-main {
    height: 470px;
  }

  .hero-frame-side {
    width: 126px;
    height: 164px;
  }

  .gallery-grid,
  .gallery-more {
    grid-auto-rows: 225px;
  }

  .gallery-item-wide {
    min-height: 250px;
  }

  .lightbox-meta strong {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-ready .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header,
  .mobile-actions,
  .floating-whatsapp,
  .gallery-action,
  .lightbox {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  .hero {
    padding-top: 30px;
  }

  .section {
    padding-block: 35px;
  }
}
