:root {
  --surface: #fbf9f5;
  --surface-low: #f5f3ef;
  --surface-mid: #efeeea;
  --surface-high: #e4e2de;
  --white: #ffffff;
  --ink: #1b1c1a;
  --muted: #58413f;
  --primary: #851217;
  --primary-bright: #a62c2b;
  --primary-soft: #ffdad7;
  --secondary: #436182;
  --secondary-soft: #d1e4ff;
  --tertiary: #702e10;
  --tertiary-soft: #ffdbce;
  --shadow: 0 18px 42px -22px rgba(133, 18, 23, 0.35);
  --shadow-blue: 0 18px 46px -26px rgba(67, 97, 130, 0.45);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --max-width: 1280px;
  --gutter: clamp(16px, 4vw, 32px);
  --section-gap: clamp(64px, 9vw, 120px);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body.lightbox-open {
  overflow: hidden;
}

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

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

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

button {
  cursor: pointer;
}

.material-symbols-outlined {
  display: inline-flex;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
  line-height: 1;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.menu-active {
  background: rgba(251, 249, 245, 0.9);
  box-shadow: 0 1px 20px rgba(67, 97, 130, 0.12);
  backdrop-filter: blur(16px);
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  max-width: var(--max-width);
  min-height: 76px;
  margin: 0 auto;
  padding: 12px var(--gutter);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--primary);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  white-space: nowrap;
}

.brand-mark img {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 8px;
  object-fit: cover;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 2.2vw, 32px);
  color: rgba(27, 28, 26, 0.8);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a,
.site-footer nav a {
  transition: color 160ms ease;
}

.nav-links a:hover,
.site-footer nav a:hover {
  color: var(--primary);
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.nav-mobile-actions {
  display: none;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 800;
}

.language-switch a {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
}

.language-switch a[aria-current="false"] {
  opacity: 0.55;
}

.nav-toggle {
  display: none;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(133, 18, 23, 0.18);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--primary);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: var(--radius-sm);
  padding: 12px 18px;
  border: 1px solid transparent;
  font-size: 0.88rem;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

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

.button-primary {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 16px 32px -18px rgba(133, 18, 23, 0.75);
}

.button-primary:hover {
  background: var(--primary-bright);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.78);
  color: var(--white);
}

.button-secondary:hover {
  background: var(--white);
  color: var(--primary);
}

.button-outline {
  border-color: rgba(67, 97, 130, 0.36);
  background: transparent;
  color: var(--secondary);
}

.button-outline:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.hero-section {
  position: relative;
  min-height: min(860px, 92vh);
  margin: 92px auto 0;
  padding: 0 var(--gutter);
  max-width: calc(var(--max-width) + (var(--gutter) * 2));
  display: grid;
  place-items: end center;
}

.hero-media {
  position: absolute;
  inset: 0 var(--gutter);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(27, 28, 26, 0.05) 0%, rgba(27, 28, 26, 0.74) 100%),
    url("https://lh3.googleusercontent.com/aida-public/AB6AXuCmOZlUJmJA-NXOQizxTP7OSUGhDWmYz6fLWC21GLdSdlWnJlMnDd6h1HVGyZkBih0Hh7zIlZ6N07ewe-gwhF4c_EuBnuQ8jE7Xuz2nPWtgI_meeyz5APwfL-C1eTtoh_79iUmfXobBce963q9cQ-0g_Qz1Md899MEaC4SWEdWQx2kr2Y0Mlw23l0vh535q9vf0CtXcBcg7GG1-YZR7CEGRTgewCXgNztS_0UKq7ofaSxrdzOJYtgWoigKUoWt0FSXPtT9Y32kbkxA") center / cover no-repeat;
  box-shadow: var(--shadow-blue);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  padding: clamp(56px, 8vw, 104px) 20px;
  color: var(--white);
  text-align: center;
}

.hero-logo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.hero-logo-frame {
  display: block;
  width: 176px;
  height: 176px;
  margin: 0 auto 12px;
  border-radius: 50%;
  overflow: hidden;
  background: #241f20;
  border: 4px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(27, 28, 26, 0.22);
}

.owner-line {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-content .eyebrow {
  color: var(--tertiary-soft);
}

h1,
h2,
h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  margin: 0;
  font-size: 6.2rem;
}

h2 {
  margin: 0;
  font-size: 3.55rem;
  color: var(--primary);
}

h3 {
  margin: 0;
  font-size: 2.15rem;
}

.hero-copy {
  max-width: 680px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  line-height: 1.6;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.section-inner {
  width: min(var(--max-width), 100% - (var(--gutter) * 2));
  margin: 0 auto;
}

.intro-section,
.gallery-section,
.contact-section {
  padding: var(--section-gap) 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(36px, 8vw, 112px);
  align-items: center;
}

.owner-copy {
  display: grid;
  gap: 22px;
  color: var(--muted);
  font-size: 1.12rem;
}

.owner-copy p,
.contact-section p {
  margin: 0;
}

.owner-photo {
  position: relative;
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface-mid);
  box-shadow: var(--shadow-blue);
}

.owner-photo::after {
  position: absolute;
  inset: 14px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: var(--radius-md);
  pointer-events: none;
}

.owner-photo img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.owner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.owner-tags span {
  display: inline-flex;
  border: 1px solid rgba(133, 18, 23, 0.16);
  border-radius: 999px;
  background: rgba(255, 218, 215, 0.5);
  color: var(--primary);
  padding: 7px 11px;
  font-size: 0.82rem;
  font-weight: 800;
}

.experience-section,
.review-section {
  padding: var(--section-gap) 0;
  background: var(--surface-low);
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(32px, 5vw, 56px);
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.experience-card,
.review-card,
.contact-form {
  background: var(--white);
  border: 1px solid rgba(140, 113, 110, 0.16);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.experience-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.experience-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px -28px rgba(133, 18, 23, 0.48);
}

.experience-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.featured-card {
  margin-top: 34px;
}

.card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 3vw, 32px);
}

.card-body h3 {
  margin-top: 16px;
  color: var(--ink);
}

.card-body p {
  flex: 1;
  margin: 14px 0 26px;
  color: var(--muted);
}

.chip {
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.chip-orange {
  background: var(--tertiary-soft);
  color: #4b1601;
}

.chip-blue {
  background: var(--secondary-soft);
  color: #001d35;
}

.chip-red {
  background: var(--primary-soft);
  color: #410004;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--primary);
  font-size: 0.88rem;
  font-weight: 800;
}

.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.text-link .material-symbols-outlined {
  font-size: 1rem;
}

.gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(28px, 4vw, 44px);
}

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

.gallery-grid img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-md);
  object-fit: cover;
  box-shadow: 0 12px 30px -24px rgba(27, 28, 26, 0.55);
  cursor: zoom-in;
  transition: transform 180ms ease, filter 180ms ease;
}

.gallery-grid img:hover,
.gallery-grid img:focus {
  filter: saturate(1.08) contrast(1.04);
  outline: 0;
  transform: translateY(-2px);
}

.gallery-grid img:nth-child(1),
.gallery-grid img:nth-child(2) {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-grid img:nth-child(n + 3) {
  grid-column: span 1;
}

.gallery-mobile-link {
  display: none;
  margin-top: 24px;
}

.social-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(140, 113, 110, 0.16);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.social-panel h3 {
  color: var(--ink);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 18px;
  padding: clamp(18px, 4vw, 36px);
  background: rgba(15, 16, 15, 0.88);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-toolbar {
  display: flex;
  justify-content: flex-end;
}

.lightbox-button {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.11);
  color: var(--white);
  transition: background 160ms ease, transform 160ms ease;
}

.lightbox-button:hover,
.lightbox-button:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
  outline: 0;
}

.lightbox-button .material-symbols-outlined {
  font-size: 1.55rem;
}

.lightbox-stage {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(10px, 2vw, 18px);
  min-height: 0;
}

.lightbox-image-wrap {
  min-width: 0;
  min-height: 0;
  display: grid;
  place-items: center;
}

.lightbox-image {
  display: block;
  max-width: 100%;
  max-height: min(76vh, 760px);
  border-radius: var(--radius-md);
  object-fit: contain;
  box-shadow: 0 28px 80px -34px rgba(0, 0, 0, 0.85);
}

.lightbox-caption {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.5;
  text-align: center;
}

.review-inner {
  max-width: 1120px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

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

.review-card {
  margin: 0;
  padding: clamp(24px, 3vw, 34px);
}

.stars {
  display: flex;
  gap: 2px;
  color: #b98214;
  margin-bottom: 18px;
}

.stars .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
  font-size: 1.1rem;
}

blockquote {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 1.02rem;
  font-style: normal;
}

.review-highlight {
  display: inline;
  color: var(--ink);
  font-weight: 700;
  font-style: normal;
  padding: 0 0.12em;
  border-radius: 0.18em;
  background:
    linear-gradient(
      180deg,
      transparent 8%,
      rgba(255, 181, 152, 0.16) 8%,
      rgba(255, 181, 152, 0.78) 76%,
      transparent 76%
    );
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
}

figcaption strong,
figcaption small {
  display: block;
}

figcaption strong {
  color: var(--ink);
  font-size: 0.92rem;
}

figcaption small {
  color: var(--muted);
  font-size: 0.78rem;
}

.avatar {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-weight: 800;
}

.avatar-blue {
  background: var(--secondary-soft);
  color: #001d35;
}

.avatar-red {
  background: var(--primary-bright);
  color: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.95fr);
  gap: clamp(36px, 8vw, 104px);
  align-items: start;
}

.contact-section h2 {
  margin-bottom: 22px;
}

.contact-section p {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.08rem;
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.contact-methods a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--primary);
  font-weight: 800;
}

.contact-methods a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-methods .material-symbols-outlined {
  font-size: 1.2rem;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 3vw, 34px);
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label span {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(67, 97, 130, 0.28);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--ink);
  padding: 13px 14px;
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(133, 18, 23, 0.1);
}

.contact-form .button {
  width: 100%;
  margin-top: 4px;
}

.site-footer {
  padding: 44px 0;
  background: var(--surface-high);
}

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

.site-footer nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  text-align: right;
}

.whatsapp-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: var(--white);
  box-shadow: 0 16px 34px -16px rgba(12, 78, 38, 0.75);
  transition: transform 160ms ease;
}

.whatsapp-fab:hover {
  transform: translateY(-3px) scale(1.03);
}

.whatsapp-fab .material-symbols-outlined {
  font-size: 1.8rem;
}

.whatsapp-fab svg {
  display: block;
}

.fab-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  width: max-content;
  max-width: 220px;
  border-radius: var(--radius-sm);
  background: #30312e;
  color: #f2f0ed;
  padding: 8px 10px;
  font-size: 0.8rem;
  font-weight: 800;
  opacity: 0;
  transform: translateX(4px);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.whatsapp-fab:hover .fab-tooltip {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1020px) {
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 1.85rem;
  }

  .nav-shell {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: grid;
    justify-self: end;
  }

  .nav-actions {
    display: none;
  }

  .nav-links {
    position: fixed;
    top: 76px;
    left: var(--gutter);
    right: var(--gutter);
    display: grid;
    justify-content: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid rgba(140, 113, 110, 0.18);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-blue);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .nav-links.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-links a {
    padding: 14px 12px;
    border-radius: var(--radius-sm);
  }

  .nav-links a:hover {
    background: var(--surface-low);
  }

  .nav-mobile-actions {
    display: grid;
    gap: 12px;
    padding: 12px;
    border-top: 1px solid rgba(140, 113, 110, 0.18);
  }

  .nav-mobile-actions .language-switch {
    justify-content: center;
  }

  .nav-mobile-actions .button {
    width: 100%;
  }

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

  .owner-photo {
    max-width: 520px;
  }

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

  .featured-card {
    margin-top: 0;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: minmax(150px, 24vw);
  }

  .gallery-grid img:nth-child(1),
  .gallery-grid img:nth-child(2),
  .gallery-grid img:nth-child(n + 3) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .site-footer p {
    text-align: center;
  }
}

@media (max-width: 700px) {
  :root {
    --section-gap: 64px;
  }

  .nav-shell {
    min-height: 68px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-mark span {
    font-size: 1.18rem;
  }

  .brand-mark img {
    width: 34px;
    height: 34px;
  }

  .nav-links {
    top: 68px;
  }

  .hero-section {
    min-height: 78vh;
    margin-top: 78px;
    padding: 0 10px;
  }

  .hero-media {
    inset: 0 10px;
    border-radius: var(--radius-md);
    background-position: center, center bottom;
    background-size: auto, auto 122%;
  }

  .hero-content {
    padding: 44px 16px 50px;
  }

  .hero-logo {
    width: 100%;
    height: 100%;
  }

  .hero-logo-frame {
    width: 132px;
    height: 132px;
    margin-bottom: 10px;
    border-width: 3px;
  }

  .owner-line {
    margin-bottom: 18px;
    font-size: 1rem;
  }

  .hero-content .eyebrow {
    display: none;
  }

  h1 {
    font-size: 3.6rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  h3 {
    font-size: 1.55rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .experience-grid,
  .review-grid,
  .airbnb-reviews {
    grid-template-columns: 1fr;
  }

  .review-grid {
    gap: 18px;
  }

  .review-card {
    padding: 22px 18px;
  }

  .review-card blockquote {
    margin-bottom: 22px;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .review-card figcaption {
    align-items: flex-start;
  }

  .review-card .avatar {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }

  .gallery-heading {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(142px, 43vw);
    gap: 10px;
  }

  .gallery-mobile-link {
    display: inline-flex;
  }

  .social-panel {
    grid-template-columns: 1fr;
  }

  .lightbox {
    gap: 12px;
    padding: 14px;
  }

  .lightbox-stage {
    grid-template-columns: 1fr;
  }

  .lightbox-stage > .lightbox-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .lightbox-prev {
    left: 0;
  }

  .lightbox-next {
    right: 0;
  }

  .lightbox-stage > .lightbox-button:hover,
  .lightbox-stage > .lightbox-button:focus-visible {
    transform: translateY(calc(-50% - 1px));
  }

  .lightbox-image {
    max-height: 72vh;
  }

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

  .contact-form {
    min-width: 0;
  }

  .whatsapp-fab {
    width: 52px;
    height: 52px;
    right: 16px;
    bottom: 16px;
  }

  .fab-tooltip {
    display: none;
  }
}
