@font-face {
  font-family: "Anuphan";
  src: url("Assets/fonts/Anuphan-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Anuphan";
  src: url("Assets/fonts/Anuphan-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Anuphan";
  src: url("Assets/fonts/Anuphan-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Anuphan";
  src: url("Assets/fonts/Anuphan-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Anuphan";
  src: url("Assets/fonts/Anuphan-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --bg: #04111f;
  --bg-elevated: rgba(11, 34, 58, 0.58);
  --bg-soft: #0b2038;
  --surface: rgba(255, 255, 255, 0.08);
  --surface-strong: rgba(255, 255, 255, 0.12);
  --border: rgba(153, 240, 255, 0.18);
  --text: #f4fbff;
  --muted: #b6d6e8;
  --cyan: #5ce1e6;
  --aqua: #9ef4ff;
  --coral: #ff8f6b;
  --coral-strong: #ff7348;
  --shadow: 0 30px 80px rgba(2, 8, 15, 0.45);
  --radius: 28px;
  --radius-sm: 18px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Anuphan", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(92, 225, 230, 0.16), transparent 24%),
    linear-gradient(180deg, #06192d 0%, #04111f 34%, #041321 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  background: #fff;
  color: #04111f;
  padding: 10px 14px;
  border-radius: 999px;
  z-index: 1000;
}

.skip-link:focus {
  top: 16px;
}

.site-shell {
  position: relative;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 88px 0;
}

.section-full {
  min-height: 100svh;
  display: grid;
  align-items: center;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 40px;
}

.section-heading h2,
.hero h1,
.feature-copy h2,
.cta-content h2,
.intro-grid h2 {
  margin: 0 0 14px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.hero h1 {
  font-size: clamp(2.8rem, 8vw, 6.5rem);
  max-width: 9ch;
}

.section-heading h2,
.feature-copy h2,
.cta-content h2,
.intro-grid h2 {
  font-size: clamp(2rem, 5vw, 4rem);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--aqua);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.76rem;
  font-weight: 700;
}

.lead,
.section-heading p,
.feature-copy > p,
.intro-grid p,
.cta-content p {
  color: var(--muted);
  font-size: 1.05rem;
}

.topbar {
  position: fixed;
  z-index: 20;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 20px), 1220px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(4, 17, 31, 0.45);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(3, 11, 21, 0.24);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(92, 225, 230, 0.25), rgba(255, 143, 107, 0.3));
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 800;
}

.brand-logo {
  object-fit: cover;
  object-position: center;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.brand-text {
  display: grid;
}

.brand-text strong {
  font-size: 0.96rem;
}

.brand-text small {
  color: var(--muted);
}

.nav {
  display: none;
  gap: 22px;
  color: var(--muted);
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--text);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.lang-button {
  min-width: 46px;
  min-height: 38px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.lang-button.is-active {
  background: rgba(255, 255, 255, 0.14);
  color: var(--text);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-2px);
}

.nav-cta,
.button-primary {
  color: #04111f;
  background: linear-gradient(135deg, var(--coral), #ffb777);
  box-shadow: 0 16px 40px rgba(255, 124, 88, 0.28);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.button-block {
  width: 100%;
}

.button-glow {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 0 60px rgba(255, 143, 107, 0.32);
}

.hero {
  overflow: clip;
}

.hero-media,
.cta-background {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img,
.cta-background img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 17, 31, 0.18) 0%, rgba(4, 17, 31, 0.48) 32%, rgba(4, 17, 31, 0.92) 100%),
    radial-gradient(circle at 20% 10%, rgba(111, 233, 255, 0.24), transparent 24%),
    radial-gradient(circle at 80% 0%, rgba(111, 233, 255, 0.14), transparent 20%);
}

.light-rays {
  position: absolute;
  inset: -10% 0 auto;
  height: 80%;
  background:
    linear-gradient(110deg, transparent 22%, rgba(255, 255, 255, 0.1) 32%, transparent 42%),
    linear-gradient(95deg, transparent 38%, rgba(255, 255, 255, 0.08) 49%, transparent 60%);
  opacity: 0.55;
  filter: blur(10px);
}

.hero-content {
  display: grid;
  gap: 32px;
  padding-top: 110px;
  padding-bottom: 56px;
}

.hero-copy,
.hero-card,
.intro-band,
.feature-image,
.feature-copy,
.course-card,
.specialty-card,
.timeline,
.pathway-highlight,
.icon-card,
.gallery-card,
.testimonial-card,
.cta-content {
  position: relative;
  z-index: 1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 34px;
}

.stats {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stats li,
.glass-panel,
.intro-band,
.feature-section,
.course-card,
.specialty-card,
.timeline,
.pathway-highlight,
.icon-card,
.testimonial-card,
.gallery-card {
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.stats li {
  padding: 16px 18px;
  border-radius: 22px;
}

.stats strong,
.panel-meta strong {
  display: block;
  font-size: 1rem;
}

.stats span,
.panel-meta span,
.course-meta span,
.tag-row,
.timeline-item p,
.testimonial-card span,
.intro-grid p:last-child {
  color: var(--muted);
}

.hero-card {
  align-self: end;
  display: grid;
  gap: 18px;
}

.poster-stack {
  position: relative;
  min-height: 320px;
  padding: 8px 12px 0;
}

.poster {
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.poster img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.poster-main {
  position: relative;
  width: min(78%, 320px);
  aspect-ratio: 4 / 5.6;
  margin-left: auto;
  z-index: 2;
}

.poster-back {
  position: absolute;
  width: min(44%, 170px);
  aspect-ratio: 4 / 5.8;
  top: 42px;
  z-index: 1;
  opacity: 0.94;
}

.poster-left {
  left: 0;
  transform: rotate(-7deg);
}

.poster-right {
  right: 8%;
  bottom: 6px;
  top: auto;
  transform: rotate(7deg);
}

.floating-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.floating-badges span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  font-size: 0.88rem;
}

.glass-panel {
  padding: 24px;
  border-radius: var(--radius);
}

.panel-label {
  margin: 0 0 8px;
  color: var(--aqua);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
}

.glass-panel h2 {
  margin: 0 0 12px;
  font-size: 1.8rem;
}

.glass-panel p {
  color: var(--muted);
}

.panel-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 24px;
}

.panel-meta div {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.intro-band {
  overflow: hidden;
  padding: 30px 0;
}

.intro-grid {
  display: grid;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.intro-band-art {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(42%, 420px);
  opacity: 0.22;
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.9) 30%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.9) 30%);
}

.intro-band-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.course-grid {
  display: grid;
  gap: 18px;
}

.course-card {
  overflow: hidden;
  border-radius: var(--radius);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.course-card:hover,
.course-card:focus-within,
.specialty-card:hover,
.specialty-card:focus-within,
.icon-card:hover,
.gallery-card:hover,
.testimonial-card:hover {
  transform: translateY(-6px);
  border-color: rgba(158, 244, 255, 0.4);
}

.course-card img,
.specialty-card img,
.gallery-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  cursor: zoom-in;
}

.course-card-poster img,
.feature-image img,
.specialty-card img {
  object-position: center top;
}

.course-card-body {
  padding: 20px;
}

.course-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.course-card-header h3,
.specialty-content strong,
.timeline-item h3,
.icon-card h3,
.testimonial-card strong {
  margin: 0;
}

.price {
  flex-shrink: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 143, 107, 0.14);
  color: #ffd4c7;
  font-size: 0.88rem;
  font-weight: 700;
}

.course-meta {
  display: grid;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}

.course-meta li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.course-card p {
  min-height: 4.5em;
  color: var(--muted);
}

.feature-grid {
  display: grid;
  gap: 24px;
  align-items: center;
}

.feature-image {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.feature-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.feature-points {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.mini-card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.mini-card strong {
  display: block;
  margin-bottom: 6px;
}

.mini-card span {
  color: var(--muted);
}

.mini-card.accent {
  background: linear-gradient(135deg, rgba(255, 143, 107, 0.18), rgba(92, 225, 230, 0.12));
}

.specialty-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 82vw);
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x proximity;
}

.specialty-rail::-webkit-scrollbar {
  height: 10px;
}

.specialty-rail::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.specialty-card {
  overflow: hidden;
  border-radius: var(--radius);
  scroll-snap-align: start;
  min-height: 100%;
}

.specialty-content {
  padding: 20px;
}

.tag-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.specialty-content p {
  margin: 0 0 14px;
}

.pathway-section {
  overflow: clip;
}

.timeline {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 24px;
  border-radius: var(--radius);
}

.timeline-line {
  position: absolute;
  left: 34px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(92, 225, 230, 0.8), rgba(255, 143, 107, 0.7));
}

.timeline-item {
  position: relative;
  padding: 0 0 0 34px;
}

.timeline-dot {
  position: absolute;
  left: 24px;
  top: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), #ecffff);
  border: 4px solid rgba(4, 17, 31, 0.95);
  box-shadow: 0 0 0 6px rgba(92, 225, 230, 0.12);
}

.timeline-item strong {
  color: #ffd5c8;
}

.featured {
  padding: 18px 18px 18px 52px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
}

.featured .timeline-dot {
  left: 18px;
}

.pathway-highlight {
  margin-top: 22px;
  padding: 24px;
  border-radius: var(--radius);
  display: grid;
  gap: 18px;
  align-items: center;
}

.pathway-side {
  display: grid;
  gap: 18px;
}

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

.pathway-media img {
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: center top;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.icon-grid {
  display: grid;
  gap: 16px;
}

.icon-card {
  padding: 24px;
  border-radius: var(--radius);
}

.icon-card span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--aqua);
  font-size: 1.2rem;
}

.icon-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.gallery-masonry {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.gallery-card {
  overflow: hidden;
  border-radius: var(--radius);
  transform: translateY(0);
}

.gallery-card img {
  width: 100%;
}

.gallery-card figcaption {
  padding: 18px 20px;
  font-weight: 700;
}

.feature-image img,
.pathway-media img,
.poster img {
  cursor: zoom-in;
}

.testimonial-grid {
  display: grid;
  gap: 18px;
}

.testimonial-card {
  padding: 24px;
  border-radius: var(--radius);
}

.testimonial-card p {
  margin-top: 0;
  font-size: 1.02rem;
}

.testimonial-card div {
  display: grid;
  gap: 4px;
}

.faq-grid {
  display: grid;
  gap: 18px;
}

.faq-card {
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.faq-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.12rem;
}

.faq-card p {
  margin: 0;
  color: var(--muted);
}

.final-cta {
  overflow: clip;
}

.cta-content {
  position: relative;
  padding: 120px 0 150px;
  max-width: 760px;
}

.bubbles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.bubbles span {
  position: absolute;
  bottom: -120px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.7), rgba(92, 225, 230, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.18);
  animation: bubbleRise linear infinite;
  opacity: 0.35;
}

.bubbles span:nth-child(1) { left: 10%; animation-duration: 12s; animation-delay: -2s; }
.bubbles span:nth-child(2) { left: 23%; animation-duration: 10s; animation-delay: -4s; width: 10px; height: 10px; }
.bubbles span:nth-child(3) { left: 36%; animation-duration: 16s; animation-delay: -6s; }
.bubbles span:nth-child(4) { left: 49%; animation-duration: 11s; animation-delay: -1s; width: 18px; height: 18px; }
.bubbles span:nth-child(5) { left: 62%; animation-duration: 14s; animation-delay: -3s; }
.bubbles span:nth-child(6) { left: 75%; animation-duration: 12s; animation-delay: -7s; width: 11px; height: 11px; }
.bubbles span:nth-child(7) { left: 86%; animation-duration: 15s; animation-delay: -5s; }
.bubbles span:nth-child(8) { left: 94%; animation-duration: 13s; animation-delay: -8s; width: 9px; height: 9px; }

.floating-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 84px;
  z-index: 25;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  min-height: 62px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366, #9ff5c1);
  color: #052112;
  font-weight: 800;
  box-shadow: 0 20px 50px rgba(16, 96, 52, 0.34);
}

.mobile-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 24;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(4, 17, 31, 0.84);
  backdrop-filter: blur(18px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-sticky-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  color: #04111f;
  background: linear-gradient(135deg, var(--coral), #ffb777);
  font-weight: 800;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

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

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 15, 0.88);
  backdrop-filter: blur(10px);
}

.lightbox-figure {
  position: relative;
  z-index: 1;
  margin: 0;
  width: min(100%, 980px);
}

.lightbox-image {
  width: 100%;
  max-height: min(78vh, 980px);
  object-fit: contain;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  background: rgba(255, 255, 255, 0.04);
}

.lightbox-caption {
  margin-top: 12px;
  text-align: center;
  color: var(--muted);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--text);
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

.topbar.is-scrolled {
  background: rgba(4, 17, 31, 0.72);
}

@keyframes bubbleRise {
  from {
    transform: translateY(0) scale(0.8);
  }
  to {
    transform: translateY(-120vh) scale(1.3);
  }
}

@media (min-width: 700px) {
  .container {
    width: min(calc(100% - 48px), var(--container));
  }

  .course-grid,
  .icon-grid,
  .testimonial-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-grid,
  .feature-grid,
  .pathway-highlight {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

@media (min-width: 980px) {
  .nav {
    display: inline-flex;
  }

  .hero-content {
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, 420px);
    align-items: end;
  }

  .poster-stack {
    min-height: 390px;
  }

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

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

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

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

  .specialty-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: auto;
    overflow: visible;
  }

  .specialty-card:nth-child(4n + 1) img {
    aspect-ratio: 5 / 6;
  }

  .timeline {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    padding: 28px;
  }

  .timeline-line {
    left: 40px;
    right: 40px;
    top: 36px;
    bottom: auto;
    width: auto;
    height: 2px;
  }

  .timeline-item,
  .featured {
    padding: 48px 18px 18px;
  }

  .timeline-dot,
  .featured .timeline-dot {
    left: 18px;
    top: 18px;
  }

  .mobile-sticky-cta {
    display: none;
  }

  .floating-whatsapp {
    bottom: 24px;
  }
}

@media (max-width: 979px) {
  .nav {
    display: none;
  }

  .nav-cta {
    display: none;
  }

  .lang-switch {
    margin-left: auto;
  }

  .intro-band-art {
    width: 54%;
    opacity: 0.16;
  }

  .lightbox {
    padding: 16px;
  }

  .lightbox-close {
    top: 12px;
    right: 12px;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

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