/* Mobile is a first-class layout, not a scaled desktop canvas. */
:root { --header-height: 86px; }
html { scroll-padding-top: calc(var(--header-height) + 20px); }
.x-header { height: var(--header-height); }
.x-logo, .x-actions, .x-menu, .bag-button { flex-shrink: 0; }
.x-logo { display: flex; align-items: center; min-height: 44px; }
.x-footer .footer-top>a>img { height: auto; object-fit: contain; }
.runner-short { display: none; }
.bag-button svg { width: 21px; height: 21px; flex: none; }
.bag-button, .x-nav a, .text-link { min-height: 44px; }
.bag-button { position: relative; gap: 7px; }
.dialog-close, .motion-toggle, .event-save { min-width: 44px; min-height: 44px; }
.distance-choice.selected>b { color: var(--navy); }
dialog { overscroll-behavior: contain; max-width: calc(100vw - 24px); max-height: calc(100dvh - 24px); }
dialog .dialog-close { z-index: 5; }
.form-dialog { overflow-y: auto; }
.simple-form input, .simple-form textarea, .simple-form select { min-width: 0; max-width: 100%; }
.simple-form label { min-width: 0; }
.simple-form input, .simple-form select { min-height: 50px; }
.x-header:has(.x-nav.open) { background: white; }
.drawer:not(.open), .filtros-veu:not(.on), .drawer-veil:not(.open) { visibility: hidden; pointer-events: none; }
.drawer.open { visibility: visible; }
.drawer-head { flex-shrink: 0; }
.drawer-body { overscroll-behavior: contain; }
.drawer-foot { flex-shrink: 0; padding-bottom: max(20px, env(safe-area-inset-bottom)); }
html.ui-locked { overflow: hidden; }
html.ui-locked body { position: fixed; top: var(--locked-scroll); inset-inline: 0; width: 100%; }
.ui-overlay { overscroll-behavior: contain; }
.experience .toast { max-width: calc(100vw - 32px); bottom: max(20px, env(safe-area-inset-bottom)); font-size: .875rem; }
.co-field input, .co-field select, .cupom-linha input, .pd-frete input { font-size: 16px; min-width: 0; }
.qty button, .pd-qty button, .size-pill { min-width: 44px; min-height: 44px; }
.cart-line .rm, .cupom-rm { min-height: 44px; display: inline-flex; align-items: center; }
.co-field label, #co-form>label { font-size: .875rem!important; line-height: 1.4!important; text-transform: none; letter-spacing: 0!important; }
.co-field { margin-bottom: 18px; }
.co-field input, .co-field select { min-height: 50px; border-radius: 4px; }
.size-pill { border-radius: 4px; }
.photo-dialog[open] { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; width: min(1120px,calc(100vw - 24px)); padding: 56px 18px 18px; overflow-y: auto; }
.photo-dialog figure { grid-column: 1 / -1; grid-row: 1; min-width: 0; }
.photo-dialog img { width: 100%; height: auto; max-height: calc(100dvh - 195px); object-fit: contain; }
.photo-dialog figcaption { position: static; margin-top: 12px; font-size: .875rem; line-height: 1.5; }
.photo-prev, .photo-next { position: static; transform: none; width: 56px; min-height: 48px; margin: 0; font-size: 1.3rem; }
.photo-prev { justify-self: end; }.photo-next { justify-self: start; }
.photo-dialog .dialog-close { top: 8px; right: 10px; }
.photo-dialog .dialog-close { color: white; background: #ffffff16; border: 1px solid #ffffff80; }
h1, h2, h3 { overflow-wrap: anywhere; }
.filtros-cabecalho button, .tam-chip { min-width: 44px; min-height: 44px; }
.filtro-check, .btn-limpar { min-height: 44px; font-size: .875rem; }
.filtro-check { line-height: 1.5; }
.footer-bottom { color: #c1cbe0; }

/* Desktop journey: let the photography lead and keep navigation quietly at hand. */
@media (min-width: 1025px) and (min-height: 701px) {
  .energy-stage .stage-top { display: none; }
  .energy-stage .stage-shade {
    background: linear-gradient(90deg,#030b2bd1 0%,#030b2b82 30%,#030b2b16 66%),linear-gradient(0deg,#0713448c 0%,transparent 38%);
  }
  .energy-stage .stage-copy { padding-top: clamp(110px,17vh,165px); }
  .energy-stage .stage-copy h2 { max-width: 12ch; font-size: clamp(3.4rem,4.35vw,5rem); line-height: .98; }
  .energy-stage .stage-copy p { max-width: 40ch; margin-block: 18px; }
  .energy-stage .stage-kicker { margin-bottom: 14px; }
  .energy-stage .stage-nav {
    inset: 50% max(30px,calc((100vw - 1320px)/2)) auto auto;
    transform: translateY(-50%);
    width: 190px;
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .energy-stage .stage-nav button {
    min-height: 54px;
    gap: 12px;
    padding: 12px 16px;
    border: 0;
    border-left: 2px solid #ffffff4d;
    background: #07134440;
    color: #e5eaf4;
    backdrop-filter: blur(5px);
  }
  .energy-stage .stage-nav button.active { border-color: var(--green); background: #071344b8; color: var(--green); }
  .energy-stage .stage-credit { display: none; }
}

/* Collapse before the desktop header runs out of room, including the shop. */
@media (max-width: 1100px) {
  .x-header { gap: 20px; padding-inline: 24px; }
  .x-logo { width: 138px; }.x-nav { gap: 16px; }.x-actions { gap: 12px; }
}
@media (max-width: 1024px) {
  :root { --header-height: 72px; }
  .x-header { padding-inline: 24px; gap: 16px; }
  .x-actions { margin-left: auto; gap: 12px; }
  .x-nav { display: none; position: fixed; inset: var(--header-height) 0 auto; max-height: calc(100dvh - var(--header-height)); overflow-y: auto; margin: 0; padding: 12px 24px max(24px,env(safe-area-inset-bottom)); background: #fff; box-shadow: 0 30px 40px #07134426; }
  .x-nav.open { display: grid; gap: 0; }
  .x-nav a { display: flex; align-items: center; justify-content: space-between; white-space: normal; min-height: 62px; padding: 15px 4px; border-bottom: 1px solid var(--line); font-size: 1.125rem; }
  .x-nav a::after { content: '↗'; position: static; display: block; width: auto; height: auto; background: none; color: var(--royal); }
  .x-nav a[aria-current] { color: var(--royal); }
  .x-nav a:last-child { border: 0; }
  .mobile-contact { display: block; }
  .x-menu { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 6px; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 5px; background: white; }
  .x-menu span { width: 21px; height: 2px; background: var(--navy); transition: transform .2s; }
  .x-menu[aria-expanded=true] span:first-child { transform: translateY(4px) rotate(45deg); }
  .x-menu[aria-expanded=true] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .runner-link { min-height: 44px; padding: 10px 14px; }
  .runner-link svg { display: block; }.runner-link span { font-size: .875rem; }
  .energy-hero { height: auto; min-height: calc(100svh - var(--header-height)); max-height: none; display: flex; flex-direction: column; }
  .hero-main { padding-block: 54px 42px; }
  .hero-main h1 { font-size: clamp(4.5rem,10vw,6.5rem); }
  .hero-console { position: relative; min-height: 90px; height: auto; margin-top: auto; flex-shrink: 0; }
  .hero-stamp { display: none; }.hero-location { display: none; }
  .energy-journey { height: auto; }
  .energy-stage { position: relative; top: 0; height: auto; min-height: 0; max-height: none; display: grid; }
  .stage-top { grid-area: 1/1; padding-top: 28px; align-self: start; align-items: flex-start; gap: 16px; }
  .stage-scene { position: relative; grid-area: 1/1; display: flex; align-items: flex-end; min-height: 640px; }
  .stage-scene:not(.active) { visibility: hidden; }
  .stage-copy { width: calc(100% - 64px); padding: 145px 0 185px; }
  .stage-copy h2 { font-size: clamp(2.8rem,6.2vw,4.5rem); max-width: 17ch; }
  .stage-copy p { max-width: 44ch; font-size: 1rem; }
  .stage-nav { bottom: 58px; gap: 16px; }
  .stage-nav button { min-height: 60px; font-size: .875rem; }
  .stage-credit { font-size: .75rem; bottom: 20px; }
  .featured-races { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .featured-races .event-card:last-child { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; }
  .featured-races .event-card:last-child .event-logo-panel { height: 100%; min-height: 230px; }
  .runner-layout { grid-template-columns: 1fr; gap: 26px; }
  .runner-sidebar { position: sticky; top: var(--header-height); z-index: 8; display: flex; align-items: center; overflow-x: auto; gap: 6px; padding: 10px 0; background: #fff; border-bottom: 1px solid var(--line); }
  .runner-sidebar a { flex: none; white-space: nowrap; min-height: 44px; padding: 10px 15px; font-size: .875rem; border-radius: 5px; }
  .runner-sidebar a.active { background: var(--navy); color: #fff; }
  .runner-sidebar a span, .sidebar-note { display: none; }
  .runner-block, #meu-painel { scroll-margin-top: calc(var(--header-height) + 92px); }
}

@media (max-width: 600px) {
  :root { --header-height: 68px; }
  .wrap, .experience .site-container { width: calc(100% - 40px); }
  body.experience { font-size: 16px; }
  .x-header { padding-inline: 16px; gap: 8px; backdrop-filter: none; background: #fff; }
  .x-logo, .new-store .x-logo { width: 118px; }
  .x-actions, .new-store .x-actions { gap: 8px; }
  .runner-link, .new-store .runner-link { gap: 6px; padding: 8px 10px; border-radius: 5px; min-height: 44px; }
  .runner-link .runner-full { display: none; }.runner-link .runner-short { display: inline; font-size: .875rem; }
  .runner-link svg { display: none; }
  .new-store .runner-link { width: 44px; justify-content: center; padding: 0; }
  .new-store .runner-link .runner-short { display: none; }.new-store .runner-link svg { display: block; width: 21px; }
  .new-store .bag-button { width: 44px; height: 44px; min-height: 44px; padding: 0; display: flex; justify-content: center; font-size: 0; border: 1px solid var(--line); border-radius: 5px; }
  .bag-button .bag-label { display: none; }
  .bag-button b { position: absolute; top: -6px; right: -4px; min-width: 20px; padding: 0 3px; font-size: .6875rem; color: var(--navy); background: var(--green); border: 2px solid #fff; width: auto; height: 22px; }
  .x-nav { padding-inline: 20px; }
  .button { min-height: 52px; padding: 15px 18px; gap: 16px; font-size: .9375rem; max-width: 100%; }
  .text-link, .quiet-button { font-size: .875rem; min-height: 44px; }
  .eyebrow { font-size: .75rem; letter-spacing: .09em; }
  .section-space { padding-block: 56px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2, .manifesto-heading h2, .energy-pass h2 { font-size: clamp(2.25rem,9.5vw,3rem); line-height: 1.08; }
  .section-heading>p, .section-heading .lead { font-size: 1rem; }
  .section-heading>a, .section-heading>button { margin-top: 16px; }
  .hero-main { padding-block: 38px 28px; }
  .hero-main .eyebrow { font-size: .75rem; gap: 8px; margin-bottom: 24px; letter-spacing: .07em; line-height: 1.5; }
  .hero-main h1 { font-size: clamp(3rem,13.3vw,4rem); line-height: .98; max-width: 100%; }
  .hero-main>p:not(.eyebrow) { font-size: 1rem; line-height: 1.6; margin: 22px 0 24px; max-width: 32ch; }
  .hero-ctas { gap: 10px; align-items: stretch; }
  .hero-main .button { font-size: .9375rem; width: 100%; min-height: 56px; padding: 14px 16px; text-align: left; justify-content: space-between; }
  .hero-film-button { font-size: .875rem; min-height: 48px; padding: 6px 0; }
  .hero-film-button>span { width: 34px; height: 34px; }
  .hero-console { display: grid; grid-template-columns: minmax(0,1fr) 44px; min-height: 80px; gap: 14px; padding-bottom: max(6px,env(safe-area-inset-bottom)); }
  .hero-switches { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,4.5rem),1fr)); min-width: 0; gap: 10px; }
  .hero-switches button { font-size: .8125rem; min-height: 68px; }
  .hero-switches small { font-size: .75rem; }
  .hero-scene img { object-position: 56% center; }
  .energy-hero-shade { background: linear-gradient(90deg,#061035ce,#06103552),linear-gradient(0deg,#061035ed,transparent 80%); }
  .energy-ticker { padding-block: 13px; }.energy-ticker span { font-size: 1.3rem; }
  .energy-manifesto { padding-block: 56px 64px; gap: 28px; }
  .manifesto-heading>p:not(.eyebrow) { font-size: 1rem; margin: 20px 0 12px; }
  .memory-stack { min-height: 310px; width: calc(100% - 12px); }
  .memory-stack figure:first-child { width: 76%; }.memory-stack figure:first-child>img { height: 200px; }
  .memory-stack figure:nth-child(2) { height: 175px; bottom: 10px; }
  .memory-stack figcaption { font-size: .75rem; white-space: normal; line-height: 1.4; padding-top: 8px; }
  .memory-seal { width: 4.5rem; height: 4.5rem; font-size: .625rem; top: 8px; right: 8px; }.memory-seal b { font-size: 1rem; }
  .stage-top { padding-top: 24px; }.stage-top .eyebrow { font-size: .75rem; max-width: 22ch; }
  .stage-number { font-size: .875rem; white-space: nowrap; }
  .stage-scene { min-height: 620px; }
  .stage-copy { width: calc(100% - 40px); padding: 150px 0 188px; }
  .stage-copy h2 { font-size: clamp(2.35rem,10.3vw,3rem); max-width: 100%; line-height: 1.04; }
  .stage-kicker { font-size: .875rem; margin-bottom: 16px; }
  .stage-copy p { margin: 18px 0; font-size: 1rem; line-height: 1.65; max-width: 34ch; }
  .stage-copy .button { font-size: .875rem; margin-top: 6px; }
  .stage-nav { gap: 8px; bottom: 60px; }
  .stage-nav button { font-size: .8125rem; gap: 6px; padding: 12px 0; display: grid; min-width: 0; border-top-width: 2px; }
  .stage-nav button span { font-size: .75rem; }
  .stage-credit { width: calc(100% - 40px); font-size: .75rem; bottom: 17px; line-height: 1.5; }
  .energy-stage .stage-scene { min-height: 480px; }
  .energy-stage .stage-copy { padding-bottom: 32px; }
  .energy-stage .stage-nav { position: relative; grid-area: 2/1; inset: auto; padding-top: 8px; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .energy-stage .stage-nav button { display: flex; gap: 10px; min-height: 52px; overflow-wrap: anywhere; }
  .energy-stage .stage-credit { position: relative; grid-area: 3/1; left: auto; bottom: auto; transform: none; padding: 20px 0 22px; margin-inline: auto; }
  .world-tabs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); overflow: visible; padding: 0; gap: 8px; margin-bottom: 16px; }
  .world-tabs button { padding: 10px 8px; min-height: 48px; font-size: .875rem; white-space: normal; }
  .world-brand { min-height: 224px; padding: 28px 24px 54px; }
  .world-brand>span { left: 20px; right: 20px; font-size: .75rem; line-height: 1.5; }
  .world-description { padding: 24px 20px; }
  .world-description h3 { font-size: 1.85rem; }.world-description p { font-size: 1rem; }
  .world-description .text-link { margin-top: 2px; }
  .next-up-heading { margin-block: 32px 20px; }.next-up-heading>span { font-size: .875rem; }
  .featured-races, .calendar-grid { grid-template-columns: minmax(0,1fr); gap: 20px; }
  .featured-races .event-card:last-child { display: block; grid-column: auto; }
  .featured-races .event-card:last-child .event-logo-panel, .event-logo-panel { height: 190px; min-height: 0; }
  .event-body { padding: 22px 20px; }.event-body h3, .featured-races .event-body h3 { font-size: 1.65rem; }
  .event-body p { font-size: 1rem; }.event-date { font-size: .875rem; }
  .event-distances { gap: 6px; }.event-distances span { font-size: .8125rem; }
  .event-actions { margin-top: 18px; padding-top: 14px; }.event-actions .text-link { font-size: .875rem; }
  .distance-picker { grid-template-columns: repeat(auto-fit,minmax(min(100%,8.5rem),1fr)); }
  .distance-choice { min-width: 0; min-height: 180px; padding: 22px 16px; }
  .distance-choice>span:first-child { font-size: 3.75rem; }.distance-choice>span:nth-child(2) { font-size: .875rem; }
  .challenge-section .section-heading>p, .challenge-result p { font-size: 1rem; }
  .challenge-result { padding-top: 24px; }.challenge-result h3 { font-size: 1.5rem; }.challenge-result .button { font-size: .875rem; }
  .distance-choice>b { top: 20px; right: 15px; }
  .energy-pass-grid { gap: 30px; }.energy-pass .eyebrow { font-size: .75rem; }.energy-pass .small-note { font-size: .8125rem; }
  .pass-scene { width: calc(100% - 8px); height: auto; min-height: 340px; padding: 62px 0 24px; }
  .pass-scene .passport-preview { transform: none; width: 94%; padding: 22px; min-height: 250px; }
  .pass-scene>img { transform: rotate(4deg); }.pass-scene .pass-label { font-size: .8125rem; }
  .pass-scene .pass-bottom { font-size: .75rem; }.pass-scene .pass-bottom b { font-size: .9375rem; }
  .energy-memories { padding-block: 56px; }.memory-grid>a { height: auto; aspect-ratio: 4/3; }
  .memory-grid span { font-size: .9375rem; padding: 50px 18px 20px; }.memory-credit { font-size: .8125rem; }
  .energy-equipment { min-height: 460px; height: auto; padding-block: 80px; }.energy-equipment h2 { font-size: 2.7rem; }
  .page-intro { padding-block: 38px 32px; }.page-intro h1 { font-size: clamp(2.45rem,10vw,3.1rem); line-height: 1.08; }
  .page-intro .lead { margin-top: 20px; font-size: 1rem; line-height: 1.65; }
  .page-intro .eyebrow { margin-bottom: 18px; }
  .filter-pills { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; width: 100%; }
  .filter-pills button { min-height: 44px; padding: 8px; font-size: .875rem; }
  .calendar-toolbar>span { font-size: .875rem; }
  .album-heading h2 { font-size: 2rem; }.album-heading p, .album-tile p { font-size: .875rem; }
  .photo-grid { gap: 10px; }.photo-grid button { aspect-ratio: 1; }
  .photo-dialog[open] { width: calc(100vw - 16px); padding: 54px 12px max(14px,env(safe-area-inset-bottom)); border-radius: 10px; }
  .film-dialog { padding: 52px 14px 20px; }.film-dialog h2 { font-size: 1.15rem; margin: 0 0 18px; }.film-dialog video { max-height: calc(100dvh - 220px); }.film-dialog p { font-size: .875rem; }
  .about-image { height: 300px; }.about-image>span { font-size: .8125rem; max-width: calc(100% - 40px); }
  .about-story h2 { font-size: 2.3rem; }.about-story p, .values p { font-size: 1rem; }.values { gap: 30px; }
  .contact-grid { gap: 32px; }.contact-info>a { min-width: 0; padding-block: 16px; }.contact-info>a strong { font-size: 1rem; overflow-wrap: anywhere; }.contact-info>p { font-size: .875rem; }
  .simple-form { gap: 18px; }.simple-form label { font-size: .9375rem; }.simple-form .button { width: 100%; }
  .small-note { font-size: .875rem; }.form-dialog { padding: 54px 20px 24px; }.form-dialog h2 { font-size: 2.2rem; margin-bottom: 22px; }.form-dialog .eyebrow { font-size: .75rem; }
  .runner-welcome { padding-block: 30px 24px; }.runner-welcome .eyebrow { font-size: .75rem; }
  .runner-welcome h1 { font-size: clamp(2.5rem,10vw,3rem); }.runner-welcome .lead { margin-top: 14px; font-size: 1rem; }
  .runner-welcome .button { width: 100%; margin-top: 20px; }.local-notice { font-size: .8125rem; padding-block: 14px; }
  .runner-layout { padding-top: 0; padding-bottom: 56px; gap: 20px; }
  .runner-sidebar { gap: 4px; margin-inline: -20px; padding-inline: 20px; width: calc(100% + 40px); scrollbar-width: thin; }
  .runner-sidebar a { font-size: .8125rem; padding-inline: 12px; }
  .runner-top-grid { gap: 16px; }.digital-pass { min-height: 255px; padding: 24px; }
  .digital-pass h2 { font-size: 2.35rem; margin-bottom: 28px; }.digital-pass .pass-label { font-size: .8125rem; margin-top: 22px; }
  .pass-top { flex-wrap: wrap; gap: 12px; }.pass-top>span { font-size: .75rem; white-space: normal; }.pass-bottom { font-size: .75rem; }
  .weekly-card { display: grid; grid-template-columns: 124px minmax(0,1fr); gap: 10px 14px; padding: 22px 18px; text-align: left; align-items: center; }
  .weekly-card .card-top { grid-column: 1/-1; }.weekly-card .card-top h2 { font-size: 1.125rem; }.weekly-card .card-top>span { display: block; margin-top: 6px; font-size: .8125rem; }
  .weekly-ring { grid-row: 2/4; width: 120px; height: 120px; margin: 8px 0; }.weekly-ring>div { width: 104px; height: 104px; text-align: center; }.weekly-ring strong { font-size: 2.25rem; }.weekly-ring span { font-size: .8125rem; }
  .weekly-card>p { font-size: .875rem; margin: 0; }.weekly-card .text-link { font-size: .875rem; line-height: 1.5; justify-self: start; }
  .runner-stats { grid-template-columns: repeat(auto-fit,minmax(min(100%,6rem),1fr)); margin: 20px 0 30px; }.runner-stats>div { padding: 16px 10px; min-width: 0; overflow-wrap: anywhere; }.runner-stats span { font-size: .75rem; min-height: 3em; }.runner-stats strong { font-size: 1.85rem; overflow-wrap: anywhere; }.runner-stats small { font-size: .75rem; }
  .runner-block { margin-top: 30px; }.runner-block .card-top h2 { font-size: 1.35rem; }.card-top .text-link { font-size: .875rem; white-space: normal; }.runner-block .muted { font-size: .875rem; }
  .empty-state { padding: 22px 20px; font-size: .9375rem; }
  .saved-event { display: grid; grid-template-columns: 64px minmax(0,1fr); gap: 8px 14px; }.saved-event>img { width: 64px; height: 66px; }.saved-event>button { grid-column: 2; justify-self: start; min-height: 44px; padding: 8px 0; font-size: .875rem; }.saved-event h3 { font-size: 1.1rem; }.saved-event p { font-size: .875rem; }
  .achievement-grid { grid-template-columns: repeat(auto-fit,minmax(min(100%,9rem),1fr)); gap: 10px; }.achievement { min-width: 0; padding: 18px 14px; overflow-wrap: anywhere; }.achievement h3 { font-size: 1rem; line-height: 1.3; }.achievement p { font-size: .8125rem; line-height: 1.6; }.achievement small { font-size: .75rem; letter-spacing: .025em; }.achievement-symbol { margin-bottom: 14px; }
  .rhythm-invite { padding: 24px; margin-top: 30px; }.rhythm-invite .eyebrow { font-size: .75rem; }.rhythm-invite p { font-size: 1rem; }.rhythm-invite .button { width: 100%; padding: 15px; }
  .run-item { display: grid; grid-template-columns: 1fr auto; gap: 8px 14px; }.run-item time { width: auto; font-size: .875rem; }.run-item strong { font-size: 1.3rem; }.run-item p { font-size: .875rem; min-width: 0; }.run-item button { min-height: 44px; font-size: .875rem; }
  .rhythm-dialog { padding: 52px 20px 24px; }.rhythm-dialog>p { font-size: 1rem; }.rhythm-dialog .eyebrow { font-size: .75rem; }.rhythm-status { gap: 20px; font-size: .875rem; }
  .partners-section { padding-block: 52px; }.partner-row h3 { font-size: .8125rem; }.partner-set img { height: 74px; }
  .x-footer { padding-top: 40px; }.footer-top { gap: 24px; padding-bottom: 30px; }.footer-top>a { display: block; width: 170px; }.x-footer .footer-top>a>img { width: 170px; height: auto; }
  .footer-top>p { font-size: 1.65rem; }.footer-bottom { grid-template-columns: 1fr; font-size: .8125rem; gap: 6px; }.footer-bottom a { min-height: 44px; display: flex; align-items: center; }
  .new-store .store-opening { padding-block: 34px 30px; }.store-opening h1 { font-size: clamp(2.35rem,10vw,3rem); max-width: 100%; line-height: 1.06; }.store-opening>p:not(.eyebrow) { font-size: 1rem; margin-block: 18px 22px; }.store-opening>img { height: 230px; margin-top: 24px; }
  .new-store .catalog-section { padding-bottom: 56px; }.catalog-heading h2 { font-size: 2.3rem; }.catalog-heading p { font-size: 1rem; }
  .new-store .loja-barra .site-container { width: calc(100% - 40px); }.cat-chip, .btn-filtro { min-height: 44px; font-size: .875rem; }.ordenar select { font-size: 16px; min-height: 46px; max-width: 190px; }
  .new-store .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 12px; }.new-store .p-body { padding-top: 14px; }.new-store .p-body h3 { min-height: 0; font-size: .9375rem; line-height: 1.4; }.new-store .p-price { flex-direction: column; align-items: start; gap: 4px; }.p-price .now { font-size: 1.0625rem; }.p-parcelas { font-size: .75rem; }
  .new-store .product-section { padding-block: 24px 50px; }.pd-crumb { font-size: .8125rem; line-height: 1.6; overflow-wrap: anywhere; }.pd-crumb a { display: inline-flex; min-height: 44px; align-items: center; }.pd-wrap { gap: 24px; }.pd-info h1 { font-size: 2.2rem; line-height: 1.08; max-width: 100%; }.pd-gallery .main { aspect-ratio: 1; }.pd-thumbs { overflow-x: auto; padding-block: 3px; }.pd-thumbs button { flex: none; width: 70px; height: 70px; }.pd-block>label,.pd-frete>label { font-size: .875rem!important; line-height: 1.4!important; }.pd-desc { font-size: 1rem; }.pd-buy .btn { font-size: .9375rem; min-height: 54px; }.pd-frete { padding: 15px; box-shadow: 3px 3px 0 var(--green); }.pd-frete .row { flex-wrap: wrap; }.pd-frete input { width: 140px; min-height: 48px; }.pd-frete .btn { min-height: 48px; }
  .new-store .drawer { width: 100%; height: 100dvh; bottom: auto; display: block; overflow-y: auto; padding-bottom: env(safe-area-inset-bottom); box-shadow: none; }
  .drawer-head { position: sticky; top: 0; z-index: 3; min-height: 80px; padding: 14px 20px; }.drawer-head small { font-size: .75rem; }.drawer-head h3 { font-size: 1.4rem; }
  .drawer-body { overflow: visible; padding: 12px 20px; }.drawer-foot { padding: 20px 20px max(24px,env(safe-area-inset-bottom)); }
  .cart-line { grid-template-columns: 66px minmax(0,1fr); gap: 12px; }.cart-line img { width: 66px; height: 86px; }.cart-line>strong { grid-column: 2; font-size: 1rem; }.cart-line .info strong { font-size: 1rem; }.cart-line .info>span { font-size: .875rem; }.cart-line .rm { font-size: .875rem; }.qty { gap: 4px; }.qty b { min-width: 22px; font-size: .875rem; }
  .drawer .btn { min-height: 50px; font-size: .9375rem; }.co-field label { margin-bottom: 8px; }.co-row { min-width: 0; }.cupom-linha { flex-wrap: wrap; }.cupom-linha input { flex: 1; width: 130px; min-height: 48px; }.cupom-btn { min-height: 48px; font-size: .8125rem; }.pay-tab { min-height: 48px; font-size: .875rem; }
  .loja-filtros { max-width: 100vw; padding-bottom: max(24px,env(safe-area-inset-bottom)); }.filtros-head { position: sticky; top: 0; background: #fff; z-index: 2; }.filtros-head button { min-width: 44px; min-height: 44px; }.f-grupo label { min-height: 44px; font-size: .875rem; }.tam-btn { min-width: 44px; min-height: 44px; }
}
@media (max-width: 360px) {
  .wrap, .experience .site-container { width: calc(100% - 32px); }
  .x-header { padding-inline: 12px; }.x-logo, .new-store .x-logo { width: 106px; }.x-actions, .new-store .x-actions { gap: 6px; }.runner-link { padding-inline: 8px; }
  .hero-main h1 { font-size: 3rem; }.hero-main .eyebrow { max-width: 29ch; }.hero-main .button { font-size: .875rem; }.hero-switches { gap: 6px; }.hero-switches button { font-size: .75rem; }
  .stage-copy { width: calc(100% - 32px); }.stage-nav { gap: 6px; }.stage-nav button { font-size: .75rem; }
  .weekly-card { grid-template-columns: 108px minmax(0,1fr); gap: 10px; padding-inline: 14px; }.weekly-ring { width: 104px; height: 104px; }.weekly-ring>div { width: 90px; height: 90px; }.weekly-ring strong { font-size: 2rem; }
  .achievement-grid { grid-template-columns: 1fr; }.achievement { display: grid; grid-template-columns: 48px 1fr; gap: 0 16px; }.achievement-symbol { grid-row: 1/4; margin: 0; }.achievement p, .achievement small { grid-column: 2; }
  .runner-stats>div { padding-inline: 7px; }.runner-stats strong { font-size: 1.6rem; }
  .runner-sidebar { margin-inline: -16px; padding-inline: 16px; width: calc(100% + 32px); }
  .new-store .product-grid { gap: 20px 10px; }.new-store .p-body h3 { font-size: .875rem; }.loja-acoes { gap: 8px; }.ordenar select { max-width: 172px; }
}
@media (max-height: 700px) and (min-width: 1025px), (prefers-reduced-motion: reduce) {
  .energy-stage { height: auto; min-height: 0; max-height: none; display: grid; }
  .stage-top { grid-area: 1/1; align-self: start; }
  .stage-scene { position: relative; grid-area: 1/1; min-height: 640px; display: flex; align-items: flex-end; }
  .stage-scene:not(.active) { visibility: hidden; }
  .stage-copy { padding-top: 140px; padding-bottom: 200px; }
}
@media (hover: none) {
  .button:hover, .event-card:hover, .product-card:hover { transform: none; box-shadow: none; }
  .event-card:hover img, .memory-grid a:hover img { transform: none; }
  .distance-choice:not(.selected):hover { background: transparent; color: inherit; }
  .hero-scene img { animation: none!important; transform: none; }
  .motion-ready [data-reveal] { opacity: 1; transform: none; }
}
@media (min-width: 1081px) { .loja-filtros { visibility: visible; } }
@media (max-width: 1080px) { .loja-filtros:not(.aberto) { visibility: hidden; } }
@media (max-width: 1024px) and (orientation: landscape) {
  .x-header { padding-left: max(24px,env(safe-area-inset-left)); padding-right: max(24px,env(safe-area-inset-right)); }
  .wrap, .experience .site-container { width: calc(100% - max(32px,env(safe-area-inset-left)) - max(32px,env(safe-area-inset-right))); margin-left: max(32px,env(safe-area-inset-left)); margin-right: max(32px,env(safe-area-inset-right)); }
  .x-nav, .drawer-head, .drawer-body, .drawer-foot { padding-left: max(24px,env(safe-area-inset-left)); padding-right: max(24px,env(safe-area-inset-right)); }
}

/* A Sportsland — editorial brand story */
.about-page { background:#f6f7f4; }
.about-page main { overflow:hidden; }
.about-opening { padding:38px 0 86px; background:#fff; }
.about-opening-grid { display:grid; grid-template-columns:minmax(330px,.78fr) minmax(0,1.32fr); align-items:stretch; gap:clamp(34px,5.5vw,88px); }
.about-opening-copy { display:flex; flex-direction:column; justify-content:center; padding-block:54px; }
.about-opening-copy .eyebrow { color:var(--royal); margin-bottom:30px; }
.about-opening-copy h1 { max-width:8.8ch; font-size:clamp(3.3rem,5.4vw,6.2rem); line-height:.96; font-weight:750; letter-spacing:-.065em; }
.about-opening-copy h1 em { color:var(--royal); }
.about-opening-lead { max-width:44ch; margin:34px 0 28px; color:#53617b; font-size:1.06rem; line-height:1.75; }
.about-opening-copy .text-link { width:max-content; color:var(--navy); }
.about-opening-photo { position:relative; min-height:650px; overflow:hidden; margin:0; background:var(--navy); }
.about-opening-photo::before { content:''; position:absolute; z-index:1; inset:0; background:linear-gradient(180deg,transparent 55%,#071344bd); }
.about-opening-photo img { width:100%; height:100%; object-position:53% center; transition:transform .8s cubic-bezier(.16,1,.3,1); }
.about-opening-photo:hover img { transform:scale(1.018); }
.about-opening-photo figcaption { position:absolute; z-index:2; left:34px; right:34px; bottom:28px; display:flex; align-items:end; justify-content:space-between; gap:24px; color:#fff; font-size:.78rem; line-height:1.5; }
.about-opening-photo figcaption span { max-width:25ch; font-family:var(--display); font-size:1.45rem; font-weight:600; letter-spacing:-.025em; }
.about-opening-photo figcaption b { color:var(--green); font-size:.68rem; font-weight:650; letter-spacing:.12em; text-transform:uppercase; white-space:nowrap; }

.about-origin { position:relative; padding:120px 0; background:var(--navy); color:#fff; }
.about-origin-grid { display:grid; grid-template-columns:minmax(230px,.7fr) minmax(0,1.3fr); gap:72px 90px; }
.about-year { align-self:start; color:var(--green); font-family:var(--display); font-size:clamp(6.5rem,13vw,13rem); font-weight:800; line-height:.72; letter-spacing:-.09em; writing-mode:vertical-rl; transform:rotate(180deg); opacity:.95; }
.about-origin-copy .eyebrow { color:var(--green); }
.about-origin-copy h2 { max-width:14ch; font-size:clamp(2.8rem,4.4vw,4.8rem); font-weight:620; line-height:1.04; }
.about-origin-text { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:35px; margin-top:48px; padding-top:30px; border-top:1px solid #ffffff30; }
.about-origin-text p { color:#d7dced; font-size:.98rem; line-height:1.8; }
.about-origin-video { position:relative; grid-column:1/-1; aspect-ratio:16/9; overflow:hidden; background:#020817; box-shadow:0 28px 80px #00000038; }
.about-origin-video>video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; background:#020817; }
.about-video-controls { position:absolute; z-index:2; left:22px; right:22px; bottom:18px; display:flex; gap:8px; pointer-events:none; }
.about-video-controls button { min-height:42px; display:inline-flex; align-items:center; gap:9px; padding:8px 14px; border:1px solid #ffffff35; border-radius:50px; background:#071344b8; color:#fff; backdrop-filter:blur(12px); pointer-events:auto; font-size:.68rem; font-weight:650; letter-spacing:.07em; text-transform:uppercase; transition:background .2s,border-color .2s; }
.about-video-controls button:hover { border-color:var(--green); background:#071344eb; }
.about-video-controls button>span { display:grid; place-items:center; width:22px; height:22px; border-radius:50%; background:var(--green); color:var(--navy); font-size:.74rem; }
.about-video-controls button>b { font:inherit; }
.about-facts { grid-column:1/-1; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid #ffffff30; border-bottom:1px solid #ffffff30; }
.about-facts>div { display:flex; align-items:center; gap:25px; min-height:130px; padding:24px 34px; border-right:1px solid #ffffff30; }
.about-facts>div:first-child { padding-left:0; }
.about-facts>div:last-child { border:0; }
.about-facts strong { color:var(--green); font-family:var(--display); font-size:3.1rem; font-weight:700; line-height:1; letter-spacing:-.06em; }
.about-facts span { color:#d7dced; font-size:.75rem; line-height:1.55; text-transform:uppercase; letter-spacing:.07em; }

.about-founder { background:#f6f7f4; }
.about-founder-heading { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr); align-items:end; gap:80px; margin-bottom:72px; }
.about-founder-heading .eyebrow { color:var(--royal); }
.about-founder-heading h2 { max-width:14ch; font-size:clamp(3rem,4.7vw,5.2rem); font-weight:650; }
.about-founder-heading h2 em { color:var(--royal); }
.about-founder-heading>p { color:#5e6980; font-size:1rem; line-height:1.8; }
.founder-profile { display:grid; grid-template-columns:minmax(290px,.75fr) minmax(0,1.25fr); min-height:430px; background:#fff; box-shadow:0 18px 60px #0713440e; }
.founder-identity { display:flex; flex-direction:column; justify-content:space-between; padding:50px; background:var(--navy); color:#fff; }
.founder-monogram { display:grid; place-items:center; width:112px; height:112px; border:1px solid #ffffff42; border-radius:50%; color:var(--green); font-family:var(--display); font-size:2.6rem; font-weight:700; letter-spacing:-.06em; }
.founder-identity small { display:block; margin-bottom:10px; color:var(--green); font-size:.68rem; font-weight:650; letter-spacing:.13em; text-transform:uppercase; }
.founder-identity h3 { font-size:2.45rem; font-weight:620; }
.founder-story { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); align-content:start; gap:28px 44px; padding:56px 62px; }
.founder-story p { color:#4f5a70; font-size:.98rem; line-height:1.8; }
.founder-story blockquote { grid-column:1/-1; margin:20px 0 0; padding-top:28px; border-top:1px solid var(--line); color:var(--navy); font-family:var(--display); font-size:clamp(1.5rem,2.2vw,2.2rem); font-weight:550; line-height:1.3; letter-spacing:-.035em; }
.leadership-carousel { position:relative; background:#fff; box-shadow:0 18px 60px #0713440e; }
.leader-viewport { overflow:hidden; outline-offset:6px; touch-action:pan-y; }
.leader-track { display:flex; transform:translate3d(0,0,0); transition:transform .65s cubic-bezier(.16,1,.3,1); }
.leader-slide { flex:0 0 100%; display:grid; grid-template-columns:minmax(300px,.76fr) minmax(0,1.24fr); min-height:460px; }
.leader-identity { display:flex; flex-direction:column; justify-content:space-between; padding:50px; background:var(--navy); color:#fff; }
.leader-monogram { display:grid; place-items:center; width:112px; height:112px; border:1px solid #ffffff42; border-radius:50%; color:var(--green); font-family:var(--display); font-size:2.5rem; font-weight:750; letter-spacing:-.07em; }
.leader-identity small { display:block; margin-bottom:10px; color:var(--green); font-size:.68rem; font-weight:650; letter-spacing:.13em; text-transform:uppercase; }
.leader-identity h3 { max-width:10ch; font-size:clamp(2.2rem,3.2vw,3.4rem); font-weight:650; line-height:1; }
.leader-copy { display:flex; flex-direction:column; justify-content:center; padding:60px clamp(48px,6vw,94px); }
.leader-copy>span { color:var(--royal); font-size:.7rem; font-weight:700; letter-spacing:.11em; }
.leader-copy p { max-width:43ch; margin:30px 0; color:#53617b; font-size:1.06rem; line-height:1.8; }
.leader-copy strong { max-width:22ch; padding-top:28px; border-top:1px solid var(--line); color:var(--navy); font-family:var(--display); font-size:clamp(1.45rem,2.1vw,2.1rem); font-weight:600; line-height:1.25; letter-spacing:-.035em; }
.leader-controls { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:32px; padding:18px 22px; border-top:1px solid var(--line); background:#fff; }
.leader-progress { display:flex; align-items:center; gap:10px; color:#667086; font-size:.68rem; font-weight:700; letter-spacing:.08em; }
.leader-progress>span:first-child { color:var(--royal); }
.leader-progress i { width:38px; height:1px; background:#c8ceda; }
.leader-dots { display:flex; justify-content:center; gap:10px; }
.leader-dots button { width:8px; height:8px; padding:0; border:0; border-radius:50%; background:#c4cad5; transition:width .25s,background .25s; }
.leader-dots button[aria-pressed="true"] { width:26px; border-radius:10px; background:var(--royal); }
.leader-arrows { display:flex; gap:8px; }
.leader-arrows button { display:grid; place-items:center; width:48px; height:48px; border:1px solid #c8ceda; border-radius:50%; background:#fff; color:var(--navy); font-size:1.25rem; transition:background .2s,color .2s,border-color .2s; }
.leader-arrows button:hover { border-color:var(--navy); background:var(--navy); color:#fff; }

.about-belief { padding:120px 0; background:#fff; }
.about-belief-grid { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr); gap:clamp(70px,10vw,150px); }
.about-belief-copy { position:sticky; top:140px; align-self:start; }
.about-belief-copy .eyebrow { color:var(--royal); }
.about-belief-copy h2 { max-width:12ch; font-size:clamp(3rem,4.8vw,5.3rem); font-weight:650; }
.about-belief-copy h2 em { color:var(--royal); }
.about-belief-copy>p:not(.eyebrow) { max-width:44ch; margin:30px 0; color:#5e6980; line-height:1.8; }
.about-principles { border-top:1px solid #ccd2dd; }
.about-principles article { display:grid; grid-template-columns:44px 1fr; gap:9px 24px; padding:34px 0 36px; border-bottom:1px solid #ccd2dd; }
.about-principles article>span { grid-row:1/3; color:var(--royal); font-size:.72rem; font-weight:700; letter-spacing:.08em; }
.about-principles h3 { font-size:1.75rem; font-weight:650; }
.about-principles p { color:#5e6980; font-size:.94rem; line-height:1.75; }

.about-closing { position:relative; min-height:680px; display:flex; align-items:center; color:#fff; overflow:hidden; }
.about-closing>img { position:absolute; inset:0; width:100%; height:100%; object-position:center 48%; }
.about-closing-shade { position:absolute; inset:0; background:linear-gradient(90deg,#071344e8 0%,#071344a8 42%,#0713442b 78%),linear-gradient(0deg,#07134480,transparent 60%); }
.about-closing-copy { position:relative; z-index:1; }
.about-closing-copy .eyebrow { color:var(--green); }
.about-closing-copy h2 { max-width:13ch; margin-bottom:34px; font-size:clamp(3.1rem,5.4vw,6rem); font-weight:620; }

@media (max-width:1024px) {
  .about-opening-grid { grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr); gap:36px; }
  .about-opening-photo { min-height:560px; }
  .about-origin-grid { gap:56px 52px; }
  .about-founder-heading { gap:45px; }
  .founder-story { padding:46px 42px; }
  .about-belief-grid { gap:65px; }
}
@media (max-width:760px) {
  .about-opening { padding:0 0 52px; }
  .about-opening-grid { width:100%; grid-template-columns:1fr; gap:0; }
  .about-opening-copy { width:calc(100% - 40px); margin-inline:auto; padding:46px 0 38px; }
  .about-opening-copy .eyebrow { margin-bottom:22px; font-size:.7rem; }
  .about-opening-copy h1 { max-width:9.5ch; font-size:clamp(3rem,13vw,4.35rem); }
  .about-opening-lead { margin:24px 0 20px; font-size:1rem; line-height:1.65; }
  .about-opening-photo { min-height:0; height:68svh; max-height:570px; }
  .about-opening-photo img { object-position:55% center; }
  .about-opening-photo figcaption { left:20px; right:20px; bottom:20px; align-items:start; flex-direction:column; gap:8px; }
  .about-opening-photo figcaption span { font-size:1.25rem; }
  .about-origin { padding:76px 0; }
  .about-origin-grid { grid-template-columns:1fr; gap:34px; }
  .about-year { writing-mode:horizontal-tb; transform:none; font-size:clamp(5.6rem,28vw,8rem); line-height:.78; }
  .about-origin-copy h2 { font-size:clamp(2.45rem,10.5vw,3.35rem); }
  .about-origin-text { grid-template-columns:1fr; gap:18px; margin-top:32px; padding-top:24px; }
  .about-origin-text p { font-size:1rem; }
  .about-origin-video { width:calc(100% + 40px); margin-inline:-20px; aspect-ratio:16/9; box-shadow:none; }
  .about-video-controls { left:10px; right:10px; bottom:10px; gap:6px; }
  .about-video-controls button { flex:1; min-width:0; justify-content:center; padding:7px 9px; font-size:.6rem; letter-spacing:.04em; }
  .about-facts { grid-template-columns:1fr; }
  .about-facts>div,.about-facts>div:first-child { min-height:0; padding:24px 0; border-right:0; border-bottom:1px solid #ffffff30; }
  .about-facts>div:last-child { border-bottom:0; }
  .about-facts strong { width:86px; font-size:2.7rem; }
  .about-founder { padding-block:72px; }
  .about-founder-heading { grid-template-columns:1fr; gap:24px; margin-bottom:36px; }
  .about-founder-heading h2 { font-size:clamp(2.55rem,10.5vw,3.45rem); }
  .about-founder-heading>p { font-size:1rem; }
  .founder-profile { grid-template-columns:1fr; min-height:0; }
  .founder-identity { min-height:280px; padding:30px 26px; }
  .founder-monogram { width:86px; height:86px; font-size:2rem; }
  .founder-identity h3 { font-size:2rem; }
  .founder-story { grid-template-columns:1fr; gap:20px; padding:32px 26px; }
  .founder-story blockquote { grid-column:auto; margin-top:8px; font-size:1.45rem; }
  .leadership-carousel { margin-inline:-20px; box-shadow:none; }
  .leader-slide { grid-template-columns:1fr; min-height:0; }
  .leader-identity { min-height:290px; padding:30px 26px; }
  .leader-monogram { width:88px; height:88px; font-size:2rem; }
  .leader-identity h3 { font-size:2.45rem; }
  .leader-copy { min-height:330px; padding:34px 26px 40px; justify-content:flex-start; }
  .leader-copy p { margin:22px 0; font-size:1rem; line-height:1.7; }
  .leader-copy strong { margin-top:auto; padding-top:22px; font-size:1.45rem; }
  .leader-controls { grid-template-columns:auto 1fr; gap:16px; padding:14px 16px; }
  .leader-dots { justify-content:flex-end; }
  .leader-arrows { grid-column:1/-1; }
  .leader-arrows button { width:calc(50vw - 20px); height:48px; border-radius:3px; }
  .about-belief { padding:72px 0; }
  .about-belief-grid { grid-template-columns:1fr; gap:50px; }
  .about-belief-copy { position:static; }
  .about-belief-copy h2 { font-size:clamp(2.55rem,10.5vw,3.45rem); }
  .about-belief-copy .button { width:100%; justify-content:space-between; }
  .about-principles article { grid-template-columns:34px 1fr; gap:10px 14px; padding:26px 0 28px; }
  .about-principles h3 { font-size:1.5rem; }
  .about-principles p { font-size:1rem; }
  .about-closing { min-height:620px; align-items:flex-end; padding:80px 0 58px; }
  .about-closing>img { object-position:57% center; }
  .about-closing-shade { background:linear-gradient(0deg,#071344f2 0%,#071344bd 44%,#07134422 82%); }
  .about-closing-copy h2 { max-width:10ch; font-size:clamp(2.7rem,11vw,3.7rem); }
  .about-closing-copy .button { width:100%; justify-content:space-between; }
}

/* A restrained editorial signature between the opening and the story. */
.energy-ticker {
  position: relative;
  padding-block: 15px;
  overflow: hidden;
  border-block: 1px solid #ffffff1f;
  background: var(--navy);
  color: #f7f9ff;
  -webkit-mask-image: linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);
  mask-image: linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);
}
.energy-ticker::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--green);
  z-index: 2;
}
.energy-ticker>div { animation-duration: 48s; }
.energy-ticker span {
  padding-right: 52px;
  font-family: var(--body);
  font-size: clamp(.75rem,.74vw,.875rem);
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: .16em;
  word-spacing: .12em;
}
.energy-ticker b {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 28px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--green);
  color: transparent;
  font-size: 0;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .energy-ticker { padding-block: 13px; }
  .energy-ticker span { padding-right: 38px; font-size: .75rem; letter-spacing: .12em; word-spacing: 0; }
  .energy-ticker b { width: 4px; height: 4px; margin-inline: 18px; }
}

/* Gallery albums reuse the exact visual stage from the race cards. */
.album-tile {
  display:grid;
  grid-template-rows:220px auto;
  width:100%;
  margin:0;
  padding:0;
  appearance:none;
  -webkit-appearance:none;
  line-height:normal;
}
.album-tile .event-logo-panel {
  display:grid;
  align-self:stretch;
  width:100%;
  min-width:0;
  height:100%;
  margin:0;
  padding:0;
  background:var(--event-surface,#f0f3f9) !important;
  border:0;
  box-shadow:none;
}
.album-tile-copy {
  min-width:0;
  line-height:1.65;
}
.album-tile .event-logo-panel img {
  display:block;
  width:76%;
  max-width:300px;
  height:118px;
  padding:0 !important;
  border:0;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none;
  object-fit:contain;
}
.album-tile[data-event="guarda-embau"] .event-logo-panel img,
.album-tile[data-event="natal-luz"] .event-logo-panel img { height:165px; }
@media (max-width:600px) {
  .album-tile { grid-template-rows:220px auto; }
  .album-tile[data-event] .event-logo-panel { height:100%; }
  .album-tile[data-event] .event-logo-panel img { height:125px; }
  .album-tile[data-event="guarda-embau"] .event-logo-panel img,
  .album-tile[data-event="natal-luz"] .event-logo-panel img { height:160px; }
}
