:root {
  --bg: #06070a;
  --bg-soft: #10141b;
  --card: rgba(16, 19, 27, 0.82);
  --text: #f2f3f5;
  --muted: #bac2ce;
  --accent: #8ea9c9;
  --accent-2: #1c2737;
  --accent-3: #f4f7fb;
  --line: rgba(166, 177, 194, 0.18);
  --line-strong: rgba(206, 214, 224, 0.28);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; scroll-behavior: smooth; }
body {
  font-family: "Manrope", sans-serif;
  font-size: 115%;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 10%, rgba(124, 157, 197, .12), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(255,255,255,.05), transparent 34%),
    linear-gradient(180deg, #040507 0%, #0a0e14 48%, #05070a 100%);
  min-height: 100vh;
  cursor: none;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,.03), transparent 35%),
    linear-gradient(300deg, rgba(142,169,201,.05), transparent 40%);
}

#particles { position: fixed; inset: 0; z-index: 0; }
.noise { position: fixed; inset: 0; z-index: 1; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,.04) 0.7px, transparent 0.7px); background-size: 3px 3px; opacity: .08; }
.cursor { width: 18px; height: 18px; border: 1px solid #cfd3da; border-radius: 50%; position: fixed; pointer-events: none; transform: translate(-50%,-50%); z-index: 99; }

.site-header {
  position: sticky;
  top: .8rem;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1380px, calc(100% - 1.5rem));
  margin: .8rem auto 0;
  padding: .9rem 1.1rem;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  backdrop-filter: blur(18px) saturate(150%);
  background: rgba(7, 10, 15, .68);
  box-shadow: 0 18px 55px rgba(0,0,0,.22);
}
.logo { color: var(--text); text-decoration: none; font-family: "Syne", sans-serif; font-size: 1rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.logo span { color: #d9e4f1; }
.lang-switch { display: inline-flex; gap: .35rem; margin-left: 1rem; }
.lang-btn {
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  color: #d9dde4;
  border-radius: 999px;
  font-size: .75rem;
  padding: .42rem .62rem;
  cursor: pointer;
}
.lang-btn.active {
  background: linear-gradient(135deg, #8ea9c9, #647a96);
  color: #fff;
}

nav { display: flex; gap: 1.15rem; align-items: center; }
nav a, .dropdown button {
  color: #edf2f8;
  background: none;
  border: none;
  text-decoration: none;
  font: inherit;
  font-size: .9rem;
  padding: .45rem .1rem;
  cursor: pointer;
  opacity: .84;
  transition: opacity .25s ease, transform .25s ease;
}
nav a:hover, .dropdown button:hover { color: #f2f3f5; opacity: 1; transform: translateY(-1px); }

.dropdown { position: relative; }
.dropdown-menu { position: absolute; top: 125%; left: 0; min-width: 230px; padding: .65rem; border-radius: 18px; border: 1px solid var(--line); background: rgba(12,16,22,.96); display: none; flex-direction: column; gap: .15rem; box-shadow: 0 20px 45px rgba(0,0,0,.28); }
.dropdown.open .dropdown-menu { display: flex; }
.dropdown-menu a { padding: .45rem .5rem; border-radius: 8px; }
.dropdown-menu a:hover { background: rgba(255,255,255,.08); }

.menu-toggle { display: none; background: none; border: 1px solid var(--line); color: var(--text); border-radius: 12px; padding: .45rem .7rem; }

main { position: relative; z-index: 2; }
main > section {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}
.hero {
  max-width: none;
  min-height: 100vh;
  margin: 0;
  display: block;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(3,5,9,.28) 0%, rgba(3,5,9,.18) 18%, rgba(3,5,9,.12) 42%, rgba(3,5,9,.74) 100%); }
.hero h1 { margin: .45rem 0; font-family: "Syne", sans-serif; font-size: clamp(2.2rem, 5.8vw, 5.2rem); line-height: .94; letter-spacing: -0.02em; }
.hero h1 span { color: var(--accent-3); text-shadow: 0 0 28px rgba(255,255,255,.14); }
.eyebrow {
  font-size: .74rem;
  letter-spacing: .24em;
  color: #dfe8f4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .52rem .9rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
}
.hero p { color: #dbe2eb; max-width: 58ch; }
.hero-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(6rem, 11vh, 8.2rem);
  z-index: 4;
  width: min(640px, calc(100% - 2rem));
  margin-inline: auto;
  transform: none;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: .2rem;
  padding: 1.4rem 1.4rem 1.2rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(8, 12, 18, .16), rgba(8, 12, 18, .34));
  backdrop-filter: none;
  box-shadow: var(--shadow);
}
.hero-actions { display: flex; gap: .8rem; margin-top: 1.1rem; justify-content: center; flex-wrap: wrap; }

.btn { padding: .8rem 1.25rem; border-radius: 999px; text-decoration: none; border: 1px solid var(--line); display: inline-flex; align-items: center; gap: .45rem; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.btn-primary { background: linear-gradient(135deg, #96b2d3, #6f84a0); color: #08111d; font-weight: 800; border-color: rgba(255,255,255,.18); }
.btn-ghost { color: var(--text); background: rgba(255,255,255,.03); }

.hero-metrics { width: 100%; max-width: 720px; margin-top: .95rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.hero-metrics article { border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(9,12,18,.42); padding: .8rem; animation: drift 4.5s ease-in-out infinite; }
.hero-metrics article:nth-child(2) { animation-delay: .3s; }
.hero-metrics article:nth-child(3) { animation-delay: .6s; }
.hero-metrics strong { display: block; font-family: "Syne", sans-serif; font-size: 1.15rem; color: #f0f4f8; }
.hero-metrics span { font-size: .82rem; color: #b8c3d0; }

.hero-slider { position: relative; min-height: 100vh; height: 100vh; border: 0; border-radius: 0; overflow: hidden; box-shadow: none; touch-action: pan-y; user-select: none; cursor: grab; }
.hero-slider.is-dragging { cursor: grabbing; }
.hero-slider .slides {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  transition: transform .75s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}
.hero-slider.is-dragging .slides { transition: none; }
.hero-slider .slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.hero-slider::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,6,10,.18), rgba(4,6,10,.24) 30%, rgba(4,6,10,.7) 100%), radial-gradient(circle at 76% 18%, rgba(255,255,255,.1), transparent 35%); pointer-events: none; }
.hero-caption {
  position: absolute;
  left: 0;
  right: 0;
  width: fit-content;
  margin-inline: auto;
  bottom: calc(clamp(6rem, 11vh, 8.2rem) + 12.8rem);
  z-index: 4;
  padding: .58rem .95rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(7,10,15,.34);
  font-size: .76rem;
  color: #e7eef7;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  backdrop-filter: blur(10px);
}

.hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 54px; height: 54px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); background: rgba(7,10,15,.42); color: #fff; cursor: pointer; backdrop-filter: blur(10px); }
.hero-arrow.prev { left: 1.1rem; }
.hero-arrow.next { right: 1.1rem; }
.hero-arrow:hover { background: rgba(66,80,101,.7); }

.hero-progress { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.1rem; z-index: 4; height: 4px; border-radius: 999px; background: rgba(255,255,255,.14); overflow: hidden; }
.hero-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #8ea9c9, #d2dde9); }
.hero-dots { position: absolute; left: 50%; bottom: 1.7rem; transform: translateX(-50%); z-index: 4; display: flex; gap: .55rem; }
.hero-dot { width: 11px; height: 11px; border-radius: 50%; border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.16); cursor: pointer; }
.hero-dot.active { background: #dce6f2; border-color: #dce6f2; }
.hero-content #heroTitle {
  max-width: 10ch;
  font-size: clamp(2.7rem, 6.2vw, 4.5rem);
  line-height: .92;
}
.hero-content #heroDesc {
  max-width: 32rem;
  margin: .55rem auto 0;
  font-size: clamp(.98rem, 1.35vw, 1.06rem);
}

.panel {
  margin: 2.8rem 5vw;
  padding: 1.6rem;
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.012)),
    linear-gradient(120deg, rgba(24, 36, 54, .38), rgba(8, 11, 16, .75));
  box-shadow: 0 28px 60px rgba(2,1,2,.34);
  position: relative;
  overflow: hidden;
}
.panel::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.05) 45%, transparent 62%); transform: translateX(-120%); animation: sheen 8s linear infinite; }
.panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.6rem;
  width: 160px;
  height: 1px;
  background: linear-gradient(90deg, rgba(219,232,247,.85), transparent);
}
.panel h2 { margin: .1rem 0 .8rem; font-family: "Syne", sans-serif; font-size: clamp(1.55rem, 2.5vw, 2.2rem); display: flex; align-items: center; gap: .55rem; letter-spacing: -.02em; }
.panel h3 { margin: .3rem 0 .8rem; font-family: "Syne", sans-serif; }
.panel p { color: #c6d0db; }
.panel a { color: #c8daee; }

.about-section { padding: 1.8rem; }
.about-head { margin-bottom: 1.2rem; max-width: 820px; }
.about-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.2rem; align-items: start; }
.about-text {
  background: linear-gradient(180deg, rgba(10, 15, 22, .78), rgba(10, 15, 22, .52));
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.2rem;
}
.about-text p { line-height: 1.8; }
.about-points { display: grid; gap: .7rem; margin-top: 1rem; }
.about-points div { display: flex; align-items: center; gap: .65rem; border: 1px solid rgba(151,157,170,.16); background: rgba(255,255,255,.04); border-radius: 14px; padding: .75rem .85rem; }
.about-points i { color: #e5edf7; font-size: 1.2rem; }
.about-visual { position: relative; }
.about-visual img { width: 100%; border-radius: 22px; border: 1px solid var(--line); display: block; min-height: 100%; object-fit: cover; }
.award-badge { position: absolute; top: 1rem; left: 1rem; z-index: 3; background: rgba(8, 12, 17, .78); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; padding: .48rem .75rem; display: inline-flex; align-items: center; gap: .4rem; font-size: .8rem; backdrop-filter: blur(10px); }

.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1.25rem 0 1.4rem;
}
.filter-btn {
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
  color: #eaf0f7;
  border-radius: 999px;
  padding: .55rem .9rem;
  cursor: pointer;
  font: inherit;
}
.filter-btn.active {
  background: linear-gradient(135deg, #8ea9c9, #6d829d);
  color: #07111d;
  font-weight: 700;
}

.gallery-block { margin-top: 2rem; transition: opacity .35s ease, transform .35s ease; }
.gallery-block[hidden] { display: none !important; }
.gallery-block-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .8rem;
}
.gallery-block-head p {
  margin: 0;
  font-size: .78rem;
  color: #aeb9c7;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.grid.masonry-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: .9rem;
}

.media-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.08);
  background: #0f1116;
  grid-column: span 3;
  transform: translateY(20px);
  opacity: 0;
  transition: transform .55s ease, opacity .55s ease, box-shadow .35s ease, border-color .35s ease;
}
.media-card.visible { opacity: 1; transform: translateY(0); }
.media-card.wide { grid-column: span 6; }
.media-card.tall { grid-row: span 2; min-height: 420px; }
.media-card img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  display: block;
  filter: grayscale(.08) contrast(1.04) saturate(.94);
  transition: transform .55s ease, filter .55s ease;
}
.media-card:hover img { transform: scale(1.05); filter: grayscale(0) contrast(1.08) saturate(1.04); }
.media-card:hover { box-shadow: 0 24px 55px rgba(0,0,0,.42); border-color: rgba(206, 214, 224, 0.22); }

.card-info {
  position: absolute;
  left: .8rem;
  right: .8rem;
  bottom: .8rem;
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(180deg, rgba(8, 11, 16, .38), rgba(8, 11, 16, .7));
  backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: .68rem .75rem;
  transform: translateY(14px);
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
}
.media-card:hover .card-info { transform: translateY(0); opacity: 1; }
.card-title {
  font-weight: 700;
  color: #eef1f5;
  line-height: 1.25;
}
.card-meta {
  font-size: .78rem;
  color: #b1b7c0;
}

.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.video-grid iframe,
.video-grid video {
  width: 100%;
  aspect-ratio: 16/9;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #0a0f16;
  display: block;
}
.video-card {
  margin: 0;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(9,13,19,.88), rgba(9,13,19,.58));
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.video-card .card-info.static {
  position: static;
  transform: none;
  opacity: 1;
  border-radius: 0;
  border-top: 1px solid rgba(255,255,255,.08);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background: rgba(8, 11, 16, .74);
}

.expo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.expo-grid article { background: linear-gradient(180deg, rgba(9,13,19,.88), rgba(9,13,19,.58)); border: 1px solid var(--line); border-radius: 22px; padding: 1rem; }
.expo-grid img { width: 100%; border-radius: 16px; }
.expo-grid a { display: block; margin-bottom: .35rem; }

.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1rem; }
.contact-form { display: grid; gap: .8rem; padding: 1rem; border-radius: 22px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(10,14,20,.76), rgba(10,14,20,.48)); }
input, textarea { font: inherit; color: var(--text); background: #11161d; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; padding: .88rem .92rem; }
input:focus, textarea:focus { outline: 1px solid rgba(142,169,201,.55); }
.contact-info { display: grid; gap: .65rem; align-content: start; padding: 1rem; border-radius: 22px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(10,14,20,.76), rgba(10,14,20,.48)); }
.contact-info a { text-decoration: none; display: inline-flex; align-items: center; gap: .4rem; }

.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(8, 8, 10, .94); display: grid; place-items: center; cursor: auto; }
.lightbox[hidden] { display: none !important; }
.lightbox img { max-width: min(94vw, 1320px); max-height: 84vh; border-radius: 12px; border: 1px solid var(--line); }
.lightbox button { position: fixed; top: .8rem; right: 1rem; background: rgba(68,72,80,.92); border: 1px solid rgba(255,255,255,.4); color: #fff; width: 46px; height: 46px; border-radius: 50%; font-size: 1.5rem; cursor: pointer; z-index: 101; }
.lb-nav {
  top: 50% !important;
  transform: translateY(-50%);
  right: auto !important;
  width: 52px !important;
  height: 52px !important;
}
.lb-nav.prev { left: 1rem; }
.lb-nav.next { right: 1rem !important; left: auto; }
.lb-meta {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  background: rgba(14,16,20,.84);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .45rem .9rem;
  display: inline-flex;
  gap: .8rem;
  color: #e6e9ef;
  z-index: 101;
}

.site-footer { position: relative; z-index: 2; margin-top: 2.8rem; padding: 2.5rem 5vw; border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(14, 20, 30, .35), rgba(7, 10, 14, .92)); text-align: left; color: #c7d2dd; font-size: .98rem; }
.site-footer strong { font-family: "Syne", sans-serif; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.cinematic-enter { opacity: 0; transform: translateY(20px) scale(.98); }
.cinematic-enter.in { opacity: 1; transform: translateY(0) scale(1); transition: opacity .9s ease, transform .9s ease; }

@keyframes sheen { 0% { transform: translateX(-120%); } 100% { transform: translateX(120%); } }
@keyframes drift { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }

@media (max-width: 1024px) {
  body { cursor: auto; }
  .cursor { display: none; }
  .site-header {
    top: .6rem;
    width: calc(100% - 1rem);
    padding: .8rem .95rem;
  }
  .hero-content {
    width: min(620px, calc(100% - 1.4rem));
    bottom: 5.6rem;
    padding: 1.1rem 1rem .95rem;
  }
  .hero-slider { min-height: 86vh; height: 86vh; }
  .hero-caption { bottom: calc(5.6rem + 11.8rem); }
  .hero-metrics { grid-template-columns: 1fr 1fr; }
  .about-layout { grid-template-columns: 1fr; }
  .grid.masonry-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .media-card { grid-column: span 3; }
  .media-card.wide { grid-column: span 6; }
  .media-card.tall { min-height: 320px; }
  .video-grid { grid-template-columns: 1fr; }
  .expo-grid, .contact-grid { grid-template-columns: 1fr; }

  nav { position: fixed; top: 82px; left: .5rem; right: .5rem; display: none; flex-direction: column; align-items: stretch; gap: .1rem; padding: .9rem 1rem; background: rgba(9, 13, 18, .97); border: 1px solid var(--line); border-radius: 22px; }
  nav.open { display: flex; }
  nav a, .dropdown button { text-align: left; padding: .6rem .2rem; }
  .menu-toggle { display: block; }
  .lang-switch { margin-left: .6rem; }

  .dropdown-menu { position: static; min-width: 100%; margin-top: .25rem; background: rgba(18, 18, 20, .9); }
}

@media (max-width: 680px) {
  .hero { min-height: 82vh; }
  .hero-content {
    width: calc(100% - 1rem);
    bottom: 4.9rem;
    padding: .95rem .8rem .8rem;
    border-radius: 22px;
  }
  .hero h1 {
    font-size: clamp(2rem, 10vw, 2.75rem);
    line-height: 1;
  }
  .hero p {
    max-width: 100%;
    font-size: .92rem;
  }
  .panel { margin: 1.15rem .85rem; padding: 1rem; border-radius: 22px; }
  .gallery-filter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .45rem;
    margin: .65rem 0 .85rem;
  }
  .filter-btn {
    width: 100%;
    text-align: center;
    padding: .52rem .5rem;
    font-size: .83rem;
  }
  .gallery-block { margin-top: 1.05rem; }
  .gallery-block-head {
    margin-bottom: .45rem;
    align-items: center;
  }
  .gallery-block-head h3 {
    margin: 0;
    font-size: 1rem;
  }
  .gallery-block-head p {
    font-size: .72rem;
    letter-spacing: .04em;
    opacity: .85;
  }
  .grid.masonry-grid {
    grid-template-columns: 1fr;
    gap: .65rem;
  }
  .media-card,
  .media-card.wide,
  .media-card.tall {
    grid-column: auto;
    min-height: 0;
    border-radius: 12px;
  }
  .media-card img {
    min-height: 0;
    aspect-ratio: 4 / 3;
    filter: grayscale(.05) contrast(1.06);
  }
  .card-info {
    transform: none;
    opacity: 1;
    left: .5rem;
    right: .5rem;
    bottom: .5rem;
    padding: .45rem .55rem;
    border-radius: 8px;
    background: rgba(10, 12, 16, .56);
  }
  .card-title { font-size: .86rem; }
  .card-meta { font-size: .7rem; }

  .lb-nav {
    width: 42px !important;
    height: 42px !important;
  }
  .lb-nav.prev { left: .35rem; }
  .lb-nav.next { right: .35rem !important; }
  .lightbox button#closeLightbox {
    top: .45rem;
    right: .45rem;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  .lb-meta {
    bottom: .5rem;
    padding: .35rem .6rem;
    font-size: .75rem;
    gap: .45rem;
    max-width: calc(100vw - 1rem);
  }

  .hero-slider {
    min-height: 82vh;
    height: 82vh;
  }
  .hero-caption {
    width: calc(100% - 1rem);
    justify-content: center;
    bottom: calc(4.9rem + 12.6rem);
    font-size: .72rem;
    white-space: nowrap;
  }
  .hero-actions { flex-wrap: wrap; }
  .hero-metrics { grid-template-columns: 1fr; }
  .hero-dots { bottom: 1.8rem; }
  .hero-content #heroTitle {
    max-width: 100%;
    font-size: clamp(2.2rem, 11vw, 3.1rem);
  }
  .hero-metrics article {
    border-radius: 14px;
  }
  .site-footer { text-align: center; }
}
