@charset "UTF-8";

/* ============================================================
   JATTEA LP — design tokens
   色を変えたい場合はここだけ触れば全体に反映されます
   ============================================================ */
:root {
  --orange:       #cc461d;
  --orange-dark:  #a5330f;
  --orange-deep:  #8f2c0d;
  --cream:        #f9f6ef;
  --cream-2:      #f9f4ed;
  --ink:          #313131;
  --ink-2:        #4a4a4a;
  --gold:         #c2a560;
  --gold-light:   #e2d3a8;
  --dark:         #242424;
  --white:        #ffffff;

  --content:      720px;   /* 本文カラム幅 */
  --wide:         1100px;  /* セクション最大幅 */
  --radius:       10px;
  --font: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
          "Yu Gothic", Meiryo, system-ui, sans-serif;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;          /* body に overflow を付けると sticky が壊れるため html 側で */
}
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.75;
  font-weight: 500;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, p, dl, dd, figure { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: inherit; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4em;
  background: var(--orange);
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  padding: .9em 1.8em;
  line-height: 1.3;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
}
.btn:hover  { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0, 0, 0, .18); }
.btn:active { transform: translateY(0); }
.btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.btn--lg   { font-size: clamp(15px, 1.55vw, 20px); padding: 1.05em 2.2em; width: 100%; max-width: 400px; }
.btn--cream{ background: var(--cream); color: var(--orange-dark); }
.btn--pill { background: var(--white); color: var(--orange); font-size: 14px; padding: .7em 1.5em; white-space: nowrap; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--orange);
}
.site-header__inner {
  max-width: var(--wide);
  margin-inline: auto;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-header__logo img { width: 150px; height: auto; }
.site-header__nav {
  margin-left: auto;
  display: flex;
  gap: 22px;
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
}
.site-header__nav a { text-decoration: none; opacity: .9; }
.site-header__nav a:hover { opacity: 1; text-decoration: underline; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  background: #2b1a12;
  min-height: min(78vh, 720px);
  display: flex;
  align-items: center;
}
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(0, 0, 0, .62) 0%, rgba(0, 0, 0, .42) 45%, rgba(0, 0, 0, .1) 75%);
}
.hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--wide);
  width: 100%;
  margin-inline: auto;
  padding: 72px 20px 60px;
  color: var(--white);
}
.hero__title {
  font-size: clamp(30px, 5.2vw, 68px);
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: .01em;
  text-shadow: 0 3px 20px rgba(0, 0, 0, .45);
}
.hero__lead {
  margin-top: 26px;
  font-size: clamp(12px, 1.15vw, 15px);
  font-weight: 700;
  line-height: 1.9;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .55);
}
.hero__stats {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 4vw, 56px);
}
.hero__stats li { display: grid; grid-template-columns: auto auto; align-items: baseline; }
.hero__stats strong {
  font-size: clamp(38px, 4.6vw, 62px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.01em;
}
.hero__stats .unit { font-size: clamp(14px, 1.5vw, 20px); font-weight: 700; }
.hero__stats em {
  grid-column: 1 / -1;
  font-style: normal;
  font-size: clamp(15px, 1.6vw, 22px);
  font-weight: 700;
  margin-top: 6px;
}

/* ============================================================
   CTA バンド（4箇所で共通利用）
   ============================================================ */
.cta { position: relative; overflow: hidden; padding: 46px 20px 52px; }
.cta--orange { background: var(--orange); color: var(--white); }
.cta--cream  { background: var(--cream-2); color: var(--orange-dark); }

/* 花の装飾（背景色ごと切り出した画像を左右に敷く） */
.cta__orn {
  position: absolute;
  top: 0;
  height: 100%;
  width: clamp(90px, 15%, 200px);
  max-width: none;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.cta__orn--l { left: 0;  object-position: left center; }
.cta__orn--r { right: 0; object-position: right center; }

.cta__inner { position: relative; z-index: 2; max-width: var(--wide); margin-inline: auto; }
.cta__head {
  text-align: center;
  font-size: clamp(18px, 2.5vw, 32px);
  font-weight: 900;
  letter-spacing: .02em;
  margin-bottom: 26px;
}
.cta__head::before, .cta__head::after {
  display: inline-block;
  font-weight: 700;
  padding: 0 .35em;
}
.cta__head::before { content: "＼"; }
.cta__head::after  { content: "／"; }

.cta__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 4vw, 56px);
  flex-wrap: wrap;
}
/* 資料イメージ（重なり表現） */
.cta__docs { position: relative; width: min(300px, 62vw); height: 190px; flex: none; }
.cta__docs img {
  position: absolute;
  width: 74%;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .22);
}
.cta__docs img:nth-child(1) { left: 0;   top: 0; }
.cta__docs img:nth-child(2) { left: 8%;  top: 9%; }
.cta__docs img:nth-child(3) { left: 16%; top: 18%; }
.cta__docs img:nth-child(4) { left: 24%; top: 27%; }

.cta__action { text-align: center; }
.cta__note {
  margin-top: 16px;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
}
.cta--orange .cta__note { color: rgba(255, 255, 255, .92); }
.cta__note .indent { display: inline-block; padding-left: 1.2em; }

/* ============================================================
   ISSUE
   ============================================================ */
.issue { background: var(--orange); padding: 0 20px 70px; }
.issue__frame {
  max-width: var(--wide);
  margin-inline: auto;
  background: var(--cream);
  border: 3px solid var(--orange-deep);
  outline: 12px solid var(--orange);
}
.issue__inner {
  position: relative;
  max-width: var(--content);
  margin-inline: auto;
  padding: 64px 20px 70px;
}
.watermark {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(56px, 9vw, 116px);
  font-weight: 900;
  color: rgba(49, 49, 49, .07);
  letter-spacing: .02em;
  pointer-events: none;
}
.sec-title {
  position: relative;
  text-align: center;
  font-size: clamp(19px, 2.5vw, 31px);
  font-weight: 900;
  line-height: 1.6;
}
.sec-title--sub { margin-top: 14px; }
.hl { color: var(--orange); }

.bubble {
  position: relative;
  margin: 62px auto 0;
  width: fit-content;
  max-width: 100%;
  background: var(--white);
  border: 2px solid var(--orange);
  border-radius: 999px;
  padding: .7em 1.8em;
  font-size: clamp(14px, 1.6vw, 20px);
  font-weight: 900;
  color: var(--orange);
  text-align: center;
}
.bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 24px;
  height: 16px;
  transform: translateX(-30%);
  background: var(--white);
  border-right: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.lead-xl {
  margin-top: 34px;
  text-align: center;
  font-size: clamp(20px, 2.7vw, 34px);
  font-weight: 900;
  line-height: 1.55;
}
.lead-xl .num {
  color: var(--orange);
  font-size: 1.75em;
  font-style: italic;
  letter-spacing: -.02em;
}
.lead-xl .num-unit { color: var(--orange); font-size: 1.05em; }

.issue__photo { margin: 34px auto 0; max-width: 480px; }
.issue__photo img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; border: 2px solid var(--orange); }

.prose { margin-top: 30px; padding-inline: clamp(0px, 3vw, 40px); }
.prose p { font-size: clamp(12px, 1.15vw, 14px); font-weight: 700; line-height: 2; }
.prose p + p { margin-top: 1.4em; }
.prose a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }
.prose a:hover { text-decoration-thickness: 2px; }

.issue__turn { margin-top: 60px; }

/* 市場カード */
.market {
  margin-top: 40px;
  background: #5c5c5c;
  color: var(--white);
  padding: clamp(24px, 3vw, 40px) clamp(16px, 3vw, 36px);
}
.market__title {
  text-align: center;
  font-size: clamp(17px, 2.1vw, 26px);
  font-weight: 900;
  line-height: 1.6;
}
.market__grid {
  margin: 26px auto 0;
  max-width: 520px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.market__grid li { position: relative; }
.market__grid img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }
.market__grid span {
  position: absolute;
  left: 0; right: 0; bottom: 10%;
  text-align: center;
  font-size: clamp(13px, 1.5vw, 18px);
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .6);
}
.market__grid strong {
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 900;
  font-style: italic;
  letter-spacing: -.02em;
}
.market__note {
  margin-top: 22px;
  text-align: center;
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 700;
  line-height: 1.9;
}

/* ============================================================
   FC 0次募集
   ============================================================ */
.fc {
  position: relative;
  background: var(--orange);
  padding: 70px 20px 80px;
}
.fc__inner { max-width: var(--wide); margin-inline: auto; }
.fc__emblem { width: min(230px, 46vw); margin: 0 auto; }
.fc__title {
  margin-top: 24px;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, .95);
  font-size: clamp(24px, 4.4vw, 58px);
  font-weight: 900;
  letter-spacing: .02em;
}
.fc__grid {
  margin: 42px auto 0;
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.fc__grid li {
  position: relative;
  border: 2px solid var(--gold-light);
  aspect-ratio: 16 / 11;
  overflow: hidden;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 4px;
  color: var(--white);
  text-align: center;
  padding: 10px;
}
.fc__grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(.72);
}
.fc__label, .fc__value { position: relative; z-index: 1; text-shadow: 0 2px 12px rgba(0, 0, 0, .6); }
.fc__label { font-size: clamp(14px, 1.9vw, 24px); font-weight: 900; }
.fc__value { font-size: clamp(30px, 4.6vw, 60px); font-weight: 900; line-height: 1.1; }
.fc__value small { font-size: .38em; }

/* ============================================================
   MISSION
   ============================================================ */
.mission { position: relative; overflow: hidden; background: #1d1512; }
.mission__bg { position: absolute; inset: 0; }
.mission__bg img { width: 100%; height: 100%; object-fit: cover; }
.mission__bg::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .38); }
.mission__inner {
  position: relative;
  z-index: 1;
  max-width: var(--wide);
  margin-inline: auto;
  padding: clamp(70px, 10vw, 130px) 20px;
  color: var(--white);
  text-align: center;
}
.mission__title {
  font-size: clamp(21px, 3.1vw, 40px);
  font-weight: 900;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .6);
}
.mission__title span {
  border-right: 2px solid currentColor;
  padding-right: .55em;
  margin-right: .55em;
  letter-spacing: .04em;
}
.mission__body {
  margin-top: 26px;
  font-size: clamp(11px, 1.15vw, 15px);
  font-weight: 700;
  line-height: 2.1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .7);
}

/* ============================================================
   選ばれる4つの理由
   ============================================================ */
.reasons {
  position: relative;
  background: var(--orange);
  padding: 64px 20px 78px;
}
.reasons__inner { max-width: var(--wide); margin-inline: auto; }
.reasons__lead, .reasons__title { text-align: center; color: var(--white); font-weight: 900; }
.reasons__lead  { font-size: clamp(20px, 3vw, 38px); }
.reasons__title { font-size: clamp(24px, 3.8vw, 48px); margin-top: 4px; }
.reasons__title strong { font-size: 1.5em; font-weight: 900; }
.reasons__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 2.4vw, 30px);
  max-width: 900px;
  margin-inline: auto;
}
.card {
  background: var(--cream);
  border: 2px solid var(--gold);
  padding: clamp(14px, 1.6vw, 22px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
}
.card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.card h4 {
  margin-top: 16px;
  text-align: center;
  font-size: clamp(15px, 1.9vw, 23px);
  font-weight: 900;
}
.card p {
  margin-top: 10px;
  font-size: clamp(11px, 1.05vw, 13px);
  font-weight: 700;
  line-height: 1.85;
}

/* ============================================================
   Q&A
   ============================================================ */
.qa { background: var(--orange); padding: 70px 20px 80px; }
.qa__inner { max-width: 900px; margin-inline: auto; }
.qa__title { display: grid; justify-items: center; color: var(--white); text-align: center; }
.qa__title-sub  { font-size: clamp(22px, 3.2vw, 42px); font-weight: 900; }
.qa__title-main { font-size: clamp(44px, 7vw, 92px); font-weight: 900; line-height: 1; }

.qa__item { margin-top: 34px; box-shadow: 0 8px 24px rgba(0, 0, 0, .14); }
.qa__q {
  background: var(--orange-deep);
  color: var(--white);
  padding: .85em clamp(14px, 2.5vw, 34px);
  font-size: clamp(16px, 2.2vw, 27px);
  font-weight: 900;
  line-height: 1.5;
}
.qa__q .q { margin-right: .35em; }
.qa__a { background: var(--cream-2); padding: clamp(20px, 3vw, 38px) clamp(16px, 3vw, 40px); }
.qa__a--center { text-align: center; }
.qa__answer { font-size: clamp(15px, 2vw, 25px); font-weight: 900; line-height: 1.85; }
.qa__text {
  margin-top: 24px;
  font-size: clamp(12px, 1.35vw, 17px);
  font-weight: 700;
  line-height: 1.95;
}

/* 収益構造チャート */
.chart {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, .08);
}
.chart__col { padding: clamp(14px, 2vw, 26px); text-align: center; }
.chart__col--gray { background: #efefef; }
.chart__col--gold { background: #f4ecd9; }
.chart__head { font-size: clamp(15px, 2vw, 25px); font-weight: 900; }
.chart__col--gold .chart__head { color: var(--orange); }
.chart__bars {
  margin: 18px auto 0;
  height: 170px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(6px, 1vw, 14px);
  border-bottom: 3px solid #8a8a8a;
  max-width: 260px;
}
.chart__col--gold .chart__bars { border-bottom-color: var(--gold); }
.bar {
  position: relative;
  width: clamp(34px, 5vw, 56px);
  display: flex;
  justify-content: center;
  color: rgba(255, 255, 255, .85);
  font-size: 11px;
  font-weight: 700;
  writing-mode: vertical-rl;
  padding-top: 10px;
}
.chart__col--gray .bar--sales  { background: #bcbcbc; height: 100%; }
.chart__col--gray .bar--cost   { background: #6f6f6f; height: 82%; }
.chart__col--gold .bar--sales  { background: #d9c89a; height: 100%; }
.chart__col--gold .bar--cost   { background: #b99f5e; height: 55%; }
.bar--profit { background: var(--orange); writing-mode: horizontal-tb; padding-top: 0; align-items: flex-start; }
.bar--profit-sm { height: 14%; }
.bar--profit-lg { height: 42%; }
.bar .tag {
  position: absolute;
  top: -26px;
  background: var(--orange);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  white-space: nowrap;
}
.chart__note {
  margin-top: 16px;
  font-size: clamp(10px, 1.05vw, 13px);
  font-weight: 700;
  line-height: 1.7;
  color: var(--orange);
}
.chart__col--gray .chart__note { color: var(--orange); }

/* サポート一覧 */
.support {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(8px, 1.2vw, 14px);
  max-width: 640px;
  margin-inline: auto;
}
.support li {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: grid;
  align-content: center;
  justify-items: center;
  color: var(--white);
  text-align: center;
  padding: 8px;
}
.support img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.62);
}
.support span {
  position: relative;
  z-index: 1;
  font-size: clamp(15px, 2.3vw, 26px);
  font-weight: 900;
  line-height: 1.3;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .7);
}
.support span.sm { font-size: clamp(11px, 1.5vw, 17px); font-weight: 700; }

/* 比較表 */
.table-wrap { overflow-x: auto; }
.compare {
  border-collapse: separate;
  border-spacing: 4px;
  margin-inline: auto;
  min-width: 520px;
  font-weight: 700;
}
.compare th, .compare td {
  padding: .7em 1em;
  text-align: center;
  font-size: clamp(13px, 1.5vw, 19px);
  border: 2px solid var(--gold);
  background: var(--cream);
  white-space: nowrap;
}
.compare thead th { background: var(--orange-deep); color: var(--white); border-color: var(--orange-deep); }
.compare thead th.is-jattea { background: var(--orange-deep); border-color: var(--gold); box-shadow: 0 3px 10px rgba(0, 0, 0, .2); }
.compare thead td { border: none; background: transparent; }
.compare tbody th { background: var(--gold-light); color: var(--ink); }
.compare td.is-jattea { box-shadow: 0 3px 10px rgba(0, 0, 0, .12); }

/* ============================================================
   会社概要
   ============================================================ */
.company { background: var(--orange); padding: 70px 20px 80px; color: var(--white); }
.company__inner { max-width: 800px; margin-inline: auto; }
.company__title { text-align: center; font-size: clamp(24px, 3.4vw, 40px); font-weight: 900; }
.company__list { margin-top: 32px; }
.company__list > div {
  display: grid;
  grid-template-columns: minmax(90px, 130px) 1fr;
  gap: clamp(12px, 2.5vw, 34px);
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .45);
}
.company__list > div:last-child { border-bottom: none; }
.company__list dt { text-align: right; font-size: clamp(13px, 1.4vw, 18px); font-weight: 700; letter-spacing: .2em; }
.company__list dd { font-size: clamp(13px, 1.4vw, 18px); font-weight: 700; line-height: 1.7; }

.member {
  margin-top: 34px;
  background: var(--cream);
  color: var(--ink);
  border: 3px solid var(--gold);
  padding: clamp(18px, 3vw, 34px);
  display: grid;
  grid-template-columns: minmax(180px, 260px) 1fr;
  align-items: center;
  gap: clamp(16px, 3vw, 40px);
}
.member__photo img { border-radius: 50%; aspect-ratio: 1; object-fit: cover; border: 3px solid var(--gold); }
.member__media { display: grid; gap: 10px; }
.member__media img { width: 100%; box-shadow: 0 4px 14px rgba(0, 0, 0, .18); }
.member__role  { font-size: clamp(12px, 1.2vw, 15px); font-weight: 900; color: var(--gold); letter-spacing: .06em; }
.member__name  { font-size: clamp(20px, 2.6vw, 33px); font-weight: 900; color: var(--gold); line-height: 1.3; }
.member__points { margin-top: 14px; }
.member__points li {
  font-size: clamp(12px, 1.25vw, 16px);
  font-weight: 700;
  line-height: 1.8;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.member__points li::before { content: "・"; }
.member__points .paren { display: inline-block; text-indent: 0; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--dark);
  padding: clamp(60px, 9vw, 120px) 20px;
  text-align: center;
}
.site-footer__logo { width: min(120px, 30vw); margin: 0 auto; opacity: .55; }
.site-footer__copy { margin-top: 40px; font-size: 11px; font-weight: 700; color: rgba(255, 255, 255, .55); }

/* ============================================================
   モバイル固定CTA
   ============================================================ */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(204, 70, 29, .95);
  backdrop-filter: blur(4px);
  display: none;
}
.sticky-cta .btn { max-width: 100%; background: var(--cream); color: var(--orange-dark); padding: .85em 1em; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .site-header__nav { display: none; }
  .hero__bg img { object-position: 70% center; }
  .hero__inner { padding-top: 56px; }
}

@media (max-width: 768px) {
  .cta__orn { height: 100%; opacity: .5; }
  .cta__body { flex-direction: column; }
  .cta__docs { height: 170px; }
  .cta__note { text-align: center; }
  .cta__note .indent { padding-left: 0; }
  .issue__frame { outline-width: 8px; }
  .reasons__grid { grid-template-columns: 1fr; max-width: 460px; }
  .fc__grid { grid-template-columns: 1fr; max-width: 420px; }
  .support { grid-template-columns: 1fr; max-width: 400px; }
  .member { grid-template-columns: 1fr; text-align: center; }
  .member__photo { max-width: 220px; margin-inline: auto; }
  .member__points li { text-align: left; }
  .company__list > div { grid-template-columns: 1fr; gap: 4px; text-align: center; }
  .company__list dt { text-align: center; }
  .sticky-cta { display: block; }
  body { padding-bottom: 76px; }
}

@media (max-width: 480px) {
  .hero__stats { gap: 18px; }
  .market__grid { grid-template-columns: 1fr; max-width: 300px; }
  .chart { grid-template-columns: 1fr; }
}

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