* {
  box-sizing: border-box;
}

:root {
  --background: #fff7ea;
  --text: #262626;
  --muted: #676767;
  --accent: #fbc033;
  --ink-soft: #8e8e8e;
  --max-width: 1160px;
  --section-max: 760px;
  --radius: 18px;
  --shadow-soft: 0 22px 45px rgba(79, 82, 184, 0.18);
  --pattern-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid meet' overflow='visible' height='26' viewBox='0 0 126 26' fill='%23000000' stroke='none'%3E%3Cpath d='M3,10.2c2.6,0,2.6,2,2.6,3.2S4.4,16.5,3,16.5s-3-1.4-3-3.2S0.4,10.2,3,10.2z M18.8,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.2-1.4-3.2-3.2S17,10.2,18.8,10.2z M34.6,10.2c1.5,0,2.6,1.4,2.6,3.2s-0.5,3.2-1.9,3.2c-1.5,0-3.4-1.4-3.4-3.2S33.1,10.2,34.6,10.2z M50.5,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.3-0.9-3.3-2.6S48.7,10.2,50.5,10.2z M66.2,10.2c1.5,0,3.4,1.4,3.4,3.2s-1.9,3.2-3.4,3.2c-1.5,0-2.6-0.4-2.6-2.1S64.8,10.2,66.2,10.2z M82.2,10.2c1.7,0.8,2.6,1.4,2.6,3.2s-0.1,3.2-1.6,3.2c-1.5,0-3.7-1.4-3.7-3.2S80.5,9.4,82.2,10.2z M98.6,10.2c1.5,0,2.6,0.4,2.6,2.1s-1.2,4.2-2.6,4.2c-1.5,0-3.7-0.4-3.7-2.1S97.1,10.2,98.6,10.2z M113.4,10.2c1.2,0,2.2,0.9,2.2,3.2s-0.1,3.2-1.3,3.2s-3.1-1.4-3.1-3.2S112.2,10.2,113.4,10.2z'/%3E%3C/svg%3E");
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  background: var(--background);
  color: var(--text);
  line-height: 1.6;
}

.site {
  min-height: 100vh;
}

.site__inner {
  padding: 0 1.5rem;
}

a {
  color: inherit;
}

a:hover,
a:focus-visible {
  color: inherit;
}

.hero {
  padding: 6.5rem 1.5rem 4rem;
  display: flex;
  justify-content: center;
  position: relative;
}


.hero__inner {
  width: 100%;
  max-width: var(--max-width);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0 3.5rem;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  font-weight: 900;
  line-height: 0.95;
  color: var(--accent);
  text-transform: none;
}

.hero__eyebrow {
  margin: 0;
  margin-top: 0;
  padding: 0;
  border: 0 solid #000;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  place-content: stretch flex-start;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  vertical-align: baseline;
  -webkit-box-align: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -webkit-box-flex: 0;
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: inherit;
  font-stretch: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  letter-spacing: normal;
  text-transform: none;
  color: #8e8e8e;
  white-space: normal;
}

.hero__links {
  display: flex;
  gap: 0.85rem;
  position: absolute;
  top: 50%;
  right: -3.5rem;
  transform: translateY(-50%);
  z-index: 5;
}

.hero__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  border: 1px solid rgba(38, 38, 38, 0.16);
  background: rgba(255, 255, 255, 0.86);
  color: var(--accent);
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.hero__link:hover,
.hero__link:focus-visible {
  transform: translateY(-2px);
  background: #fff;
  border-color: rgba(38, 38, 38, 0.32);
  outline: none;
}

.icon {
  width: 1.25rem;
  height: 1.25rem;
}

.hero__link svg path {
  fill: currentColor;
}


.legacy-menu {
  width: 100%;
  max-width: calc(var(--section-max) - 120px);
  margin: 0 auto 3.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.legacy-menu__wrapper {
  padding: 0.75rem 0 0.25rem;
}

.legacy-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.5rem;
}

.legacy-menu__item {
  position: relative;
  flex: 0 0 auto;
  text-align: center;
  --legacy-color: #fbc033;
}

.legacy-menu__item:last-child {
  --legacy-color: #738166;
}

.legacy-menu__item a {
  display: block;
  padding: 14px 18px;
  color: var(--legacy-color);
  text-decoration: none;
  letter-spacing: 0.08em;
  border: 1px solid var(--legacy-color);
  background-color: transparent;
  border-radius: 6px;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.legacy-menu__item a:hover,
.legacy-menu__item a:focus-visible {
  background-color: var(--legacy-color);
  border-color: var(--legacy-color);
  color: #ffffff;
  outline: none;
}

.legacy-menu--cta {
  margin-top: 0;
  padding-top: 2rem;
  margin-bottom: 7rem;
}

.legacy-menu--cta .legacy-menu__item {
  --legacy-color: #738166;
}

.legacy-menu--cta .legacy-menu__item a {
  background-color: var(--legacy-color);
  border-color: var(--legacy-color);
  color: #ffffff;
}

.legacy-menu--cta .legacy-menu__item a:hover,
.legacy-menu--cta .legacy-menu__item a:focus-visible {
  background-color: transparent;
  color: var(--legacy-color);
}

@media screen and (max-width: 840px) {
  .legacy-menu__wrapper {
    padding-top: 2%;
    padding-bottom: 4%;
  }

  .legacy-menu__list {
    flex-direction: column;
    align-items: center;
  }

  .legacy-menu__item {
    width: 100%;
  }

  .legacy-menu__item a {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  nav.legacy-menu {
    display: none;
  }
}

.section {
  width: 100%;
  max-width: var(--section-max);
  margin: 0 auto 4rem;
  padding: 0;
  position: relative;
}

.section--wide {
  max-width: var(--section-max);
}

.section__header {
  margin-bottom: 0;
}

.section__header h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: #272828;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section__lead {
  margin: 0;
  max-width: 480px;
  color: #7a7a7a;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  white-space: nowrap;
}

.section__lead--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 600px) {
  .section__lead {
    white-space: normal;
    max-width: 100%;
    line-height: 1.45;
  }
}
.pattern-divider {
  width: 25%;
  max-width: calc(var(--section-max) / 4);
  height: 16px;
  background-image: var(--pattern-url);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: left center;
  opacity: 1;
  margin: 0.5rem 0 2rem;
}

.pattern-divider--compact {
  margin: 0 0 1rem;
}

.feature-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: linear-gradient(135deg, rgba(79, 82, 184, 0.65), rgba(251, 192, 51, 0.65));
  margin: 0 0 2rem;
}

.feature-video--magnum {
  margin: 2rem 0 2rem;
}

.feature-video video,
.feature-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
}

.feature-video figcaption {
  margin-top: 0.55rem;
  font-size: 0.72rem;
  color: #6a6a6a;
  text-align: left;
}

.ratio-21x9 {
  aspect-ratio: 10 / 1;
}

.ratio-1x1 {
  aspect-ratio: 1 / 1;
}

.ratio-9x16 {
  aspect-ratio: 9 / 16;
}

.ratio-3x2 {
  aspect-ratio: 3 / 2;
}

.feature-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.3rem;
}

.feature-column {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.ai-video-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-bottom: 1.4rem;
}

.embed-grid {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.embed-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.embed-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.embed-thumb {
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  background-image: var(--poster-image);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.embed-grid--ai .embed-thumb {
  padding-top: 66.6667%;
}

.embed-card button {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.55));
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.embed-card button svg {
  width: 64px;
  height: 64px;
}

.embed-card button:hover,
.embed-card button:focus-visible {
  transform: scale(1.03);
  outline: none;
}

.embed-card.is-playing .embed-thumb {
  opacity: 0;
  pointer-events: none;
}

.embed-card.is-playing button {
  display: none;
}

.gallery-pair {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.gallery-pair--dense {
  gap: 1.2rem;
}

.gallery-column {
  display: grid;
  gap: 1.1rem;
}

.gallery-column img {
  width: 100%;
  display: block;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.banner-gallery {
  display: grid;
  gap: 1rem;
}

.banner-gallery img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
}

.banner-gallery--vertical {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.banner-gallery--vertical img {
  width: 120px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 45px rgba(79, 82, 184, 0.2);
}

.media-grid {
  display: grid;
  gap: 2.2rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.html-video-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1024px) {
  .html-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .html-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.html-video-grid .feature-video {
  margin: 0;
  aspect-ratio: 600 / 1202;
}

.media-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.feature-video + .media-meta,
.media-card .media-meta {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.media-meta h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.media-meta p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.gallery-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.gallery-grid--wide img,
.gallery-grid img {
  width: 100%;
  display: block;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.banner-grid {
  display: grid;
  row-gap: 1.5rem;
  column-gap: 0;
  grid-template-columns: 1.2fr 1fr;
  max-width: var(--section-max);
  align-items: stretch;
}

@media (max-width: 1024px) {
  .banner-grid {
    grid-template-columns: 1fr;
  }

  .banner-tall {
    align-items: center;
    justify-content: center;
  }

  .banner-tall-row {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .banner-tall img {
    max-width: 200px;
  }
}

@media (max-width: 640px) {
  .banner-grid {
    grid-template-columns: 1fr;
  }

  .banner-tall-row {
    justify-content: center;
    align-items: center;
  }
}

.banner-grid img {
  width: 100%;
  display: block;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.banner-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
  justify-content: space-between;
}

.banner-stack img {
  width: 100%;
  height: auto;
}

.banner-pair {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.banner-tall {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}

.banner-tall-row {
  display: flex;
  flex: 1 1 auto;
  gap: 1.5rem;
  justify-content: flex-end;
  align-items: stretch;
}

.banner-tall img {
  height: 100%;
  width: auto;
  max-width: 180px;
}

@media (max-width: 1024px) {
  .banner-tall {
    align-items: center;
    justify-content: center;
  }

  .banner-tall-row {
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 640px) {
  .banner-tall {
    align-items: center;
    justify-content: center;
  }

  .banner-tall-row {
    justify-content: center;
    align-items: center;
  }
}

.site-footer {
  text-align: center;
  padding: 1.1rem 1.5rem;
  background: #1a1a1a;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 300;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  .hero {
    padding-top: 4.5rem;
  }

  .feature-columns {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .gallery-pair {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 4rem;
  }

  .anchor-menu {
    display: none;
  }

  .hero__links {
    position: static;
    transform: none;
    justify-content: center;
  }

  .hero__inner {
    padding: 0;
  }
}

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

  .hero__link,
  .hero__link:hover,
  .hero__link:focus-visible,
  .anchor-menu a,
  .anchor-menu a:hover,
  .anchor-menu a:focus-visible,
  .embed-card button,
  .embed-card button:hover,
  .embed-card button:focus-visible {
    transition: none;
    transform: none;
  }
}
