/* =========================================================
   ほしゆみ（野本由美子）公式サイト — site.css
   style.css（基盤＋再スキン）の上に重ねるブランド固有CSS。
   コンセプト「明るい占星術」: アイボリー × テラコッタ × 金 / 明朝
   ========================================================= */

/* ---------- Header brand ---------- */
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__mark { color: var(--gold); font-size: 22px; line-height: 1; }
.brand__text { display: flex; flex-direction: column; line-height: 1.2; }
.brand__name { font-family: var(--head); font-weight: 700; font-size: 21px; letter-spacing: .14em; color: var(--ink); }
.brand__sub { font-family: var(--body); font-size: 10.5px; letter-spacing: .18em; color: var(--muted); margin-top: 2px; }
@media (max-width: 540px){ .brand__sub { display: none; } .brand__name { font-size: 19px; } }

/* ---------- Section primitives ---------- */
.section { padding-block: var(--sp); }
.section--tint { background: var(--mint); }
.section--paper { background: var(--paper); }
.section--night { background: var(--night); color: #efe9f2; }
.section__head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section__head .eyebrow { justify-content: center; }
.section__title { font-size: clamp(26px, 4.4vw, 40px); color: var(--ink); }
.section--night .section__title { color: #fbf3ea; }
.section__lead { margin-top: 20px; color: var(--muted); font-size: 16px; line-height: 2; }
.section--night .section__lead { color: #c8bcd0; }
.text-center { text-align: center; }

/* ---------- Starfield (装飾) ---------- */
.starfield { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.starfield i { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--gold); opacity: .55; }
.starfield i:nth-child(2n){ width: 2px; height: 2px; opacity: .4; }

/* ---------- HERO（home専用: 基盤 style.css の .hero* と衝突しないよう hhero* で命名） ---------- */
.hhero { position: relative; overflow: hidden; background:
    radial-gradient(120% 90% at 88% 0%, #fdeee3 0%, var(--paper) 46%, var(--paper) 100%); }
.hhero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(28px, 5vw, 72px); align-items: center; padding-block: clamp(56px, 9vw, 116px); }
.hero__eyebrow { color: var(--green); }
.hhero__title { font-size: clamp(32px, 6vw, 58px); line-height: 1.46; color: var(--ink); letter-spacing: .05em; }
.hhero__title b { color: var(--green); font-weight: 700; }
.hhero__lead { margin-top: 26px; font-size: clamp(15px, 1.6vw, 17px); line-height: 2.1; color: #5d5048; max-width: 30em; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero__meta { margin-top: 30px; display: flex; gap: 26px; flex-wrap: wrap; color: var(--muted); font-size: 13px; letter-spacing: .06em; }
.hero__meta b { color: var(--green-dark); font-family: var(--head); font-size: 20px; font-weight: 700; margin-right: 4px; }
.hhero__figure { position: relative; }
.hhero__photo { display: block; width: 100%; height: auto; border-radius: 220px 220px 24px 24px; box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; object-position: center top; }
.hhero__halo { position: absolute; inset: -4% -4% auto auto; width: 64%; aspect-ratio: 1; border: 1px solid var(--gold); border-radius: 50%; opacity: .5; z-index: -1; }
.hhero__badge { position: absolute; left: -18px; right: auto; top: auto; bottom: 26px; z-index: 2;
  background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  border-radius: 16px; padding: 14px 18px; font-family: var(--head); font-style: normal; }
.hhero__badge span { display: block; font-size: 11px; letter-spacing: .2em; color: var(--gold-deep); }
.hhero__badge b { font-size: 17px; color: var(--ink); font-style: normal; }
@media (max-width: 860px){
  .hhero__inner { grid-template-columns: 1fr; text-align: center; }
  .hhero__lead { margin-inline: auto; }
  .hero__cta, .hero__meta { justify-content: center; }
  .hhero__figure { order: -1; max-width: 360px; margin: 0 auto; }
}

/* ---------- 簡易占いへの導線バンド（home上部・夜空／特設ページ /reading） ---------- */
.rd-promo{ position:relative; overflow:hidden; color:#ece8f4;
  background:
    radial-gradient(60% 90% at 85% 30%, rgba(212,175,122,.18), transparent 60%),
    radial-gradient(50% 90% at 12% 45%, rgba(96,72,140,.22), transparent 60%),
    linear-gradient(180deg,#0c0a1a 0%, #120e24 100%); }
.rd-promo__sky{ position:absolute; inset:0; pointer-events:none; z-index:0; }
.rd-promo__sky i{ position:absolute; width:2px; height:2px; border-radius:50%; background:#efe7cf; box-shadow:0 0 6px rgba(240,231,200,.6); }
.rd-promo__inner{ position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between;
  gap:clamp(22px,4vw,48px); padding-block:clamp(32px,5vw,52px); flex-wrap:wrap; }
.rd-promo__lead{ min-width:min(440px,100%); }
.rd-promo__glyphs{ font-size:18px; letter-spacing:.5em; color:#d4af7a; }
.rd-promo__eyebrow{ font-family:var(--serif); font-style:italic; letter-spacing:.28em; text-transform:uppercase; font-size:11px; color:var(--star); margin-top:12px; display:inline-flex; align-items:center; gap:9px; }
.rd-promo__eyebrow::before{ content:""; width:22px; height:1px; background:var(--star); opacity:.7; }
.rd-promo__title{ font-family:var(--head); font-weight:700; color:#f7f1e4; font-size:clamp(23px,3.6vw,33px); letter-spacing:.1em; margin-top:6px; }
.rd-promo__desc{ margin-top:11px; color:#bdb6d4; font-size:14px; line-height:1.95; max-width:36em; }
.rd-promo__desc b{ color:#e6c98a; font-weight:500; }
.rd-promo__cta{ flex:none; text-align:center; }
.rd-promo__btn{ display:inline-flex; align-items:center; gap:10px; border-radius:999px;
  padding:17px 32px; background:linear-gradient(180deg,#e3c187,#c79a55); color:#1a1206; font-family:var(--head);
  font-weight:700; font-size:14.5px; letter-spacing:.14em; box-shadow:0 18px 46px -18px rgba(212,175,122,.65); transition:transform .2s, filter .2s; }
.rd-promo__btn:hover{ transform:translateY(-2px); filter:brightness(1.05); }
.rd-promo__note{ display:block; margin-top:11px; font-size:11px; color:#8b84a6; letter-spacing:.08em; }
@media (max-width:720px){ .rd-promo__inner{ justify-content:center; text-align:center; } .rd-promo__lead{ min-width:0; } .rd-promo__eyebrow{ justify-content:center; } .rd-promo__desc{ margin-inline:auto; } }

/* ---------- Pillars (4本柱) ---------- */
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pillar { position: relative; display: block; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 24px 26px; transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; }
.pillar:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--leaf); }
.pillar__no { font-family: var(--serif); font-size: 13px; letter-spacing: .2em; color: var(--gold); }
.pillar__icon { font-size: 26px; color: var(--green); margin: 10px 0 14px; }
.pillar__title { font-size: 19px; color: var(--ink); }
.pillar__desc { margin-top: 10px; font-size: 13.5px; line-height: 1.95; color: var(--muted); }
.pillar__more { margin-top: 16px; font-family: var(--head); font-size: 13px; color: var(--green-dark); }
@media (max-width: 900px){ .pillars { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px){ .pillars { grid-template-columns: 1fr; } }

/* ---------- Quote band ---------- */
.quote { max-width: 820px; margin: 0 auto; text-align: center; }
.quote__mark { font-family: var(--serif); font-size: 60px; color: var(--gold); line-height: 1; opacity: .6; }
.quote__text { font-family: var(--head); font-size: clamp(20px, 3.2vw, 30px); line-height: 1.85; color: var(--ink); letter-spacing: .04em; margin-top: -10px; }
.section--night .quote__text { color: #fbf3ea; }
.quote__text em { color: var(--green); font-style: normal; }
.section--night .quote__text em { color: var(--star); }
.quote__by { margin-top: 24px; font-size: 13px; letter-spacing: .12em; color: var(--muted); }

/* ---------- Split feature (book / profile) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 72px); align-items: center; }
.split--reverse .split__media { order: 2; }
.split__body .eyebrow { color: var(--green); }
.split__title { font-size: clamp(24px, 3.6vw, 34px); color: var(--ink); line-height: 1.5; }
.split__text { margin-top: 20px; font-size: 15.5px; line-height: 2.05; color: #5d5048; }
.split__text + .split__text { margin-top: 16px; }
.split__cta { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }
.split__photo { width: 100%; border-radius: var(--radius-l); box-shadow: var(--shadow); object-fit: cover; }
@media (max-width: 820px){ .split { grid-template-columns: 1fr; } .split--reverse .split__media { order: 0; } }

/* ---------- Book cover (文庫風) ---------- */
.bookcover { position: relative; width: min(280px, 70%); margin: 0 auto; aspect-ratio: 3/4.3;
  background: #efe6d3; border: 1px solid #d6c8a6; border-radius: 4px; box-shadow: var(--shadow);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 28px 18px; }
.bookcover::before { content: ""; position: absolute; inset: 10px; border: 1px solid #cdbd95; border-radius: 2px; }
.bookcover__year { font-family: var(--serif); font-size: 15px; letter-spacing: .3em; color: var(--gold-deep); }
.bookcover__title { font-family: var(--head); font-weight: 700; writing-mode: vertical-rl; height: 56%;
  font-size: 26px; letter-spacing: .14em; color: #2e2719; }
.bookcover__pub { font-size: 11px; letter-spacing: .12em; color: #9a8a63; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 760px; margin: 0 auto; }
.stat { text-align: center; }
.stat__num { font-family: var(--head); font-weight: 700; font-size: clamp(30px, 5vw, 46px); color: var(--green); line-height: 1; }
.stat__num small { font-size: 16px; color: var(--gold-deep); margin-left: 2px; }
.stat__label { margin-top: 12px; font-size: 13px; letter-spacing: .1em; color: var(--muted); }
@media (max-width: 560px){ .stats { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- Menu list (鑑定メニュー) ---------- */
.menu-list { display: grid; gap: 18px; max-width: 860px; margin: 0 auto; }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: 18px 28px; align-items: start;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 30px; }
.menu-item__name { font-family: var(--head); font-weight: 700; font-size: 20px; color: var(--ink); }
.menu-item__tag { display: inline-block; margin-left: 12px; font-family: var(--body); font-size: 11px; letter-spacing: .1em;
  color: var(--gold-deep); background: var(--amber-soft); border-radius: 999px; padding: 3px 12px; vertical-align: middle; }
.menu-item__desc { margin-top: 12px; font-size: 14px; line-height: 1.95; color: var(--muted); }
.menu-item__price { font-family: var(--head); font-weight: 700; font-size: 22px; color: var(--green-dark); white-space: nowrap; }
.menu-item__price small { display: block; font-family: var(--body); font-weight: 400; font-size: 11px; color: var(--muted); letter-spacing: .08em; }
@media (max-width: 560px){ .menu-item { grid-template-columns: 1fr; } }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { text-align: center; }
.step__no { counter-increment: step; width: 46px; height: 46px; margin: 0 auto 14px; border-radius: 50%;
  border: 1px solid var(--gold); color: var(--gold-deep); font-family: var(--head); font-size: 18px;
  display: flex; align-items: center; justify-content: center; }
.step__no::before { content: counter(step); }
.step__title { font-family: var(--head); font-weight: 700; font-size: 16px; color: var(--ink); }
.step__desc { margin-top: 8px; font-size: 13px; line-height: 1.9; color: var(--muted); }
@media (max-width: 760px){ .steps { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Column / post cards (WP headless) ---------- */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s; }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.post-card__thumb { aspect-ratio: 16/10; object-fit: cover; width: 100%; background: var(--mint); }
.post-card__body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.post-card__date { font-family: var(--serif); font-size: 12px; letter-spacing: .1em; color: var(--gold-deep); }
.post-card__title { font-family: var(--head); font-weight: 700; font-size: 16.5px; line-height: 1.6; color: var(--ink); margin-top: 8px; }
.post-card__excerpt { margin-top: 10px; font-size: 13px; line-height: 1.9; color: var(--muted); flex: 1; }
@media (max-width: 880px){ .posts { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 560px){ .posts { grid-template-columns: 1fr; } }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; background: var(--night); color: #f3ecf5; text-align: center; }
.cta-band__title { font-size: clamp(24px, 4vw, 38px); color: #fbf3ea; letter-spacing: .05em; }
.cta-band__lead { margin: 20px auto 34px; max-width: 540px; color: #cabfd2; line-height: 2; font-size: 15px; }
.cta-band .btn--ghost { color: #fbf3ea; border-color: rgba(255,255,255,.4); }
.cta-band .btn--ghost:hover { background: rgba(255,255,255,.08); border-color: var(--star); }

/* ---------- Page hero (下層共通) ---------- */
.page-hero { position: relative; overflow: hidden; text-align: center; padding-block: clamp(64px, 10vw, 120px);
  background: radial-gradient(120% 100% at 50% 0%, #fdeee3 0%, var(--paper) 60%); }
.page-hero__eyebrow { justify-content: center; }
.page-hero__title { font-size: clamp(28px, 5vw, 46px); color: var(--ink); letter-spacing: .06em; }
.page-hero__lead { margin: 22px auto 0; max-width: 640px; color: var(--muted); line-height: 2; font-size: 15.5px; }

/* ---------- Breadcrumb ---------- */
.crumb { font-size: 12.5px; color: var(--muted); letter-spacing: .04em; }
.crumb a { color: var(--green-dark); }
.crumb span { margin: 0 8px; color: var(--line-2); }

/* ---------- Prose (本文) ---------- */
.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { font-size: clamp(22px, 3vw, 28px); color: var(--ink); margin: 56px 0 20px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.prose h3 { font-size: 19px; color: var(--green-dark); margin: 36px 0 14px; }
.prose p { margin: 0 0 18px; line-height: 2.05; color: #4f443d; }
.prose strong { color: var(--green-dark); font-weight: 700; }
.prose ul { margin: 0 0 18px; padding-left: 0; }
.prose ul li { position: relative; padding-left: 24px; margin-bottom: 10px; line-height: 1.9; color: #4f443d; }
.prose ul li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); font-size: 13px; top: 2px; }

/* ---------- Footer additions ---------- */
.footer__wordmark { font-family: var(--head); font-weight: 700; font-size: 24px; letter-spacing: .14em; color: #fbf3ea; }
.footer__wordmark span { color: var(--star); }
.footer__sns { display: flex; gap: 16px; margin-top: 18px; }
.footer__sns a { font-size: 13px; letter-spacing: .06em; color: #cabfd2; border-bottom: 1px solid transparent; }
.footer__sns a:hover { color: #fff; border-bottom-color: var(--star); }
.footer__credit { font-size: 11px; letter-spacing: .08em; color: rgba(255,255,255,.45); }

/* ---------- 12星座: おすすめ（パーソナライズ） ---------- */
/* .reco / #hsRecoThanks / #hsRecoEmpty の表示切替は JS が inline style で制御 */
.reco__inner { display: grid; grid-template-columns: auto 1fr; gap: clamp(20px, 4vw, 40px); align-items: center;
  background: var(--white); border: 1px solid var(--leaf); border-radius: var(--radius-l);
  padding: clamp(22px, 4vw, 38px); box-shadow: var(--shadow); }
.reco__eyebrow { color: var(--green); }
.reco__sign { font-family: var(--head); font-weight: 700; font-size: clamp(22px, 3.4vw, 30px); color: var(--ink); }
.reco__sign .sym { color: var(--gold); margin-right: 10px; }
.reco__text { margin-top: 10px; color: var(--muted); font-size: 14.5px; line-height: 1.9; }
.reco__cta { margin-top: 20px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.reco__owned { background: none; border: none; color: var(--muted); font-size: 12.5px; text-decoration: underline;
  cursor: pointer; padding: 6px 4px; font-family: var(--body); }
.reco__owned:hover { color: var(--green-dark); }
.reco__change { font-size: 12.5px; color: var(--green-dark); }
@media (max-width: 560px){ .reco__inner { grid-template-columns: 1fr; text-align: center; } .reco__cta { justify-content: center; } }

/* おすすめ用の単票カバー（やや大きめ） */
.reco .mini-cover { width: 150px; }

/* ---------- 12星座ライブラリ ---------- */
.zodiac-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2.4vw, 26px); }
@media (max-width: 820px){ .zodiac-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px){ .zodiac-grid { grid-template-columns: repeat(2, 1fr); } }

.zbook { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 14px 18px;
  transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.zbook:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--leaf); }
.zbook.is-reco { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold), var(--shadow-sm); }
.zbook__flag { display: none; position: absolute; top: -11px; left: 50%; transform: translateX(-50%); white-space: nowrap;
  background: var(--gold); color: #fff; font-size: 11px; letter-spacing: .08em; padding: 3px 12px; border-radius: 999px; }
.zbook.is-reco .zbook__flag { display: block; }
.zbook__owned { position: absolute; top: 10px; right: 10px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--green); color: #fff; font-size: 12px; display: none; align-items: center; justify-content: center; }
.zbook.is-owned .zbook__owned { display: flex; }
.zbook.is-owned { opacity: .72; }
.zbook__name { font-family: var(--head); font-weight: 700; font-size: 15px; color: var(--ink); margin-top: 12px; }
.zbook__name .sym { color: var(--gold); margin-right: 5px; }
.zbook__dates { font-size: 11px; color: var(--muted); letter-spacing: .04em; margin-top: 3px; }
.zbook__link { margin-top: 12px; font-family: var(--head); font-size: 12.5px; color: var(--green-dark);
  border: 1px solid var(--line-2); border-radius: 999px; padding: 7px 16px; transition: background .25s, border-color .25s; }
.zbook__link:hover { background: var(--mint); border-color: var(--leaf); }

/* 文庫風ミニカバー（書影画像が無いときの自動描画） */
.mini-cover { position: relative; width: 100%; max-width: 124px; aspect-ratio: 3/4.3; margin: 0 auto;
  background: #efe6d3; border: 1px solid #d6c8a6; border-radius: 3px; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 12px 8px; overflow: hidden; }
.mini-cover img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mini-cover::before { content: ""; position: absolute; inset: 6px; border: 1px solid #cdbd95; border-radius: 2px; pointer-events: none; }
.mini-cover.has-img::before { display: none; }
.mini-cover__sym { font-size: 22px; color: var(--gold-deep); line-height: 1; }
.mini-cover__year { font-family: var(--serif); font-size: 11px; letter-spacing: .22em; color: var(--gold-deep); }
.mini-cover__title { font-family: var(--head); font-weight: 700; writing-mode: vertical-rl; height: 52%;
  font-size: 14px; letter-spacing: .12em; color: #2e2719; }

/* ---------- お問い合わせ：同意チェックの行 ---------- */
/* 基盤の .field label{display:flex} が同意行を崩すため、通常のテキスト流し込みに上書き */
.field.field--consent label{ display:block; font-family:var(--body); font-weight:400; font-size:14px; line-height:1.85; color:var(--ink); }
.field.field--consent input[type="checkbox"]{ width:17px; height:17px; vertical-align:-3px; margin-right:9px; accent-color:var(--green); cursor:pointer; }
.field.field--consent a{ color:var(--green-dark); text-decoration:underline; text-underline-offset:2px; }
.field.field--consent a:hover{ color:var(--green); }

/* ---------- 実績（/works）: 監修フィーチャー・研修/メディアのカードグリッド ---------- */
.achv-feature { display: flex; gap: 26px; align-items: center; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-l); padding: 32px clamp(22px, 4vw, 40px); box-shadow: var(--shadow-sm); }
.achv-feature__icon { flex: none; width: 64px; height: 64px; border-radius: 50%; background: var(--mint);
  display: grid; place-items: center; font-size: 28px; color: var(--green-dark); }
.achv-feature__label { font-family: var(--serif); font-size: 12px; letter-spacing: .16em; color: var(--gold-deep); }
.achv-feature__name { font-family: var(--head); font-weight: 700; font-size: 19px; color: var(--ink); margin-top: 6px; }
.achv-feature__desc { margin-top: 8px; font-size: 13.5px; color: var(--muted); line-height: 1.85; }
.achv-feature__cta { margin-top: 16px; }

.achv-grid { display: grid; gap: 18px; }
.achv-grid--3 { grid-template-columns: repeat(3, 1fr); }
.achv-grid--4 { grid-template-columns: repeat(4, 1fr); }
.achv-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 20px; text-align: center; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.achv-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--leaf); }
.achv-card__icon { font-size: 24px; color: var(--green); margin-bottom: 14px; }
.achv-card__name { font-family: var(--head); font-weight: 700; font-size: 14.5px; color: var(--ink); line-height: 1.6; }
.achv-card__sub { margin-top: 6px; font-size: 11.5px; color: var(--muted); letter-spacing: .04em; }
@media (max-width: 860px){ .achv-grid--3, .achv-grid--4 { grid-template-columns: repeat(2, 1fr); } .achv-feature { flex-direction: column; text-align: center; } }
@media (max-width: 480px){ .achv-grid--3, .achv-grid--4 { grid-template-columns: 1fr; } }

/* ---------- Utilities ---------- */
.mt-s { margin-top: 16px; } .mt-m { margin-top: 28px; } .mt-l { margin-top: 48px; }
.narrow { max-width: 820px; margin-inline: auto; }
