.home-page {
  overflow-x: hidden;
}

.section-pad {
  padding: clamp(76px, 9vw, 126px) 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-head--wide {
  max-width: 1180px;
}

.section-head--center {
  margin-inline: auto;
  text-align: center;
}

.section-head h2,
.memory-copy h2,
.guide-card h2,
.home-final h2 {
  margin-top: 14px;
  font-size: clamp(2.7rem, 4.25vw, 4.25rem);
}

.section-head > p:last-child,
.memory-copy p,
.guide-card p {
  color: var(--muted);
}

.section-head > p:last-child {
  max-width: 720px;
  margin-top: 20px;
  font-size: 1.16rem;
}

.home-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(620px, 72svh, 760px);
  overflow: hidden;
  color: #fff9ef;
  background: #2b1d16 url("../img/home/media/workshop-hero-poster.webp") center / cover no-repeat;
}

.home-hero__video,
.home-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero__video {
  z-index: -2;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 360ms ease;
}

.home-hero.is-video-playing .home-hero__video {
  opacity: 1;
}

.home-hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(28, 18, 13, 0.92) 0%, rgba(37, 22, 14, 0.8) 35%, rgba(38, 22, 14, 0.32) 68%, rgba(27, 17, 12, 0.16) 100%),
    linear-gradient(180deg, rgba(25, 16, 11, 0.36) 0%, transparent 32%, transparent 66%, rgba(25, 16, 11, 0.5) 100%);
}

.home-hero__inner {
  display: flex;
  align-items: center;
  padding-block: clamp(62px, 7vw, 96px);
}

.home-hero__content {
  display: grid;
  width: min(48%, 590px);
  justify-items: start;
  gap: 24px;
}

.home-hero .eyebrow {
  color: #e3af72;
}

.home-hero h1 {
  max-width: 590px;
  font-size: clamp(3.25rem, 5vw, 5.1rem);
  text-wrap: balance;
}

.home-hero__lead {
  max-width: 580px;
  color: #f0dfca;
  font-size: 1.06rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-hero .site-button--primary {
  color: #fff9ef;
  background: var(--accent);
  box-shadow: 0 12px 28px rgba(20, 12, 8, 0.32);
}

.home-hero .site-button--secondary {
  border-color: rgba(255, 249, 239, 0.66);
  color: var(--accent-dark);
  background: #fff9ef;
}

.home-hero .site-button--secondary:hover,
.home-hero .site-button--secondary:focus-visible {
  border-color: #fff9ef;
  background: #fff;
}

.home-advantages {
  color: #f5e8d7;
  background: #321d13;
}

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

.home-advantage {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  min-height: 190px;
  align-content: center;
  padding: 30px clamp(22px, 2.2vw, 34px);
}

.home-advantage + .home-advantage {
  border-left: 1px solid rgba(203, 144, 86, 0.28);
}

.home-advantage svg {
  width: 42px;
  height: 42px;
  color: #c98a50;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.home-advantage h2 {
  margin-bottom: 8px;
  font-size: 1.25rem;
  line-height: 1.12;
}

.home-advantage p {
  color: #d6bfa7;
  font: 400 14px/1.48 var(--sans);
}

.memory-section,
.programs,
.format,
.results,
.home-faq {
  border-block: 1px solid rgba(216, 194, 165, 0.55);
  background: rgba(255, 250, 241, 0.55);
}

.memory-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: center;
}

.memory-media {
  padding: 12px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.memory-media img {
  width: 100%;
  aspect-ratio: 6 / 5;
  object-fit: cover;
}

.memory-copy {
  display: grid;
  gap: 20px;
}

.memory-copy .eyebrow {
  margin-bottom: -6px;
}

.direction-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
}

.direction-card {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 340px;
  padding: clamp(28px, 4vw, 46px);
  text-decoration: none;
}

.direction-card + .direction-card {
  border-left: 1px solid var(--line);
}

.direction-card > span,
.feature-grid span,
.choice-question span {
  color: var(--accent);
  font: 700 13px/1 var(--sans);
  letter-spacing: 0.08em;
}

.direction-card h3 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.direction-card p {
  color: var(--muted);
}

.direction-card strong,
.program-card strong,
.text-link {
  align-self: end;
  color: var(--accent-dark);
  font: 700 13px/1.4 var(--sans);
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.program-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.74fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.8);
  box-shadow: 0 14px 30px rgba(73, 48, 31, 0.08);
  text-decoration: none;
}

.program-card--featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
}

.program-card img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.program-card > div {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 15px;
  padding: clamp(24px, 4vw, 46px);
}

.program-card h3 {
  font-size: clamp(1.8rem, 2.8vw, 3rem);
}

.program-card p {
  color: var(--muted);
}

.program-card__meta {
  color: var(--accent-dark) !important;
  font: 700 12px/1.3 var(--sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.choice-flow {
  display: grid;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.choice-flow > li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  column-gap: 26px;
  min-height: 150px;
  padding: 0;
}

.choice-marker {
  position: relative;
  grid-column: 1;
  align-self: stretch;
  display: grid;
  place-items: center;
}

.choice-marker::before,
.choice-marker::after {
  position: absolute;
  left: 50%;
  width: 2px;
  background: var(--accent);
  opacity: 0.72;
  transform: translateX(-50%);
  content: "";
}

.choice-marker::before {
  top: 0;
  bottom: 50%;
}

.choice-marker::after {
  top: 50%;
  bottom: 0;
}

.choice-flow > li:first-child .choice-marker::before,
.choice-flow > li:last-child .choice-marker::after {
  display: none;
}

.choice-dot {
  position: absolute;
  z-index: 1;
  width: 12px;
  height: 12px;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
}

.choice-step {
  grid-column: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.72fr);
  gap: 30px;
  align-items: center;
  padding: 20px 0;
}

.choice-question {
  display: grid;
  gap: 8px;
  font-size: 1.3rem;
}

.choice-question .choice-question__outcome {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.48;
}

.choice-flow a {
  display: grid;
  gap: 4px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--accent-dark);
  background: rgba(255, 250, 241, 0.72);
  font-weight: 600;
  text-decoration: none;
}

.choice-flow small {
  color: var(--muted);
  font: 700 11px/1.2 var(--sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.choice-results {
  display: grid;
  gap: 8px;
}

.format-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: start;
}

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

.feature-grid article {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 150px;
  padding: 24px;
  border-top: 1px solid var(--line);
}

.feature-grid article:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.feature-grid h3 {
  font-size: 1.55rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.team-carousel {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.team-carousel__arrow {
  position: absolute;
  z-index: 4;
  top: 42%;
  display: none;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(103, 58, 36, 0.34);
  border-radius: 50%;
  color: var(--accent-dark);
  background: rgba(255, 250, 241, 0.78);
  box-shadow: 0 8px 22px rgba(45, 33, 24, 0.18);
  backdrop-filter: blur(6px);
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.team-carousel.has-overflow .team-carousel__arrow {
  display: grid;
}

.team-carousel__arrow--prev {
  left: 10px;
}

.team-carousel__arrow--next {
  right: 10px;
}

.team-carousel__arrow span {
  margin-top: -4px;
  font: 400 42px/1 var(--serif);
}

.team-carousel__arrow:hover:not(:disabled) {
  background: rgba(255, 250, 241, 0.94);
  transform: translateY(-50%) scale(1.04);
}

.team-carousel__arrow:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.team-carousel__arrow:disabled {
  opacity: 0.28;
  cursor: default;
}

.team-video-hint {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  width: min(680px, 100%);
  align-items: center;
  overflow: hidden;
  margin: -8px auto 42px;
  padding: 16px 22px;
  border: 1px solid rgba(140, 79, 46, 0.34);
  border-radius: var(--radius);
  color: var(--ink);
  background: linear-gradient(120deg, rgba(255, 250, 241, 0.98), rgba(247, 234, 214, 0.94) 58%, rgba(255, 248, 236, 0.96));
  box-shadow: 0 18px 38px rgba(73, 48, 31, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.team-video-hint::after {
  position: absolute;
  z-index: 0;
  top: -35%;
  bottom: -35%;
  left: 0;
  width: 42%;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.12) 24%, rgba(255, 255, 255, 0.62) 48%, rgba(232, 178, 116, 0.22) 62%, transparent 100%);
  transform: translateX(-180%) skewX(-16deg);
  animation: team-hint-shimmer 6.2s ease-in-out infinite;
  content: "";
}

.team-video-hint__icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1.5px solid rgba(103, 58, 36, 0.78);
  border-radius: 50%;
  color: var(--accent-dark);
  font: 700 17px/1 var(--sans);
  background: rgba(255, 250, 241, 0.62);
  box-shadow: 0 6px 16px rgba(73, 48, 31, 0.1);
  animation: team-hint-pulse 2.6s ease-in-out infinite;
}

.team-video-hint__copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2px;
}

.team-video-hint__copy strong {
  font-size: 1.25rem;
  line-height: 1.15;
}

.team-video-hint__copy > span {
  color: var(--muted);
  font: 400 14px/1.45 var(--sans);
}

.team-video-hint__touch {
  display: none;
}

@keyframes team-hint-pulse {
  0%,
  70%,
  100% {
    transform: scale(1);
    box-shadow: 0 6px 16px rgba(73, 48, 31, 0.1), 0 0 0 0 rgba(140, 79, 46, 0);
  }

  82% {
    transform: scale(1.1);
    box-shadow: 0 9px 22px rgba(73, 48, 31, 0.16), 0 0 0 7px rgba(140, 79, 46, 0.11);
  }

  91% {
    transform: scale(1.03);
    box-shadow: 0 7px 18px rgba(73, 48, 31, 0.12), 0 0 0 3px rgba(140, 79, 46, 0.05);
  }
}

@keyframes team-hint-shimmer {
  0%,
  60% {
    transform: translateX(-180%) skewX(-16deg);
    opacity: 0;
  }

  64% {
    opacity: 1;
  }

  82% {
    transform: translateX(420%) skewX(-16deg);
    opacity: 0.9;
  }

  86%,
  100% {
    transform: translateX(420%) skewX(-16deg);
    opacity: 0;
  }
}

.team-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.76);
  box-shadow: 0 14px 30px rgba(73, 48, 31, 0.08);
}

.team-media {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  border: 0;
  aspect-ratio: 4 / 5;
  color: inherit;
  background: var(--paper-deep);
  appearance: none;
  cursor: pointer;
}

.team-media:focus-visible {
  z-index: 2;
  outline: 3px solid var(--accent);
  outline-offset: -5px;
}

.team-media video,
.team-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-media video {
  z-index: 0;
}

.team-media img {
  z-index: 1;
  transition: opacity 320ms ease;
}

.team-card.is-playing .team-media img {
  opacity: 0;
}

.team-card h3,
.team-card p {
  padding-inline: 18px;
}

.team-card h3 {
  padding-top: 18px;
  font-size: 1.55rem;
}

.team-card p {
  padding-bottom: 22px;
  color: var(--muted);
  font: 400 15px/1.45 var(--sans);
}

.team-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.team-scroll-hint {
  display: none;
  color: var(--muted);
  font: 600 12px/1.4 var(--sans);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.process-grid figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.process-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.process-grid figcaption {
  padding: 13px 16px;
  color: var(--muted);
  font: 600 13px/1.4 var(--sans);
}

.student-quote {
  position: relative;
  max-width: 900px;
  margin: 38px auto 0;
  padding: clamp(34px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 3px solid var(--accent);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 250, 241, 0.94), rgba(234, 220, 198, 0.7));
  box-shadow: 0 18px 38px rgba(73, 48, 31, 0.11);
}

.student-quote::before {
  position: absolute;
  top: -26px;
  left: 24px;
  color: rgba(140, 79, 46, 0.14);
  font: 600 150px/1 var(--serif);
  content: "“";
}

.student-quote blockquote {
  position: relative;
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  font-weight: 600;
  line-height: 1.18;
}

.student-quote figcaption {
  position: relative;
  margin-top: 22px;
  color: var(--accent-dark);
  font: 700 13px/1.4 var(--sans);
  letter-spacing: 0.04em;
}

.results-link {
  display: block;
  margin: 24px auto 0;
  text-align: center;
}

.guide-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  padding: clamp(34px, 6vw, 72px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(110deg, rgba(75, 42, 30, 0.91), rgba(103, 58, 36, 0.88) 58%, rgba(55, 34, 27, 0.92)),
    url("../img/home/media/workshop-hero-poster.webp") center 48% / cover no-repeat;
  color: #fff9ef;
  box-shadow: 0 24px 54px rgba(73, 48, 31, 0.18);
}

.guide-card > div {
  display: grid;
  gap: 16px;
}

.guide-card .eyebrow,
.guide-card p {
  color: #e7d5bd;
}

.guide-card h2 {
  max-width: 760px;
}

.guide-card .guide-card__subtitle {
  color: #f0c995;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 600;
  line-height: 1.15;
}

.guide-card .site-button {
  color: var(--accent-dark);
  background: #fff9ef;
  box-shadow: none;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: clamp(44px, 8vw, 110px);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 23px 44px 23px 0;
  cursor: pointer;
  font-size: 1.35rem;
  font-weight: 600;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  content: "+";
  color: var(--accent);
  font: 400 25px/1 var(--sans);
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  max-width: 720px;
  padding: 0 44px 24px 0;
  color: var(--muted);
}

.home-final {
  text-align: center;
  background:
    linear-gradient(rgba(246, 239, 226, 0.94), rgba(246, 239, 226, 0.92)),
    url("../img/home/media/workshop-hero-poster.webp") center 48% / cover no-repeat;
}

.home-final .site-container {
  display: grid;
  justify-items: center;
  gap: 24px;
}

.home-final h2 {
  max-width: 900px;
}

@media (hover: hover) and (pointer: fine) {
  .direction-card,
  .program-card,
  .choice-flow a {
    transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  }

  .direction-card:hover,
  .program-card:hover,
  .choice-flow a:hover {
    border-color: rgba(140, 79, 46, 0.52);
    box-shadow: 0 20px 42px rgba(73, 48, 31, 0.12);
    transform: translateY(-3px);
  }
}

@media (hover: none), (pointer: coarse) {
  .team-video-hint__desktop {
    display: none;
  }

  .team-video-hint__touch {
    display: block;
  }
}

@media (max-width: 1100px) {
  .home-advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-advantage {
    min-height: 170px;
  }

  .home-advantage:nth-child(3) {
    border-left: 0;
  }

  .home-advantage:nth-child(n + 3) {
    border-top: 1px solid rgba(203, 144, 86, 0.28);
  }
}

@media (max-width: 900px) {
  .memory-grid,
  .format-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: 680px;
  }

  .home-hero__content {
    width: min(65%, 580px);
  }

  .home-hero__shade {
    background:
      linear-gradient(90deg, rgba(28, 18, 13, 0.94) 0%, rgba(37, 22, 14, 0.83) 48%, rgba(38, 22, 14, 0.36) 100%),
      linear-gradient(180deg, rgba(25, 16, 11, 0.4) 0%, transparent 34%, rgba(25, 16, 11, 0.52) 100%);
  }

  .memory-media {
    max-width: 650px;
  }

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

  .program-card img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .team-grid {
    grid-auto-columns: calc((100% - 14px) / 2);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 14px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    cursor: grab;
    touch-action: pan-x pan-y;
  }

  .team-grid::-webkit-scrollbar {
    display: none;
  }

  .team-grid.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
  }

  .team-card {
    scroll-snap-align: start;
  }

  .team-actions {
    justify-content: space-between;
  }

  .team-scroll-hint {
    display: block;
  }
}

@media (max-width: 680px) {
  .section-pad {
    padding: 68px 0;
  }

  .home-hero {
    min-height: auto;
    background-position: 61% center;
  }

  .home-hero__video {
    object-position: 61% center;
  }

  .home-hero__shade {
    background:
      linear-gradient(90deg, rgba(28, 18, 13, 0.78) 0%, rgba(36, 21, 14, 0.5) 100%),
      linear-gradient(180deg, rgba(25, 16, 11, 0.25) 0%, rgba(25, 16, 11, 0.06) 43%, rgba(25, 16, 11, 0.4) 100%);
  }

  .home-hero__inner {
    min-height: 670px;
    align-items: end;
    padding-block: 72px 54px;
  }

  .home-hero__content {
    width: 100%;
    gap: 20px;
  }

  .home-hero h1 {
    font-size: clamp(2.85rem, 13vw, 4rem);
  }

  .home-hero__lead {
    font-size: 1rem;
  }

  .button-row,
  .button-row .site-button {
    width: 100%;
  }

  .home-advantages__grid {
    grid-template-columns: 1fr;
  }

  .home-advantage {
    min-height: 0;
    padding: 26px 4px;
  }

  .home-advantage + .home-advantage {
    border-top: 1px solid rgba(203, 144, 86, 0.28);
    border-left: 0;
  }

  .direction-grid,
  .program-grid,
  .process-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .direction-card {
    min-height: 0;
    min-width: 0;
  }

  .direction-card + .direction-card {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .choice-flow > li {
    column-gap: 18px;
  }

  .choice-step {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 0;
  }

  .feature-grid article:nth-child(odd) {
    border-right: 0;
  }

  .team-grid {
    grid-auto-columns: 78vw;
  }

  .team-actions {
    display: grid;
    gap: 18px;
  }

  .team-video-hint {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
    padding: 14px 16px;
  }

  .team-video-hint__icon {
    width: 44px;
    height: 44px;
  }

  .team-video-hint__copy strong {
    font-size: 1.12rem;
  }

  .guide-card {
    grid-template-columns: 1fr;
  }

  .guide-card .site-button {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .section-head h2,
  .memory-copy h2,
  .guide-card h2,
  .home-final h2 {
    font-size: 2.2rem;
  }

  .home-hero h1 {
    font-size: 2.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__video {
    display: none;
  }

  .team-video-hint::after {
    display: none;
  }

  .team-video-hint__icon {
    animation: none;
  }

  .team-media img {
    transition: none;
  }

  .team-carousel__arrow {
    transition: none;
  }
}
