@charset "utf-8";
/* =========================================================
   くれギフト｜共通スタイル  assets/css/style.css
   コンセプト：呉ノ果実市 — Fresh Kure
   大長レモンのイエロー主役 × 瀬戸内スカイ × 葉っぱグリーン × 呉オレンジ
   手描きドゥードル／角丸ステッカーUI／弾むポップな世界観
   タイポ：Zen Maru Gothic（見出し・丸ゴシック）
           Kiwi Maru（手描き風ラベル）
           Zen Kaku Gothic New（本文）／ Fredoka（欧文ポップ）
   ========================================================= */

/* ---------- design tokens ---------- */
:root {
  color-scheme: light; /* 常に明るいテーマで表示（端末のダークモードに引っ張られない） */
  /* fruit-stand palette */
  --lemon: #ffd22e; /* 大長レモン・主役 */
  --lemon-bright: #ffe14d;
  --lemon-deep: #e8a200; /* テキスト用の濃レモン */
  --lemon-tint: #fff3c4; /* うすいレモンの面 */
  --lemon-wash: #fff9e3;

  --sky: #54c3d8; /* 瀬戸内スカイ */
  --sky-deep: #1e8fa6;
  --sky-tint: #def3f6;

  --leaf: #6fbe6b; /* 葉っぱグリーン */
  --leaf-deep: #3e8e4b;
  --leaf-tint: #e4f3df;

  --tangerine: #ff8a3d; /* 呉オレンジ（ロゴ） */
  --tangerine-deep: #e5691a;
  --tangerine-tint: #ffe6d2;

  --coral: #ff6f6b; /* いいね・ハートの差し色 */

  --cream: #fffcf3; /* 背景（温白） */
  --cream-2: #fff6e0;
  --card: #ffffff;

  --ink: #453a28; /* 温かみのある焦茶インク */
  --ink-soft: #7a6e56;
  --stone: #a79a80;

  --line: #f0e4c4;
  --line-strong: #e4d3a6;
  --outline: #453a28; /* ステッカーの縁取り */

  --shadow-sm: 0 2px 0 rgba(69, 58, 40, 0.06);
  --shadow:
    0 10px 26px -14px rgba(232, 162, 0, 0.45),
    0 4px 10px -6px rgba(69, 58, 40, 0.12);
  --shadow-pop: 6px 7px 0 rgba(69, 58, 40, 0.12);
  --shadow-pop-strong: 6px 7px 0 var(--ink);

  --radius: 26px;
  --radius-lg: 34px;
  --radius-sm: 16px;
  --wrap: 1180px;
  --read: 44rem;

  --ff-round:
    "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", system-ui,
    sans-serif;
  --ff-hand: "Kiwi Maru", "Zen Maru Gothic", serif;
  --ff-sans:
    "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    system-ui, sans-serif;
  --ff-pop: "Fredoka", "Zen Maru Gothic", system-ui, sans-serif;

  /* --- 後方互換エイリアス（旧配色トークン→新パレット）：下層ページのインライン指定用 --- */
  --accent: var(--tangerine);
  --accent-ink: var(--tangerine-deep);
  --accent-soft: var(--tangerine-tint);
  --sea: var(--sky-deep);
  --sea-deep: var(--sky-deep);
  --sea-tint: var(--sky-tint);
  --paper: var(--cream);
  --paper-2: var(--lemon-wash);
  --ff-serif: var(--ff-round);
}
@media (prefers-color-scheme: dark) {
  :root[data-theme="dark"] {
    --cream: #20180e;
    --cream-2: #2a2013;
    --card: #2c2114;
    --lemon: #ffd64a;
    --lemon-bright: #ffe066;
    --lemon-deep: #ffc94d;
    --lemon-tint: #3a2e12;
    --lemon-wash: #241b0d;
    --sky: #6fd0e2;
    --sky-deep: #9be0ec;
    --sky-tint: #173038;
    --leaf: #88cf83;
    --leaf-deep: #a6dc9f;
    --leaf-tint: #1c3018;
    --tangerine: #ff9e5c;
    --tangerine-deep: #ffb37e;
    --tangerine-tint: #3a2313;
    --ink: #f4e9d4;
    --ink-soft: #d2c4a8;
    --stone: #a6987e;
    --line: #3a2d18;
    --line-strong: #4b3a20;
    --outline: #0f0b06;
    --shadow-sm: 0 2px 0 rgba(0, 0, 0, 0.4);
    --shadow: 0 16px 40px -18px rgba(0, 0, 0, 0.7);
    --shadow-pop: 6px 7px 0 rgba(0, 0, 0, 0.5);
    --shadow-pop-strong: 6px 7px 0 rgba(0, 0, 0, 0.65);
  }
}
:root[data-theme="dark"] {
  --cream: #20180e;
  --cream-2: #2a2013;
  --card: #2c2114;
  --lemon: #ffd64a;
  --lemon-bright: #ffe066;
  --lemon-deep: #ffc94d;
  --lemon-tint: #3a2e12;
  --lemon-wash: #241b0d;
  --sky: #6fd0e2;
  --sky-deep: #9be0ec;
  --sky-tint: #173038;
  --leaf: #88cf83;
  --leaf-deep: #a6dc9f;
  --leaf-tint: #1c3018;
  --tangerine: #ff9e5c;
  --tangerine-deep: #ffb37e;
  --tangerine-tint: #3a2313;
  --ink: #f4e9d4;
  --ink-soft: #d2c4a8;
  --stone: #a6987e;
  --line: #3a2d18;
  --line-strong: #4b3a20;
  --outline: #0f0b06;
  --shadow-sm: 0 2px 0 rgba(0, 0, 0, 0.4);
  --shadow: 0 16px 40px -18px rgba(0, 0, 0, 0.7);
  --shadow-pop: 6px 7px 0 rgba(0, 0, 0, 0.5);
  --shadow-pop-strong: 6px 7px 0 rgba(0, 0, 0, 0.65);
}

/* ---------- reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  background-image:
    radial-gradient(circle at 12% 8%, var(--lemon-wash) 0, transparent 42%),
    radial-gradient(circle at 88% 22%, var(--sky-tint) 0, transparent 38%),
    radial-gradient(rgba(69, 58, 40, 0.05) 1.4px, transparent 1.4px);
  background-size:
    auto,
    auto,
    22px 22px;
  background-repeat: no-repeat, no-repeat, repeat;
  font-family: var(--ff-sans);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: var(--sky-deep);
  text-underline-offset: 3px;
}
a:hover {
  color: var(--tangerine-deep);
}
h1,
h2,
h3,
h4 {
  font-family: var(--ff-round);
  font-weight: 700;
  line-height: 1.4;
  text-wrap: balance;
  margin: 0;
}
p {
  margin: 0 0 1.1em;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
:focus-visible {
  outline: 3px solid var(--tangerine);
  outline-offset: 3px;
  border-radius: 6px;
}
.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--ink);
  color: var(--lemon);
  padding: 10px 16px;
  z-index: 200;
  border-radius: 0 0 12px 0;
  font-weight: 700;
}
.skip:focus {
  left: 0;
}

/* ---------- layout helpers ---------- */
.container {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 40px);
}
.section {
  position: relative;
  padding-block: clamp(56px, 8vw, 104px);
}
.section--tint {
  background: var(--lemon-wash);
}
.section--sky {
  background: var(--sky-tint);
}
.section--leaf {
  background: var(--leaf-tint);
}
.stack > * + * {
  margin-top: 1rem;
}
.center {
  text-align: center;
}
.hidden {
  display: none !important;
}

/* soft blob shapes behind sections */
.blob {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  filter: blur(2px);
  opacity: 0.5;
}
.section > .container {
  position: relative;
  z-index: 1;
}

/* wavy top/bottom edges for sections */
.edge-wave {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 36px;
  color: var(--cream);
  z-index: 2;
  line-height: 0;
}
.edge-wave--top {
  top: -1px;
}
.edge-wave--bottom {
  bottom: -1px;
  transform: rotate(180deg);
}
.edge-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* ---------- eyebrow / section head ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--ff-pop);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tangerine-deep);
  margin: 0 0 14px;
}
.eyebrow::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: none;
  background: var(--lemon);
  border: 2px solid var(--ink);
  border-radius: 50%;
  box-shadow: 2px 2px 0 var(--ink);
  transform: rotate(-6deg);
}
.section-head {
  max-width: var(--read);
  margin-bottom: clamp(28px, 4vw, 52px);
}
.section-head.-center {
  margin-inline: auto;
  text-align: center;
}
.section-head.-center .eyebrow {
  justify-content: center;
}
.section-head h2 {
  font-size: clamp(1.7rem, 4vw, 2.7rem);
  font-weight: 900;
  line-height: 1.3;
}
.section-head .lead {
  color: var(--ink-soft);
  font-size: 1.04rem;
  margin-top: 0.7em;
}
.jp-label {
  font-family: var(--ff-hand);
  color: var(--sky-deep);
  font-weight: 500;
}

/* squiggly hand-drawn underline for headings */
.squiggle {
  position: relative;
  display: inline-block;
}
.squiggle::after {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: -0.34em;
  height: 0.42em;
  background: no-repeat center/100% 100%
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' preserveAspectRatio='none'%3E%3Cpath d='M2 8 C 20 2, 34 12, 52 6 S 88 2, 118 7' fill='none' stroke='%23FFD22E' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E");
}
.squiggle.-sky::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' preserveAspectRatio='none'%3E%3Cpath d='M2 8 C 20 2, 34 12, 52 6 S 88 2, 118 7' fill='none' stroke='%2354C3D8' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* handwritten mini accent */
.hand {
  font-family: var(--ff-hand);
  color: var(--tangerine-deep);
  font-weight: 500;
}

/* ---------- buttons ---------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-family: var(--ff-round);
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1;
  padding: 1em 1.7em;
  border-radius: 999px;
  border: 2.5px solid var(--ink);
  cursor: pointer;
  text-decoration: none;
  color: var(--ink);
  box-shadow: var(--shadow-pop-strong);
  transition:
    transform 0.14s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.14s ease,
    background 0.2s ease,
    color 0.2s ease;
}
.btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 9px 10px 0 var(--ink);
}
.btn:active {
  transform: translate(3px, 4px);
  box-shadow: 2px 2px 0 var(--ink);
}
.btn--primary {
  background: var(--lemon);
  color: var(--ink);
}
.btn--primary:hover {
  background: var(--lemon-bright);
}
.btn--ghost {
  background: var(--card);
}
.btn--ghost:hover {
  background: var(--lemon-tint);
}
.btn--sky {
  background: var(--sky);
  color: var(--ink);
}
.btn--sky:hover {
  background: #6ed0e2;
}
.btn--leaf {
  background: var(--leaf);
  color: #fff;
}
.btn--leaf:hover {
  background: #7fca7a;
}
/* LINE友だち追加ボタン（LINEブランドグリーン） */
.btn--line {
  background: #06c755;
  color: #fff;
}
.btn--line:hover {
  background: #05b34c;
}
.btn--line::before {
  content: "";
  width: 1.15em;
  height: 1.15em;
  flex: none;
  background: #fff;
  -webkit-mask: center/contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.5 2 2 5.6 2 10c0 3.9 3.5 7.2 8.2 7.9.3.07.75.22.86.5.1.26.06.66.03.92l-.14.83c-.04.25-.2.97.85.53s5.64-3.32 7.7-5.69C21 12.9 22 11.5 22 10c0-4.4-4.5-8-10-8Z'/%3E%3C/svg%3E");
  mask: center/contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.5 2 2 5.6 2 10c0 3.9 3.5 7.2 8.2 7.9.3.07.75.22.86.5.1.26.06.66.03.92l-.14.83c-.04.25-.2.97.85.53s5.64-3.32 7.7-5.69C21 12.9 22 11.5 22 10c0-4.4-4.5-8-10-8Z'/%3E%3C/svg%3E");
}
.btn--sea {
  background: var(--tangerine);
  color: #fff;
}
.btn--sea:hover {
  background: var(--tangerine);
}
.btn--on-sea {
  background: var(--card);
  color: var(--ink);
}
.btn--sm {
  padding: 1.1em;
  font-size: 0.84rem;
  border-width: 2px;
  box-shadow: 4px 5px 0 var(--ink);
}
.btn--sm:hover {
  box-shadow: 6px 7px 0 var(--ink);
}
.btn .arw {
  font-size: 1.05em;
  transition: transform 0.2s ease;
}
.btn:hover .arw {
  transform: translateX(4px);
}
.soon {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: var(--tangerine-tint);
  color: var(--tangerine-deep);
  border: 1.5px solid var(--tangerine);
  border-radius: 999px;
  padding: 1px 8px;
  margin-left: 0.4em;
  vertical-align: middle;
}

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: color-mix(in srgb, var(--cream) 96%, var(--lemon));
  border-bottom: 2.5px solid var(--ink);
  transition: box-shadow 0.3s ease;
}
.site-header.is-scrolled {
  box-shadow: 0 6px 0 -2px rgba(69, 58, 40, 0.08);
}
.site-header__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 72px;
}
.brand {
  display: inline-flex;
  align-items: center;
  flex: none;
}
.brand-logo {
  background: #fff;
  border: 2.5px solid var(--ink);
  border-radius: 14px;
  padding: 6px 11px;
  display: block;
  box-shadow: 3px 3px 0 var(--ink);
  transition: transform 0.18s ease;
}
.brand:hover .brand-logo {
  transform: rotate(-2deg) scale(1.02);
}
.brand-logo img {
  height: 30px;
  width: auto;
}
.nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-list {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-list a {
  font-size: 0.92rem;
  font-weight: 700;
  font-family: var(--ff-round);
  color: var(--ink);
  text-decoration: none;
  position: relative;
  padding: 8px 14px;
  border-radius: 999px;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}
.nav-list a:hover {
  color: var(--ink);
  background: var(--lemon-tint);
  transform: rotate(-2deg);
}
.nav-toggle {
  display: none;
  background: var(--lemon);
  border: 2.5px solid var(--ink);
  border-radius: 12px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex: none;
  box-shadow: 3px 3px 0 var(--ink);
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  display: block;
  width: 20px;
  height: 2.5px;
  background: var(--ink);
  border-radius: 2px;
  position: relative;
  transition: 0.25s ease;
}
.nav-toggle span::before {
  position: absolute;
  top: -6px;
}
.nav-toggle span::after {
  position: absolute;
  top: 6px;
}
.nav-toggle[aria-expanded="true"] span {
  background: transparent;
}
.nav-toggle[aria-expanded="true"] span::before {
  top: 0;
  transform: rotate(45deg);
}
.nav-toggle[aria-expanded="true"] span::after {
  top: 0;
  transform: rotate(-45deg);
}

@media (max-width: 940px) {
  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }
  .nav {
    position: fixed;
    inset: 74px 0 auto 0;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--cream);
    border-bottom: 2.5px solid var(--ink);
    box-shadow: 0 18px 30px -18px rgba(69, 58, 40, 0.5);
    padding: 12px 0 20px;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: 0.22s ease;
  }
  .nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: 100%;
    padding-inline: 10px;
  }
  .nav-list a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 18px;
    border-radius: 14px;
  }
  .nav-list a:hover,
  .nav-list a:active {
    transform: none;
    background: var(--lemon-tint);
  }
  .header-cta {
    padding: 12px clamp(20px, 5vw, 40px) 0;
  }
  .header-cta .btn {
    width: 100%;
  }
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, var(--lemon-bright) 0, transparent 30%),
    linear-gradient(
      165deg,
      var(--lemon-tint) 0%,
      var(--cream-2) 55%,
      var(--sky-tint) 130%
    );
  border-bottom: 2.5px solid var(--ink);
}
.hero__inner {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
  padding-block: clamp(52px, 7vw, 92px);
}
.hero__copy {
  position: relative;
  z-index: 3;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--ff-hand);
  font-weight: 500;
  color: var(--sky-deep);
  font-size: 0.94rem;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
  background: var(--card);
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 6px 16px;
  box-shadow: 3px 3px 0 var(--ink);
  transform: rotate(-1.5deg);
}
.hero__eyebrow::before {
  content: "🍋";
  font-size: 1.05em;
}
.hero h1 {
  font-size: clamp(2.2rem, 5.4vw, 3.9rem);
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: 0.01em;
}
.hero h1 .l1 {
  display: block;
}
.hero h1 .oku {
  color: var(--tangerine-deep);
}
.hero .sub {
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  color: var(--ink-soft);
  max-width: 31rem;
  margin-top: 1.1em;
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 2em;
}
.hero__visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  border: 3px solid var(--ink);
  box-shadow: 8px 10px 0 var(--ink);
  transform: rotate(1.4deg);
  z-index: 2;
}
/* .ph も同要素に付くため詳細度を上げてクリップ解除（バッジを枠外に出す） */
.hero__visual.ph {
  overflow: visible;
}
.hero__visual.ph::before {
  border-radius: inherit;
  overflow: hidden;
} /* ドット地紋は角丸内に維持 */
.hero__visual > img {
  border-radius: inherit;
} /* 将来の実写真は角丸クリップ */

/* big bouncy fresh badge */
.fresh-badge {
  position: absolute;
  left: -54px;
  bottom: -52px;
  z-index: 4;
  width: clamp(112px, 14vw, 152px);
  height: clamp(112px, 14vw, 152px);
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--ink);
  padding: 8px;
  font-family: var(--ff-round);
  font-weight: 900;
  font-size: clamp(0.82rem, 1.2vw, 1rem);
  line-height: 1.2;
  background: var(--lemon);
  border: 3px solid var(--ink);
  border-radius: 50%;
  box-shadow: 5px 6px 0 var(--ink);
  animation: pop-bob 3.4s ease-in-out infinite;
}
.fresh-badge span {
  display: block;
  margin-top: 2px;
  font-family: var(--ff-pop);
  font-size: 0.58em;
  letter-spacing: 0.06em;
  color: var(--tangerine-deep);
}

/* floating doodles in hero */
.hero__deco {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.hero__deco .d {
  position: absolute;
  animation: float 6s ease-in-out infinite;
}
.hero__deco .d svg {
  display: block;
}
.hero__deco .d1 {
  top: 8%;
  left: 4%;
  animation-delay: -0.5s;
}
.hero__deco .d2 {
  bottom: 10%;
  left: 8%;
  animation-delay: -2.2s;
}
.hero__deco .d3 {
  top: 14%;
  right: 6%;
  animation-delay: -1.3s;
}
.hero__deco .d4 {
  bottom: 16%;
  right: 10%;
  animation-delay: -3.1s;
}

@media (max-width: 860px) {
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero__visual {
    aspect-ratio: 16/11;
    order: -1;
    transform: rotate(-1deg);
  }
  .hero__deco {
    display: none;
  }
  .fresh-badge {
    left: auto;
    right: 14px;
    bottom: -32px;
  } /* 画面外に切れないよう右下に寄せて下辺から飛び出す */
}

/* ---------- placeholder image slots (写真差し込み用) ---------- */
.ph {
  position: relative;
  background: linear-gradient(135deg, var(--lemon-tint), var(--sky-tint));
  display: grid;
  place-items: center;
  color: var(--sky-deep);
  overflow: hidden;
  border-radius: var(--radius);
}
.ph::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image: radial-gradient(var(--lemon) 2px, transparent 2px);
  background-size: 16px 16px;
}
.ph__label {
  position: relative;
  z-index: 1;
  font-family: var(--ff-round);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  padding: 7px 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 2px solid var(--ink);
  box-shadow: 2px 2px 0 var(--ink);
}
@media (prefers-color-scheme: dark) {
  :root[data-theme="dark"] .ph__label {
    background: rgba(44, 33, 20, 0.9);
    color: var(--ink);
  }
}
:root[data-theme="dark"] .ph__label {
  background: rgba(44, 33, 20, 0.9);
  color: var(--ink);
}
.ph__label svg {
  width: 14px;
  height: 14px;
}
.ph--sm {
  border-radius: var(--radius-sm);
}
.ph--photo {
  background: var(--cream-2);
}
.ph--photo::before {
  display: none;
}
.ph__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/* 実写真フォールバック：.ph 直下に <img> があれば、クラス指定が無い旧マークアップでも
   ①ドット地紋（::before）を消し ②画像を枠にカバー表示する（アイキャッチの枠ズレ／ドット前面化を防止） */
.ph:has(> img)::before {
  display: none;
}
.ph > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* ---------- ribbon / lemon divider ---------- */
.ribbon-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--lemon-deep);
  margin: 0;
}
.ribbon-rule::before,
.ribbon-rule::after {
  content: "";
  height: 3px;
  border-radius: 3px;
  flex: 1;
  max-width: 120px;
  background: repeating-linear-gradient(
    90deg,
    var(--lemon) 0 12px,
    transparent 12px 20px
  );
}
.ribbon-rule svg {
  width: 30px;
  height: 30px;
  flex: none;
}

/* ---------- photo marquee (無限ループ) ---------- */
.marquee {
  position: relative;
  overflow: hidden;
  padding-block: 14px;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
}
.marquee__track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: scroll-x 34s linear infinite;
}
.marquee:hover .marquee__track {
  animation-play-state: paused;
}
.marquee__item {
  flex: none;
  width: clamp(180px, 24vw, 240px);
  aspect-ratio: 4/3;
  border-radius: var(--radius);
  border: 2.5px solid var(--ink);
  box-shadow: var(--shadow-pop);
  overflow: hidden;
}
.marquee__item:nth-child(even) {
  transform: rotate(-1.6deg);
}
.marquee__item:nth-child(odd) {
  transform: rotate(1.4deg);
}
.marquee__item .ph {
  border-radius: 0;
  height: 100%;
}
.marquee--reverse .marquee__track {
  animation-direction: reverse;
  animation-duration: 40s;
}

/* ---------- scene / category grids ---------- */
.grid {
  display: grid;
  gap: clamp(16px, 2.2vw, 26px);
}
.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 880px) {
  .grid--3,
  .grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .grid--2,
  .grid--3,
  .grid--4 {
    grid-template-columns: 1fr;
  }
}

/* generic pop card base */
.scene-card,
.prod-card,
.maker-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--card);
  border: 2.5px solid var(--ink);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow-pop);
  transition:
    transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.18s ease;
}
.scene-card:hover,
.prod-card:hover,
.maker-card:hover {
  transform: translate(-3px, -4px) rotate(-0.6deg);
  box-shadow: 10px 12px 0 var(--ink);
}
.scene-card .ph {
  aspect-ratio: 3/2;
  border-radius: 0;
  border-bottom: 2.5px solid var(--ink);
}
.scene-card__body {
  padding: 18px 20px 22px;
}
.scene-card__no {
  font-family: var(--ff-pop);
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
  background: var(--tangerine);
  border: 2px solid var(--ink);
  border-radius: 999px;
  width: 2.1em;
  height: 2.1em;
  display: inline-grid;
  place-items: center;
  box-shadow: 2px 2px 0 var(--ink);
  position: absolute;
  top: -16px;
  right: 16px;
  transform: rotate(-6deg);
}
.scene-card__body {
  position: relative;
}
.scene-card h3 {
  font-size: 1.18rem;
  font-weight: 900;
  margin: 0.1em 0 0.4em;
}
.scene-card p {
  font-size: 0.88rem;
  color: var(--ink-soft);
  margin: 0;
}
.scene-card .go {
  margin-top: 15px;
  font-size: 0.85rem;
  font-weight: 700;
  font-family: var(--ff-round);
  color: var(--sky-deep);
  display: inline-flex;
  gap: 0.4em;
  align-items: center;
}
.scene-card:hover .go {
  color: var(--tangerine-deep);
}

/* product card */
.prod-card .ph {
  aspect-ratio: 3/2;
  border-radius: 0;
  border-bottom: 2.5px solid var(--ink);
}
.prod-card__body {
  padding: 16px 18px 20px;
}
.prod-card .cat {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-family: var(--ff-pop);
  color: var(--leaf-deep);
  background: var(--leaf-tint);
  border: 1.5px solid var(--leaf);
  border-radius: 999px;
  padding: 2px 10px;
  display: inline-block;
}
.prod-card h3 {
  font-size: 1.06rem;
  font-weight: 900;
  margin: 0.5em 0 0.3em;
}
.prod-card .price {
  font-family: var(--ff-round);
  font-weight: 700;
  color: var(--ink);
  font-size: 0.95rem;
}
.prod-card .price span {
  color: var(--stone);
  font-size: 0.78rem;
  font-weight: 500;
}

/* article card */
.article-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: var(--card);
  border: 2.5px solid var(--ink);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-pop);
  transition:
    transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.18s ease;
}
.article-card:hover {
  transform: translate(-3px, -4px) rotate(0.5deg);
  box-shadow: 10px 12px 0 var(--ink);
}
.article-card .ph {
  /* 他の一覧カードと同じ比率にして、スマホでも写真の見え方を揃える */
  aspect-ratio: 3/2;
  margin-bottom: 0;
  border-radius: 0;
  border-bottom: 2.5px solid var(--ink);
}
.article-card > .meta,
.article-card > h3 {
  padding-inline: 18px;
}
.article-card .meta {
  font-size: 0.74rem;
  color: var(--stone);
  letter-spacing: 0.02em;
  margin: 14px 0 6px;
  font-family: var(--ff-pop);
}
.article-card .tag {
  color: var(--tangerine-deep);
  font-weight: 700;
  background: var(--tangerine-tint);
  border-radius: 999px;
  padding: 1px 9px;
  margin-right: 0.3em;
}
.article-card h3 {
  font-size: 1.08rem;
  line-height: 1.5;
  font-weight: 700;
  transition: color 0.2s ease;
  padding-bottom: 20px;
}
.article-card:hover h3 {
  color: var(--tangerine-deep);
}

/* ---------- feature row (image + text) ---------- */
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
}
.feature--flip .feature__media {
  order: 2;
}
.feature__media {
  aspect-ratio: 4/3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 3px solid var(--ink);
  box-shadow: 8px 10px 0 var(--ink);
  transform: rotate(-1.4deg);
}
.feature--flip .feature__media {
  transform: rotate(1.4deg);
}
.feature__body h3 {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 900;
  margin-bottom: 0.5em;
  line-height: 1.35;
}
.feature__body p {
  color: var(--ink-soft);
}
@media (max-width: 800px) {
  .feature {
    grid-template-columns: 1fr;
  }
  .feature--flip .feature__media {
    order: 0;
  }
  .feature__media {
    transform: rotate(-1deg);
  }
}

/* ---------- CTA band ---------- */
.cta-band {
  position: relative;
  background: var(--sky);
  color: var(--ink);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 3px solid var(--ink);
  box-shadow: 10px 12px 0 var(--ink);
  padding: clamp(32px, 5vw, 60px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: center;
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.6) 2px,
    transparent 2px
  );
  background-size: 20px 20px;
}
.cta-band > * {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.cta-band h2 {
  color: var(--ink);
  font-size: clamp(1.5rem, 3.1vw, 2.2rem);
  font-weight: 900;
}
.cta-band p {
  color: var(--ink);
  opacity: 0.86;
  margin-top: 0.6em;
}
.cta-band__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.cta-band__actions .field {
  min-width: 0;
}
/* 埋め込みフォーム（Brevo等）をポップな白カードとして帯に載せる */
.cta-embed {
  background: #fff;
  border: 2.5px solid var(--ink);
  border-radius: 16px;
  box-shadow: 6px 7px 0 var(--ink);
  overflow: hidden;
}
.cta-embed iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}
.cta-band .btn {
  width: 100%;
}
.cta-band .fineprint {
  font-size: 0.76rem;
  color: var(--ink);
  opacity: 0.72;
  margin-top: 6px;
}
@media (max-width: 720px) {
  /* スマホでは埋め込みフォーム（Brevo等）の横幅を確保するため帯の余白をやや詰める
     ※ Brevoフォームは「レスポンシブ幅」設定にしておくこと（固定幅だと横がはみ出す） */
  .cta-band {
    grid-template-columns: minmax(0, 1fr);
    padding: clamp(16px, 4.5vw, 24px);
  }
}

/* ---------- breadcrumb ---------- */
.breadcrumb {
  font-size: 0.82rem;
  color: var(--stone);
  padding-block: 18px;
  font-family: var(--ff-pop);
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  align-items: center;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.breadcrumb li + li::before {
  content: "🍃";
  font-size: 0.8em;
  filter: grayscale(0.2);
}
.breadcrumb a {
  color: var(--sky-deep);
  text-decoration: none;
  font-weight: 700;
}
.breadcrumb [aria-current] {
  color: var(--ink-soft);
}

/* ---------- data / spec table ---------- */
.tablewrap {
  overflow-x: auto;
  border: 2.5px solid var(--ink);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow-pop);
}
table.data {
  border-collapse: collapse;
  width: 100%;
  min-width: 560px;
  font-size: 0.9rem;
}
table.data th,
table.data td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1.5px solid var(--line);
  vertical-align: top;
}
table.data thead th {
  background: var(--lemon-tint);
  font-family: var(--ff-round);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  color: var(--ink);
  border-bottom: 2.5px solid var(--ink);
}
table.data tbody tr:last-child td {
  border-bottom: none;
}
table.data .hl {
  font-family: var(--ff-round);
  font-weight: 700;
  color: var(--tangerine-deep);
}

/* key-value spec list */
.spec {
  display: grid;
  grid-template-columns: 8.5em 1fr;
  border-top: 2px dashed var(--line-strong);
}
.spec > dt {
  padding: 12px 6px 12px 0;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--sky-deep);
  border-bottom: 2px dashed var(--line-strong);
}
.spec > dd {
  padding: 12px 0;
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
  border-bottom: 2px dashed var(--line-strong);
}
@media (max-width: 560px) {
  .spec {
    grid-template-columns: 1fr;
  }
  .spec > dt {
    padding-bottom: 0;
    border-bottom: none;
  }
}

/* pills / meta */
.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.pill {
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  font-family: var(--ff-round);
  background: var(--card);
  border: 2px solid var(--ink);
  color: var(--ink);
  box-shadow: 2px 2px 0 var(--ink);
}
.pill--accent {
  background: var(--lemon);
  color: var(--ink);
}
.pill--sea,
.pill--sky {
  background: var(--sky-tint);
  color: var(--sky-deep);
}
.pill--leaf {
  background: var(--leaf-tint);
  color: var(--leaf-deep);
}

/* faq */
.faq details {
  background: var(--card);
  border: 2.5px solid var(--ink);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-pop);
  padding: 4px 18px;
  margin-bottom: 14px;
  transition: box-shadow 0.18s ease;
}
.faq details[open] {
  box-shadow: 6px 8px 0 var(--ink);
}
.faq summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--ff-round);
  font-weight: 700;
  font-size: 1.02rem;
  padding: 16px 40px 16px 4px;
  position: relative;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "＋";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ink);
  font-weight: 700;
  background: var(--lemon);
  border: 2px solid var(--ink);
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  display: grid;
  place-items: center;
  font-size: 0.9em;
  line-height: 1;
}
.faq details[open] summary::after {
  content: "−";
  background: var(--tangerine);
  color: #fff;
}
.faq .a {
  padding: 0 4px 18px;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

/* prose (article body) */
.prose {
  max-width: var(--read);
}
.prose h2 {
  font-size: 1.55rem;
  font-weight: 900;
  margin: 1.8em 0 0.6em;
  display: inline-block;
  background: linear-gradient(transparent 62%, var(--lemon-tint) 62%);
  padding-inline: 0.15em;
}
.prose h3 {
  font-size: 1.22rem;
  font-weight: 700;
  margin: 1.6em 0 0.5em;
  color: var(--sky-deep);
}
.prose p {
  color: var(--ink-soft);
}
.prose ul.dots li {
  position: relative;
  padding-left: 1.5em;
  margin: 0.4em 0;
  color: var(--ink-soft);
}
.prose ul.dots li::before {
  content: "🍋";
  position: absolute;
  left: 0;
  top: 0.05em;
  font-size: 0.85em;
}

/* interview Q&A */
.qa {
  border-left: 4px solid var(--lemon);
  padding-left: 20px;
  margin: 1.4em 0;
}
.qa .q {
  font-family: var(--ff-round);
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 0.3em;
}
.qa .q::before {
  content: "Q ";
  color: var(--tangerine-deep);
}
.qa .aa {
  color: var(--ink-soft);
  margin-bottom: 1.4em;
}
.qa .aa::before {
  content: "A ";
  color: var(--sky-deep);
  font-weight: 700;
  font-family: var(--ff-round);
}

/* gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.gallery .ph {
  aspect-ratio: 1/1;
  border: 2.5px solid var(--ink);
  box-shadow: var(--shadow-pop);
}
.gallery .ph:nth-child(even) {
  transform: rotate(-1.5deg);
}
.gallery .ph:nth-child(odd) {
  transform: rotate(1.5deg);
}
@media (max-width: 640px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---------- footer ---------- */
.site-footer {
  position: relative;
  background: var(--lemon-wash);
  border-top: 2.5px solid var(--ink);
  padding-block: clamp(48px, 6vw, 72px) 30px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
}
.footer-brand .brand-logo {
  display: inline-block;
  margin-bottom: 14px;
}
.footer-brand p {
  font-size: 0.86rem;
  color: var(--ink-soft);
  max-width: 22rem;
}
.footer-col h4 {
  font-family: var(--ff-round);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}
.footer-col h4::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--lemon);
  border: 2px solid var(--ink);
  border-radius: 50%;
}
.footer-col li {
  margin: 0.5em 0;
}
.footer-col a {
  font-size: 0.88rem;
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
}
.footer-col a:hover {
  color: var(--tangerine-deep);
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  align-items: center;
  margin-top: 38px;
  padding-top: 24px;
  border-top: 2px dashed var(--line-strong);
  font-size: 0.8rem;
  color: var(--stone);
  font-family: var(--ff-pop);
}
.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-bottom a {
  color: var(--stone);
  text-decoration: none;
}
.footer-bottom a:hover {
  color: var(--tangerine-deep);
}
@media (max-width: 820px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
}

/* form */
.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}
.field label {
  font-size: 0.84rem;
  font-weight: 700;
  font-family: var(--ff-round);
  color: var(--ink);
}
.field input,
.field textarea,
.field select {
  font: inherit;
  font-size: 0.94rem;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 13px 16px;
  border: 2.5px solid var(--ink);
  border-radius: 14px;
  background: var(--card);
  color: var(--ink);
  box-shadow: inset 2px 2px 0 rgba(69, 58, 40, 0.05);
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: var(--tangerine);
  box-shadow: 3px 3px 0 var(--tangerine);
}

/* ---------- list filter bar ---------- */
[hidden] {
  display: none !important;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: clamp(24px, 4vw, 40px);
}
.filter-btn {
  font: inherit;
  font-family: var(--ff-round);
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0.5em 1.2em;
  border-radius: 999px;
  border: 2.5px solid var(--ink);
  background: var(--card);
  color: var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease,
    background 0.18s ease;
}
.filter-btn:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 var(--ink);
  background: var(--lemon-tint);
}
.filter-btn:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 var(--ink);
}
.filter-btn.is-active {
  background: var(--lemon);
  color: var(--ink);
}
.list-empty {
  color: var(--stone);
  font-size: 0.9rem;
  padding: 20px 0;
}

/* card "準備中" badge */
.card-soon {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  font-size: 0.68rem;
  font-weight: 700;
  font-family: var(--ff-pop);
  letter-spacing: 0.04em;
  background: var(--card);
  color: var(--ink);
  border: 2px solid var(--ink);
  padding: 3px 11px;
  border-radius: 999px;
  box-shadow: 2px 2px 0 var(--ink);
  transform: rotate(-4deg);
}
:root[data-theme="dark"] .card-soon,
:root[data-theme="dark"] .card-soon {
  background: var(--card);
  color: var(--ink);
}

/* maker (producer) card */
.maker-card .ph {
  aspect-ratio: 3/2;
  border-radius: 0;
  border-bottom: 2.5px solid var(--ink);
}
.maker-card__body {
  padding: 18px 20px 22px;
}
.maker-card .region {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-family: var(--ff-pop);
  color: var(--sky-deep);
  background: var(--sky-tint);
  border: 1.5px solid var(--sky);
  border-radius: 999px;
  padding: 2px 10px;
  display: inline-block;
}
.maker-card h3 {
  font-size: 1.14rem;
  font-weight: 900;
  margin: 0.4em 0 0.4em;
}
.maker-card p {
  font-size: 0.86rem;
  color: var(--ink-soft);
  margin: 0;
}
.maker-card .items {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* ---------- decorative floaty doodles (page-level) ---------- */
.float {
  animation: float 6s ease-in-out infinite;
}
.wiggle:hover {
  animation: wiggle 0.5s ease-in-out;
}
.spin-slow {
  animation: spin 18s linear infinite;
}

/* sticker helper */
.sticker {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-family: var(--ff-round);
  font-weight: 900;
  background: var(--lemon);
  color: var(--ink);
  border: 2.5px solid var(--ink);
  border-radius: 999px;
  padding: 0.4em 1em;
  box-shadow: 3px 3px 0 var(--ink);
  transform: rotate(-2deg);
}

/* thanks（送信完了）ページの丸チェックバッジ */
.thanks-badge {
  width: clamp(96px, 22vw, 128px);
  height: clamp(96px, 22vw, 128px);
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  background: var(--lemon);
  border: 3px solid var(--ink);
  border-radius: 50%;
  box-shadow: 6px 7px 0 var(--ink);
}
.thanks-badge svg {
  width: 46%;
  height: 46%;
}

/* utility spacing */
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.6rem;
}
.mt-2 {
  margin-top: 1.2rem;
}
.mt-3 {
  margin-top: 2rem;
}
.mt-4 {
  margin-top: 3rem;
}
.mb-0 {
  margin-bottom: 0;
}
.lead-lg {
  font-size: 1.1rem;
  color: var(--ink-soft);
}

/* ---------- static article quality notice ---------- */
.article-quality-note {
  margin: 0 0 1.6rem;
  padding: 14px 18px;
  background: var(--sky-tint);
  border: 2px solid var(--sky);
  border-radius: 16px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.75;
}
.article-quality-note p {
  margin: 0.25rem 0;
}
.article-quality-note__title {
  font-family: var(--ff-round);
  font-weight: 900;
  color: var(--ink);
}
.article-answer {
  margin: 1.1rem 0 0;
  padding: 14px 18px;
  background: var(--lemon-wash);
  border: 2px solid var(--lemon);
  border-radius: 16px;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.75;
}
.article-answer p {
  margin: 0.2rem 0;
}
.article-answer__title {
  font-family: var(--ff-round);
  font-weight: 900;
  color: var(--ink);
}
.article-framework {
  margin: 1.6rem 0;
  padding: 18px 20px;
  background: var(--card);
  border: 2.5px solid var(--ink);
  border-radius: 16px;
  box-shadow: var(--shadow-pop);
}
.article-framework__eyebrow {
  margin: 0 0 0.25rem;
  color: var(--tangerine-deep);
  font-family: var(--ff-pop);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.07em;
}
.prose .article-framework h2 {
  margin: 0.25rem 0 0.65rem;
  padding: 0;
  border: 0;
  font-size: 1.15rem;
}
.article-framework p {
  margin: 0.3rem 0 0.7rem;
}
.article-framework ol {
  margin: 0;
  padding-left: 1.4rem;
}
.article-framework li {
  margin: 0.45rem 0;
}
.article-next-step {
  padding: 0 0 2rem;
}
.article-next-step .prose {
  padding: 18px 20px;
  background: var(--tangerine-tint);
  border: 2px solid var(--tangerine);
  border-radius: 16px;
}
.article-next-step .prose h2 {
  margin-top: 0;
}
.article-sources {
  margin: 0 0 1.6rem;
  padding: 14px 18px;
  background: var(--cream-2);
  border: 1.5px solid var(--line-strong);
  border-radius: 16px;
  color: var(--ink-soft);
  font-size: 0.84rem;
  line-height: 1.7;
}
.article-sources p {
  margin: 0.2rem 0;
}
.article-sources__title {
  font-family: var(--ff-round);
  font-weight: 900;
  color: var(--ink);
}
.article-sources__date {
  font-size: 0.78rem;
}
.article-sources ul {
  margin: 0.65rem 0 0;
  padding-left: 1.2rem;
}
.article-sources li {
  margin: 0.45rem 0;
}
.article-sources a {
  font-weight: 700;
}
.article-sources span {
  font-size: 0.8rem;
}

/* ---------- keyframes ---------- */
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-14px) rotate(3deg);
  }
}
@keyframes pop-bob {
  0%,
  100% {
    transform: translateY(0) rotate(-5deg);
  }
  50% {
    transform: translateY(-8px) rotate(5deg);
  }
}
@keyframes wiggle {
  0%,
  100% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
