/* readyfootball.com 랜딩 공용 스타일(한국어 / · 영어 /en/ 가 같이 쓴다).
   색은 앱 토큰(lib/core/colors.dart FootyColors)과 같은 값만 쓴다. */
/* 폰트는 페이지에 나오는 글자만 잘라 싣는다. 문구를 고치면
   legal-site/scripts/landing-fonts.py 를 다시 돌릴 것(안 돌리면 새 글자만 시스템 폰트). */
@font-face { font-family: "RF Pretendard"; src: url(/fonts/landing/Pretendard-Medium.woff2) format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "RF Pretendard"; src: url(/fonts/landing/Pretendard-SemiBold.woff2) format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "RF Pretendard"; src: url(/fonts/landing/Pretendard-Bold.woff2) format("woff2"); font-weight: 700 800; font-display: swap; }
@font-face { font-family: "RF Paperlogy"; src: url(/fonts/landing/Paperlogy-Bold.woff2) format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "RF Barlow"; src: url(/fonts/landing/BarlowCondensed-Bold.woff2) format("woff2"); font-weight: 700 800; font-display: swap; }
@font-face { font-family: "RF Ria"; src: url(/fonts/landing/RiaSans-Bold-wordmark.woff2) format("woff2"); font-weight: 700; font-display: block; }
@font-face { font-family: "RF Afacad"; src: url(/fonts/landing/AfacadFlux-ExtraBold.woff2) format("woff2"); font-weight: 700 800; font-display: swap; }

/* 색은 앱 토큰(lib/core/colors.dart FootyColors)과 같은 값만 쓴다. */
:root {
  color-scheme: light;
  --ink: #191F28;        /* gray900 */
  --text: #333D4B;       /* gray800 */
  --sub: #4E5968;        /* gray700 */
  --muted: #6B7684;      /* gray600 */
  --faint: #8B95A1;      /* gray500 */
  --line: #E3E6E9;       /* divider */
  --fill: #F2F4F6;       /* gray100 · canvas */
  --card: #F6F7F9;       /* cardSurface */
  --blue: #0080FF;       /* primary */
  --blue-dark: #0057AD;  /* primaryDark */
  --blue-soft: #E8F3FF;  /* primaryContainer */
  --pitch: #01935C;      /* pitchGreen */

  --font: "RF Pretendard", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
    "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;
  --font-display: "RF Paperlogy", var(--font);
  --font-num: "RF Barlow", "Barlow Condensed", "Arial Narrow", sans-serif;

  --max: 1120px;
  --gutter: 24px;
  --ease: cubic-bezier(.05, .7, .1, 1);
}
@media (max-width: 400px) { :root { --gutter: 16px; } }

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-weight: 500;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
  overflow-wrap: break-word;
}
/* 좁은 화면에서 제목 끝 글자 하나만 다음 줄로 떨어지지 않게 */
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
img, svg { display: block; }
a { color: inherit; }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
  border-radius: 8px;
}
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.nw { white-space: nowrap; }
.m-br { display: none; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ── 상단 바 ─────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255, 255, 255, .94);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s;
}
.nav.is-scrolled { border-bottom-color: var(--line); }
.nav-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter);
  height: 64px; display: flex; align-items: center; justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.brand img { width: 31px; height: auto; }
.brand-word {
  font-family: "RF Ria", var(--font); font-weight: 700;
  font-size: 24px; line-height: 1; letter-spacing: -.3px; color: var(--blue);
}
.nav-right { display: flex; align-items: center; gap: 16px; }
.lang-link {
  font-size: 15px; font-weight: 600; line-height: 1; color: var(--muted);
  text-decoration: none; padding: 10px 2px; white-space: nowrap;
}
.lang-link:hover { color: var(--ink); }
.nav-cta {
  font-size: 15px; font-weight: 700; line-height: 1; color: #fff;
  background: var(--blue); padding: 11px 16px; border-radius: 999px;
  text-decoration: none;
}
.nav-cta:hover { background: var(--blue-dark); }

/* ── 첫 화면 ─────────────────────────────── */
.hero { padding: 40px 0 104px; }
.hero-grid {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 440px);
  gap: 64px; align-items: start;
}
/* 제목은 폰 윗부분(다가오는 경기 카드) 높이에 맞춘다 */
.hero-copy { padding-top: 84px; }

/* ── 첫 화면 폰 목업: 앱 홈 화면을 앱 크기(390×844)로 그리고 통째로 줄인다 ── */
.phone-col { display: flex; justify-content: center; }
.phone-wrap { --k: .8; width: calc(414px * var(--k)); height: calc(868px * var(--k)); flex-shrink: 0; animation: phone-in .8s var(--ease) both; }
@keyframes phone-in { from { opacity: 0; transform: translateY(24px); } }
.phone {
  width: 414px; height: 868px; padding: 12px; border-radius: 62px; background: #1B1E24;
  transform: scale(var(--k)); transform-origin: top left;
  box-shadow: inset 0 0 0 2px #2C3038, 0 40px 80px rgba(0, 19, 52, .16), 0 12px 24px rgba(0, 19, 52, .08);
}
.screen { position: relative; width: 390px; height: 844px; border-radius: 50px; overflow: hidden; background: #fff; }
.sb { position: relative; height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 4px 28px 0 50px; }
.sb-time { font: 600 17px/1 var(--font); color: #000; letter-spacing: -.02em; }
.island { position: absolute; left: 50%; top: 11px; width: 124px; height: 36px; margin-left: -62px; border-radius: 20px; background: #000; }
.sb-ic { width: 68px; height: 14px; fill: #000; color: #000; }
.gnb { height: 56px; display: flex; align-items: center; gap: 12px; padding: 0 20px; }
.gnb-name { font-size: 20px; font-weight: 700; color: #000; letter-spacing: -.5px; }
.gnb > svg { width: 20px; height: 20px; fill: var(--muted); margin-left: -8px; }
.gnb-me { --s: 36px; margin-left: auto; }
.home { padding: 8px 20px 0; }
.sec-head { display: flex; align-items: center; justify-content: space-between; margin: 32px 0 16px; }
.sec-head b { font-size: 20px; font-weight: 700; line-height: 1.4; letter-spacing: -.5px; color: var(--text); }
.sec-head span { display: inline-flex; align-items: center; font-size: 14px; color: var(--muted); }
.sec-head svg { width: 16px; height: 16px; fill: var(--muted); }
.home .news { background: var(--card); margin-bottom: 16px; }
.tabbar {
  position: absolute; left: 0; right: 0; bottom: 0; height: 83px; padding: 0 8px;
  display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-top: 1px solid #E8EBEE;
}
.tb { display: flex; flex-direction: column; align-items: center; gap: 4px; padding-top: 8px; font-size: 11px; line-height: 1.2; color: #333740; }
.tb svg { width: 24px; height: 24px; }
.tb.is-on { font-weight: 500; }
.home-ind { position: absolute; left: 50%; bottom: 8px; width: 134px; height: 5px; margin-left: -67px; border-radius: 3px; background: #000; }
.display {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(40px, 5.4vw, 66px); line-height: 1.22; letter-spacing: -.03em;
  color: var(--ink); margin: 0;
}
.lead {
  font-size: 19px; line-height: 1.7; color: var(--sub);
  margin: 28px 0 0; max-width: 29em;
}
.stores { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.store { display: block; border-radius: 10px; }
.store img { height: 48px; width: auto; }

.seg {
  position: relative; display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--fill); border-radius: 999px; padding: 4px; margin: 0 0 14px;
}
.seg-thumb {
  position: absolute; top: 4px; bottom: 4px; left: 4px; width: calc((100% - 8px) / 4);
  background: #fff; border-radius: 999px;
  box-shadow: 0 1px 4px rgba(62, 62, 62, .1);
  transition: transform .32s var(--ease);
}
.seg button {
  position: relative; z-index: 1; height: 38px; border: 0; background: none; padding: 0;
  font: 700 15px/1 var(--font); letter-spacing: -.02em; color: var(--muted); cursor: pointer;
  border-radius: 999px;
}
.seg button[aria-selected="true"] { color: var(--ink); }

/* ── 라인업 피치(앱 lineup_pitch 와 같은 비율·선) ── */
.pitch-box { container-type: inline-size; }
.pitch {
  position: relative; aspect-ratio: 5 / 6.8; background: var(--pitch);
  border-radius: 6.667cqw; overflow: hidden;
}
.pitch-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.pl {
  position: absolute; left: calc(var(--x) * 100%); top: calc(var(--y) * 100%);
  width: 21cqw; transform: translate(-50%, -50%);
  display: flex; flex-direction: column; align-items: center; gap: 1.67cqw;
}
.pl-av {
  width: 12.22cqw; height: 12.22cqw; box-sizing: content-box;
  border: .556cqw solid #fff; border-radius: 50%; background: #E5E8EB;
}
.pl-av img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.pl-name {
  font: 700 3.33cqw/1.1 var(--font); color: #fff; white-space: nowrap;
  letter-spacing: -.02em; text-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}
.pitch-chip {
  position: absolute; left: 3.33cqw; top: 3.33cqw;
  background: rgba(25, 31, 40, .45); color: #fff; border-radius: 3.33cqw;
  padding: 1.39cqw 2.78cqw; font: 700 5.56cqw/1.3 var(--font);
}
.pitch-mark {
  position: absolute; right: 3.33cqw; bottom: 3.33cqw;
  font: 700 3.06cqw/1 var(--font-display); letter-spacing: .06cqw;
  color: rgba(255, 255, 255, .55);
}

.pl.is-in { animation: pl-in .5s var(--ease) both; animation-delay: var(--d, 0ms); }
@keyframes pl-in { from { opacity: 0; transform: translate(-50%, -50%) scale(.6); } }

/* ── 질문과 답 ────────────────────────────── */
.week { padding: 40px 0 64px; }
.week-head { max-width: 640px; margin-bottom: 40px; }
.title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(30px, 3.9vw, 46px); line-height: 1.28; letter-spacing: -.025em;
  color: var(--ink); margin: 0;
}
.week-head .lead { font-size: 18px; margin-top: 20px; }

.qa {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: 72px; align-items: center; padding: 56px 0;
}
.ask { display: flex; align-items: flex-end; gap: 8px; margin: 0 0 28px; }
.bubble {
  background: var(--fill); color: var(--ink);
  font-size: 17px; font-weight: 600; line-height: 1.45;
  padding: 11px 18px; border-radius: 22px 22px 22px 6px;
}
.ask .t { font-size: 13px; font-weight: 500; color: var(--muted); line-height: 1.2; white-space: nowrap; }
.qa h3 {
  font-size: clamp(23px, 2.3vw, 28px); font-weight: 700; line-height: 1.38;
  letter-spacing: -.028em; color: var(--ink); margin: 0 0 14px;
}
.qa-text p { font-size: 17px; line-height: 1.72; color: var(--sub); margin: 0; max-width: 29em; }

.stage {
  position: relative; background: var(--fill); border-radius: 32px;
  padding: 40px 32px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  overflow: hidden;
}
.stage > * { width: 100%; max-width: 360px; }

/* 알림(휴대폰 잠금화면) */
.noti {
  display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 12px; align-items: start;
  background: #fff; border-radius: 20px; padding: 14px 16px;
  box-shadow: 0 1px 3px rgba(0, 19, 52, .05), 0 10px 28px rgba(0, 19, 52, .07);
}
.noti img { width: 38px; height: 38px; border-radius: 9px; box-shadow: 0 0 0 1px var(--line); }
.noti-top { display: flex; justify-content: space-between; gap: 8px; font-size: 13px; font-weight: 600; line-height: 1.3; color: var(--muted); }
.noti-top span:last-child { font-weight: 500; color: var(--faint); }
.noti-title { margin: 3px 0 0; font-size: 15px; font-weight: 700; line-height: 1.4; color: var(--ink); }
.noti-body { margin: 1px 0 0; font-size: 15px; line-height: 1.4; color: var(--sub); }

/* 팀 방패(앱 TeamCrest 기본형) */
.crest { width: var(--s, 50px); height: var(--s, 50px); color: var(--c); overflow: visible; }
/* 로고가 있는 팀은 앱처럼 이미지를 크기의 12% 로 모서리만 둥글린다(TeamCrest) */
.logo { width: var(--s, 50px); height: var(--s, 50px); border-radius: var(--r, 6px); object-fit: contain; }
.crest text { font: 700 6.44px var(--font); fill: #fff; }

/* 다가오는 경기 카드(앱 match_hero_card) */
.mc { padding: 2px; border-radius: 20px; background: linear-gradient(135deg, #0580F4 2%, #1E7DD5 100%); }
.mc-in { background: var(--blue); border-radius: 18px; padding: 24px 20px; color: #fff; }
.mc-title { margin: 0 0 42px; font-size: 17px; font-weight: 700; line-height: 1.4; }
.mc-row { display: grid; grid-template-columns: minmax(0, 1fr) 128px minmax(0, 1fr); gap: 12px; align-items: start; }
.mc-team { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.mc-team span { font-size: 15px; font-weight: 600; line-height: 1.15; letter-spacing: -.4px; }
.mc-center { display: flex; flex-direction: column; align-items: center; }
.mc-timebox { position: relative; height: 50px; display: grid; place-items: center; width: 100%; }
.mc-time { font: 700 36px/1 var(--font-num); transform: translateY(3px); }
.mc-pill {
  position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%); white-space: nowrap;
  background: rgba(0, 0, 0, .16); border-radius: 999px; padding: 6px 12px;
  font-size: 15px; font-weight: 600; line-height: 1.2; letter-spacing: -.3px;
}
.mc-date { margin-top: 8px; font-size: 15px; line-height: 1.15; letter-spacing: -.4px; }
.mc-meta { display: flex; gap: 28px; margin-top: 24px; font-size: 15px; font-weight: 600; line-height: 1.4; }
.mc-meta span { display: inline-flex; align-items: center; gap: 4px; }
.mc-meta svg { width: 18px; height: 18px; fill: rgba(255, 255, 255, .65); }
.mc-join {
  margin-top: 24px; height: 46px; border-radius: 999px; background: #fff; color: var(--text);
  display: grid; place-items: center; font-size: 17px; font-weight: 700;
}

/* 참가현황(앱 참가 탭) */
.sheet { background: #fff; border-radius: 24px; padding: 20px 20px 0; position: relative; overflow: hidden; }
.sheet-head { font-size: 15px; font-weight: 600; color: var(--sub); line-height: 1.4; }
.people {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px 12px;
  padding: 20px 0 28px; height: 316px;
}
.sheet::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 64px;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}
.person { display: flex; flex-direction: column; align-items: center; gap: 8px; min-width: 0; }
.av {
  position: relative; width: var(--s, 56px); height: var(--s, 56px); border-radius: 50%;
  background: #E5E8EB; flex-shrink: 0;
}
.av img {
  width: 100%; height: 100%; border-radius: inherit; object-fit: cover;
  box-shadow: 0 0 0 .5px var(--line);
}
.person > span:last-child { font-size: 14px; color: var(--text); line-height: 1.45; white-space: nowrap; }
.guest {
  position: absolute; bottom: -3px; left: 50%; transform: translateX(-50%);
  background: var(--blue); color: #fff; border-radius: 8px; padding: 1px 6px;
  font-size: 11px; font-weight: 700; line-height: 1.3; white-space: nowrap;
}

/* 앱 경기 상세의 라인업: 내가 뛰는 쿼터에 노란 점, 피치에서 내 자리 노란 테두리. 쿼터를 눌러 볼 수 있다 */
.my-lineup { background: #fff; border-radius: 24px; padding: 16px; }
.my-lineup .seg { margin-bottom: 12px; }
.my-lineup .seg button { height: 34px; font-size: 13px; }
html[lang="en"] .my-lineup .seg button { font-size: 12px; }
.my-dot { display: inline-block; width: 5px; height: 5px; margin-left: 4px; border-radius: 50%; background: #FFC83D; vertical-align: middle; }
.pl.is-me .pl-av { border-color: #FFC83D; border-width: .9cqw; }

/* 경기 결과 */
.result { background: #fff; border-radius: 24px; padding: 22px 20px 20px; }
.score { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; }
.score-team { display: flex; flex-direction: column; align-items: center; }
.score-team span { margin-top: 4px; font-size: 13px; font-weight: 700; color: var(--sub); }
.score-team b { margin-top: 12px; font: 800 48px/1 var(--font-num); color: var(--ink); }
.score-colon { font: 700 32px/1 var(--font-num); color: var(--faint); padding: 0 8px 9px; }
.rows { margin: 20px 0 0; padding: 16px 0 0; border-top: 1px solid var(--fill); display: grid; grid-template-columns: auto 1fr; gap: 8px 16px; font-size: 15px; line-height: 1.4; }
.rows dt { color: var(--muted); }
.rows dd { margin: 0; color: var(--text); font-weight: 600; }
.news {
  display: grid; grid-template-columns: minmax(0, 1fr) 64px; gap: 12px; align-items: center;
  background: #fff; border-radius: 16px; padding: 20px 20px 20px 24px;
}
.news-title { display: block; font-size: 17px; font-weight: 500; color: var(--ink); line-height: 1.4; }
.news-sub { display: block; margin-top: 2px; font-size: 15px; color: var(--sub); line-height: 1.4; }
.news-meta { display: block; margin-top: 2px; font-size: 13px; color: var(--faint); }
.news-thumb { --s: 64px; border-radius: 12px; }
.news-thumb img { box-shadow: none; }

/* MOM 투표 */
.mom { background: #fff; border-radius: 24px; padding: 24px 20px 20px; }
.mom-title { margin: 0; font-size: 22px; font-weight: 700; line-height: 1.3; letter-spacing: -.6px; color: var(--ink); }
.mom-sub { margin: 6px 0 0; font-size: 15px; color: var(--faint); }
.mom-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px 10px; margin: 24px 0 22px; }
.vote { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.vote .av { --s: 54px; }
.vote > span:last-child { font-size: 14px; color: var(--text); line-height: 1.45; white-space: nowrap; }
.vote.is-picked .av { box-shadow: 0 0 0 3px #fff, 0 0 0 5.5px var(--blue); transform: scale(1.04); }
.vote.is-picked > span:last-child { color: var(--blue); font-weight: 700; }
.check {
  position: absolute; right: -4px; bottom: -4px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--blue); border: 2px solid #fff; display: grid; place-items: center;
}
.check svg { width: 13px; height: 13px; fill: none; stroke: #fff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.mom-btn {
  height: 54px; border-radius: 14px; background: var(--blue); color: #fff;
  display: grid; place-items: center; font-size: 17px; font-weight: 700;
}

/* ── 팀 만들기 ─────────────────────────────── */
.start { padding: 72px 0 120px; }
.start-grid {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: 72px; align-items: center;
}
.start .lead { font-size: 18px; margin-top: 20px; }
.fine { margin: 16px 0 0; font-size: 15px; color: var(--muted); }
.invite {
  background: var(--fill); border-radius: 32px; padding: 48px 32px;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
}
.invite-team { display: flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 700; color: var(--ink); }
.code { display: flex; gap: 8px; }
.code span {
  width: 64px; height: 80px; border-radius: 16px; background: #fff;
  display: grid; place-items: center; font: 700 48px/1 var(--font-num); color: var(--ink);
}
.invite p { margin: 0; font-size: 15px; color: var(--muted); }

/* ── 받기 ─────────────────────────────────── */
.download { background: var(--blue); color: #fff; padding: 96px 0; }
.dl-grid { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.download .title { color: #fff; }
.download .dl-note { margin: 16px 0 0; font-size: 19px; font-weight: 700; color: #fff; }
.download .stores { margin-top: 36px; }
.qr {
  display: flex; align-items: center; gap: 20px; flex-shrink: 0;
  background: #fff; border-radius: 24px; padding: 20px 28px 20px 20px;
}
.qr-code { width: 112px; height: 112px; }
.qr-code svg { width: 100%; height: 100%; fill: var(--ink); }
.qr-cap { margin: 0; font-size: 15px; font-weight: 600; line-height: 1.6; color: var(--text); max-width: 9.5em; }

/* ── 바닥 ─────────────────────────────────── */
.foot { padding: 48px 0 64px; font-size: 14px; color: var(--muted); }
.foot-inner { display: grid; gap: 14px; }
.foot .brand-word { font-size: 20px; }
.foot nav { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.foot nav a { text-decoration: none; font-weight: 600; color: var(--sub); }
.foot nav a:hover { color: var(--ink); text-decoration: underline; }
.foot p { margin: 0; }
.foot p a { color: var(--sub); }
.foot .lang-link { padding: 0; font-size: 14px; }

/* ── 영어판 ──────────────────────────────── */
html[lang="en"] { --font-display: "RF Afacad", var(--font); }
html[lang="en"] .display { font-weight: 800; font-size: clamp(44px, 5.7vw, 72px); line-height: 1.06; letter-spacing: -.012em; }
html[lang="en"] .title { font-weight: 800; font-size: clamp(32px, 4.1vw, 50px); line-height: 1.1; letter-spacing: -.008em; }
html[lang="en"] .brand-word { font-family: "RF Afacad", var(--font); font-weight: 800; font-size: 22px; letter-spacing: -.2px; }
html[lang="en"] .foot .brand-word { font-size: 19px; }
html[lang="en"] .seg button { font-size: 14px; letter-spacing: 0; }

/* ── 좁은 화면 ────────────────────────────── */
@media (max-width: 920px) {
  .hero { padding: 40px 0 88px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .hero-copy { padding-top: 0; }
  .phone-wrap { --k: .84; }
  .display { font-size: clamp(32px, 10vw, 56px); }
  html[lang="en"] .display { font-size: clamp(36px, 11vw, 60px); }
  .qa, .start-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; padding: 40px 0; }
  .start-grid { padding: 0; }
  .dl-grid { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
  .m-br { display: inline; }
  .lead { font-size: 17px; }
  .stage { padding: 32px 16px; min-height: 0; border-radius: 24px; }
  .invite { padding: 36px 16px; border-radius: 24px; }
  .code span { width: 52px; height: 66px; font-size: 40px; border-radius: 14px; }
  .qr { display: none; }
  .download { padding: 72px 0; }
  .mc-in { padding: 24px 16px; }
  .mc-row { grid-template-columns: minmax(0, 1fr) 112px minmax(0, 1fr); gap: 8px; }
}
@media (max-width: 400px) {
  .phone-wrap { --k: .76; }
  .nav-right { gap: 12px; }
  .lang-link { font-size: 14px; }
  .nav-cta { padding: 10px 13px; font-size: 14px; }
  html[lang="en"] .brand-word { font-size: 18px; }
  html[lang="en"] .seg button { font-size: 12px; }
}
@media (max-width: 340px) {
  .phone-wrap { --k: .68; }
}
@media (max-width: 360px) {
  html[lang="en"] .brand-word { display: none; }
  .store img { height: 44px; }
  .code { gap: 6px; }
  .code span { width: 44px; height: 58px; font-size: 34px; border-radius: 12px; }
  .people { gap: 14px 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .seg-thumb { transition: none; }
  .pl.is-in { animation: none; }
  .phone-wrap { animation: none; }
}
