/* =============================================================
   SMM Academy — Mobile-first responsive
   iPhone SE 320 · Galaxy 360 · iPhone 14 390 · iPad 768 · 1440px
   ============================================================= */

/* --- Mobile base (320px+) --- */
html {
  overflow-x: clip;
}

body {
  font-size: 1rem;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.section {
  padding: var(--section-pad-y) 0;
}

.section__header {
  margin-bottom: clamp(2rem, 6vw, var(--space-xl));
}

.section__title {
  font-size: clamp(1.875rem, 7.5vw, 2.75rem);
}

.hero__layout {
  text-align: center;
  gap: clamp(1rem, 3vh, 1.75rem);
  padding-bottom: var(--space-lg);
}

.hero__main {
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: none;
  margin-inline: auto;
  padding-inline: clamp(0.125rem, 2vw, 0.75rem);
}

.hero__title {
  align-items: center;
  margin-inline: auto;
  max-width: 100%;
}

.hero__title-line {
  max-width: 100%;
}

.hero__title-accent-wrap {
  max-width: 100%;
  display: block;
  overflow: visible;
  text-align: center;
}

.hero__title-line--accent {
  width: 100%;
  text-align: center;
}

.hero__eyebrow {
  font-size: 0.625rem;
  letter-spacing: 0.22em;
}

.hero__subtitle {
  margin-inline: auto;
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 28rem;
}

.hero__platforms,
.hero__social-proof {
  justify-content: center;
}

.hero__actions {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 22rem;
  margin-inline: auto;
  gap: 0.75rem;
}

.hero__actions .btn {
  width: 100%;
  white-space: normal;
  text-align: center;
}

.hero__visual {
  order: -1;
  padding: 0 0 clamp(0.5rem, 1.5vh, 0.875rem);
  overflow: hidden;
  width: 100%;
}

.hero__visual::before {
  inset: 18% 22%;
  opacity: 0.1;
  filter: blur(24px);
}

.hero__showcase {
  width: min(56vw, 190px);
  aspect-ratio: 16 / 10;
  margin-inline: auto;
  filter: drop-shadow(0 14px 32px rgba(0, 0, 0, 0.32));
}

.hero__ring,
.hero__float {
  display: none;
}

.hero__card--main {
  inset: 5% 4%;
  border-radius: 12px;
  animation: none;
}

.hero__card-header {
  padding: 0.5rem 0.75rem 0;
  gap: 5px;
}

.hero__card-dot {
  width: 7px;
  height: 7px;
}

.hero__card-body {
  padding: 0.625rem 0.875rem 0.875rem;
}

.hero__metric {
  margin-bottom: 0.5rem;
}

.hero__metric-label {
  font-size: 0.5625rem;
}

.hero__metric-value {
  font-size: 1.375rem;
}

.hero__metric-unit {
  font-size: 0.75rem;
}

.hero__chart {
  height: 44px;
  gap: 5px;
  margin-bottom: 0.5rem;
  padding-top: 0.25rem;
}

.hero__card-tags {
  gap: 0.35rem;
}

.hero__card-tags span {
  font-size: 0.5625rem;
  padding: 0.2rem 0.45rem;
}

.hero__bottom {
  flex-direction: column;
  align-items: center;
  gap: var(--space-md);
  padding: var(--space-md) 0 var(--space-lg);
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 1rem;
  padding: 1rem;
}

.hero__stat-divider {
  display: none;
}

.hero__stat {
  min-width: 0;
}

.hero__stat-value {
  font-size: 1.25rem;
}

.hero__stat-label {
  font-size: 0.625rem;
  line-height: 1.35;
}

.hero__scroll {
  display: none;
}

.hero__marquee {
  padding: var(--space-sm) 0;
}

.audience-grid,
.program-grid {
  grid-template-columns: 1fr;
}

.footer__top {
  grid-template-columns: 1fr;
  gap: 2rem;
}

.footer__bottom {
  flex-direction: column;
  text-align: center;
}

/* Programs & pricing — compact grids on phone and tablet */
@media (max-width: 1023px) {
  .academy-programs-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.5rem, 1.5vw, 0.75rem);
  }

  .student-results__lead,
  .student-results__tagline {
    font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
    line-height: 1.65;
  }

  .student-results__tagline {
    font-size: clamp(0.75rem, 1.5vw, 0.8125rem);
  }

  .student-cases {
    margin-top: clamp(1.75rem, 4vw, 2.5rem);
  }

  .student-cases-carousel__nav {
    margin-top: 1rem;
  }

  .student-cases-carousel__btn {
    width: 40px;
    height: 40px;
  }

  .student-case__badge {
    padding: 0.75rem 1rem;
    border-radius: 16px;
  }

  .student-case__title {
    font-size: 0.8125rem;
  }

  .student-case__phone {
    width: min(100%, 240px);
  }

  .student-case__compare {
    gap: 0.5rem;
  }

  .student-case__point {
    padding: 0.75rem;
    border-radius: 12px;
  }

  .student-case__point-label {
    font-size: 0.625rem;
    margin-bottom: 0.35rem;
  }

  .student-case__point-text {
    font-size: 0.75rem;
    line-height: 1.45;
  }

  .student-case-cta__inner {
    flex-direction: column;
    text-align: center;
    padding: 1.25rem;
  }

  .student-case-cta__visual {
    width: 64px;
  }

  .student-case-cta__btn {
    width: 100%;
  }
}

/* iPhone SE / narrow Android (320–389px) */
@media (max-width: 389px) {
  :root {
    --container: min(100% - 1rem, 1180px);
  }

  .hero__title {
    font-size: clamp(1.5rem, 8vw, 1.875rem);
  }

  .hero__title-line--primary {
    letter-spacing: 0.035em;
  }

  .hero__showcase {
    width: min(54vw, 150px);
    aspect-ratio: 16 / 9;
  }

  .hero__metric-value {
    font-size: 1.125rem;
  }

  .hero__chart {
    height: 32px;
  }

  .hero__platform {
    font-size: 0.5625rem;
    padding: 0.35rem 0.625rem;
  }

  .hero__platforms {
    gap: 0.375rem;
  }

  .section__title {
    font-size: clamp(1.75rem, 8vw, 2.125rem);
  }

  .audience-card {
    padding: 1.25rem;
  }

  .pricing-card {
    padding: 0.75rem 0.6875rem;
    border-radius: 12px;
  }

  .pricing-card__actions .btn {
    min-height: 2.75rem;
    height: auto;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.75rem;
    white-space: normal;
  }

  .testimonial-card {
    padding: 0.6875rem 0.625rem;
    border-radius: 12px;
  }

  .testimonial-card__photo {
    width: 2rem;
    height: 2rem;
  }

  .testimonial-card__name {
    font-size: 0.75rem;
  }

  .testimonial-card__role {
    font-size: 0.625rem;
  }

  .testimonial-card__result-text {
    font-size: 0.6875rem;
  }

  .testimonial-card__quote {
    font-size: 0.625rem;
    -webkit-line-clamp: 3;
  }

  .student-result-card {
    padding: 0.6875rem 0.625rem;
    border-radius: 12px;
  }

  .student-result-card__value {
    font-size: 1.0625rem;
  }

  .student-result-card__text {
    font-size: 0.625rem;
  }

  .academy-tracks {
    margin-bottom: clamp(1.75rem, 5vw, 2.25rem);
    padding: 0.6875rem;
    border-radius: 14px;
  }

  .academy-track {
    padding: 0.6875rem 0.625rem;
    border-radius: 10px;
    gap: 0.5rem;
  }

  .academy-track__emoji {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.9375rem;
    border-radius: 8px;
  }

  .academy-track__name {
    font-size: 0.8125rem;
  }

  .academy-track__desc {
    font-size: 0.6875rem;
    line-height: 1.35;
  }

  .academy-programs-grid {
    padding-top: 1rem;
  }

  .academy-program {
    padding: 0.75rem 0.6875rem;
    border-radius: 12px;
  }

  .academy-program__name {
    font-size: 0.875rem;
  }

  .academy-program__features li {
    font-size: 0.6875rem;
  }

  .academy-program__actions .btn {
    min-height: 44px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.8125rem;
  }

  .outcome-card {
    padding: 0.6875rem 0.625rem;
    border-radius: 12px;
  }

  .outcome-card__icon {
    width: 30px;
    height: 30px;
    margin-bottom: 0.5rem;
  }

  .outcome-card__icon svg {
    width: 14px;
    height: 14px;
  }

  .outcome-card__title {
    font-size: 0.875rem;
  }

  .outcome-card__text {
    font-size: 0.6875rem;
    line-height: 1.35;
  }
}

/* iPhone 14 / Galaxy (390–639px) */
@media (min-width: 390px) and (max-width: 639px) {
  .hero__title {
    font-size: clamp(1.875rem, 9.5vw, 2.35rem);
  }

  .hero__showcase {
    width: min(52vw, 175px);
  }

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

/* Large phone / phablet (640px+) */
@media (min-width: 640px) {
  :root {
    --container: min(100% - 1.5rem, 1180px);
  }

  body {
    font-size: 1.0625rem;
  }

  .section {
    padding: clamp(2rem, 6vw, 3rem) 0;
  }

  .section__title {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }

  .hero__actions .btn {
    width: auto;
    flex: 1 1 auto;
    min-width: min(100%, 14rem);
  }

  .hero__stat-divider {
    display: block;
  }

  .hero__stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-sm) var(--space-md);
    padding: var(--space-md);
  }

  .hero__stat {
    min-width: 4.5rem;
  }

  .hero__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .hero__scroll {
    display: flex;
  }

  .hero__showcase {
    width: min(44vw, 200px);
  }

  .audience-grid,
  .program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

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

  .footer__brand {
    grid-column: 1 / -1;
  }
}

/* iPad / tablet (768px+) */
@media (min-width: 768px) {
  :root {
    --container: min(100% - 2rem, 1180px);
  }

  .section {
    padding: clamp(2.25rem, 5vw, 3.25rem) 0;
  }

  .section__title {
    font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  }

  .hero__showcase {
    width: min(36vw, 210px);
  }

  .academy-tracks {
    gap: 0.5rem;
    margin-bottom: clamp(1.75rem, 5vw, 2.25rem);
    padding: 0.75rem;
  }
}

/* iPad landscape / laptop (1024px+) */
@media (min-width: 1024px) {
  :root {
    --header-height: 72px;
    --container: min(100% - 2.5rem, 1180px);
  }

  .section {
    padding: var(--section-pad-y) 0;
  }

  .section__header {
    margin-bottom: var(--section-head-gap);
  }

  .hero {
    --hero-gap: clamp(2rem, 4vh, 3.25rem);
    min-height: 100dvh;
    min-height: 100svh;
    padding-top: calc(var(--header-height) + clamp(2.5rem, 6vh, 5rem) + env(safe-area-inset-top, 0px));
  }

  .hero__layout {
    text-align: left;
    gap: clamp(4rem, 6.3vw, 6.9rem);
    padding-bottom: clamp(3.25rem, 5.5vh, 5rem);
  }

  .hero__main {
    align-items: flex-start;
    text-align: left;
    padding-inline: 0;
  }

  .hero__title {
    align-items: flex-start;
    margin-inline: 0;
  }

  .hero__title-accent-wrap {
    text-align: left;
  }

  .hero__title-line--accent {
    text-align: left;
  }

  .hero__subtitle {
    text-align: left;
    margin-inline: 0;
    font-size: clamp(1.0625rem, 2.5vw, 1.3125rem);
    line-height: 1.9;
    max-width: 34rem;
  }

  .hero__platforms,
  .hero__social-proof {
    justify-content: flex-start;
  }

  .hero__actions {
    flex-direction: row;
    align-items: center;
    max-width: none;
    margin-inline: 0;
  }

  .hero__actions .btn {
    width: auto;
    white-space: nowrap;
  }

  .hero__visual {
    order: 0;
    padding: var(--space-md) 0;
  }

  .hero__showcase {
    width: min(100%, 440px);
    aspect-ratio: 4 / 5;
    filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.55));
  }

  .hero__ring {
    display: block;
  }

  .hero__float {
    display: flex;
  }

  .hero__card--main {
    animation: card-float 7s ease-in-out infinite;
  }

  .hero__metric-value {
    font-size: 2.5rem;
  }

  .hero__chart {
    height: 100px;
    margin-bottom: 1.25rem;
  }

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

  .testimonial-card--featured {
    transform: translateY(-6px);
  }
}

/* Large laptop (1024px+) — 4 program/pricing columns */
@media (min-width: 1024px) {
  .academy-programs-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.625rem, 1vw, 0.875rem);
  }

  .pricing-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }

  .pricing-card--flagship,
  .pricing-card--popular {
    transform: scale(1.05);
  }
}

/* Desktop 1280px+ */
@media (min-width: 1280px) {
  .hero__layout {
    gap: clamp(4.6rem, 6.9vw, 8rem);
  }

  .hero__showcase {
    max-width: 480px;
  }

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

/* Laptop 1440px+ */
@media (min-width: 1440px) {
  :root {
    --container: min(100% - 4rem, 1240px);
    --container-narrow: min(100% - 4rem, 800px);
  }

  .hero__layout {
    padding-left: clamp(3rem, 5.5vw, 5rem);
    gap: clamp(5rem, 7vw, 8.5rem);
  }

  .hero__showcase {
    max-width: 520px;
  }

  .footer__top {
    grid-template-columns: 1.4fr 0.8fr 1fr 0.7fr;
    align-items: start;
    gap: 2rem;
  }

  .footer__brand {
    grid-column: auto;
    max-width: 20rem;
  }

  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .footer__legal {
    justify-content: flex-end;
  }
}

/* Touch devices — disable hover lift */
@media (hover: none) and (max-width: 1023px) {
  .academy-program:hover,
  .academy-program--popular:hover,
  .audience-card:hover,
  .outcome-card:hover,
  .pricing-card:hover,
  .testimonial-card:hover {
    transform: none;
  }
}

/* Checkout & login — mobile */
@media (max-width: 767px) {
  .checkout__layout {
    gap: 1.25rem;
  }

  .checkout__title {
    font-size: clamp(2rem, 8vw, 2.75rem);
  }

  .checkout-actions {
    flex-direction: column;
  }

  .checkout-actions .btn {
    width: 100%;
  }

  .login__card {
    margin-inline: 0.25rem;
  }
}

/* Founder & student results — mobile */
@media (max-width: 767px) {
  .student-results__quote {
    padding: 1.25rem 1.5rem;
  }

  .contacts__card {
    max-width: none;
  }
}

/* Curriculum modules — laptop 4×2 grid */
@media (min-width: 900px) {
  .program-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 1.5vw, 1.35rem);
  }
}

@media (min-width: 1280px) {
  .program-grid {
    gap: 1.35rem;
  }

  .program__head {
    margin-bottom: clamp(3.5rem, 5vw, 4.5rem);
  }
}

/* =============================================================
   Cross-device polish — PC · laptop · tablet · iOS · Android
   ============================================================= */

/* Touch & iOS / Android base */
@media (hover: none) {
  .btn,
  .nav__link,
  .burger,
  .ig-fab,
  .contacts__link,
  .faq__trigger {
    -webkit-tap-highlight-color: transparent;
  }

  .btn,
  .burger,
  .ig-fab {
    touch-action: manipulation;
  }
}

.landing-page {
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

/* --- Mobile & phablet (до 767px) --- */
@media (max-width: 767px) {
  :root {
    --section-pad-y: clamp(2rem, 7vw, 2.75rem);
    --section-head-gap: clamp(1.5rem, 5vw, 2rem);
  }

  body.landing-page {
    padding-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
  }

  .header__inner {
    gap: 0.625rem;
    min-width: 0;
  }

  .header__ig,
  .header__cta {
    display: none !important;
  }

  .logo {
    min-width: 0;
    flex-shrink: 1;
  }

  .logo__text {
    font-size: 1.0625rem;
  }

  .hero {
    padding-top: calc(var(--header-height) + env(safe-area-inset-top, 0px) + 1rem);
  }

  .nav {
    padding-top: calc(var(--header-height) + env(safe-area-inset-top, 0px) + 1.25rem);
    padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px));
    padding-left: max(1.25rem, env(safe-area-inset-left, 0px));
    padding-right: max(1.25rem, env(safe-area-inset-right, 0px));
  }

  .display-title--section,
  main .display-title--section {
    width: 100% !important;
    max-width: 100%;
  }

  .display-title--section .display-title__line,
  .display-title--hero .display-title__line {
    white-space: normal;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }

  .display-title--section .display-title__accent-wrap,
  .display-title--hero .display-title__accent-wrap {
    width: 100%;
    max-width: 100%;
  }

  .hero__actions {
    max-width: 22rem;
  }

  .hero__actions .btn {
    min-height: 48px;
  }

  .academy-program__actions,
  .pricing-card__actions,
  .checkout-actions {
    gap: 0.625rem;
  }

  .academy-program__actions .btn,
  .checkout-actions .btn {
    min-height: 48px;
  }

  .pricing-card__actions .btn {
    min-height: 2.75rem;
    height: auto;
    white-space: normal;
  }

  .pricing-offer {
    padding: 1rem 1.125rem;
  }

  .pricing-offer__title {
    font-size: 0.9375rem;
  }

  .founder__body p {
    font-size: 0.8125rem;
    line-height: 1.6;
  }

  .founder-metrics {
    margin-top: clamp(1.25rem, 4vw, 1.75rem);
    padding-top: clamp(1rem, 3vw, 1.5rem);
    gap: 0.5rem;
  }

  .founder-metric {
    padding: 0.6875rem 0.625rem;
    border-radius: 12px;
  }

  .founder-metric__value {
    font-size: clamp(1.125rem, 4.5vw, 1.375rem);
  }

  .founder-metric__value--text {
    font-size: clamp(0.8125rem, 3.2vw, 0.9375rem);
  }

  .founder-metric__label {
    font-size: 0.6875rem;
    line-height: 1.35;
  }

  .outcomes__inner {
    gap: clamp(1.25rem, 4vw, 1.75rem);
  }

  .outcomes-grid {
    gap: 0.5rem;
  }

  .outcomes__lead {
    margin-top: clamp(0.875rem, 2.5vw, 1.125rem);
    padding-inline: 0.25rem;
  }

  .ig-fab {
    right: max(0.875rem, env(safe-area-inset-right, 0px));
    bottom: max(1rem, env(safe-area-inset-bottom, 0px));
  }

  .footer__bottom {
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
}

/* --- Large phone (390–639px) --- */
@media (min-width: 390px) and (max-width: 639px) {
  .hero__actions {
    max-width: 24rem;
  }
}

/* --- Tablet portrait (768–1023px) — iPad, Android tablets --- */
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --section-pad-y: clamp(2.5rem, 5vw, 3.25rem);
    --container: min(100% - 2rem, 1180px);
  }

  .header__ig .btn__ig + span,
  .header__cta {
    display: none;
  }

  .header__ig {
    padding: 0.625rem;
    min-width: 44px;
    min-height: 44px;
  }

  .header__ig span {
    display: none;
  }

  .hero {
    padding-top: calc(var(--header-height) + env(safe-area-inset-top, 0px) + 1.5rem);
    min-height: auto;
  }

  .hero__layout {
    gap: clamp(2rem, 4vw, 3rem);
    padding-bottom: clamp(2rem, 4vw, 3rem);
  }

  .hero__actions {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }

  .hero__actions .btn {
    flex: 1 1 calc(50% - 0.375rem);
    min-width: 10.5rem;
    max-width: calc(50% - 0.375rem);
  }

  .hero__actions .btn--ghost {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .display-title--section .display-title__line {
    white-space: normal;
    text-wrap: balance;
  }

  .outcomes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.625rem;
  }

  .academy-programs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
  }

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

  .pricing-card--flagship,
  .pricing-card--popular {
    transform: none;
  }

  .academy-program--popular {
    transform: none;
  }

  .contacts__layout {
    grid-template-columns: 1fr;
    max-width: 36rem;
    margin-inline: auto;
  }

  .contacts__card {
    max-width: none;
  }

  body.landing-page {
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
  }

  .ig-fab {
    display: none;
  }
}

/* --- Laptop (1024–1279px) --- */
@media (min-width: 1024px) and (max-width: 1279px) {
  :root {
    --container: min(100% - 2.5rem, 1180px);
  }

  .hero__layout {
    gap: clamp(3rem, 5vw, 5rem);
    padding-left: clamp(1.25rem, 2.5vw, 2rem);
    padding-right: clamp(0.75rem, 1.5vw, 1.25rem);
  }

  .hero__showcase {
    width: min(100%, 400px);
  }

  .outcomes-grid {
    gap: 0.75rem;
  }
}

/* --- Desktop (1280px+) --- */
@media (min-width: 1280px) {
  .outcomes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.625rem, 1vw, 1rem);
  }

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

/* --- Large desktop (1440px+) --- */
@media (min-width: 1440px) {
  :root {
    --section-pad-y: clamp(3rem, 4vw, 4.25rem);
  }

  .hero__layout {
    padding-left: clamp(2.5rem, 4vw, 4rem);
  }
}

/* Touch — no hover lift on cards (mobile + tablet) */
@media (hover: none) and (max-width: 1279px) {
  .founder-metric:hover,
  .academy-program:hover,
  .academy-program--popular:hover,
  .pricing-card--flagship:hover,
  .pricing-card--popular:hover {
    transform: none;
  }
}

/* Landscape phone */
@media (max-height: 500px) and (max-width: 900px) {
  .hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 0.75rem);
  }

  .hero__visual {
    display: none;
  }

  .nav {
    justify-content: flex-start;
    padding-top: calc(var(--header-height) + 0.75rem);
  }
}
