:root {
  --primary: #0fa898;
  --primary-dark: #0b3f49;
  --primary-soft: #dff8f3;
  --text-light: #f6fbff;
  --text-muted: rgba(246, 251, 255, 0.78);
  --text-dark: #0b3f49;
  --card: #f6f7f7;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(4, 45, 42, 0.18);
  --radius-lg: 32px;
  --radius-md: 20px;
  --header-height: 76px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--primary);
  color: var(--text-light);
}

img,
video {
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  min-height: var(--header-height);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px clamp(18px, 4vw, 48px);
  background: var(--primary-dark);
  transition: background-color 240ms ease, box-shadow 240ms ease, backdrop-filter 240ms ease;
}

.site-header.is-over-hero {
  background: rgba(11, 63, 73, 0.56);
  backdrop-filter: blur(12px);
}

.site-header.is-scrolled {
  box-shadow: 0 12px 28px rgba(1, 18, 24, 0.18);
}

.logo {
  position: relative;
  z-index: 60;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  object-fit: contain;
}

.language-switcher {
  position: relative;
  margin-left: 8px;
}

.social-links {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px 10px;
}

.social-links a {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  transition: transform 180ms ease, opacity 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  outline: none;
  transform: translateY(-1px);
  opacity: 0.82;
}

.language-trigger {
  min-height: 38px;
  min-width: 82px;
  padding: 6px 26px 6px 10px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 10px;
  background-color: rgba(255,255,255,.12);
  background-image: linear-gradient(45deg, transparent 50%, rgba(255,255,255,.9) 50%), linear-gradient(135deg, rgba(255,255,255,.9) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 7px 7px, 7px 7px;
  background-position: calc(100% - 14px) 52%, calc(100% - 9px) 52%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.language-trigger:focus {
  outline: none;
  border-color: rgba(255,255,255,.52);
  box-shadow: 0 0 0 3px rgba(255,255,255,.18);
  background-color: rgba(255,255,255,.18);
}

.language-switcher.is-open .language-trigger {
  border-color: rgba(255,255,255,.52);
  background-color: rgba(255,255,255,.18);
}

.language-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 94px;
  margin: 0;
  padding: 8px;
  list-style: none;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(6, 52, 67, 0.94);
  box-shadow: 0 16px 34px rgba(0,0,0,.28);
  backdrop-filter: blur(10px);
  display: none;
  gap: 8px;
  z-index: 80;
}

.language-switcher.is-open .language-menu {
  display: grid;
}

.language-item {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 6px 8px;
  background: rgba(255,255,255,.06);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.language-item:hover,
.language-item:focus-visible,
.language-item.is-active {
  outline: none;
  border-color: rgba(255,255,255,.48);
  background: rgba(255,255,255,.16);
  transform: translateY(-1px);
}

.language-select-native {
  position: absolute;
  inset: auto;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.flag-icon {
  width: 22px;
  height: 14px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.22);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.lang-code {
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.flag-pt {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Crect width='24' height='40' fill='%2300602f'/%3E%3Crect x='24' width='36' height='40' fill='%23ff0000'/%3E%3Ccircle cx='24' cy='20' r='7.4' fill='%23ffd100'/%3E%3C/svg%3E");
}

.flag-en {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Crect width='60' height='40' fill='%23b22234'/%3E%3Crect y='4' width='60' height='4' fill='%23fff'/%3E%3Crect y='12' width='60' height='4' fill='%23fff'/%3E%3Crect y='20' width='60' height='4' fill='%23fff'/%3E%3Crect y='28' width='60' height='4' fill='%23fff'/%3E%3Crect y='36' width='60' height='4' fill='%23fff'/%3E%3Crect width='26' height='18' fill='%233c3b6e'/%3E%3C/svg%3E");
}

.flag-es {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Crect width='60' height='40' fill='%23aa151b'/%3E%3Crect y='10' width='60' height='20' fill='%23f1bf00'/%3E%3C/svg%3E");
}

.flag-nl {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Crect width='60' height='40' fill='%23ae1c28'/%3E%3Crect y='13.33' width='60' height='13.34' fill='%23fff'/%3E%3Crect y='26.67' width='60' height='13.33' fill='%2321468b'/%3E%3C/svg%3E");
}

.site-nav {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}

.nav-links {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 26px;
}

.nav-links a {
  color: rgba(255,255,255,0.88);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.nav-links a:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  position: relative;
  z-index: 60;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 20px;
  background: var(--white);
  transition: transform 220ms ease, opacity 220ms ease;
}

.menu-toggle.is-active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 78svh;
  overflow: hidden;
  border-radius: 0 0 clamp(34px, 7vw, 82px) clamp(34px, 7vw, 82px);
  border-bottom: 3px solid #1cb99e;
  background:
    radial-gradient(circle at 50% 18%, rgba(32, 74, 140, 0.26), transparent 35%),
    linear-gradient(to bottom, #051024 0%, #020811 58%, #000 100%);
  isolation: isolate;
}

.video-wrap {
  position: absolute;
  top: -10%;
  left: -4%;
  right: -4%;
  bottom: -7%;
  animation: slowCamera 42s ease-in-out infinite alternate;
}

.video-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  opacity: 0;
  transform: scale(1.03);
  filter: brightness(0.88) contrast(1.14) saturate(1.38) hue-rotate(38deg);
  transition: opacity 2800ms ease-in-out;
  will-change: opacity;
}

.video-layer.is-active {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.light-boost {
  z-index: 2;
  background:
    radial-gradient(ellipse at 48% 12%, rgba(70, 129, 220, 0.16), transparent 32%),
    radial-gradient(ellipse at 68% 26%, rgba(66, 128, 218, 0.13), transparent 34%),
    linear-gradient(to bottom, rgba(4, 18, 40, 0.14) 0%, rgba(3, 12, 26, 0.12) 45%, rgba(0, 0, 0, 0.46) 100%);
  mix-blend-mode: screen;
}

.natural-grade {
  z-index: 3;
  background:
    linear-gradient(to bottom, rgba(2, 12, 28, 0.04) 0%, rgba(8, 30, 68, 0.14) 58%, rgba(8, 34, 80, 0.24) 100%),
    linear-gradient(100deg, rgba(22, 76, 154, 0.16), transparent 46%, rgba(10, 38, 92, 0.14));
}

.horizon-grade {
  z-index: 5;
  background: linear-gradient(to bottom, transparent 58%, rgba(0, 0, 0, 0.18) 76%, rgba(15, 168, 152, 0.38) 100%);
}

.stars {
  z-index: 4;
  opacity: 0.32;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.92) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(203,232,255,.62) 0 .8px, transparent 1.2px),
    radial-gradient(circle, rgba(255,255,255,.42) 0 .7px, transparent 1.1px);
  background-size: 230px 230px, 360px 360px, 510px 510px;
  background-position: 19px 30px, 92px 120px, 180px 70px;
  animation: starBreath 6s ease-in-out infinite alternate;
  mix-blend-mode: screen;
}

.vignette {
  z-index: 6;
  box-shadow: inset 0 0 110px rgba(0, 8, 20, 0.30), inset 0 -80px 120px rgba(12, 42, 96, 0.30);
}

.hero-content {
  position: relative;
  z-index: 10;
  min-height: 78svh;
  display: grid;
  place-items: center;
  align-content: center;
  max-width: 980px;
  margin: 0 auto;
  padding: calc(var(--header-height) + 42px) 22px 42px;
  text-align: center;
}

.eyebrow,
.section-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: rgba(171,255,221,.9);
  font-size: clamp(.72rem, 1.1vw, .9rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .24em;
  text-shadow: 0 0 22px rgba(80,255,194,.28);
}

h1,
h2 {
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 940px;
  margin: 0 auto 18px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.98;
  text-shadow: 0 0 30px rgba(73,255,193,.18), 0 16px 70px rgba(0,0,0,.86);
}

.hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 auto;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.55vw, 1.28rem);
  line-height: 1.55;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 48px;
  margin-top: 24px;
  padding: 14px 28px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-size: clamp(.95rem, 1vw, 1.05rem);
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: transform 190ms ease, box-shadow 190ms ease, background-color 190ms ease, color 190ms ease, filter 190ms ease;
}

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

.btn-primary,
.btn-secondary {
  background: linear-gradient(135deg, #1cb99e, var(--primary));
  color: #f6fffe;
  box-shadow: 0 16px 36px rgba(27, 209, 191, .30);
}

.btn-white {
  background: var(--white);
  color: var(--primary);
  box-shadow: 0 16px 36px rgba(7, 41, 38, 0.20);
}

.btn-white:hover {
  background: var(--primary-soft);
  color: #0d7f71;
}

.section {
  position: relative;
  z-index: 10;
  padding: clamp(56px, 8vw, 92px) clamp(18px, 4vw, 32px);
  overflow: hidden;
}

.container {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.narrow-container {
  width: min(900px, 100%);
}

.section-teal {
  background: var(--primary);
  color: var(--white);
}

.section-light {
  background: var(--white);
  color: var(--text-dark);
  border-radius: clamp(16px, 3vw, 26px);
}

.intro-strip {
  padding: clamp(28px, 5vw, 44px) 20px;
  text-align: center;
}

.intro-strip p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--white);
  font-size: clamp(1.45rem, 3.4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.split-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.centered-text {
  text-align: center;
}

.section-logo {
  width: 82px;
  height: auto;
  margin: 0 auto 16px;
  display: block;
  opacity: .95;
  filter: brightness(0) saturate(100%) invert(22%) sepia(24%) saturate(1308%) hue-rotate(143deg) brightness(93%) contrast(95%);
}

.logo-white {
  filter: brightness(0) invert(1);
}

.watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(92%, 1120px);
  transform: translate(-50%, -50%);
  opacity: 0.12;
  pointer-events: none;
  user-select: none;
}

.section h2 {
  margin-bottom: 20px;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.04;
  font-weight: 800;
}

.section p {
  margin: 0 auto;
  color: currentColor;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.78;
}

.section p + p {
  margin-top: 16px;
}

.site-footer {
  background: linear-gradient(180deg, var(--primary) 0%, #0d8f80 100%);
  color: var(--white);
  padding: clamp(32px, 5vw, 56px) clamp(18px, 4vw, 32px);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(200px, .9fr) minmax(180px, .8fr) minmax(260px, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer-logo {
  width: min(170px, 100%);
  height: auto;
  display: block;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-column h2 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.1;
}

.footer-column a {
  color: rgba(255,255,255,.92);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  outline: none;
  color: var(--white);
  opacity: 1;
  transform: translateY(-1px);
}

.footer-contact {
  align-items: center;
  text-align: center;
}

.footer-contact > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.footer-contact i {
  font-size: 1.05rem;
}

.footer-legal-box {
  margin-top: 10px;
  padding: 10px 0 0;
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}

.footer-legal-box a {
  color: rgba(255,255,255,.92);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.08);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, color 180ms ease;
}

.footer-legal-box a:hover,
.footer-legal-box a:focus-visible {
  outline: none;
  color: var(--white);
  border-color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.18);
  transform: translateY(-1px);
}

.footer-registry {
  margin-top: 8px;
  color: rgba(255,255,255,.9);
  font-size: 0.98rem;
  font-weight: 500;
}

.image-collage {
  position: relative;
  min-height: 760px;
  width: min(100%, 430px);
  margin: 0 auto;
}

.collage-card,
.feature-image,
.mosaic-image {
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.collage-card {
  position: absolute;
  border-radius: 30px;
  border: 2px solid rgba(255,255,255,.85);
}

.collage-card img,
.feature-image img,
.mosaic-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 700ms ease;
}

.collage-card:hover img,
.feature-image:hover img,
.mosaic-image:hover img {
  transform: scale(1.04);
}

.card-one { top: 0; right: 8px; width: 250px; height: 360px; z-index: 3; }
.card-two { top: 230px; left: 0; width: 220px; height: 320px; z-index: 2; }
.card-three { top: 430px; right: 0; width: 250px; height: 340px; z-index: 1; }

.section-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2 {
  color: var(--white);
}

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

.mosaic-card,
.mosaic-image {
  min-height: 148px;
  border-radius: var(--radius-md);
}

.mosaic-card {
  display: grid;
  place-items: center;
  padding: 26px 22px;
  background: var(--card);
  color: var(--primary);
  text-align: center;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.42;
  font-weight: 700;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.mosaic-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(5, 80, 73, 0.16);
}

.mosaic-card.featured {
  min-height: 170px;
}

.mosaic-image {
  border: 2px solid rgba(255,255,255,.88);
}

.feature-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 360px);
}

.feature-image {
  height: min(560px, 72vh);
  border-radius: 30px;
  border: 2px solid rgba(255,255,255,.85);
}

.section-consultation h2,
.section-consultation p {
  color: var(--white);
}

.reveal-on-load,
.reveal-section {
  opacity: 0;
  transform: translateY(24px);
}

.reveal-on-load.is-visible,
.reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 700ms ease, transform 700ms ease;
}

body.video-failed .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 52% 7%, rgba(128,255,211,.48), transparent 33%),
    linear-gradient(105deg, transparent 0 16%, rgba(75,255,196,.22) 23%, rgba(162,80,255,.08) 36%, transparent 52%),
    linear-gradient(82deg, transparent 0 28%, rgba(105,255,203,.26) 35%, rgba(95,205,255,.10) 45%, transparent 58%),
    linear-gradient(to bottom, #08172e, #020816 58%, #000 100%);
  animation: fallbackAurora 10s ease-in-out infinite alternate;
}

@keyframes slowCamera {
  from { transform: scale(1) translate3d(-.7%, -.25%, 0); }
  to { transform: scale(1.028) translate3d(.7%, .35%, 0); }
}

@keyframes starBreath {
  from { opacity: .20; transform: translateY(0); }
  to { opacity: .40; transform: translateY(5px); }
}

@keyframes fallbackAurora {
  from { filter: blur(1px) saturate(1.18) hue-rotate(-5deg); transform: scale(1); }
  to { filter: blur(2px) saturate(1.42) hue-rotate(8deg); transform: scale(1.05) translateY(-1.2%); }
}

@media (max-width: 980px) {
  .split-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .image-collage {
    min-height: 420px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    width: 100%;
  }

  .collage-card {
    position: relative;
    inset: auto;
    width: 100%;
    height: 420px;
  }

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

  .feature-image {
    width: min(360px, 100%);
    height: 460px;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  :root { --header-height: 58px; }

  .site-header {
    padding-inline: 18px;
  }

  .language-switcher {
    order: 3;
    margin-left: 0;
  }

  .social-links {
    order: 2;
    margin-left: 0;
    width: 100%;
    gap: 12px;
    padding: 3px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .social-links a {
    width: 36px;
    height: 36px;
    font-size: 1.08rem;
  }

  .language-trigger {
    min-height: 34px;
    min-width: 78px;
    padding-inline: 8px 24px;
    background-position: calc(100% - 13px) 52%, calc(100% - 8px) 52%;
  }

  .language-menu {
    right: auto;
    left: 0;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(82vw, 330px);
    height: 100svh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
    padding: 92px 28px 28px;
    background: rgba(11, 63, 73, 0.96);
    backdrop-filter: blur(14px);
    box-shadow: -20px 0 60px rgba(0,0,0,0.22);
    transform: translateX(104%);
    transition: transform 260ms ease;
  }

  .nav-links {
    position: static;
    left: auto;
    transform: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  .nav-links a {
    width: 100%;
    padding: 10px 0;
    font-size: 1.05rem;
  }

  body.menu-open {
    overflow: hidden;
  }

  .hero {
    min-height: 74svh;
  }

  .video-wrap {
    top: 5%;
    left: -17%;
    right: -17%;
    bottom: -24%;
    animation-duration: 52s;
  }

  .video-layer {
    object-position: center 3%;
    filter: brightness(0.90) contrast(1.08) saturate(1.24) hue-rotate(34deg);
  }

  .hero-content {
    min-height: 72svh;
    padding-inline: 18px;
  }

  .hero h1 {
    font-size: clamp(1.75rem, 9vw, 2.55rem);
    line-height: 1.06;
  }

  .hero p:not(.eyebrow) {
    font-size: 1rem;
  }

  .btn {
    width: 100%;
    max-width: 330px;
    padding-inline: 18px;
  }

  .section {
    padding-block: 54px;
  }

  .section-light {
    border-radius: 18px;
  }

  .image-collage {
    position: relative;
    display: block;
    width: min(100%, 320px);
    min-height: 560px;
    margin: 0 auto;
  }

  .collage-card {
    position: absolute;
    border-radius: 22px;
  }

  .card-one {
    top: 0;
    right: 0;
    width: 196px;
    height: 276px;
    z-index: 3;
  }

  .card-two {
    top: 178px;
    left: 0;
    width: 170px;
    height: 240px;
    z-index: 2;
  }

  .card-three {
    top: 338px;
    right: 0;
    width: 196px;
    height: 250px;
    z-index: 1;
  }

  .mosaic-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mosaic-card,
  .mosaic-card.featured,
  .mosaic-image {
    min-height: 180px;
  }

  .mosaic-card,
  .mosaic-card.featured {
    padding: 20px 18px;
  }

  .mosaic-image {
    height: 180px;
  }

  .feature-image {
    height: 380px;
    border-radius: 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .footer-brand,
  .footer-column,
  .footer-contact {
    align-items: center;
  }

  .footer-contact {
    align-items: center;
  }

  .footer-column a,
  .footer-contact > a,
  .footer-legal-box a,
  .footer-registry {
    text-align: center;
  }
}

@media (max-width: 420px) {
  .eyebrow,
  .section-kicker {
    letter-spacing: .16em;
  }

  .hero {
    min-height: 76svh;
  }

  .hero-content {
    min-height: 76svh;
  }

  .intro-strip p {
    font-size: 1.45rem;
  }

  .section h2 {
    font-size: 1.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
