/* Shared presentation for the five English entry pages. Content stays server-rendered. */
@font-face {
  font-family: Inter;
  src: url('/images/greece/fonts/inter-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url('/images/greece/fonts/inter-greek.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0370-03FF,U+1F00-1FFF;
}
:root {
  color-scheme: light dark;
  --bg: #f8f9f6;
  --surface: #fff;
  --soft: #edf2ee;
  --text: #17251f;
  --muted: #52635a;
  --accent: #007968;
  --line: #d7e0d9;
  --nav: rgba(248,249,246,.94);
  --text-muted: var(--muted);
  --text-dim: var(--muted);
  --border: var(--line);
  --border-light: var(--line);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
figure,p,h1,h2,h3 {
  margin: 0;
}
a {
  color: var(--accent);
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
a:hover {
  text-decoration-thickness: 2px;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
a,button,[role=button],summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,button:focus-visible,[tabindex]:focus-visible,summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
::selection {
  background: #9ae8d5;
  color: #12281e;
}
ion-icon {
  font-size: 28px;
  flex-shrink: 0;
}
h1,h2,h3 {
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: -.045em;
  text-wrap: balance;
}
h1 {
  font-size: clamp(2.5rem,5vw,4.5rem);
}
h2 {
  font-size: clamp(1.8rem,3.2vw,2.8rem);
}
h3 {
  font-size: 1.25rem;
  letter-spacing: -.02em;
}
p {
  color: var(--muted);
}
strong {
  font-weight: 650;
  color: var(--text);
}
ul {
  padding-left: 22px;
  color: var(--muted);
}
li {
  padding-left: 3px;
  margin-bottom: 12px;
}
li::marker {
  color: var(--accent);
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 12px;
  z-index: 100;
  background: var(--surface);
  padding: 10px 20px;
  transform: translateY(-150%);
  border-radius: 8px;
}
.skip-link:focus {
  transform: none;
}
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 80px;
  padding: 12px max(24px,calc((100vw - 1200px)/2));
  background: var(--nav);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text);
  flex-shrink: 0;
}
.nav-logo {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}
.nav-name {
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -.6px;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-language,.nav-link {
  font-size: 14px;
  text-decoration: none;
  padding-block: 12px;
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 30px;
  background: var(--text);
  color: var(--bg);
  text-decoration: none;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
  text-align: center;
  transition: background .2s,transform .2s;
}
.nav-cta:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-1px);
}
.section,.hero,.page-content,.info-section,.screenshots-section,.features-strip,.metrics,.photo-story {
  width: min(1200px,calc(100% - 64px));
  margin-inline: auto;
}
.section,.screenshots-section {
  padding-block: 90px;
}
.section-header {
  max-width: 760px;
  margin-bottom: 44px;
}
.section-label,.eyebrow {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.section-subtitle {
  font-size: 18px;
  max-width: 680px;
  margin-top: 20px;
}
.hero {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  align-items: center;
  gap: 64px;
  padding-block: 76px 64px;
}
.hero-content {
  min-width: 0;
}
.hero h1 {
  font-size: clamp(3.2rem,5.8vw,5.25rem);
  line-height: 1.02;
  letter-spacing: -.065em;
}
.hero h1 span {
  color: var(--accent);
}
.hero-tagline {
  font-size: 21px;
  color: var(--text);
  margin-top: 24px;
  line-height: 1.5;
}
.hero-desc {
  font-size: 17px;
  margin-top: 20px;
  max-width: 600px;
}
.hero-logo {
  width: 66px;
  height: 66px;
  border-radius: 18px;
  margin-bottom: 24px;
}
.home-page .hero-logo {
  display: none;
}
.hero-glow,.cta-glow,.community-overlay,.screenshots-fade-l,.screenshots-fade-r {
  display: none;
}
.hero-buttons,.cta-buttons,.store-buttons,.inline-downloads {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.store-badge,.store-card {
  min-height: 44px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform .2s ease;
}
.store-badge:hover,.store-card:hover {
  transform: translateY(-3px);
}
.store-badge img,.store-card img {
  width: auto;
  height: 50px;
  max-width: 100%;
}
.store-text {
  display: none;
}
.store-label {
  font-size: 13px;
  color: var(--muted);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-block: 12px;
  font-size: 14px;
  margin-top: 14px;
}
.hero-art {
  position: relative;
  min-width: 0;
  margin: 0;
}
.hero-art>img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  border-radius: 24px;
}
.hero-art .hero-inset {
  width: 67%;
  aspect-ratio: 1.65;
  object-fit: cover;
  margin: -34px -18px 0 auto;
  border: 8px solid var(--bg);
  border-radius: 22px;
  position: relative;
}
.hero-art figcaption {
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
}
.hero-art:has(.hero-inset) figcaption {
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 30%;
  line-height: 1.6;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  padding: 28px 0 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
.metric-value {
  font-weight: 650;
  font-size: 21px;
  letter-spacing: -.04em;
  color: var(--text);
}
.metric-label {
  font-size: 11px;
  margin-top: 6px;
  line-height: 1.6;
  color: var(--muted);
}
.screenshots-section {
  overflow: hidden;
}
.screenshots-wrapper {
  position: relative;
}
.screenshots-track,.screenshots {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--line) transparent;
  padding: 4px 4px 20px;
  scroll-padding-inline: 4px;
}
.phone-frame,.ss-frame {
  flex: 0 0 224px;
  scroll-snap-align: start;
  margin: 0;
}
.phone-screen,.ss-screen {
  background: #061311;
  border-radius: 20px;
  overflow: hidden;
}
.phone-screen img,.ss-screen img {
  width: 100%;
  height: auto;
  aspect-ratio: 1242/2688;
  object-fit: contain;
}
.screen-caption {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin-top: 12px;
  line-height: 1.5;
}
.gallery-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
}
.gallery-hint {
  font-size: 13px;
}
.gallery-controls {
  display: flex;
  gap: 10px;
}
.gallery-arrow {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
  font-size: 22px;
  line-height: 1;
  transition: background .2s;
}
.gallery-arrow:hover {
  background: var(--soft);
}
.gallery-arrow:disabled {
  opacity: .38;
  cursor: default;
}
.gallery-controls[hidden] {
  display: none;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 36px;
  margin-block: 30px;
}
.step {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  position: relative;
}
.step-number,.step-num {
  font-size: 14px;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 28px;
  display: block;
}
.step-icon {
  position: absolute;
  right: 0;
  top: 24px;
  color: var(--accent);
}
.step-title {
  font-size: 20px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -.025em;
  color: var(--text);
  margin-bottom: 12px;
}
.step-desc {
  font-size: 15px;
  line-height: 1.75;
}
.features-grid,.features-list,.sport-cards,.activity-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  column-gap: 48px;
  row-gap: 0;
  margin-block: 30px;
}
.feature-card,.feat,.sport-card,.activity-card {
  border-top: 1px solid var(--line);
  padding: 28px 0;
  min-width: 0;
}
.features-grid {
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 20px 30px;
}
.feature-card {
  cursor: pointer;
  position: relative;
  padding-right: 10px;
}
.feature-card::after {
  content: '↗';
  position: absolute;
  right: 0;
  top: 26px;
  color: var(--muted);
  font-size: 16px;
}
.feature-card:hover .feature-title {
  color: var(--accent);
}
.feature-icon,.feat-icon,.sport-card-icon,.activity-icon {
  color: var(--accent);
  display: block;
  margin-bottom: 18px;
}
.feature-title,.feat-title {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 650;
  margin-bottom: 10px;
  letter-spacing: -.025em;
}
.feature-desc,.feat-desc,.sport-card p,.activity-card p {
  font-size: 15px;
  line-height: 1.8;
}
.community-section {
  background: var(--soft);
}
.community-grid {
  columns: 3;
  column-gap: 18px;
}
.community-card {
  margin: 0 0 18px;
  break-inside: avoid;
  overflow: hidden;
  border-radius: 16px;
}
.community-card img {
  width: 100%;
  height: auto;
}
.sports-grid {
  display: grid;
  grid-template-columns: repeat(8,minmax(0,1fr));
  gap: 8px;
}
.sport-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 112px;
  padding: 16px 8px;
  border-radius: 14px;
  cursor: pointer;
  transition: background .2s;
}
.sport-item:hover {
  background: var(--soft);
}
.sport-item ion-icon,.sport-item .mdi {
  font-size: 30px;
  line-height: 1;
  color: var(--accent);
}
.sport-label {
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
}
.banner-section {
  max-width: 1200px;
  margin: 0 auto 72px;
  padding-inline: 32px;
}
.banner-img {
  width: 100%;
  border-radius: 20px;
}
.cta-section,.bottom-cta {
  position: relative;
  text-align: center;
  background: var(--soft);
  padding: 80px 32px;
}
.cta-section .section-subtitle {
  margin-inline: auto;
}
.cta-buttons,.bottom-cta .store-buttons {
  justify-content: center;
}
.cta-sub,.bottom-cta-sub {
  margin-top: 20px;
}
.social-section,.legal-section {
  width: min(1200px,calc(100% - 64px));
  margin-inline: auto;
  padding-block: 70px;
  text-align: center;
}
.social-title,.legal-title {
  font-size: 27px;
}
.social-subtitle {
  font-size: 15px;
  margin-top: 14px;
}
.social-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.social-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 30px;
  text-decoration: none;
  color: var(--text);
  font-size: 13px;
}
.social-btn img {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
.social-btn:hover {
  background: var(--soft);
}
.legal-section {
  border-top: 1px solid var(--line);
  padding-top: 50px;
}
.legal-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 32px;
  margin-top: 28px;
  text-align: left;
}
.legal-card {
  display: block;
  text-decoration: none;
  border-top: 1px solid var(--line);
  padding-block: 24px;
}
.legal-card-title {
  font-size: 17px;
  font-weight: 650;
  margin-bottom: 10px;
}
.legal-card-title ion-icon {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
.legal-card-desc {
  font-size: 14px;
  color: var(--muted);
}
.footer {
  width: min(1200px,calc(100% - 64px));
  margin-inline: auto;
  padding-block: 40px;
  border-top: 1px solid var(--line);
  font-size: 12px;
}
.footer-links {
  display: flex;
  gap: 4px 24px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--muted);
  text-decoration: none;
}
.footer-links a:hover {
  color: var(--accent);
  text-decoration: underline;
}
.page-content {
  padding-block: 26px 72px;
}
.breadcrumb {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 42px;
}
.breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px 12px;
  flex-wrap: wrap;
}
.breadcrumb li {
  margin: 0;
  padding: 0;
}
.breadcrumb li+li::before {
  content: '/';
  margin-right: 12px;
  color: var(--muted);
}
.breadcrumb a {
  min-height: 44px;
  color: var(--muted);
  display: inline-block;
  padding-block: 10px;
}
.breadcrumb [aria-current] {
  display: inline-block;
  padding-block: 10px;
}
.guide-heading {
  max-width: 1000px;
  margin-bottom: 32px;
}
.guide-heading h1 {
  font-size: clamp(2.4rem,4.8vw,4rem);
}
.subtitle {
  font-size: 20px;
  line-height: 1.55;
  margin-top: 24px;
  max-width: 850px;
}
.guide-lead {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  gap: 64px;
  margin-bottom: 64px;
}
.intro {
  font-size: 17px;
  line-height: 1.85;
}
.guide-photo {
  margin: 0;
}
.guide-photo img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  aspect-ratio: 1.4;
  object-fit: cover;
}
.people-page .guide-photo img {
  aspect-ratio: 1.15;
  object-position: center 42%;
}
.guide-photo figcaption,.photo-story figcaption {
  font-size: 12px;
  line-height: 1.65;
  color: var(--muted);
  margin-top: 12px;
}
.page-content>h2 {
  max-width: 820px;
  margin: 64px 0 24px;
}
.page-content>h3 {
  margin: 36px 0 20px;
}
.page-content>p,.page-content>ul,.highlight-box {
  max-width: 820px;
  margin-block: 18px;
}
.page-content>ul {
  line-height: 1.85;
}
.page-content .sport-card h3,.page-content .activity-card h3 {
  margin: 0 0 12px;
}
.page-content .cta-section {
  margin-top: 64px;
  border-radius: 24px;
}
.photo-story {
  margin-block: 48px;
}
.page-content>.photo-story {
  width: 100%;
}
.photo-story img {
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
  border-radius: 20px;
}
.highlight-box {
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 26px;
}
.highlight-box h3 {
  margin-bottom: 18px;
}
.highlight-box p {
  margin-bottom: 18px;
}
.faq {
  max-width: 900px;
  margin-block: 30px;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-q {
  list-style: none;
  cursor: pointer;
  padding: 22px 40px 22px 0;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.65;
}
.faq-q::-webkit-details-marker {
  display: none;
}
.faq-q ion-icon {
  position: absolute;
  right: 3px;
  top: 25px;
  font-size: 20px;
  color: var(--accent);
  transition: transform .2s;
}
.faq-item[open] .faq-q ion-icon {
  transform: rotate(180deg);
}
.faq-a {
  color: var(--muted);
  padding: 0 35px 24px 0;
  font-size: 16px;
  line-height: 1.85;
}
.guide-app-section {
  margin-block: 60px;
}
.guide-app-section .section-header {
  margin-bottom: 28px;
}
.language-note {
  font-size: 14px;
  margin-top: 18px;
}
.download-page .hero {
  padding-top: 30px;
  column-gap: 80px;
}
.download-page .hero h1 {
  font-size: clamp(3rem,5vw,4.6rem);
}
.download-page .breadcrumb {
  width: min(1200px,calc(100% - 64px));
  margin: 24px auto 0;
}
.download-page .hero-tagline {
  margin-top: 20px;
}
.download-page .hero-desc {
  margin-top: 16px;
}
.rating-line {
  font-size: 18px;
  color: var(--accent);
  margin-top: 20px;
  letter-spacing: 2px;
}
.rating-line span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0;
  margin-top: 4px;
}
.download-preview {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 500px;
  justify-self: center;
}
.download-preview img {
  width: calc(50% - 9px);
  border-radius: 20px;
  height: auto;
  box-shadow: 0 16px 38px #08251d17;
}
.download-preview img+img {
  margin-top: 70px;
}
.features-strip {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  padding: 32px 0;
  border-block: 1px solid var(--line);
}
.feature-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}
.feature-pill ion-icon {
  color: var(--accent);
  font-size: 23px;
}
.info-section {
  padding-block: 80px 0;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 24px 80px;
}
.info-section .info-text {
  grid-column: 2;
  font-size: 16px;
}
.info-section .info-title {
  grid-column: 1;
  grid-row: 1 / span 4;
}
.download-page .photo-story {
  margin-top: 76px;
}
.download-page .screenshots-section {
  padding-top: 24px;
}
.bottom-cta-title {
  font-size: clamp(2rem,3.5vw,3rem);
}
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: #06151099;
  z-index: 50;
  align-items: center;
  justify-content: center;
  padding: 24px;
  backdrop-filter: blur(8px);
}
.modal-overlay.active {
  display: flex;
}
.modal-box {
  position: relative;
  max-width: 650px;
  width: 100%;
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  overscroll-behavior: contain;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 40px;
}
.modal-close {
  position: sticky;
  top: 0;
  float: right;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--soft);
  font-size: 30px;
  line-height: 1;
  z-index: 1;
}
.modal-title {
  font-size: 29px;
  clear: both;
  margin: 20px 0;
}
.modal-icon {
  font-size: 32px;
  color: var(--accent);
}
.modal-text,.modal-list {
  font-size: 15px;
  margin-block: 18px;
}
.reveal {
  opacity: 1;
  transform: none;
}
.motion-ready {
  animation: arrive .55s ease both;
}
@keyframes arrive {
  from {
    transform: translateY(10px);
  }
  to {
    transform: none;
  }
}
@media(prefers-color-scheme:dark) {
  :root {
    --bg: #0e1915;
    --surface: #17261f;
    --soft: #1a2b23;
    --text: #f1f5f0;
    --muted: #b0c0b5;
    --accent: #65dec5;
    --line: #35473b;
    --nav: rgba(14,25,21,.94);
  }
  .nav-cta:hover {
    color: #11231b;
  }
  .download-preview img {
    box-shadow: none;
  }
}
@media(min-width:1600px) {
  .hero {
    padding-block: 100px 80px;
  }
}
@media(max-width:1050px) {
  .legal-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .hero {
    gap: 36px;
  }
  .hero h1 {
    font-size: 4rem;
  }
  .hero-art .hero-inset {
    margin-right: 0;
  }
  .hero-art:has(.hero-inset) figcaption {
    position: static;
    width: auto;
  }
  .metrics {
    grid-template-columns: repeat(4,1fr);
  }
  .features-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .sports-grid {
    grid-template-columns: repeat(6,1fr);
  }
  .guide-lead {
    gap: 36px;
  }
  .download-page .hero {
    gap: 36px;
  }
  .info-section {
    gap: 28px 40px;
  }
}
@media(max-width:760px) {
  .nav {
    padding: 10px 20px;
    min-height: 72px;
    gap: 12px;
  }
  .nav-actions {
    gap: 14px;
  }
  .nav-name {
    font-size: 18px;
  }
  .nav-logo {
    width: 32px;
    height: 32px;
  }
  .nav-cta {
    font-size: 12px;
    padding: 10px 14px;
  }
  .nav-language {
    font-size: 12px;
  }
  .section,.hero,.page-content,.info-section,.screenshots-section,.features-strip,.metrics,.photo-story,.social-section,.legal-section,.footer {
    width: calc(100% - 40px);
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-block: 42px;
  }
  .hero h1 {
    font-size: clamp(3.1rem,11vw,4.4rem);
  }
  .hero-tagline {
    font-size: 19px;
  }
  .hero-desc {
    font-size: 16px;
  }
  .hero-art {
    max-width: 600px;
  }
  .hero-art>img {
    aspect-ratio: 1.6;
    border-radius: 18px;
  }
  .hero-art .hero-inset {
    width: 60%;
    margin-top: -32px;
    border-width: 6px;
    border-radius: 18px;
  }
  .hero-art:has(.hero-inset) figcaption {
    position: absolute;
    width: 36%;
    bottom: 12px;
    font-size: 11px;
  }
  .section,.screenshots-section {
    padding-block: 62px;
  }
  .section-header {
    margin-bottom: 28px;
  }
  .section-subtitle {
    font-size: 16px;
  }
  .metrics {
    grid-template-columns: repeat(3,1fr);
    gap: 24px 16px;
  }
  .metric-value {
    font-size: 20px;
  }
  .metric-label {
    font-size: 10px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .step {
    padding-top: 20px;
  }
  .step-number,.step-num {
    margin-bottom: 14px;
  }
  .step-desc {
    max-width: 580px;
  }
  .features-grid,.features-list,.sport-cards,.activity-grid {
    column-gap: 28px;
  }
  .phone-frame,.ss-frame {
    flex-basis: 205px;
  }
  .screenshots-track,.screenshots {
    gap: 16px;
  }
  .community-grid {
    columns: 2;
    column-gap: 12px;
  }
  .community-card {
    margin-bottom: 12px;
    border-radius: 12px;
  }
  .sports-grid {
    grid-template-columns: repeat(4,1fr);
    gap: 4px;
  }
  .sport-item {
    min-height: 104px;
    padding: 12px 4px;
  }
  .sport-label {
    font-size: 11px;
  }
  .banner-section {
    padding-inline: 20px;
    margin-bottom: 50px;
  }
  .cta-section,.bottom-cta {
    padding: 60px 20px;
  }
  .legal-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .social-section,.legal-section {
    padding-block: 48px;
  }
  .footer-links {
    column-gap: 20px;
  }
  .breadcrumb {
    margin-bottom: 24px;
    font-size: 11px;
  }
  .guide-heading {
    margin-bottom: 24px;
  }
  .guide-heading h1 {
    font-size: clamp(2.25rem,8.5vw,3.75rem);
  }
  .subtitle {
    font-size: 18px;
    margin-top: 20px;
  }
  .guide-lead {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 42px;
  }
  .intro {
    font-size: 16px;
  }
  .guide-photo img,.people-page .guide-photo img {
    aspect-ratio: 1.6;
    object-position: center 42%;
  }
  .people-page .guide-photo {
    max-width: 550px;
  }
  .people-page .guide-photo img {
    aspect-ratio: 1.25;
    object-position: center bottom;
  }
  .page-content>h2 {
    margin-top: 46px;
  }
  .page-content .cta-section {
    padding-inline: 18px;
  }
  .photo-story img {
    aspect-ratio: 1.6;
  }
  .highlight-box {
    padding-left: 20px;
  }
  .download-page .breadcrumb {
    width: calc(100% - 40px);
    margin-top: 14px;
  }
  .download-page .hero {
    padding-top: 18px;
  }
  .download-page .hero h1 {
    font-size: clamp(2.6rem,10.5vw,4rem);
  }
  .download-page .hero-logo {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    margin-bottom: 20px;
  }
  .download-preview {
    max-width: 380px;
    gap: 14px;
    width: 100%;
  }
  .download-preview img {
    width: calc(50% - 7px);
    border-radius: 16px;
  }
  .download-preview img+img {
    margin-top: 42px;
  }
  .features-strip {
    grid-template-columns: repeat(2,1fr);
    gap: 24px 16px;
  }
  .feature-pill {
    font-size: 12px;
    gap: 8px;
    align-items: flex-start;
  }
  .info-section {
    display: block;
    padding-top: 55px;
  }
  .info-title {
    margin-bottom: 24px;
  }
  .info-text {
    margin-top: 20px;
  }
  .modal-overlay {
    padding: 16px;
  }
  .modal-box {
    padding: 24px;
    max-height: calc(100dvh - 32px);
    border-radius: 20px;
  }
}
@media(max-width:380px) {
  .nav {
    padding-inline: 16px;
  }
  .home-page .nav-name {
    display: none;
  }
  .nav-actions {
    gap: 12px;
  }
  .store-badge img,.store-card img {
    height: 42px;
  }
  .inline-downloads,.hero-buttons,.cta-buttons,.store-buttons {
    gap: 9px;
  }
  .section,.hero,.page-content,.info-section,.screenshots-section,.features-strip,.metrics,.photo-story,.social-section,.legal-section,.footer {
    width: calc(100% - 32px);
  }
  .hero-art:has(.hero-inset) figcaption {
    position: static;
    width: auto;
  }
  .features-list,.sport-cards,.activity-grid {
    grid-template-columns: 1fr;
  }
  .features-grid {
    gap: 16px;
  }
  .feature-title {
    font-size: 16px;
  }
  .feature-desc {
    font-size: 14px;
  }
  .sports-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .cta-section,.bottom-cta {
    padding-inline: 14px;
  }
  .page-content .cta-section {
    padding-inline: 10px;
  }
  .hero h1 {
    font-size: 3rem;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*::before,*::after {
    animation: none!important;
    transition: none!important;
    scroll-behavior: auto!important;
  }
}
@media(prefers-reduced-transparency:reduce) {
  .nav {
    background: var(--bg);
    backdrop-filter: none;
  }
  .modal-overlay {
    backdrop-filter: none;
    background: #061510ed;
  }
}
@media(forced-colors:active) {
  .nav-cta,.gallery-arrow,.modal-close {
    border: 1px solid ButtonText;
  }
  .store-badge,.store-card {
    forced-color-adjust: none;
  }
  .phone-screen,.ss-screen {
    border: 1px solid CanvasText;
  }
}
