@font-face {
  font-family: "themify";
  src: url("https://mqupwbaetueayrjaefmi.supabase.co/storage/v1/object/public/propanelpublic/landing-premium-v2/themify.woff") format("woff");
  font-display: block;
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  src: url("https://mqupwbaetueayrjaefmi.supabase.co/storage/v1/object/public/propanelpublic/landing-premium-v2/fa-brands-400.woff2") format("woff2");
  font-display: block;
}

@font-face {
  font-family: "Ionicons";
  src: url("/assets/ionicons.woff2") format("woff2");
  font-display: block;
}

:root {
  --black: #030303;
  --near-black: #12100e;
  --card: #1f1b17;
  --card-light: #4a433b;
  --white: #faf7f2;
  --muted: #d8cfc2;
  --gold-deep: #a96a00;
  --gold: #e3a018;
  --gold-bright: #ffc247;
  --cream: #fff2dd;
  --page-width: 1100px;
  --section-pad: 120px;
  --radius: 14px;
}

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

html {
  scroll-behavior: smooth;
  color-scheme: dark;
  background: var(--black);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: -apple-system, system-ui, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.5;
}

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

button,
a,
summary {
  font: inherit;
}

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

button:disabled {
  opacity: 1;
  cursor: default;
}

:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 18px;
  transform: translateY(-160%);
  background: var(--gold);
  color: var(--black);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-width {
  width: min(calc(100% - 60px), var(--page-width));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 101;
  background: var(--black);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 60px), var(--page-width));
  height: 80px;
  margin-inline: auto;
}

.brand,
.brand img {
  width: 92px;
  height: 65px;
}

.brand img {
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 13px;
}

.desktop-nav a {
  min-height: 50px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: transparent;
  color: var(--gold);
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav .is-current {
  border-color: var(--gold);
}

.desktop-nav .nav-cta {
  min-width: 118px;
  min-height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13.5px 27px;
  border: 3px solid var(--gold);
  border-radius: 9px;
  background: var(--gold);
  color: var(--white);
  font-size: 18px;
  line-height: 1;
}

.announcement {
  position: static;
  height: 27px;
  padding-inline: 20px;
  overflow: hidden;
  background: var(--gold);
  color: var(--near-black);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 27px;
  text-align: center;
  white-space: nowrap;
}

.announcement a {
  color: var(--black);
}

.mobile-menu {
  display: none;
}

.hero {
  min-height: 800px;
  background: var(--black);
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 535px;
  align-items: center;
  gap: 80px;
  min-height: 800px;
}

.hero-copy {
  max-width: 535px;
  transform: translateY(5px);
}

.eyebrow {
  margin: 0 0 28px;
  font-size: 11px;
  line-height: 1.25;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero h1,
.results h2,
.about h2,
.celebration h2,
.pillars h2,
.video-copy h3 {
  margin: 0;
  color: var(--gold);
  font-weight: 700;
}

body:not(.replica-page) main {
  text-wrap: pretty;
}

.hero h1 {
  font-size: 42.63px;
  line-height: 1.095;
}

.hero-lede {
  max-width: 535px;
  margin: 45px 0 0;
  font-size: 23px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-top: 55px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 13.5px 27px;
  border: 3px solid transparent;
  border-radius: 9px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.button-gold {
  background: var(--gold);
  border: 3px solid var(--gold);
  color: var(--white);
}

.button-cream {
  background: var(--cream);
  color: var(--gold);
}

.text-link {
  color: var(--gold);
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--gold-bright);
}

.model-collage {
  display: grid;
  grid-template-columns: repeat(3, 158px);
  gap: 30px;
  width: 535px;
  height: 800px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(transparent 0, #000 12%, #000 84%, transparent 100%);
  mask-image: linear-gradient(transparent 0, #000 12%, #000 84%, transparent 100%);
}

.collage-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  will-change: transform;
}

.collage-column:nth-child(2) {
  margin-top: -94px;
}

.collage-column-up {
  animation: collage-up 36s linear infinite;
}

.collage-column-down {
  animation: collage-down 52s linear infinite alternate;
}

.collage-column img {
  flex: 0 0 158px;
  width: 158px;
  height: 158px;
  border-radius: 10px;
  object-fit: cover;
}

@keyframes collage-up {
  to { transform: translateY(-50%); }
}

@keyframes collage-down {
  from { transform: translateY(-72%); }
  to { transform: translateY(-12%); }
}

@media (prefers-reduced-motion: reduce) {
  .collage-column {
    animation-play-state: paused;
  }
}

.pillars {
  min-height: 0;
  height: auto;
  padding: 45px 0 120px;
}

.section-intro.centered {
  text-align: center;
}

.pillars h2 {
  font-size: 31.98px;
  line-height: 1.125;
  text-transform: capitalize;
}

.pillars .section-intro p {
  margin: 48px 0 58px;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
}

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

.pillars > .page-width {
  width: calc(100% - 60px);
  max-width: none;
}

.pillar-card {
  display: flex;
  min-height: 418.96875px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border: 1px solid var(--gold);
  text-align: center;
}

.pillar-icon {
  display: block;
  margin-bottom: 50px;
  color: var(--gold);
  font-family: "themify";
  font-size: 50px;
  font-style: normal;
  line-height: 1;
}

.icon-crown::before { content: "\e642"; }
.icon-growth::before { content: "\e673"; }
.icon-medal::before { content: "\e623"; }

.pillar-card h3 {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0;
  color: var(--gold);
  font-size: 31.984px;
  line-height: 35.98px;
  text-transform: capitalize;
}

.pillar-card h3 .separator {
  width: 20px;
  flex: 0 0 20px;
  height: 1px;
  background: var(--gold);
}

.pillar-card h3 .text {
  min-width: 0;
  flex: 1 1 auto;
  height: auto;
  background: transparent;
}

.pillar-card p {
  margin: 50px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 27px;
}

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

.results-inner {
  display: grid;
  grid-template-columns: 535px 535px;
  gap: 30px;
  align-items: start;
}

.results-copy {
  position: sticky;
  top: 160px;
}

.results h2 {
  max-width: 535px;
  font-size: 47.34px;
  line-height: 1.085;
}

.results-copy > p:not(.eyebrow) {
  margin: 36px 0 0;
  font-size: 18px;
  line-height: 1.45;
}

.results-copy .button {
  margin-top: 35px;
}

.results-gallery {
  display: grid;
  gap: 30px;
}

.results-gallery img {
  width: 535px;
  height: 950px;
  border-radius: 4px;
  object-fit: cover;
}

.results-gallery > a,
.about-mosaic > a,
.sponsor-column > a {
  display: block;
  width: 100%;
  height: 100%;
}

.about {
  background: var(--black);
}

.about-inner {
  display: grid;
  grid-template-columns: 535px 535px;
  align-items: stretch;
  gap: 30px;
  min-height: 0;
  height: auto;
}

.founder-card {
  position: relative;
  width: 460px;
  height: auto;
  margin: 0;
  overflow: hidden;
  border: 3px double var(--gold);
  border-radius: 4px;
  justify-self: center;
}

.founder-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.founder-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px 10px 18px;
  background: linear-gradient(transparent, rgba(0, 0, 0, .65));
  text-align: center;
}

.about h2 {
  font-size: 47.976px;
  line-height: 51.97px;
}

.about-copy p {
  margin: 34px 0 0;
  font-size: 18px;
  line-height: 1.48;
}

.about-copy .button {
  margin-top: 38px;
}

.celebration {
  height: auto;
  padding: 120px 0;
}

body:not(.replica-page) .testimonials {
  margin-top: -2px;
}

.celebration-intro {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  gap: 30px;
  margin-bottom: 67.5px;
}

.celebration .page-width {
  width: min(calc(100% - 60px), 1280px);
}

.celebration h2 {
  font-size: 48.2359px;
  line-height: 52.23px;
}

.celebration-intro .eyebrow {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 13.2px;
}

.celebration-intro > p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.video-showcase {
  display: grid;
  gap: 30px;
  grid-template-rows: 572.359375px 606.25px 599.5px 602.46875px 600.96875px;
}

.video-row {
  display: grid;
  align-items: stretch;
  gap: 0;
  min-height: 0;
  height: 100%;
  padding: 16px;
  border-radius: var(--radius);
  background: linear-gradient(200deg, var(--black) 30%, var(--card-light));
}

.video-row-wide {
  grid-template-columns: 291.09375px 1fr;
}

.video-row-wide.text-right {
  grid-template-columns: 1fr 291.09375px;
}

.video-row-trio {
  grid-template-columns: 291.09375px 1fr;
  min-height: 0;
}

.video-row-trio.text-right {
  grid-template-columns: 1fr 291.09375px;
}

.video-media-group {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.video-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 45px;
}

body:not(.replica-page) .video-copy > p {
  display: none;
}

.video-copy h3 {
  font-size: 31.984px;
  line-height: 35.98px;
  text-transform: capitalize;
}

.video-copy .button {
  width: 100%;
  min-height: 69px;
  padding: 13.5px 27px;
  border-radius: 9px;
  font-size: 18px;
  line-height: 18px;
  white-space: normal;
}

.video-frame {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--black);
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-frame.landscape {
  aspect-ratio: 957 / 540;
  align-self: center;
}

.video-frame.portrait {
  aspect-ratio: 9 / 16;
}

.video-media-group .video-frame.portrait {
  height: 100%;
  aspect-ratio: auto;
}

.video-row-wide:nth-child(2) .video-frame.landscape {
  aspect-ratio: 5 / 3;
}

.video-row:nth-child(4) {
  min-height: 0;
}

.video-row:nth-child(5) {
  min-height: 0;
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  height: 502px;
  padding: 30px 0;
}

.testimonial-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 0;
  height: 442px;
  overflow: hidden;
  border: 1px solid var(--gold);
}

.testimonial-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}

.testimonial-copy blockquote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
  line-height: 1.55;
}

.stars,
.testimonial-name {
  color: var(--gold);
  font-weight: 700;
}

.stars {
  margin: 38px 0 22px;
  font-size: 20px;
  letter-spacing: 2px;
}

.testimonial-name {
  margin: 0;
  font-size: 17px;
}

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

.final-cta {
  display: flex;
  min-height: 184px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 30px max(30px, calc((100% - var(--page-width)) / 2));
  background: var(--gold-bright);
  color: var(--black);
}

.final-cta h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.1;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.final-cta p {
  margin: 26px 0 0;
  line-height: 1.35;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.final-cta a[href="/formulario/"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 310px;
  min-height: 86px;
  padding: 24px 48px;
  border: 3px solid var(--black);
  border-radius: 16px;
  background: var(--black);
  color: var(--white);
  font-size: 32px;
  line-height: 1;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 217px;
  align-items: center;
  gap: 50px;
  padding: 45px max(30px, calc((100% - var(--page-width)) / 2));
  background: rgba(26, 26, 26, .6);
  color: var(--white);
  font-size: 13px;
}

/* The public root template uses a 190px desktop footer; interior templates use 217px. */
body:not(.replica-page) > .site-footer {
  min-height: 190px;
}

.site-footer > nav {
  display: grid;
  justify-content: center;
  gap: 5px;
}

.site-footer > nav a {
  color: var(--gold);
  font-size: 15px;
  line-height: 22.5px;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--gold);
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.brand-icon {
  color: var(--white);
  font-family: "Font Awesome 6 Brands";
  font-size: 16px;
}

.twitter::before { content: "\f099"; }
.facebook::before { content: "\f39e"; }
.instagram::before { content: "\f16d"; }

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 22px;
  text-align: right;
}

.footer-meta p,
.footer-meta .credit {
  margin: 0;
}

.footer-meta .credit {
  flex-basis: 100%;
  margin-top: 26px;
}

.footer-meta .credit a {
  color: var(--gold);
}

@media (max-width: 1100px) {
  :root {
    --page-width: 920px;
  }

  .hero-inner,
  .results-inner {
    grid-template-columns: minmax(0, 1fr) 455px;
    gap: 45px;
  }

  .model-collage {
    grid-template-columns: repeat(3, 135px);
    gap: 20px;
    width: 445px;
  }

  .collage-column {
    gap: 20px;
  }

  .collage-column img {
    flex-basis: 145px;
    width: 135px;
    height: 145px;
  }

  .results-gallery img {
    width: 455px;
  }

  .about-inner {
    grid-template-columns: 390px 1fr;
    gap: 50px;
  }

  .founder-card {
    width: 390px;
    height: 612px;
  }

  .video-row-trio,
  .video-row-trio.text-right {
    grid-template-columns: 190px 1fr;
  }

  .video-row-trio.text-right {
    grid-template-columns: 1fr 190px;
  }

  .video-copy {
    padding: 28px 20px 32px;
  }

  .video-copy h3 {
    font-size: 26px;
  }
}

@media (max-width: 800px) {
  :root {
    --section-pad: 80px;
  }

  .page-width,
  .header-inner {
    width: min(calc(100% - 48px), 690px);
  }

  .pillars > .page-width,
  .celebration .page-width {
    width: min(calc(100% - 48px), 690px);
  }

  .desktop-nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .mobile-menu-toggle {
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
    cursor: pointer;
  }

  .mobile-menu-toggle::before {
    content: "\e68e";
    display: block;
    color: var(--white);
    font-family: "themify";
    font-size: 22px;
  }

  .mobile-menu-toggle span,
  .mobile-menu-close span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .mobile-menu-panel {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .97);
  }

  .mobile-menu-panel:target {
    display: flex;
  }

  .mobile-menu-brand {
    position: absolute;
    top: 0;
    left: max(24px, calc((100% - 690px) / 2));
    width: 92px;
    height: 65px;
  }

  .mobile-menu-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .mobile-menu-close {
    position: absolute;
    top: 20px;
    right: max(24px, calc((100% - 690px) / 2));
    width: 22px;
    height: 22px;
  }

  .mobile-menu-close::before {
    content: "\e646";
    display: block;
    color: var(--white);
    font-family: "themify";
    font-size: 22px;
    line-height: 22px;
  }

  .mobile-menu-links {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile-menu-links a {
    width: 210px;
    height: 60px;
    border: 0;
    background: transparent;
    color: var(--gold);
    text-align: center;
    text-transform: uppercase;
  }

  .hero-inner,
  .results-inner,
  .about-inner,
  .celebration-intro {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    gap: 65px;
    padding: 80px 0;
  }

  .hero-copy,
  .hero-lede {
    max-width: none;
  }

  .model-collage {
    justify-self: center;
  }

  .pillar-grid {
    grid-template-columns: 1fr;
  }

  .results-copy {
    position: static;
  }

  .results-gallery {
    justify-content: center;
  }

  .about-copy {
    order: -1;
  }

  .about-inner {
    padding: 80px 0;
  }

  .founder-card {
    justify-self: center;
  }

  .celebration-intro {
    align-items: start;
    gap: 35px;
  }

  .video-row,
  .video-row-wide,
  .video-row-wide.text-right,
  .video-row-trio,
  .video-row-trio.text-right {
    grid-template-columns: 1fr;
  }

  .video-row-wide.text-right .video-copy,
  .video-row-trio.text-right .video-copy {
    order: -1;
  }

  .testimonials {
    grid-template-columns: 1fr;
    height: auto;
  }

  .final-cta {
    padding-inline: 48px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-meta {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 540px) {
  :root {
    --section-pad: 72px;
  }

  body {
    font-size: 16px;
  }

  .page-width,
  .header-inner {
    width: calc(100% - 48.875px);
    margin-right: 24.4375px;
    margin-left: 24.4375px;
  }

  .pillars > .page-width,
  .celebration .page-width {
    width: calc(100% - 48.875px);
    margin-right: 24.4375px;
    margin-left: 24.4375px;
  }

  .header-inner {
    width: 67%;
    height: 60px;
    margin-right: 18%;
    margin-left: 15%;
  }

  .brand,
  .brand img {
    width: 51px;
    height: 50px;
  }

  .mobile-menu-toggle {
    width: 20px;
    height: 16px;
    padding: 0;
  }

  .mobile-menu-toggle::before {
    font-size: 20px;
    line-height: 16px;
  }

  .mobile-menu-brand {
    left: 15%;
    width: 51px;
    height: 50px;
  }

  .mobile-menu-close {
    top: 17px;
    right: 18%;
    width: 20px;
    height: 20px;
  }

  .mobile-menu-close::before {
    font-size: 20px;
    line-height: 20px;
  }

  .announcement {
    height: 24px;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-inner {
    gap: 62px;
    min-height: 0;
    padding: 76px 0 0;
  }

  .hero-copy {
    transform: none;
  }

  .eyebrow {
    margin-bottom: 24.1px;
    font-size: 12px;
    line-height: 13.2px;
  }

  .hero h1 {
    font-size: 28.7408px;
    line-height: 32.74px;
  }

  .hero-lede {
    margin-top: 24.5px;
    font-size: 19.5496px;
    line-height: 29.3243px;
  }

  .hero-actions {
    display: grid;
    gap: 24.4375px;
    margin-top: 48.8px;
    text-align: center;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 46px;
    padding: 11.2px 24.2188px;
    border-radius: 8.07292px;
  }

  .model-collage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
    width: 100%;
    height: 437.9px;
  }

  .collage-column {
    gap: 25px;
  }

  .collage-column img {
    flex-basis: 92px;
    width: 92px;
    height: 92px;
    border-radius: 8px;
  }

  .pillars {
    min-height: 0;
    padding: 33px 0 75.3px;
  }

  .pillars h2 {
    font-size: 23.6922px;
    line-height: 27.69px;
  }

  .pillars .section-intro p {
    margin: 42.6px 0 0;
    font-size: 16.1458px;
    line-height: 24.2188px;
  }

  .pillar-grid {
    gap: 42px;
    margin-top: 43.1px;
  }

  .pillar-card {
    min-height: 411px;
    justify-content: flex-start;
    padding: 24.4375px;
  }

  .pillar-card:nth-child(3) {
    min-height: 387px;
  }

  .pillar-icon {
    margin-bottom: 42.75px;
  }

  .pillar-card h3 {
    font-size: 23.6922px;
    line-height: 27.69px;
  }

  .pillar-card p {
    margin-top: 42px;
    font-size: 16.1458px;
    line-height: 24.2188px;
  }

  .results {
    padding: 75.5px 0 75.2px;
  }

  .results-inner {
    gap: 24.4375px;
  }

  .results h2 {
    font-size: 26.049px;
    line-height: 30.04px;
  }

  .about h2,
  .celebration h2 {
    font-size: 29px;
    line-height: 1.08;
  }

  .celebration h2 {
    font-size: 37.5985px;
    line-height: 41.59px;
  }

  .results-copy > p:not(.eyebrow),
  .about-copy p,
  .celebration-intro > p {
    font-size: 16px;
    line-height: 1.48;
  }

  .results-copy .button,
  .about-copy .button {
    width: 100%;
  }

  .results-copy {
    height: 510px;
  }

  .results-copy > p:not(.eyebrow) {
    margin-top: 24px;
    font-size: 16.1458px;
    line-height: 24.2188px;
  }

  .results-copy .button {
    width: 235px;
    min-height: 46px;
    margin-top: 24.4375px;
    padding: 11px 24.2188px;
    border-radius: 8.07292px;
  }

  .results-gallery {
    gap: 24.4375px;
  }

  .results-gallery img {
    width: 326px;
    height: 950px;
  }

  .about-inner {
    gap: 24.4375px;
    min-height: 0;
    padding: 0;
  }

  .about h2 {
    font-size: 29.1303px;
    line-height: 33.13px;
  }

  .about-copy {
    height: 569px;
  }

  .about-copy p {
    margin-top: 30px;
    font-size: 16.1458px;
    line-height: 24.2188px;
  }

  .about-copy .button {
    border-radius: 8.07292px;
  }

  .founder-card {
    width: 100%;
    height: 326.125px;
    aspect-ratio: auto;
  }

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

  .celebration {
    padding: 75.5px 0;
  }

  .celebration-intro {
    gap: 24.4375px;
    margin-bottom: 44.4577px;
  }

  .celebration-intro .eyebrow {
    margin-bottom: 12.2188px;
  }

  .celebration-intro > p {
    font-size: 16.1458px;
    line-height: 24.2188px;
  }

  .video-showcase {
    gap: 24.4375px;
    grid-template-rows: none;
  }

  .video-row,
  .video-row-wide,
  .video-row-wide.text-right,
  .video-row-trio,
  .video-row-trio.text-right {
    display: flex;
    min-height: 0;
    height: auto;
    flex-direction: column;
    gap: 0;
    padding: 16px;
    background: linear-gradient(200deg, var(--black) 30%, var(--card-light));
  }

  .video-row:nth-child(4),
  .video-row:nth-child(5) {
    min-height: 0;
  }

  .video-row:nth-child(2) {
    margin-top: 0;
  }

  .video-media-group {
    grid-template-columns: 1fr;
    gap: 24.4375px;
  }

  .video-media-group .video-frame.portrait {
    height: auto;
    aspect-ratio: 9 / 17;
  }

  .video-copy {
    order: -1;
    min-height: 0;
    gap: 24.4375px;
    padding: 24.4375px;
    border-radius: 0;
    background: transparent;
  }

  .video-copy h3 {
    font-size: 23.6922px;
    line-height: 27.69px;
  }

  .video-copy .button {
    min-height: 46.359375px;
    padding: 12.1094px 24.2188px;
    border: 3px solid transparent;
    font-size: 16.1458px;
    line-height: 16.1458px;
  }

  .video-frame.landscape {
    width: 100%;
  }

  .video-row:nth-child(1) .video-frame.landscape {
    aspect-ratio: 294.125 / 187.296875;
  }

  .video-row:nth-child(2) .video-frame.landscape {
    aspect-ratio: 294.125 / 197.71875;
  }

  .video-row:nth-child(3) .video-frame.portrait {
    aspect-ratio: 294.125 / 555.15625;
  }

  .video-row:nth-child(4) .video-frame.portrait {
    aspect-ratio: 294.125 / 556.619792;
  }

  .video-row:nth-child(5) .video-frame.portrait {
    aspect-ratio: 294.125 / 556.135417;
  }

  .video-frame.portrait {
    width: 100%;
    aspect-ratio: 9 / 17;
  }

  .testimonial-card {
    grid-template-columns: 1fr;
    grid-template-rows: 195.5px 440px;
    gap: 20px;
    height: 657.5px;
  }

  .testimonials {
    display: block;
    height: 706.9px;
    padding: 24.4375px 0;
    overflow: hidden;
  }

  .testimonial-card:nth-child(2) {
    display: none;
  }

  .testimonial-copy {
    min-height: 0;
    height: 195.5px;
    padding: 24.4375px;
  }

  .testimonial-card img {
    width: 100%;
    height: 440px;
    aspect-ratio: auto;
  }

  .final-cta {
    flex-direction: column;
    width: 100%;
    height: 326.3px;
    min-height: 326.3px;
    justify-content: space-between;
    gap: 0;
    padding: 24.4375px;
    text-align: center;
  }

  .final-cta h2 {
    font-size: 32.2917px;
    line-height: 36.29px;
  }

  .final-cta p {
    margin-top: 24.4375px;
    font-size: 16.1458px;
    line-height: 24.2188px;
  }

  .final-cta a[href="/formulario/"] {
    display: flex;
    width: 231.5px;
    min-width: 0;
    height: 65.2px;
    min-height: 65.2px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 11.8461px;
    font-size: 23px;
  }

  .site-footer {
    display: flex;
    height: 305px;
    min-height: 305px;
    flex-direction: column;
    gap: 0;
    padding: 52.9px 24.4375px 33px;
  }

  .site-footer > nav {
    display: flex;
    height: 15px;
    justify-content: center;
    gap: 29px;
    font-size: 10px;
    line-height: 15px;
  }

  .site-footer > nav a {
    font-size: 10px;
    line-height: 15px;
  }

  .social-links {
    height: 51.2px;
    margin-top: 20px;
    gap: 24px;
  }

  .footer-meta {
    height: 92.9px;
    margin-top: 40px;
    align-content: space-between;
    gap: 0 18px;
    font-size: 13px;
    line-height: 19.5px;
  }

  .footer-meta > span,
  .footer-meta .credit {
    flex-basis: 100%;
  }

  .footer-meta > p:not(.credit),
  .footer-meta > a {
    flex-basis: auto;
  }

  .footer-meta .credit {
    margin-top: 0;
  }
}

@media (max-width: 370px) {
  .page-width,
  .pillars > .page-width,
  .celebration .page-width {
    width: calc(100% - 49px);
    margin-right: 25px;
    margin-left: 24px;
  }

  .hero h1 {
    font-size: 27px;
  }

  .model-collage {
    gap: 18px;
  }

  .collage-column {
    gap: 18px;
  }

  .collage-column img {
    flex-basis: 87px;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .results-gallery {
    width: 100%;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .results-gallery img {
    width: 100%;
    height: calc((100vw - 64px) * 950 / 326);
    aspect-ratio: auto;
  }
}

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

/* Interior routes reconstructed from the public AT Studios site. */
.replica-page {
  min-height: 100vh;
  background: var(--black);
}

.replica-page main {
  background: var(--black);
}

.replica-header .desktop-nav a.is-current,
.replica-header .mobile-menu-links a.is-current {
  border-color: var(--gold-bright);
  color: var(--gold-bright);
}

.legacy-home-hero {
  width: 1100px;
  height: 1137.89px;
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 0;
  align-items: start;
  padding: 120px 0;
}

.legacy-home-copy h1 {
  max-width: 460px;
  margin: 0;
  color: var(--gold-bright);
  font-size: 63.952px;
  line-height: 67.95px;
  text-transform: capitalize;
}

.legacy-home-copy h2 {
  margin: 60px 0 0;
  font-size: 32px;
  line-height: 35.98px;
}

.legacy-home-copy p {
  max-width: 560px;
  margin: 60px 0 0;
  color: var(--muted);
}

.legacy-home-copy > a:not(.button) {
  display: inline-block;
  margin-left: 22px;
  border-bottom: 1px solid var(--gold-bright);
  color: var(--gold-bright);
}

.legacy-home-gallery {
  display: flex;
  grid-column: 1 / -1;
  grid-row: 2;
  gap: 8px;
  align-items: stretch;
  margin-top: 50px;
  overflow: hidden;
}

.legacy-home-gallery img {
  flex: 0 0 546px;
  width: 546px;
  height: 400px;
  aspect-ratio: auto;
  object-fit: cover;
}

.legacy-home-gallery img:nth-child(3n + 2) {
  transform: none;
}

.legacy-pillars {
  width: 1100px;
  height: 1360.94px;
  padding-top: 45px;
  padding-bottom: 120px;
  border-top: 1px solid rgba(255, 194, 71, .55);
}

.legacy-pillars > h2,
.legacy-about h2 {
  margin: 0;
  color: var(--gold-bright);
  font-size: 32px;
  line-height: 35.98px;
  text-align: center;
}

.legacy-pillars blockquote {
  max-width: 1100px;
  margin: 50px 0 50px;
  text-align: center;
  color: var(--muted);
  font-family: Georgia, serif;
}

.legacy-pillar-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}

.legacy-pillar-grid article {
  min-height: 302px;
  padding: 60px;
  border: 1px solid rgba(255, 194, 71, .65);
  background: var(--near-black);
}

.legacy-pillar-grid h3 {
  color: var(--gold-bright);
  font-size: 32px;
  text-align: center;
  text-transform: capitalize;
}

.legacy-pillar-grid p,
.legacy-about p {
  color: var(--muted);
  line-height: 1.7;
  text-align: center;
}

.legacy-about {
  display: grid;
  width: 1100px;
  height: 1972.27px;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: start;
  padding-top: 120px;
  padding-bottom: 120px;
  border-top: 1px solid rgba(255, 194, 71, .55);
}

.legacy-about > div {
  order: 2;
}

.legacy-about .replica-video {
  order: 1;
  width: 1100px;
  height: 617.625px;
  aspect-ratio: auto;
}

.legacy-about h2,
.legacy-about p {
  text-align: left;
}

.legacy-about h2 {
  font-size: 47.976px;
  line-height: 51.97px;
}

.legacy-about p {
  margin: 60px 0 0;
  font-size: 18px;
  line-height: 27px;
}

.legacy-about .button {
  margin-top: 60px;
}

.inicio-models {
  width: 1100px;
  height: 524.984px;
}

.models-hero {
  min-height: 821px;
  display: grid;
  align-items: end;
  margin-top: -40px;
  padding: 86px 24px 46px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .84), rgba(0, 0, 0, .18) 55%, rgba(0, 0, 0, .82)),
    linear-gradient(0deg, #000 0, transparent 35%),
    url("https://mqupwbaetueayrjaefmi.supabase.co/storage/v1/object/public/propanelpublic/landing-premium-v2/models-hero.webp") center/cover no-repeat;
}

.models-hero-overlay {
  display: flex;
  width: min(1100px, 100%);
  min-height: 656px;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}

.models-hero h1,
.about-copy h1,
.archive-video-intro h2,
.sponsorship h2,
.about-models h2 {
  margin: 0;
  color: var(--gold-bright);
  font-size: clamp(2.35rem, 5vw, 5rem);
  line-height: .98;
  text-transform: capitalize;
}

.models-hero h1 {
  font-size: 4rem;
  line-height: 1.06;
}

.models-hero-overlay > p {
  margin: 22px 0 34px;
  font-family: Georgia, serif;
  font-size: 1rem;
}

.featured-models {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
  margin-top: auto;
}

.model-card {
  min-width: 0;
  color: var(--gold-bright);
  font-weight: 700;
  font-size: .82rem;
  text-align: center;
}

.model-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  margin-bottom: 9px;
  border: 1px solid rgba(255, 194, 71, .72);
  border-radius: 8px;
  object-fit: cover;
  object-position: center 22%;
  background: var(--near-black);
  transition: border-color .2s ease, transform .2s ease;
}

.model-card:hover img,
.model-card:focus-visible img {
  border-color: var(--cream);
  transform: translateY(-3px);
}

.featured-models .model-card img {
  height: 400px;
  aspect-ratio: auto;
  margin-bottom: 13.5px;
  border-radius: 2px;
}

.models-catalog {
  width: 100%;
  max-width: none;
  padding: 120px 30px;
}

.models-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 30px 1.536px;
}

.models-grid .model-card {
  padding: 0 3px;
}

.models-grid .model-card img {
  aspect-ratio: 1;
  margin-bottom: 11px;
}

.models-grid .model-card span,
.featured-models .model-card span {
  display: block;
  line-height: 27px;
}

.archive-videos,
.sponsorship,
.profile-content {
  border-top: 1px solid rgba(255, 194, 71, .65);
}

.archive-videos {
  width: min(1280px, calc(100% - 60px));
  max-width: 1280px;
  padding-top: 105px;
  padding-bottom: 116px;
}

.archive-video-intro {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 60px;
}

.archive-video-intro .eyebrow {
  margin-bottom: 12px;
  color: var(--white);
}

.archive-video-intro h2,
.sponsorship h2,
.about-models h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.archive-video-intro > p {
  color: var(--muted);
  font-size: 1.04rem;
}

.archive-video-list {
  display: grid;
  gap: 30px;
}

.archive-video-row {
  display: grid;
  grid-template-columns: 291.094px minmax(0, 1fr);
  min-height: 606px;
  gap: 0;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--card);
  border-radius: 14px;
  background: linear-gradient(120deg, var(--near-black), var(--black));
}

.archive-video-row h3 {
  grid-column: 1;
  margin: 4px 45px 0;
  color: var(--gold-bright);
  font-size: 1.35rem;
  line-height: 1.1;
}

.archive-video-row a[href="/formulario/"] {
  grid-column: 1;
  width: 155px;
  margin-left: 45px;
  padding: 10px 12px;
  border: 0;
  border-radius: 6px;
  background: var(--cream);
  color: var(--near-black);
  font-size: .76rem;
}

.archive-video-row .replica-video {
  grid-column: 2;
  grid-row: 1 / span 3;
}

.archive-video-row > p {
  grid-column: 1;
  margin: 18px 45px;
  color: var(--muted);
  line-height: 1.55;
}

.archive-video-row:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) 291.094px;
}

.archive-video-row:nth-child(even) h3,
.archive-video-row:nth-child(even) > p,
.archive-video-row:nth-child(even) button {
  grid-column: 2;
}

.archive-video-row:nth-child(even) .replica-video {
  grid-column: 1;
}

.archive-video-trio {
  display: grid;
  grid-template-columns: 291.094px minmax(0, 1fr);
  min-height: 606px;
  gap: 0;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--card);
  border-radius: 14px;
  background: linear-gradient(120deg, var(--near-black), var(--black));
}

.archive-video-trio h3 {
  margin: 8px 45px 30px;
  color: var(--gold-bright);
  font-size: 1.45rem;
  line-height: 1.05;
}

.archive-video-trio a[href="/formulario/"] {
  margin-left: 45px;
  padding: 10px 14px;
  border: 0;
  border-radius: 6px;
  background: var(--cream);
  color: var(--near-black);
  font-size: .76rem;
}

.archive-trio-media {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.archive-trio-media .replica-video {
  aspect-ratio: 9 / 16;
}

.replica-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--card);
  border-radius: 9px;
  background: var(--black);
}

.replica-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.replica-testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 194, 71, .7);
  border-bottom: 1px solid rgba(255, 194, 71, .7);
}

.replica-testimonials article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 360px;
  border-right: 1px solid rgba(255, 194, 71, .55);
}

.replica-testimonials article:last-child {
  border-right: 0;
}

.replica-testimonials article > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
}

.replica-testimonials blockquote {
  margin: 0;
  color: var(--white);
  font-family: Georgia, serif;
  font-size: .98rem;
}

.replica-testimonials .stars {
  margin: 22px 0 8px;
  color: var(--gold-bright);
  letter-spacing: 4px;
}

.replica-testimonials img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-video {
  min-height: 0;
  height: 660.78px;
  padding-top: 18px;
}

.about-video .replica-video {
  width: 1100px;
  height: 579.78px;
  margin: 0 auto;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
}

.about-story {
  display: grid;
  width: 1200px;
  max-width: 1200px;
  height: 1800px;
  grid-template-columns: 590px 590px;
  gap: 20px;
  align-items: start;
  padding-top: 13.5px;
  padding-bottom: 120px;
}

.about-copy {
  position: static;
}

.replica-page .about-copy h1,
.replica-page .about-copy h2 {
  margin: 0;
  color: var(--gold-bright);
}

.replica-page .about-copy h1 {
  font-size: 63.952px;
  line-height: 67.95px;
}

.replica-page .about-copy h2 {
  margin-top: 60px;
  font-size: 47.976px;
  line-height: 51.97px;
}

.replica-page .about-copy p {
  color: #ededed;
  line-height: 27px;
}

.replica-page .about-copy > p {
  margin: 18px 0 0;
}

.replica-page .about-copy > h1 + p,
.replica-page .about-copy > h2 + p {
  margin-top: 60px;
}

.about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 123px;
  align-items: center;
  margin: 60px 0 0;
}

.about-stats p {
  display: grid;
  margin: 0;
  text-align: center;
}

.about-stats strong {
  color: #fff;
  font-size: 3rem;
}

.replica-page .about-copy > .button {
  display: flex;
  width: max-content;
  height: 51px;
  margin-top: 60px;
}

.about-stats span {
  font-size: .72rem;
}

.about-mosaic,
.sponsor-grid {
  display: grid;
  grid-auto-flow: dense;
  gap: 7px;
}

.about-mosaic {
  height: 1636.5px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 141.5px;
  gap: 8px;
  margin-top: 30px;
}

.about-mosaic img,
.sponsor-grid img {
  width: 100%;
  height: 100%;
  min-height: 155px;
  border: 3px double var(--gold);
  border-radius: 5px;
  object-fit: cover;
}

.about-mosaic > img:nth-child(3n + 1),
.about-mosaic > a:nth-child(3n + 1) {
  grid-column: span 2;
  grid-row: span 2;
}

.sponsorship {
  height: 2408.875px;
  padding: 69.5px 0 0;
}

.sponsorship > .page-width {
  height: 209.97px;
  margin-bottom: 45px;
}

.sponsorship p {
  max-width: 820px;
  color: var(--muted);
}

.sponsor-grid {
  display: grid;
  width: 100%;
  height: 2083.4px;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: none;
  margin: 0 auto;
  padding: 13.5px 13.5px 120px;
}

.sponsor-column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 107.16px;
  gap: 8px;
}

.sponsor-column > img:nth-child(3n + 1),
.sponsor-column > a:nth-child(3n + 1) {
  grid-column: span 2;
  grid-row: span 2;
}

.about-mosaic img,
.sponsor-column img {
  min-height: 0;
}

.about-models {
  padding-top: 20px;
  padding-bottom: 120.5px;
  text-align: center;
}

.about-models h2 {
  font-size: 32px;
  line-height: 35.98px;
}

.about-models > p {
  margin: 51px 0 0;
  font-family: Georgia, serif;
}

.about-models > a {
  display: flex;
  width: max-content;
  min-height: 51px;
  height: 51px;
  align-items: center;
  justify-content: center;
  margin: 45px auto 0;
}

.model-strip {
  display: flex;
  gap: 0;
  overflow-x: auto;
  padding: 32px 0 30px;
  scrollbar-width: none;
}

.model-strip::-webkit-scrollbar {
  display: none;
}

.model-strip .model-card {
  flex: 0 0 137.5px;
}

.model-strip .model-card span {
  display: block;
  line-height: 27px;
}

.model-strip .model-card img {
  width: 90px;
  height: 90px;
  margin: 0 auto 4.5px;
  aspect-ratio: 1;
  border: 2px solid var(--gold);
  border-radius: 50%;
}

.profile-model-strip {
  width: 100%;
  height: 162px;
  margin: 0 auto;
  padding: 13px 0 27.5px;
  overflow: hidden;
}

.profile-model-strip .model-strip {
  width: max-content;
  min-width: 100%;
  padding: 0;
  animation: none;
}

.profile-intro {
  display: grid;
  grid-template-columns: 540px 540px;
  height: 1087.5px;
  gap: 20px;
  align-items: start;
  padding-top: 30px;
  padding-bottom: 147.5px;
}

.profile-photo {
  position: relative;
}

.profile-photo > span {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 14px;
  padding: 7px 16px;
  border-radius: 999px;
  background: #77ee4b;
  color: #123508;
  font-weight: 700;
  font-size: .8rem;
}

.profile-photo img {
  width: 100%;
  height: 810px;
  max-height: none;
  object-fit: cover;
  object-position: center 22%;
}

.profile-copy h1 {
  margin: 0 0 30px;
  color: var(--white);
  font-size: 42.6347px;
  line-height: 46.63px;
}

.profile-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 27px;
}

.profile-copy h1 + p {
  margin-top: 0;
}

.profile-copy .profile-label {
  color: var(--gold);
  font-weight: 700;
}

.profile-values {
  display: grid;
  grid-column: 2;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  margin-top: 60px;
}

.profile-values span {
  padding: 15px 0;
  border-bottom: 1px solid var(--card-light);
  color: var(--muted);
  font-size: 18px;
  line-height: 27px;
  letter-spacing: .04em;
}

.profile-values span::before {
  content: none;
}

.profile-explainer {
  grid-column: 1;
  width: 540px;
  max-width: none;
  margin: -77.5px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 27px;
}

.profile-content {
  display: grid;
  width: 100%;
  max-width: none;
  height: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
  padding: 67.5px 30px 120px;
}

.profile-content h2 {
  margin: 0;
  color: var(--white);
  font-size: 42.6347px;
  line-height: 63.952px;
}

.profile-content > div > p {
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 27px;
}

.campaign-list {
  margin-top: 34px;
}

.campaign-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 16px;
  border-bottom: 1px solid var(--card);
  color: var(--white);
  font-weight: 650;
  font-size: 18px;
  line-height: 27px;
}

.campaign-item span + span {
  color: var(--gold-bright);
  font-size: 1.45rem;
}

/* Native horizontal carousel: same source structure, no JavaScript. */
.testimonials,
.replica-testimonials {
  display: block;
  height: auto;
  overflow: hidden;
}

.replica-testimonials-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 30px) / 2);
  column-gap: 30px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.replica-testimonials-track::-webkit-scrollbar {
  display: none;
}

.replica-testimonials {
  padding: 30px 0;
  border: 0;
}

.replica-testimonials-track > article {
  width: 100%;
  scroll-snap-align: start;
}

.testimonials .replica-testimonials-track > article {
  height: 442px;
}

.replica-testimonials strong {
  margin-top: 24px;
  color: var(--gold-bright);
  font-size: 1.05rem;
}

.testimonial-stars {
  display: flex;
  align-self: flex-start;
  gap: 4.5px;
  margin-top: 24px;
  color: var(--gold-bright);
}

.testimonial-stars i {
  flex: 0 0 18.9375px;
  width: 18.9375px;
  font-family: "Ionicons";
  font-size: 23.994px;
  line-height: 24px;
}

.testimonial-stars i::before {
  content: "\f384";
  font-family: "Ionicons";
  font-style: normal;
}

.testimonial-stars i:last-child::before {
  content: "\f382";
}

.final-cta h2 {
  text-transform: capitalize;
}

@media (max-width: 640px) {
  .replica-testimonials-track {
    grid-auto-columns: 100%;
    column-gap: 0;
  }

  .testimonials .replica-testimonials-track > article {
    height: auto;
    min-height: 520px;
  }
}

.profile-video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 38px;
}

.profile-video-grid .replica-video {
  aspect-ratio: 9 / 16;
  border-radius: 0;
}

.profile-video-grid .no-videos {
  grid-column: 1 / -1;
  padding: 45px;
  border: 1px solid var(--card);
  color: #aaa;
  text-align: center;
}

.privacy-page {
  padding-top: 110px;
  padding-bottom: 150px;
}

.privacy-page h1 {
  max-width: 900px;
  margin: 0 0 60px;
  color: var(--gold-bright);
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 1;
}

.privacy-page h2,
.privacy-page h3 {
  margin: 58px 0 18px;
  color: var(--gold-bright);
  font-size: 1.55rem;
  line-height: 1.22;
}

.privacy-page p,
.privacy-page li {
  max-width: 980px;
  color: var(--muted);
  line-height: 1.75;
}

.replica-footer {
  border-top: 0;
}

@media (max-width: 1219px) {
  .about-story {
    width: min(calc(100% - 48px), 1200px);
    max-width: 1200px;
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .models-hero {
    min-height: 610px;
  }

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

  .archive-video-intro,
  .about-story,
  .legacy-home-hero,
  .legacy-about,
  .profile-intro,
  .profile-content {
    grid-template-columns: 1fr;
  }

  .about-story {
    width: min(calc(100% - 48px), 690px);
    max-width: 690px;
    height: auto;
  }

  .legacy-pillar-grid {
    grid-template-columns: 1fr;
  }

  .archive-video-intro {
    gap: 24px;
  }

  .about-copy {
    position: static;
  }

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

  .sponsor-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .profile-explainer {
    margin-top: 0;
  }

  .replica-testimonials article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body:not(.replica-page) .pillars,
  body:not(.replica-page) .about-inner,
  body:not(.replica-page) .celebration {
    height: auto;
  }

  .legacy-home-hero,
  .legacy-pillars,
  .legacy-about,
  .inicio-models,
  .about-story {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
  }

  .legacy-home-hero,
  .legacy-pillars,
  .legacy-about,
  .about-story {
    padding-right: 10px;
    padding-left: 10px;
  }

  .legacy-home-copy h1,
  .replica-page .about-copy h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .legacy-home-copy h2,
  .replica-page .about-copy h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .legacy-home-gallery img {
    flex-basis: calc(82vw - 20px);
    width: calc(82vw - 20px);
    height: auto;
    aspect-ratio: 1.365 / 1;
  }

  .legacy-pillars {
    padding-top: 45px;
  }

  .legacy-pillar-grid article {
    min-height: 0;
    padding: 32px 24px;
  }

  .legacy-about .replica-video,
  .about-video .replica-video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .about-video {
    height: auto;
    padding: 18px 10px 70px;
  }

  .about-mosaic {
    height: auto;
    grid-auto-rows: 100px;
  }

  .sponsorship,
  .sponsorship > .page-width,
  .sponsor-grid,
  .about-models,
  .inicio-models {
    height: auto;
  }

  .sponsorship {
    padding-top: 70px;
  }

  .sponsorship > .page-width {
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-bottom: 45px;
    margin-left: 10px;
  }

  .sponsor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 92px;
    gap: 5px;
    padding: 10px 10px 90px;
  }

  .sponsor-column {
    display: contents;
  }

  .sponsor-column img {
    min-height: 0;
  }

  .about-models,
  .inicio-models {
    width: 100%;
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
  }

  .models-hero {
    min-height: 780px;
    padding: 70px 12px 22px;
  }

  .legacy-home-hero,
  .legacy-pillars,
  .legacy-about {
    min-height: 0;
    padding-top: 70px;
    padding-bottom: 90px;
  }

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

  .featured-models {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 38vw;
    overflow-x: auto;
    justify-content: start;
    padding-bottom: 10px;
  }

  .models-hero-overlay {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .models-catalog,
  .archive-videos,
  .about-story,
  .profile-content,
  .privacy-page {
    width: 100%;
    margin-inline: 0;
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .models-catalog {
    padding-right: 30px;
    padding-left: 30px;
  }

  .models-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 14px;
  }

  .archive-video-row {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .archive-video-row:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .archive-video-trio {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .archive-video-row h3,
  .archive-video-row > p,
  .archive-video-row a[href="/formulario/"],
  .archive-video-row .replica-video {
    grid-column: 1;
    grid-row: auto;
    margin-right: 0;
    margin-left: 0;
  }

  .archive-video-row a[href="/formulario/"] {
    width: 100%;
  }

  .replica-testimonials {
    grid-template-columns: 1fr;
  }

  .replica-testimonials article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 194, 71, .55);
  }

  .replica-testimonials article > div {
    min-height: 250px;
    padding: 28px;
  }

  .replica-testimonials img {
    aspect-ratio: 4 / 5;
  }

  .about-story {
    gap: 40px;
  }

  .replica-page .about-copy {
    height: auto;
  }

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

  .about-mosaic img {
    min-height: 110px;
  }

  .sponsor-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }

  .sponsor-grid img {
    min-height: 70px;
  }

  .profile-model-strip {
    width: 100%;
    height: 145px;
    padding: 13px 0 24px;
  }

  .profile-intro {
    display: grid;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    gap: 28px;
    padding: 16px 10px 70px;
  }

  .profile-photo img {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 3;
  }

  .profile-copy h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .profile-copy,
  .profile-explainer {
    width: 100%;
    padding: 0;
  }

  .profile-explainer {
    grid-column: 1;
    margin: 0;
  }

  .profile-values {
    grid-column: 1;
    margin-top: 0;
  }

  .profile-values,
  .profile-video-grid {
    grid-template-columns: 1fr;
  }

  .profile-content {
    width: 100%;
    height: auto;
    margin: 0;
    gap: 80px;
    padding: 70px 10px 120px;
  }

  .privacy-page h1 {
    margin-bottom: 40px;
  }
}
