.home-v53 {
  --graphite: var(--surface-dark);
  color: var(--ink);
  background: var(--paper);
  font: 400 17px/1.62 "Barlow", Arial, sans-serif;
}
.home-v53::before { opacity: .012 !important; }
.home-v53 img { display: block; max-width: 100%; }
.home-v53 h1,.home-v53 h2,.home-v53 h3,.home-v53 p { text-wrap: pretty; }
.home-v53 h1,.home-v53 h2,.home-v53 h3 { color: inherit; }
.home-v53 .v53-kicker { margin: 0 0 1rem; color: var(--orange-text); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.home-v53 .v53-header { border-bottom: 1px solid var(--line); background: rgba(243,239,230,.96); backdrop-filter: blur(16px); }
.home-v53 .v53-header-inner { min-height: 76px; }
.home-v53 .v53-brand { display: inline-flex; align-items: center; width: 190px; margin-right: auto; line-height: 1; }
.home-v53 .v53-brand img { width: 100%; height: auto; }
.home-v53 .v53-nav { gap: 1.65rem; }
.home-v53 .v53-nav > a:not(.amazon-link) { position: relative; font-size: .94rem; font-weight: 600; text-decoration: none; }
.home-v53 .v53-nav > a:not(.amazon-link)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.55rem; height: 2px; background: var(--orange); transition: right .22s ease; }
.home-v53 .v53-nav > a:not(.amazon-link):hover::after,.home-v53 .v53-nav > a:not(.amazon-link):focus-visible::after { right: 0; }
.home-v53 .v53-nav .amazon-link { min-height: 42px; display: inline-flex; align-items: center; padding: .62rem 1rem; border: 1px solid var(--orange); border-radius: 4px; background: var(--orange); color: #170a05; font-weight: 700; text-decoration: none; transition: background .2s ease,transform .2s ease; }
.home-v53 .v53-nav .amazon-link:hover { background: #dc591b; transform: translateY(-1px); }
.home-v53 .v53-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.15rem; border: 1px solid currentColor; border-radius: 4px; font-weight: 700; text-decoration: none; transition: transform .2s ease,background .2s ease,color .2s ease; }
.home-v53 .v53-button:hover { transform: translateY(-2px); }
.home-v53 .v53-button:active { transform: translateY(1px); }
.home-v53 .v53-button--primary { border-color: var(--orange); background: var(--orange); color: #170a05; }
.home-v53 .v53-button--primary:hover { background: #dc591b; }
.home-v53 .v53-button--light { border-color: var(--white); background: var(--white); color: var(--ink); }
.home-v53 .v53-text-link { display: inline-flex; gap: .5rem; align-items: center; color: var(--ink); font-weight: 700; text-decoration: none; }
.home-v53 .v53-text-link span { color: var(--orange); transition: transform .2s ease; }
.home-v53 .v53-text-link:hover span { transform: translate(2px,-2px); }
.home-v53 .v53-text-link--dark { color: var(--white); }
.home-v53 .v53-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; }

.v53-hero { padding: 2rem 0 0; overflow: hidden; }
.v53-hero-grid { min-height: 660px; display: grid; grid-template-columns: minmax(0,.88fr) minmax(540px,1.12fr); border-bottom: 1px solid var(--line); }
.v53-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem,7vw,7rem) clamp(3rem,6vw,6rem) clamp(4rem,7vw,6rem) 0; }
.v53-hero-copy h1 { max-width: 680px; margin: 0 0 1.65rem; font: 700 clamp(4.25rem,6.2vw,5.35rem)/.92 "Barlow Condensed",sans-serif; letter-spacing: -.038em; }
.v53-hero-copy h1 span { display: block; color: var(--orange-text); }
.v53-lede { max-width: 590px; margin: 0 0 2rem; color: #35383b; font-size: clamp(1.12rem,1.5vw,1.3rem); line-height: 1.55; }
.v53-hero-note { max-width: 570px; margin: 2rem 0 0; padding-left: 1rem; border-left: 2px solid var(--orange); color: var(--muted); font-size: .92rem; }
.v53-hero-media { position: relative; min-height: 660px; margin: 0; overflow: hidden; background: #b9b5ad; }
.v53-hero-media picture,.v53-hero-media img { width: 100%; height: 100%; }
.v53-hero-media img { object-fit: cover; object-position: 57% center; }
.v53-hero-media::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 90px rgba(15,17,20,.13); pointer-events: none; }
.v53-hero-media figcaption { position: absolute; z-index: 1; left: 0; bottom: 0; width: min(360px,78%); display: grid; gap: .25rem; padding: 1.15rem 1.35rem; border-top: 3px solid var(--orange); background: rgba(15,17,20,.92); color: var(--white); }
.v53-hero-media figcaption span { color: #b8bbbe; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.v53-hero-media figcaption strong { font-weight: 600; }
.v53-proof-rail { display: grid; grid-template-columns: 1.35fr repeat(3,1fr); border-bottom: 1px solid var(--line); }
.v53-proof-rail > div { min-height: 96px; display: grid; align-content: center; gap: .35rem; padding: 1rem 1.2rem; border-left: 1px solid var(--line); }
.v53-proof-rail > div:last-child { border-right: 1px solid var(--line); }
.v53-proof-rail span { color: var(--orange-text); font: 600 .78rem/1 "Barlow",sans-serif; letter-spacing: .1em; }
.v53-proof-rail strong { font: 600 1.05rem/1.25 "Barlow",sans-serif; }

.v53-music { padding: clamp(5rem,6.7vw,6rem) 0; background: var(--white); }
.v53-music-grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(380px,.92fr); align-items: center; gap: clamp(3rem,7vw,7rem); }
.v53-music-media { position: relative; height: 520px; min-height: 0; margin: 0; overflow: hidden; background: #d8d6d1; }
.v53-music-media img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: 58% center; }
.v53-music-media figcaption { position: absolute; right: 0; bottom: 0; display: grid; gap: .2rem; padding: 1rem 1.25rem; background: var(--paper); border-left: 3px solid var(--orange); }
.v53-music-media figcaption span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.v53-music-media figcaption strong { font-weight: 600; }
.v53-music-copy h2,.v53-section-heading h2,.v53-product-copy h2,.v53-closing h2 { margin: 0; font: 700 clamp(3.25rem,4.6vw,4.75rem)/.94 "Barlow Condensed",sans-serif; letter-spacing: -.03em; }
.v53-music-copy > p:not(.v53-kicker) { max-width: 590px; color: #424548; font-size: 1.08rem; }
.v53-process { list-style: none; display: grid; gap: 0; margin: 2rem 0 2.2rem; padding: 0; border-top: 1px solid var(--line); }
.v53-process li { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; padding: 1.05rem 0; border-bottom: 1px solid var(--line); }
.v53-process li > span { color: var(--orange); font-size: .78rem; font-weight: 700; letter-spacing: .08em; }
.v53-process strong { font-weight: 600; }
.v53-process p { margin: .15rem 0 0; color: var(--muted); font-size: .92rem; }

.v53-modes { padding: clamp(5rem,6.7vw,6rem) 0; background: var(--graphite); color: var(--white); }
.v53-modes .v53-section-heading > p { color: #c6c9c7; }
.v53-modes .v53-kicker { color: var(--orange); }
.v53-section-heading { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.55fr); align-items: end; gap: clamp(2rem,7vw,7rem); margin-bottom: 3rem; }
.v53-section-heading > p { max-width: 470px; margin: 0 0 .5rem; color: var(--muted); font-size: 1.05rem; }
.v53-mode-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; }
.v53-mode { position: relative; overflow: hidden; }
.v53-mode h3 { margin: .25rem 0 .8rem; font: 700 clamp(2.7rem,4vw,4.2rem)/.92 "Barlow Condensed",sans-serif; letter-spacing: -.025em; }
.v53-mode p { max-width: 490px; }
.v53-mode a { color: inherit; font-weight: 700; text-underline-offset: 5px; }
.v53-mode-number { color: var(--orange); font: 600 .82rem/1 "Barlow",sans-serif; letter-spacing: .12em; }
.v53-mode-label { margin: 1rem 0 0; color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.v53-mode--train { grid-column: span 5; min-height: 440px; display: grid; align-content: space-between; padding: clamp(2rem,4vw,3.5rem); background: var(--orange); color: var(--ink); }
.v53-mode--train .v53-mode-number,.v53-mode--train .v53-mode-label { color: #632008; }
.v53-mode--challenge { grid-column: span 7; min-height: 440px; display: grid; grid-template-columns: .95fr 1.05fr; background: var(--paper-deep); color: var(--ink); }
.v53-mode--challenge figure { min-height: 440px; margin: 0; overflow: hidden; background: #45494d; }
.v53-mode--challenge img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.v53-mode-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem,4vw,4rem); }
.v53-mode--challenge .v53-mode-copy { background: var(--paper-deep); color: var(--ink); }
.v53-mode--challenge .v53-mode-label { color: var(--muted); }
.v53-mode--hiit { grid-column: 1 / -1; height: 460px; min-height: 0; display: grid; grid-template-columns: 1.3fr .7fr; background: var(--ink); color: var(--white); }
.v53-mode--hiit picture { height: 100%; min-height: 0; overflow: hidden; }
.v53-mode--hiit picture img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: 50% center; }
.v53-mode-hiit-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem,5vw,5rem); }
.v53-mode-hiit-copy h3 { font-size: clamp(2.4rem,3.6vw,3.7rem); }
.v53-mode-hiit-copy h3 b { color: var(--orange); font-weight: 700; }

.v53-people { padding: clamp(5rem,6.7vw,6rem) 0; background: var(--white); }
.v53-people-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 260px; gap: 18px; }
.v53-person { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.v53-person picture,.v53-person img { width: 100%; height: 100%; }
.v53-person img { object-fit: cover; }
.v53-person::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 35%,rgba(15,17,20,.9)); pointer-events: none; }
.v53-person > div { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; padding: 1.5rem; }
.v53-person span { color: #d7d8d4; font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.v53-person h3 { margin: .35rem 0 0; font: 700 clamp(2rem,3vw,3rem)/.96 "Barlow Condensed",sans-serif; }
.v53-person p { max-width: 430px; margin: .55rem 0 0; color: #e0e1de; font-size: .9rem; }
.v53-person--teen { grid-column: span 7; grid-row: span 2; }
.v53-person--teen img { object-position: 49% center; }
.v53-person--young { grid-column: span 5; }
.v53-person--young img { object-position: 52% center; }
.v53-person--midlife { grid-column: span 5; }
.v53-person--midlife img { object-position: 53% center; }
.v53-person--family { grid-column: 1 / -1; grid-row: span 1; }
.v53-person--family img { object-position: 50% 47%; }
.v53-boundary-note { margin-top: 1.2rem; color: var(--muted); font-size: .82rem; }

.v53-product-proof { padding: clamp(5rem,6.7vw,6rem) 0; background: var(--ink); color: var(--white); }
.v53-product-proof .v53-kicker,.v53-closing .v53-kicker { color: var(--orange); }
.v53-product-grid { display: grid; grid-template-columns: minmax(380px,.72fr) minmax(0,1.28fr); align-items: center; gap: clamp(3rem,6vw,6rem); }
.v53-product-copy > p:not(.v53-kicker) { max-width: 560px; color: #c7c9c7; font-size: 1.05rem; }
.v53-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 2.5rem 0; background: rgba(255,255,255,.18); }
.v53-facts div { min-height: 120px; display: grid; align-content: center; gap: .3rem; padding: 1rem; background: var(--ink); }
.v53-facts dt { color: var(--orange); font: 600 2.1rem/1 "Barlow Condensed",sans-serif; font-variant-numeric: tabular-nums; }
.v53-facts dd { margin: 0; color: #b9bcba; font-size: .82rem; }
.v53-product-stage { min-width: 0; }
.v53-product-main { height: 420px; min-height: 0; display: grid; place-items: center; margin: 0; overflow: hidden; background: #e7e4de; }
.v53-product-main img { width: 100%; max-width: none; height: 100%; min-height: 0; object-fit: contain; object-position: center; }
.v53-product-details { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 1px; background: rgba(255,255,255,.2); }
.v53-product-details figure { position: relative; height: 190px; min-height: 0; margin: 0; overflow: hidden; background: #dbd9d3; }
.v53-product-details img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.v53-product-details figcaption { position: absolute; left: 0; bottom: 0; padding: .65rem .8rem; background: rgba(15,17,20,.9); color: var(--white); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

.v53-pathways { padding: clamp(5rem,6.7vw,6rem) 0; }
.v53-path-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(360px,.8fr); gap: 18px; }
.v53-path-grid > *,.v53-resource-stack > * { min-width: 0; }
.v53-workout-feature { position: relative; height: 700px; min-height: 0; overflow: hidden; background: var(--ink); color: var(--white); text-decoration: none; }
.v53-workout-feature picture,.v53-workout-feature img { width: 100%; height: 100%; }
.v53-workout-feature img { object-fit: cover; object-position: 50% center; transition: transform .6s ease; }
.v53-workout-feature:hover img { transform: scale(1.015); }
.v53-workout-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 28%,rgba(15,17,20,.92)); }
.v53-workout-feature > div { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; padding: clamp(1.7rem,4vw,3rem); }
.v53-workout-feature span { color: #d0d2d0; font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.v53-workout-feature h3 { max-width: 650px; margin: .45rem 0 .8rem; font: 700 clamp(2.8rem,4vw,4.5rem)/.92 "Barlow Condensed",sans-serif; }
.v53-workout-feature p { max-width: 560px; color: #dedfdd; }
.v53-workout-feature b { color: var(--orange); font-weight: 700; }
.v53-resource-stack { display: grid; grid-template-rows: 1.25fr .75fr; gap: 18px; }
.v53-resource { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem,4vw,3.5rem); background: var(--white); border-top: 4px solid var(--orange); }
.v53-resource h3 { margin: 0 0 1.5rem; font: 700 clamp(2.2rem,3vw,3.4rem)/.95 "Barlow Condensed",sans-serif; }
.v53-resource > a:not(.v53-text-link) { padding: .75rem 0; border-top: 1px solid var(--line); color: var(--ink); font-weight: 600; text-decoration: none; }
.v53-resource > a:not(.v53-text-link):last-child { border-bottom: 1px solid var(--line); }
.v53-resource > a:not(.v53-text-link):hover { color: var(--orange-dark); }
.v53-resource--support { border-top-color: var(--ink); background: #e6e2da; }
.v53-resource--support p:not(.v53-kicker) { color: var(--muted); }

.v53-closing { padding: clamp(5rem,8vw,7rem) 0; border-top: 1px solid rgba(255,255,255,.12); background: var(--graphite); color: var(--white); }
.v53-closing-grid { display: grid; grid-template-columns: 1.08fr .72fr; align-items: end; gap: clamp(3rem,8vw,8rem); }
.v53-closing-copy > p { max-width: 540px; margin: 0 0 2rem; color: #c8cbcd; font-size: 1.05rem; }
.v53-footer { padding: 3.5rem 0 1.5rem; background: var(--ink); color: var(--white); }
.v53-footer-main { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr); gap: 3rem; align-items: end; }
.v53-footer-brand img { width: 210px; height: auto; }
.v53-footer-brand p { max-width: 440px; color: #aeb1b3; font-size: .9rem; }
.v53-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem 1.5rem; }
.v53-footer nav a { color: #d8d9d7; font-size: .9rem; text-decoration: none; }
.v53-footer nav a:hover { color: var(--orange); }
.v53-footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.14); color: #82878a; font-size: .78rem; }

@media (max-width:1080px) {
  .v53-hero-grid,.v53-music-grid,.v53-product-grid,.v53-path-grid { grid-template-columns: 1fr; }
  .v53-hero-copy { padding-right: 0; }
  .v53-hero-media { min-height: 600px; }
  .v53-music-media { min-height: 500px; }
  .v53-mode--train,.v53-mode--challenge { grid-column: 1 / -1; }
  .v53-people-grid { grid-auto-rows: 250px; }
  .v53-product-grid { gap: 3rem; }
  .v53-product-copy { max-width: 760px; }
  .v53-resource-stack { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
}

@media (max-width:760px) {
  .home-v53 { font-size: 16px; }
  .home-v53 .container { width: min(calc(100% - 32px),var(--max)); }
  .home-v53 .v53-header-inner { min-height: 64px; }
  .home-v53 .v53-brand { width: 150px; }
  .home-v53 .v53-nav { inset: 64px 0 auto; gap: 0; padding: .7rem 16px 1.2rem; background: rgba(243,240,233,.98); }
  .home-v53 .v53-nav a { min-height: 48px; display: flex; align-items: center; }
  .home-v53 .v53-nav .amazon-link { margin-top: .45rem; justify-content: center; }
  .home-v53 .menu-toggle span,.home-v53 .menu-toggle::before,.home-v53 .menu-toggle::after { background: var(--ink); }
  .v53-hero { padding-top: 0; }
  .v53-hero-grid { min-height: 0; }
  .v53-hero-copy { padding: 2.35rem 0 1.45rem; }
  .v53-hero-copy h1 { font-size: clamp(3.1rem,13.8vw,3.75rem); line-height: .92; }
  .v53-lede { font-size: 1.05rem; }
  .v53-actions { align-items: flex-start; flex-direction: column; gap: .75rem; }
  .v53-button { width: 100%; }
  .v53-hero-note { margin-top: 1.15rem; }
  .v53-hero-media { min-height: 0; height: 360px; }
  .v53-hero-media img { object-position: 55% center; }
  .v53-hero-media figcaption { width: calc(100% - 16px); }
  .v53-proof-rail { grid-template-columns: 1fr 1fr; }
  .v53-proof-rail > div { min-height: 72px; padding: .65rem .75rem; border-bottom: 1px solid var(--line); }
  .v53-proof-rail > div:nth-child(2) { border-right: 1px solid var(--line); }
  .v53-proof-rail strong { font-size: .9rem; }
  .v53-music,.v53-modes,.v53-people,.v53-product-proof,.v53-pathways { padding: 2.85rem 0; }
  .v53-music-grid { gap: 1.65rem; }
  .v53-music-media,.v53-music-media img { min-height: 0; height: 250px; }
  .v53-music-media img { object-position: 47% center; }
  .v53-music-copy h2,.v53-section-heading h2,.v53-product-copy h2,.v53-closing h2 { font-size: clamp(2.8rem,12vw,3.55rem); }
  .v53-section-heading { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 1.6rem; }
  .v53-section-heading > p { font-size: .98rem; }
  .v53-mode-grid { grid-template-columns: 1fr; gap: 12px; }
  .v53-mode--train,.v53-mode--challenge,.v53-mode--hiit { grid-column: 1; min-height: 0; }
  .v53-mode--train { min-height: 220px; padding: 1.35rem 1.25rem; }
  .v53-mode--challenge,.v53-mode--hiit { position: relative; display: block; height: 420px; min-height: 0; }
  .v53-mode--challenge::after,.v53-mode--hiit::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(15,17,20,.08) 10%,rgba(15,17,20,.94) 86%); pointer-events: none; }
  .v53-mode--challenge figure,.v53-mode--hiit picture { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; }
  .v53-mode--challenge img,.v53-mode--hiit picture img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
  .v53-mode-copy,.v53-mode-hiit-copy { position: absolute; z-index: 1; inset: 0; justify-content: flex-end; padding: 1.35rem 1.25rem 1.55rem; }
  .v53-mode--challenge .v53-mode-copy { background: transparent; color: var(--white); }
  .v53-mode--challenge .v53-mode-label { color: #d7d9d8; }
  .v53-mode h3 { font-size: 2.55rem; }
  .v53-mode-hiit-copy h3 { font-size: 2.1rem; }
  .v53-people-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; gap: 12px; }
  .v53-person,.v53-person--young,.v53-person--midlife { grid-column: auto; grid-row: auto; height: 270px; }
  .v53-person--teen,.v53-person--family { grid-column: 1 / -1; grid-row: auto; height: 315px; }
  .v53-person > div { padding: 1rem; }
  .v53-person h3 { font-size: 1.55rem; line-height: .98; }
  .v53-person--teen h3,.v53-person--family h3 { font-size: 2.05rem; }
  .v53-person span { font-size: .66rem; letter-spacing: .07em; }
  .v53-person--young img { object-position: 27% center; }
  .v53-person--midlife img { object-position: 47% center; }
  .v53-boundary-note { font-size: .78rem; }
  .v53-product-grid { gap: 2.5rem; }
  .v53-facts { grid-template-columns: 1fr 1fr; }
  .v53-facts div:last-child { grid-column: 1 / -1; }
  .v53-product-main,.v53-product-main img { min-height: 0; height: 190px; }
  .v53-product-main img { width: 100%; object-fit: contain; object-position: center; }
  .v53-product-details figure,.v53-product-details img { min-height: 0; height: 105px; }
  .v53-facts { margin: 1.8rem 0; }
  .v53-facts div { min-height: 78px; }
  .v53-workout-feature { height: 380px; min-height: 0; }
  .v53-workout-feature h3 { font-size: 2.45rem; }
  .v53-resource-stack { grid-template-columns: 1fr; align-items: stretch; gap: 12px; }
  .v53-resource { min-height: 0; justify-content: flex-start; padding: 1.15rem 1rem; }
  .v53-resource h3 { margin-bottom: .7rem; font-size: 1.7rem; }
  .v53-resource > a:not(.v53-text-link) { padding: .52rem 0; font-size: .82rem; line-height: 1.25; }
  .v53-resource--support p:not(.v53-kicker) { margin: 0 0 .85rem; font-size: .84rem; line-height: 1.45; }
  .v53-resource .v53-text-link { margin-top: auto; font-size: .86rem; }
  .v53-closing { padding: 3.6rem 0; }
  .v53-closing-grid { grid-template-columns: 1fr; gap: 2rem; }
  .v53-closing .v53-actions { align-items: flex-start; }
  .v53-footer { padding-top: 2.5rem; }
  .v53-footer-main { grid-template-columns: 1fr; gap: 2rem; }
  .v53-footer-brand img { width: 180px; }
  .v53-footer nav { justify-content: flex-start; }
  .v53-footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion:reduce) {
  .home-v53 *,.home-v53 *::before,.home-v53 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
