:root {
  --bg: #334a84;
  --bg-soft: #5267a8;
  --panel: rgba(50, 71, 128, 0.38);
  --panel-strong: rgba(34, 50, 98, 0.62);
  --line: rgba(196, 227, 255, 0.24);
  --text: #f7fbff;
  --muted: #d7e4ff;
  --cyan: #6ee7ff;
  --cyan-soft: #c2f5ff;
  --sky: #3b82f6;
  --violet: #a855f7;
  --pink: #ec4899;
  --gold: #ffb84d;
  --shadow: 0 24px 70px rgba(31, 51, 102, 0.24);
  --radius-lg: 32px;
  --radius-md: 24px;
  --radius-sm: 18px;
  --scroll-float: 0px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Alexandria", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(168, 85, 247, 0.22), transparent 28%),
    radial-gradient(circle at 80% 18%, rgba(110, 231, 255, 0.34), transparent 24%),
    radial-gradient(circle at 24% 72%, rgba(255, 184, 77, 0.18), transparent 22%),
    radial-gradient(circle at 60% 85%, rgba(236, 72, 153, 0.14), transparent 24%),
    linear-gradient(135deg, #5f70b8 0%, #6a7ec8 28%, #7f77cb 58%, #495d9d 100%);
  min-height: 100vh;
  overflow-x: hidden;
  background-size: 150% 150%;
  animation: auroraDrift 20s ease-in-out infinite alternate;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 100px 100px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 90%);
  pointer-events: none;
  z-index: -3;
  opacity: 0.55;
}

body::after {
  content: "";
  position: fixed;
  inset: -10%;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.2), transparent 18%),
    radial-gradient(circle at 78% 22%, rgba(194, 245, 255, 0.16), transparent 20%),
    radial-gradient(circle at 52% 58%, rgba(255, 255, 255, 0.1), transparent 18%);
  filter: blur(45px);
  opacity: 0.8;
  pointer-events: none;
  z-index: -4;
  transform: translate3d(0, var(--scroll-float), 0);
}

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

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

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

.page-grid {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.15;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: -2;
  animation: gridDrift 24s linear infinite;
}

.page-glow {
  position: fixed;
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.46;
  pointer-events: none;
  z-index: -1;
  animation: floatGlow 14s ease-in-out infinite;
}

.page-glow-one {
  top: -10rem;
  right: -8rem;
  background: rgba(110, 231, 255, 0.28);
}

.page-glow-two {
  bottom: -18rem;
  left: -10rem;
  background: rgba(236, 72, 153, 0.18);
  animation-delay: -6s;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.1rem clamp(1.2rem, 3vw, 2.5rem);
  backdrop-filter: blur(18px);
  background: rgba(56, 73, 126, 0.34);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

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

.brand img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  padding: 0.25rem;
}

.brand span {
  display: grid;
  gap: 0.15rem;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  color: var(--muted);
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.main-nav {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.main-nav a {
  color: #dfe7fb;
  font-size: 0.95rem;
  transition: color 180ms ease, transform 180ms ease;
}

.main-nav a:hover {
  color: var(--cyan);
  transform: translateY(-2px);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease,
    border-color 220ms ease;
}

.header-cta,
.button-primary {
  color: #08111f;
  background: linear-gradient(135deg, var(--cyan), #ffffff 45%, var(--gold));
  box-shadow: 0 18px 48px rgba(110, 231, 255, 0.28);
}

.header-cta:hover,
.button-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(110, 231, 255, 0.35);
}

.button-secondary {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.button-secondary:hover {
  transform: translateY(-3px);
  border-color: rgba(110, 231, 255, 0.55);
}

.section-shell {
  width: min(1200px, calc(100% - 2.4rem));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
  padding: 4rem 0 3rem;
  min-height: calc(100vh - 92px);
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 8% 30% auto -6%;
  height: 340px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.14), transparent 62%);
  filter: blur(14px);
  animation: haloPulse 9s ease-in-out infinite;
  pointer-events: none;
}

.eyebrow,
.card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1rem;
  color: var(--cyan);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.eyebrow::before,
.card-kicker::before {
  content: "";
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(2.45rem, 6.4vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #ffffff;
  text-shadow:
    0 0 24px rgba(110, 231, 255, 0.2),
    0 0 42px rgba(255, 255, 255, 0.08);
  animation: titleGlow 6.5s ease-in-out infinite;
}

.hero-copy h1 span {
  display: block;
  margin-top: 0.9rem;
  color: #eef5ff;
  font-size: clamp(1.05rem, 1.85vw, 1.55rem);
  line-height: 1.45;
  font-weight: 500;
}

.hero-text,
.section-title p,
.story-card p,
.feature-panel p,
.journey-step p,
.showcase-copy p,
.audience-panel p,
.cta-copy p,
.form-message {
  color: var(--muted);
  line-height: 1.9;
}

.hero-text {
  max-width: 44rem;
  margin: 1.6rem 0 0;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.2rem;
}

.glass-chip,
.story-card,
.feature-panel,
.journey-step,
.showcase-card,
.audience-panel,
.cta-block,
.inquiry-form {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.glass-chip {
  min-width: 180px;
  padding: 1rem 1.2rem;
  border-radius: 20px;
  animation: chipFloat 6s ease-in-out infinite;
}

.glass-chip span {
  display: block;
  color: #d7dff4;
  font-size: 0.88rem;
}

.glass-chip strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1rem;
}

.glass-chip::after,
.story-card::after,
.feature-panel::after,
.showcase-card::after,
.cta-block::after {
  content: "";
  position: absolute;
  inset: -60% auto auto -15%;
  width: 50%;
  height: 180%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.1) 48%,
    transparent 100%
  );
  transform: translateX(-180%) rotate(14deg);
  transition: transform 700ms ease;
}

.glass-chip:hover::after,
.story-card:hover::after,
.feature-panel:hover::after,
.showcase-card:hover::after,
.cta-block:hover::after {
  transform: translateX(340%) rotate(14deg);
}

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

.hero-image-frame {
  position: absolute;
  inset: 2rem 0 3.5rem 2rem;
  border-radius: 36px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow);
}

.hero-image-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13, 26, 58, 0.02), rgba(24, 38, 82, 0.56)),
    radial-gradient(circle at center, transparent, rgba(0, 0, 0, 0.18));
  z-index: 1;
}

.hero-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  animation: heroImageShift 18s ease-in-out infinite alternate;
}

.route-line {
  position: absolute;
  inset: auto 8% 10% 8%;
  height: 140px;
  z-index: 2;
}

.route-line::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 2px dashed rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  transform: translateY(50px) rotate(-4deg);
  opacity: 0.7;
  animation: routeWave 6s ease-in-out infinite;
}

.route-plane {
  position: absolute;
  left: 0;
  top: 60px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #ffffff 0 28%, rgba(255, 255, 255, 0.24) 29% 100%);
  box-shadow: 0 0 0 8px rgba(110, 231, 255, 0.13), 0 0 30px rgba(110, 231, 255, 0.45);
  animation: planeRoute 9s linear infinite;
}

.floating-card {
  position: absolute;
  width: min(270px, 62%);
  padding: 1rem 1.1rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(62, 82, 146, 0.44);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  z-index: 2;
  animation: floatCard 8s ease-in-out infinite;
}

.floating-card p {
  margin: 0 0 0.3rem;
  color: var(--cyan);
  font-size: 0.86rem;
}

.floating-card strong {
  line-height: 1.6;
}

.floating-card-top {
  top: 0;
  left: 0;
}

.floating-card-bottom {
  right: 0;
  bottom: 0;
  animation-delay: -3.8s;
}

.marquee-wrap {
  overflow: hidden;
  padding: 0.8rem 0 2rem;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 1rem;
  padding-inline: 1rem;
  animation: marquee 22s linear infinite;
}

.marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.95rem 1.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e6eeff;
  white-space: nowrap;
  animation: chipGlow 5.5s ease-in-out infinite;
}

.marquee-track span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(255, 184, 77, 0.75);
}

.intro-grid,
.services-block,
.journey-block,
.showcase-block,
.travel-types,
.cta-block {
  padding: 3rem 0;
}

.section-title {
  display: grid;
  gap: 0.8rem;
  max-width: 50rem;
}

.section-title.narrow {
  max-width: 42rem;
}

.section-title h2,
.audience-panel h2,
.cta-copy h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3.25vw, 2.85rem);
  line-height: 1.18;
  text-wrap: balance;
}

.section-title h2 {
  position: relative;
}

.section-title h2::after,
.audience-panel h2::after,
.cta-copy h2::after {
  content: "";
  display: block;
  width: 86px;
  height: 4px;
  margin-top: 0.9rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), rgba(255, 255, 255, 0.1));
  box-shadow: 0 0 22px rgba(110, 231, 255, 0.32);
  animation: accentSweep 5s ease-in-out infinite;
}

.intro-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.story-card {
  border-radius: var(--radius-md);
  padding: 1.5rem;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.story-card h3,
.panel-copy h3,
.journey-step h3,
.showcase-copy h3 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.18rem, 1.7vw, 1.5rem);
  line-height: 1.5;
}

.values-card ul {
  display: grid;
  gap: 0.8rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.values-card li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #edf4ff;
}

.values-card li::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  box-shadow: 0 0 20px rgba(110, 231, 255, 0.4);
}

.services-layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
}

.feature-panel {
  min-height: 260px;
  border-radius: var(--radius-lg);
  padding: 1.35rem;
  grid-column: span 4;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.feature-panel-large {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: end;
  min-height: 360px;
  grid-column: span 8;
}

.feature-panel-large img,
.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.image-panel {
  padding: 0.6rem;
}

.panel-copy {
  position: relative;
  z-index: 1;
}

.journey-block {
  position: relative;
}

.journey-line {
  position: absolute;
  inset: 50% 0 auto;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(110, 231, 255, 0.35), transparent);
}

.journey-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.journey-step {
  border-radius: 28px;
  padding: 1.4rem;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.journey-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(110, 231, 255, 0.2), rgba(236, 72, 153, 0.24));
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.2rem;
  margin-top: 2rem;
}

.showcase-card {
  display: grid;
  min-height: 320px;
  border-radius: var(--radius-lg);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-card-tall {
  grid-row: span 2;
  min-height: 680px;
}

.showcase-card-wide {
  min-height: 340px;
}

.showcase-copy {
  position: absolute;
  inset: auto 1.2rem 1.2rem 1.2rem;
  padding: 1.2rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(7, 11, 28, 0.12), rgba(7, 11, 28, 0.84));
  backdrop-filter: blur(14px);
}

.showcase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 12, 32, 0.1), rgba(6, 12, 32, 0.45) 56%, rgba(6, 12, 32, 0.82));
  z-index: 1;
}

.showcase-card img,
.showcase-copy {
  position: relative;
  z-index: 2;
}

.audience-panel {
  border-radius: 34px;
  padding: 2rem;
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.audience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.audience-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 1.15rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-block {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.25rem;
  padding: 2rem;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
}

.inquiry-form {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 28px;
  background: rgba(60, 82, 149, 0.26);
}

.inquiry-form label {
  display: grid;
  gap: 0.55rem;
}

.inquiry-form span {
  color: #dfe8fb;
  font-size: 0.94rem;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  padding: 0.95rem 1rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: rgba(110, 231, 255, 0.65);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.form-note {
  grid-column: 1 / -1;
}

.form-message {
  min-height: 28px;
  margin: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 1.2rem 3rem;
  text-align: center;
  background: linear-gradient(180deg, transparent, rgba(44, 60, 110, 0.22));
}

.site-footer img {
  width: 76px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  padding: 0.3rem;
}

.site-footer strong {
  display: block;
  margin-bottom: 0.35rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(36px) scale(0.98);
  transition:
    opacity 780ms ease,
    transform 780ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 780ms ease;
  filter: blur(10px);
}

[data-reveal="slide"] {
  transform: translateX(-42px);
}

[data-reveal="scale"] {
  transform: scale(0.9);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

.glass-chip:hover,
.story-card:hover,
.feature-panel:hover,
.journey-step:hover,
.showcase-card:hover,
.audience-panel:hover {
  transform: translateY(-8px) scale(1.012);
  box-shadow: 0 28px 80px rgba(33, 53, 102, 0.28);
}

.feature-panel:hover,
.journey-step:hover,
.showcase-card:hover {
  border-color: rgba(194, 245, 255, 0.32);
}

.showcase-card:hover img,
.feature-panel:hover img,
.hero-image-frame:hover img {
  transform: scale(1.06);
}

.showcase-card img,
.feature-panel img {
  transition: transform 480ms ease;
}

@keyframes floatGlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -24px, 0) scale(1.08);
  }
}

@keyframes auroraDrift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 40%;
  }
  100% {
    background-position: 12% 65%;
  }
}

@keyframes gridDrift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(22px, 22px, 0);
  }
}

@keyframes heroImageShift {
  0% {
    transform: scale(1.08) translateY(0);
  }
  100% {
    transform: scale(1.15) translateY(-12px);
  }
}

@keyframes titleGlow {
  0%,
  100% {
    text-shadow:
      0 0 18px rgba(110, 231, 255, 0.18),
      0 0 36px rgba(255, 255, 255, 0.08);
  }
  50% {
    text-shadow:
      0 0 30px rgba(110, 231, 255, 0.32),
      0 0 52px rgba(255, 255, 255, 0.12);
  }
}

@keyframes haloPulse {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes planeRoute {
  0% {
    transform: translateX(0) translateY(0);
  }
  25% {
    transform: translateX(26%) translateY(-34px);
  }
  50% {
    transform: translateX(52%) translateY(-14px);
  }
  75% {
    transform: translateX(78%) translateY(-42px);
  }
  100% {
    transform: translateX(100%) translateY(-16px);
  }
}

@keyframes routeWave {
  0%,
  100% {
    opacity: 0.55;
    transform: translateY(50px) rotate(-4deg) scaleX(1);
  }
  50% {
    opacity: 0.9;
    transform: translateY(44px) rotate(-2deg) scaleX(1.02);
  }
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes chipFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}

@keyframes chipGlow {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(110, 231, 255, 0);
  }
  50% {
    box-shadow: 0 0 24px rgba(110, 231, 255, 0.14);
  }
}

@keyframes accentSweep {
  0%,
  100% {
    width: 86px;
    opacity: 0.8;
  }
  50% {
    width: 124px;
    opacity: 1;
  }
}

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

  .hero,
  .cta-block,
  .showcase-grid,
  .journey-steps,
  .intro-cards {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 2.5rem;
  }

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

  .hero-image-frame {
    inset: 1rem 0 3rem;
  }

  .services-layout {
    grid-template-columns: 1fr 1fr;
  }

  .feature-panel,
  .feature-panel-large {
    grid-column: auto;
  }

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

  .showcase-card-tall {
    min-height: 420px;
  }

  .showcase-card-wide {
    min-height: 320px;
  }
}

@media (max-width: 760px) {
  .site-header {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-cta {
    width: 100%;
  }

  .section-shell {
    width: min(100% - 1.2rem, 1200px);
  }

  .hero-copy h1 {
    font-size: clamp(2.4rem, 13vw, 4.3rem);
  }

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

  .floating-card {
    width: calc(100% - 2rem);
  }

  .services-layout {
    grid-template-columns: 1fr;
  }

  .feature-panel {
    min-height: auto;
  }

  .journey-line {
    display: none;
  }

  .cta-block {
    padding: 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
