/* =========================================================
   餃子大和 GYOZA-YAMATO — Main Stylesheet
   3〜4色構成：墨黒 / 生成り / 茜赤 / 金茶
   ========================================================= */

:root {
  --c-ink:    #231c17;   /* 墨黒：基本テキスト */
  --c-ink-2:  #5b5048;   /* 補助テキスト */
  --c-cream:  #f7f1e6;   /* 生成り：ページ背景 */
  --c-paper:  #fffdf8;   /* 紙白：カード背景 */
  --c-akane:  #b23a2e;   /* 茜赤：アクセント */
  --c-akane-d:#8f2c22;   /* 茜赤（濃） */
  --c-gold:   #b3863c;   /* 金茶：サブアクセント */
  --c-gold-d: #8f6a2c;
  --c-line:   #e4d8c3;   /* 罫線 */
  --c-ink-soft: rgba(35,28,23,.06);

  --shadow-sm: 0 2px 10px rgba(35,28,23,.06);
  --shadow-md: 0 12px 34px rgba(35,28,23,.10);
  --shadow-lg: 0 24px 60px rgba(35,28,23,.18);

  --maxw: 1160px;
  --radius: 14px;
  --radius-lg: 22px;

  --ff-serif: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --ff-sans:  "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

/* ---------- Reset / Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--ff-sans);
  color: var(--c-ink);
  background: var(--c-cream);
  line-height: 1.85;
  font-size: 16px;
  letter-spacing: .02em;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-akane); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--c-akane-d); }
h1, h2, h3, h4 { font-family: var(--ff-serif); font-weight: 700; line-height: 1.4; color: var(--c-ink); margin: 0 0 .6em; }
p { margin: 0 0 1.2em; }
ul { margin: 0; padding: 0; }
button { font-family: inherit; cursor: pointer; }

.container { width: min(100% - 40px, var(--maxw)); margin-inline: auto; }
.section { padding: clamp(56px, 8vw, 110px) 0; }
.section--tight { padding: clamp(40px, 5vw, 70px) 0; }
.bg-paper { background: var(--c-paper); }
.bg-ink { background: var(--c-ink); color: var(--c-cream); }
.bg-ink h1,.bg-ink h2,.bg-ink h3 { color: #fff; }
.text-center { text-align: center; }

/* ---------- 見出し装飾 ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--ff-sans);
  font-size: .78rem; font-weight: 700; letter-spacing: .26em;
  color: var(--c-akane); text-transform: uppercase;
  margin-bottom: 1em;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--c-gold); display: inline-block; }
.section-title {
  font-size: clamp(1.7rem, 4vw, 2.7rem);
  letter-spacing: .04em;
  margin-bottom: .3em;
}
.section-title .accent { color: var(--c-akane); }
.section-lead { color: var(--c-ink-2); max-width: 640px; }
.text-center .section-lead { margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: .95em 2.1em;
  font-family: var(--ff-sans); font-weight: 700; font-size: .98rem; letter-spacing: .06em;
  border-radius: 999px; border: 2px solid transparent; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn--primary { background: var(--c-akane); color: #fff; box-shadow: 0 10px 24px rgba(178,58,46,.32); }
.btn--primary:hover { background: var(--c-akane-d); color:#fff; transform: translateY(-2px); box-shadow: 0 16px 30px rgba(178,58,46,.4); }
.btn--gold { background: var(--c-gold-d); color: #fff; }
.btn--gold:hover { background: #6f521f; color:#fff; transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--c-ink); border-color: var(--c-ink); }
.btn--ghost:hover { background: var(--c-ink); color: var(--c-cream); }
.btn--light { background: #fff; color: var(--c-akane); }
.btn--light:hover { background: var(--c-cream); color: var(--c-akane-d); }
.btn--lg { padding: 1.1em 2.6em; font-size: 1.05rem; }

/* ====================================================
   Header
   ==================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247,241,230,.86);
  backdrop-filter: saturate(150%) blur(12px);
  border-bottom: 1px solid var(--c-line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; min-height: 78px;
}
.site-brand { display: flex; align-items: center; gap: 14px; line-height: 1; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--c-akane); color: #fff;
  display: grid; place-items: center;
  font-family: var(--ff-serif); font-weight: 700; font-size: 1.35rem;
  box-shadow: 0 6px 16px rgba(178,58,46,.3);
}
.brand-text { display: flex; flex-direction: column; gap: 3px; }
.brand-name { font-family: var(--ff-serif); font-weight: 700; font-size: 1.25rem; color: var(--c-ink); letter-spacing: .08em; }
.brand-sub  { font-size: .62rem; letter-spacing: .34em; color: var(--c-gold-d); font-weight: 700; }

.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav ul { display: flex; align-items: center; gap: 4px; list-style: none; }
.main-nav a {
  display: inline-block; padding: .55em .9em;
  color: var(--c-ink); font-size: .92rem; font-weight: 500; letter-spacing: .04em;
  border-radius: 8px; position: relative;
}
.main-nav a::after {
  content:""; position:absolute; left:.9em; right:.9em; bottom:.34em; height:2px;
  background: var(--c-akane); transform: scaleX(0); transform-origin:left; transition: transform .25s ease;
}
.main-nav a:hover, .main-nav .current-menu-item > a { color: var(--c-akane); }
.main-nav a:hover::after, .main-nav .current-menu-item > a::after { transform: scaleX(1); }

.header-actions { display: flex; align-items: center; gap: 12px; }
.cart-link {
  position: relative; display: inline-flex; align-items: center; gap: 7px;
  color: var(--c-ink); font-weight: 700; font-size: .9rem;
}
.cart-link:hover { color: var(--c-akane); }
.cart-ico { font-size: 1.5rem; line-height: 1; }
.cart-count {
  display:inline-grid; place-items:center; min-width: 20px; height: 20px; padding: 0 5px;
  background: var(--c-akane); color:#fff; font-size: .7rem; border-radius: 999px;
}
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span { display:block; width: 26px; height: 2px; background: var(--c-ink); margin: 5px 0; border-radius: 2px; transform-origin: center; transition: transform .3s ease, opacity .2s ease; }
/* 開いている時はバツ印に変形 */
.nav-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-active span:nth-child(2) { opacity: 0; }
.nav-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ====================================================
   Hero
   ==================================================== */
.hero {
  position: relative; color: #fff;
  min-height: clamp(520px, 82vh, 760px);
  display: flex; align-items: center;
  background: linear-gradient(180deg, rgba(20,15,12,.30), rgba(20,15,12,.78)),
              var(--hero-img, none) center/cover no-repeat;
}
.hero-inner { max-width: 660px; padding: 60px 0; }
.hero .eyebrow { color: #f0c98a; }
.hero .eyebrow::before { background: #f0c98a; }
.hero h1 {
  color: #fff; font-size: clamp(2.2rem, 6vw, 4rem); line-height: 1.2; letter-spacing: .03em;
  text-shadow: 0 4px 30px rgba(0,0,0,.4); margin-bottom: .35em;
}
.hero h1 .tagline-sm { display:block; font-size: .42em; letter-spacing:.3em; color:#f0c98a; margin-bottom:.6em; }
.hero p.hero-lead { font-size: clamp(1rem, 2vw, 1.18rem); color: rgba(255,255,255,.92); max-width: 540px; margin-bottom: 2em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-badge {
  position: absolute; right: clamp(16px,4vw,60px); bottom: clamp(16px,4vw,48px);
  background: var(--c-akane); color: #fff; border-radius: 50%;
  width: clamp(96px,14vw,140px); height: clamp(96px,14vw,140px);
  display: grid; place-items: center; text-align: center; line-height: 1.35;
  font-weight: 700; box-shadow: var(--shadow-lg); transform: rotate(-8deg);
  font-size: clamp(.7rem,1.4vw,.86rem); padding: 10px;
}
.hero-badge strong { font-size: 1.7em; font-family: var(--ff-serif); display:block; }

/* ====================================================
   汎用：カード/グリッド
   ==================================================== */
.grid { display: grid; gap: 28px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.contact-grid { grid-template-columns: 1fr 1.4fr; gap: 40px; align-items: start; }

.card {
  background: var(--c-paper); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid var(--c-line);
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.card-media { aspect-ratio: 4/3; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card-media img { transform: scale(1.06); }
.card-body { padding: 22px 24px 26px; display:flex; flex-direction:column; gap:8px; flex:1; }
.card-tag { font-size: .72rem; font-weight: 700; letter-spacing: .14em; color: var(--c-gold-d); text-transform: uppercase; }
.card-title { font-size: 1.18rem; margin: 0; }
.card-text { color: var(--c-ink-2); font-size: .92rem; margin: 0; flex:1; }
/* 商品カードの価格はカード下端に揃える（タイトルの行数差による位置ずれ防止） */
.card .price { margin-top: auto; padding-top: 6px; color: var(--c-akane); font-weight: 700; }

/* ---------- 特長（3アイコン等） ---------- */
.feature { text-align: center; padding: 10px; }
.feature-ico {
  width: 76px; height: 76px; margin: 0 auto 18px; border-radius: 50%;
  background: linear-gradient(135deg, var(--c-akane), var(--c-akane-d));
  color: #fff; display: grid; place-items: center; font-size: 2rem;
  box-shadow: 0 12px 24px rgba(178,58,46,.28);
}
.feature:nth-child(2) .feature-ico { background: linear-gradient(135deg, var(--c-gold), var(--c-gold-d)); box-shadow: 0 12px 24px rgba(179,134,60,.28); }
.feature:nth-child(3) .feature-ico { background: linear-gradient(135deg, #4f6b52, #38503b); box-shadow: 0 12px 24px rgba(79,107,82,.28); }
.feature h3 { font-size: 1.22rem; }
.feature p { color: var(--c-ink-2); font-size: .94rem; }

/* ---------- Split（画像＋テキスト） ---------- */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.split--rev .split-media { order: 2; }
.split-media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-body h2 { font-size: clamp(1.5rem, 3.4vw, 2.3rem); }
.split-body .section-lead { color: var(--c-ink-2); }

/* ---------- こだわり素材リスト ---------- */
.ingredient-list { list-style: none; display: grid; gap: 12px; margin: 20px 0 28px; }
.ingredient-list li { display: flex; gap: 12px; align-items: flex-start; }
.ingredient-list li::before { content: "✦"; color: var(--c-gold); font-size: 1.1em; line-height: 1.6; }

/* ---------- 商品一覧（商品紹介ページの各カテゴリー内） ---------- */
.product-list { list-style: none; display: grid; gap: 4px; margin: 20px 0 28px; }
.product-line {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  column-gap: 16px; row-gap: 2px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--c-line);
}
.product-line:last-child { border-bottom: 0; }
.product-line .pl-name { color: var(--c-ink); font-weight: 500; line-height: 1.6; }
.product-line a.pl-name:hover { color: var(--c-akane); }
.product-line .pl-price { color: var(--c-akane); font-weight: 700; font-size: 1.05rem; white-space: nowrap; text-align: right; }
.product-line .pl-note { grid-column: 1 / -1; color: var(--c-gold-d); font-size: .78rem; font-weight: 700; }
@media (max-width: 560px) {
  .product-line { grid-template-columns: 1fr; }
  .product-line .pl-price { text-align: left; }
}

/* ====================================================
   購入フロー（EC動線）
   ==================================================== */
.flow { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.flow-step {
  position: relative; background: var(--c-paper); border: 1px solid var(--c-line);
  border-radius: var(--radius); padding: 34px 22px 26px; text-align: center;
}
.flow-step::before {
  counter-increment: step; content: "0" counter(step);
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--c-akane); color: #fff; font-family: var(--ff-serif); font-weight: 700;
  display: grid; place-items: center; box-shadow: 0 8px 18px rgba(178,58,46,.3);
}
.flow-step h4 { margin: 12px 0 6px; font-size: 1.05rem; }
.flow-step p { color: var(--c-ink-2); font-size: .86rem; margin: 0; }
.flow-step .flow-ico { font-size: 1.8rem; }

/* ====================================================
   食品ロス / レット 訴求
   ==================================================== */
.let-banner {
  background: linear-gradient(135deg, #3a5040, #2c3e31); color: #fff;
  border-radius: var(--radius-lg); padding: clamp(34px, 5vw, 60px);
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center;
}
.let-banner h2, .let-banner h3 { color: #fff; }
.let-banner .section-lead { color: rgba(255,255,255,.85); }
.let-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.let-stat { background: rgba(255,255,255,.1); border-radius: var(--radius); padding: 20px 14px; text-align: center; }
.let-stat strong { display: block; font-family: var(--ff-serif); font-size: 1.9rem; color: #f0c98a; }
.let-stat span { font-size: .78rem; color: rgba(255,255,255,.85); }

/* ====================================================
   ニュース
   ==================================================== */
.news-list { display: grid; gap: 4px; }
.news-item {
  display: grid; grid-template-columns: 130px 120px 1fr; gap: 18px; align-items: center;
  padding: 20px 8px; border-bottom: 1px solid var(--c-line);
}
.news-item:hover { background: var(--c-ink-soft); }
.news-date { font-family: var(--ff-serif); color: var(--c-gold-d); font-size: .92rem; letter-spacing: .05em; }
.news-cat { justify-self: start; font-size: .72rem; font-weight: 700; letter-spacing: .08em; padding: .3em 1em; border-radius: 999px; background: var(--c-akane); color: #fff; }
.news-cat--info { background: var(--c-gold-d); }
.news-title { color: var(--c-ink); font-weight: 500; }
.news-item a.news-title:hover { color: var(--c-akane); }

/* ====================================================
   店舗案内 / アクセス
   ==================================================== */
.shop-card {
  background: var(--c-paper); border: 1px solid var(--c-line); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
}
.shop-card-head { background: var(--c-ink); color: #fff; padding: 18px 26px; display:flex; align-items:center; gap:12px; }
.shop-card-head h3 { color: #fff; margin: 0; font-size: 1.25rem; }
.shop-card-head .badge { font-size: .68rem; background: var(--c-akane); padding: .3em .9em; border-radius: 999px; letter-spacing:.1em; }
.info-table { width: 100%; border-collapse: collapse; }
.info-table th, .info-table td { text-align: left; padding: 14px 26px; border-bottom: 1px solid var(--c-line); vertical-align: top; font-size: .94rem; }
.info-table th { width: 34%; color: var(--c-ink-2); font-weight: 700; white-space: nowrap; background: rgba(35,28,23,.03); }
.info-table tr:last-child th, .info-table tr:last-child td { border-bottom: 0; }
.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border:1px solid var(--c-line); }
.map-embed iframe { display:block; width:100%; height: 340px; border:0; }

/* ====================================================
   ページヘッダー（下層共通）
   ==================================================== */
.page-hero {
  position: relative; color: #fff; text-align: center;
  padding: clamp(70px, 12vw, 130px) 0 clamp(54px, 9vw, 100px);
  background: linear-gradient(180deg, rgba(20,15,12,.55), rgba(20,15,12,.7)), var(--page-hero-img, var(--c-ink)) center/cover no-repeat;
}
.page-hero h1 { color: #fff; font-size: clamp(1.9rem, 5vw, 3rem); letter-spacing: .06em; }
.page-hero .page-hero-sub { color: #f0c98a; letter-spacing: .3em; font-size: .8rem; font-weight: 700; text-transform: uppercase; }
.breadcrumb { font-size: .8rem; color: var(--c-ink-2); padding: 16px 0; }
.breadcrumb a { color: var(--c-ink-2); }
.breadcrumb a:hover { color: var(--c-akane); }
.breadcrumb span { color: var(--c-akane); }

/* ====================================================
   汎用ページ本文（page.php / single）
   ==================================================== */
.entry-content { max-width: 760px; margin-inline: auto; }
.entry-content h2 { font-size: 1.6rem; margin-top: 1.8em; padding-left: 14px; border-left: 5px solid var(--c-akane); }
.entry-content h3 { font-size: 1.25rem; margin-top: 1.6em; color: var(--c-akane-d); }
.entry-content img { border-radius: var(--radius); margin: 1.4em 0; }
.entry-content ul, .entry-content ol { padding-left: 1.4em; margin: 0 0 1.4em; }
.entry-content li { margin-bottom: .5em; }
.entry-content blockquote { border-left: 4px solid var(--c-gold); background: var(--c-paper); margin: 1.4em 0; padding: 1em 1.4em; border-radius: 0 var(--radius) var(--radius) 0; color: var(--c-ink-2); }

/* ====================================================
   CTA
   ==================================================== */
.cta {
  background: linear-gradient(135deg, var(--c-akane), var(--c-akane-d));
  color: #fff; text-align: center; border-radius: var(--radius-lg);
  padding: clamp(44px, 7vw, 80px) 24px;
}
.cta h2 { color: #fff; font-size: clamp(1.6rem, 4vw, 2.4rem); }
.cta p { color: rgba(255,255,255,.9); max-width: 520px; margin-inline: auto; }

/* ====================================================
   Footer
   ==================================================== */
.site-footer { background: var(--c-ink); color: rgba(247,241,230,.78); padding: 70px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 50px; }
.site-footer h4 { color: #fff; font-size: 1rem; letter-spacing: .08em; margin-bottom: 1.2em; }
.footer-brand .brand-name { color: #fff; font-size: 1.4rem; }
.footer-brand .brand-sub { color: var(--c-gold); }
.footer-brand p { font-size: .88rem; margin-top: 1em; color: rgba(247,241,230,.65); }
.footer-nav ul { list-style: none; display: grid; gap: 10px; }
.footer-nav a { color: rgba(247,241,230,.78); font-size: .9rem; }
.footer-nav a:hover { color: var(--c-gold); padding-left: 4px; }
.footer-contact p { font-size: .9rem; margin-bottom: .6em; color: rgba(247,241,230,.78); }
.footer-contact strong { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(247,241,230,.12); padding: 22px 0; text-align: center; font-size: .78rem; color: rgba(247,241,230,.55); }

/* ---------- スクロール表示アニメーション ---------- */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; transition: none; }
  html { scroll-behavior: auto; }
}

/* ====================================================
   レスポンシブ
   ==================================================== */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(3, 1fr); }
  .flow { grid-template-columns: repeat(2, 1fr); row-gap: 38px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
}
@media (max-width: 860px) {
  .main-nav, .header-actions .cart-text { display: none; }
  .nav-toggle { display: block; }
  .main-nav.is-open {
    display: block; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--c-paper); border-bottom: 1px solid var(--c-line); box-shadow: var(--shadow-md);
    padding: 12px 20px 22px;
  }
  .main-nav.is-open ul { flex-direction: column; align-items: stretch; gap: 0; }
  /* スマホメニュー：角丸を無くし、横長の直線の区切り線にする */
  .main-nav.is-open a { padding: 16px 6px; border-radius: 0; border-bottom: 1px solid var(--c-line); }
  .main-nav.is-open li:last-child a { border-bottom: 0; }
  .main-nav.is-open a::after { display: none; }
  .main-nav.is-open .current-menu-item > a { color: var(--c-akane); font-weight: 700; }
  .split, .let-banner { grid-template-columns: 1fr; }
  .split--rev .split-media { order: 0; }
  .let-stats { grid-template-columns: repeat(3,1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 680px) {
  body { font-size: 15px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .grid-3.is-2col-sp, .grid-4.is-2col-sp { grid-template-columns: repeat(2,1fr); gap: 16px; }
  .grid-3.is-1col-sp, .grid-4.is-1col-sp { grid-template-columns: 1fr; }
  .flow { grid-template-columns: 1fr; }
  .news-item { grid-template-columns: 1fr; gap: 6px; padding: 16px 6px; }
  .news-cat { grid-row: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  /* 全幅ボタンとヒーローバッジの重なり防止 */
  .hero-inner { padding-bottom: 128px; }
  .hero-badge { width: 88px; height: 88px; font-size: .66rem; }
  .info-table th, .info-table td { display: block; width: 100%; padding: 10px 18px; }
  .info-table th { border-bottom: 0; padding-bottom: 0; background: none; }
  /* フードロス等の数値ブロックは縦積み＋固定幅2カラムで説明文の開始位置を揃える */
  .let-stats { grid-template-columns: 1fr; gap: 12px; }
  .let-stat { display: grid; grid-template-columns: 94px 1fr; align-items: center; gap: 16px; text-align: left; padding: 18px 22px; }
  .let-stat strong { font-size: 1.6rem; margin: 0; white-space: nowrap; text-align: center; }
  .let-stat span { text-align: left; }
}
