/* ============================================================
   猫の庭 公式サイト
   決定版デザイン（A構成 × Cフェルト素材）2026-08-29
   ============================================================ */

:root {
  --cream: #faf6ec;
  --cream-alt: #f3ecdc;
  --paper: #fffcf4;
  --card: #ffffff;
  --card-alt: #fbf8ef;
  --ink: #4d443a;
  --ink-soft: #5d5344;
  --muted: #6d6252;
  --faint: #8d8069;
  --gold: #a3925f;
  --amber: #c9973f;
  --link: #8a6f3f;
  --line: #e8e0cf;
  --line-soft: #efe6d2;
  --footer-bg: #3f3a30;
  --footer-ink: #f5efdf;
  --bezel: #3a352c;
  --font-display: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  --font-body: "Zen Kaku Gothic New", "Hiragino Sans", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: clip;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: anywhere;
}

img { max-width: 100%; height: auto; }

figure { margin: 0; }

a { color: var(--link); text-decoration: none; }
a:hover { color: #6b5530; }

.container {
  max-width: 1136px;
  margin: 0 auto;
  padding-inline: clamp(20px, 4vw, 36px);
}

/* ---------- ヘッダー ---------- */

.site-header {
  padding-block: clamp(18px, 3vw, 30px);
  border-bottom: 2px dashed #ddd1b4;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-logo { display: block; transition: transform 0.35s ease; }
.site-logo:hover { transform: rotate(-2deg) scale(1.05); }
.site-logo img { height: clamp(46px, 6.5vw, 64px); width: auto; display: block; filter: drop-shadow(0 3px 6px rgba(90, 63, 57, 0.18)); }

.site-nav { display: flex; gap: clamp(20px, 3.4vw, 40px); font-size: clamp(16px, 1.6vw, 18px); font-weight: 700; }
.site-nav a { color: var(--ink-soft); position: relative; padding-bottom: 6px; }
.site-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  border-bottom: 3px dotted var(--amber);
  transition: width 0.3s ease, left 0.3s ease;
}
.site-nav a:hover { color: var(--ink); }
.site-nav a:hover::after { width: 100%; left: 0; }

/* ---------- 共通セクション ---------- */

section { padding-block: clamp(56px, 8vw, 92px); }

.section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
  margin-bottom: clamp(30px, 5vw, 44px);
}

.section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.6;
}

.section-head .with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.section-head .with-icon img { width: clamp(38px, 5vw, 48px); height: auto; }
.section-head .with-icon h2 { min-width: 0; }

.section-lede {
  margin: 0;
  font-size: clamp(16.5px, 2.2vw, 19px);
  line-height: 2;
  color: var(--ink-soft);
}

.bg-alt { background: var(--cream-alt); }
.bg-paper {
  background: var(--paper);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

/* ---------- フェルト部品 ---------- */

.felt-chip {
  display: inline-block;
  background-image: url("img/felt_cream.webp");
  background-size: cover;
  border-radius: 999px;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 16.5px;
  color: var(--ink-soft);
  box-shadow: 0 3px 8px rgba(95, 80, 48, 0.16);
}

.felt-tag {
  display: inline-block;
  background-image: url("img/felt_cream.webp");
  background-size: cover;
  border-radius: 9px;
  padding: 8px 24px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 3px 8px rgba(95, 80, 48, 0.18);
}

.felt-tag.unknown { color: #a08c6c; }

/* ---------- App Store バッジ ---------- */

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  background: #1b1815;
  color: #ffffff;
  border-radius: 14px;
  padding: 13px 28px 13px 20px;
  line-height: 1.25;
}

.store-badge:hover { color: #ffffff; opacity: 0.88; }
.store-badge svg { flex-shrink: 0; }
.store-badge .badge-text { display: flex; flex-direction: column; text-align: left; }
.store-badge .badge-text .small { font-size: 12px; opacity: 0.85; }
.store-badge .badge-text .big { font-size: 19px; font-weight: 700; }

.store-note { font-size: 15.5px; color: var(--faint); }

/* ---------- ヒーロー ---------- */

.hero { padding-block: clamp(16px, 3vw, 40px) clamp(56px, 7vw, 80px); }

.hero .container {
  display: flex;
  align-items: center;
  gap: clamp(32px, 5vw, 56px);
}

.hero-copy {
  flex: 1 1 480px;
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3vw, 26px);
}

.hero-copy h1 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(34px, 5vw, 50px);
  line-height: 1.5;
}

.hero-copy .hero-lede {
  margin: 0;
  font-size: clamp(17px, 2.4vw, 20px);
  line-height: 2.05;
  color: var(--ink-soft);
}

.hero-copy .hero-quiet {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(15.5px, 2vw, 17px);
  color: var(--gold);
}

.hero-cta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }

.hero-stage {
  flex: 0 1 520px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-mat {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 44px;
  height: clamp(110px, 22%, 150px);
  background-image: url("img/felt_green.webp");
  background-size: cover;
  border-radius: 50% 50% 46% 46% / 100% 100% 30% 30%;
  box-shadow: 0 14px 30px rgba(95, 80, 48, 0.25);
}

.hero-mat::after {
  content: "";
  position: absolute;
  inset: 9px 12px;
  border: 2px dashed rgba(70, 90, 60, 0.45);
  border-radius: 50% 50% 46% 46% / 100% 100% 30% 30%;
}

.hero-phone {
  position: relative;
  width: min(316px, 78%);
  border-radius: 44px;
  border: clamp(9px, 1.2vw, 12px) solid var(--bezel);
  box-shadow: 0 26px 54px rgba(60, 50, 30, 0.32);
  overflow: hidden;
  margin-bottom: 96px;
}

.hero-phone img { display: block; width: 100%; }

.hero-cat {
  position: absolute;
  width: clamp(110px, 28%, 148px);
  left: 0;
  bottom: 78px;
  filter: drop-shadow(0 10px 14px rgba(70, 60, 40, 0.3));
}

.hero-flower-1 {
  position: absolute;
  width: clamp(70px, 18%, 96px);
  right: 2%;
  bottom: 92px;
  filter: drop-shadow(0 8px 12px rgba(70, 60, 40, 0.3));
}

.hero-flower-2 {
  position: absolute;
  width: clamp(56px, 14%, 74px);
  right: 20%;
  bottom: 58px;
  filter: drop-shadow(0 8px 12px rgba(70, 60, 40, 0.3));
}

.hero-caption {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 100%;
  background-image: url("img/felt_cream.webp");
  background-size: cover;
  border-radius: 10px;
  padding: 9px 22px;
  font-family: var(--font-display);
  font-size: 16px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(95, 80, 48, 0.2);
  margin: 0;
}

/* ---------- 猫手帳 ---------- */

.cat-lineup {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: clamp(10px, 2.5vw, 26px);
  flex-wrap: wrap;
  position: relative;
  padding-top: 8px;
}

.cat-lineup::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 56px;
  height: 230px;
  background: radial-gradient(ellipse 68% 100% at 50% 100%, #e6d7ad 0%, rgba(230, 215, 173, 0) 75%);
  pointer-events: none;
}

.cat-lineup figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}

.cat-lineup figure:nth-child(1) img { width: clamp(122px, 15.5vw, 180px); }
.cat-lineup figure:nth-child(2) img { width: clamp(92px, 11.5vw, 133px); }
.cat-lineup figure:nth-child(3) img { width: clamp(94px, 11.8vw, 136px); }
.cat-lineup .unknown-1 img { width: clamp(94px, 11.8vw, 136px); opacity: 0.85; }
.cat-lineup .unknown-2 img { width: clamp(80px, 10vw, 115px); opacity: 0.55; }

.pose-book {
  margin-top: clamp(26px, 4vw, 38px);
  background: #fffdf6;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: clamp(20px, 3vw, 26px) clamp(20px, 3vw, 30px);
  display: flex;
  gap: clamp(18px, 3vw, 28px);
  align-items: center;
}

.pose-book .pose-owner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 0 0 clamp(130px, 16vw, 170px);
}

.pose-owner img { width: clamp(86px, 11vw, 108px); }
.pose-owner .pose-owner-name { font-family: var(--font-display); font-weight: 700; font-size: 19px; }
.pose-owner .pose-owner-count { font-size: 15px; color: var(--faint); }

.pose-book .pose-divider {
  align-self: stretch;
  border-left: 2px dashed #ddd1b4;
  flex: 0 0 auto;
}

.pose-grid-wrap { flex: 1; display: flex; flex-direction: column; gap: 12px; min-width: 0; }

.pose-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(8px, 1.5vw, 14px);
}

.pose-grid figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

.pose-tile {
  width: 100%;
  aspect-ratio: 1;
  background: #f6efdd;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pose-tile img { width: 85%; height: 85%; object-fit: contain; }
.pose-tile.unseen { background: #efe7d2; }
.pose-tile.unseen img { filter: brightness(0); opacity: 0.16; }
.pose-grid figcaption { font-size: 15px; color: var(--ink); }
.pose-grid .unseen-label { color: #a89a80; }

.pose-note { font-size: 15.5px; color: var(--faint); }

.catbook-closing {
  margin: clamp(22px, 3vw, 30px) 0 0;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(17px, 2.2vw, 19px);
  color: var(--link);
}

/* ---------- うちの子 ---------- */

.uchinoko .container {
  display: flex;
  align-items: center;
  gap: clamp(32px, 5vw, 52px);
}

.uchinoko-copy {
  flex: 1 1 460px;
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3vw, 26px);
}

.uchinoko-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(27px, 4vw, 36px);
  line-height: 1.6;
}

.uchinoko-copy .lede { margin: 0; font-size: clamp(16.5px, 2.2vw, 18px); line-height: 2.05; color: var(--ink-soft); }

.steps { display: flex; flex-direction: column; gap: 15px; }
.steps .step { display: flex; align-items: center; gap: 15px; font-size: 17.5px; }

.step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-image: url("img/felt_cream.webp");
  background-size: cover;
  box-shadow: 0 3px 8px rgba(95, 80, 48, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  color: #6b5a44;
  flex-shrink: 0;
}

.privacy-note {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  background: #f6efdd;
  border-radius: 12px;
  padding: 16px 18px;
  font-size: 15.5px;
  line-height: 1.9;
  color: var(--muted);
}

.privacy-note svg { flex-shrink: 0; margin-top: 4px; }

.uchinoko-showcase {
  flex: 1 1 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vw, 18px);
  flex-wrap: wrap;
}

.polaroid {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(90, 70, 40, 0.22);
  transform: rotate(-3deg);
  padding: 8px 8px 0;
  width: min(272px, 38%);
  position: relative;
}

.polaroid img { display: block; border-radius: 3px; width: 100%; }

.polaroid figcaption {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 16px;
  color: var(--muted);
}

.polaroid .washi {
  position: absolute;
  top: -12px;
  left: 34%;
  width: 86px;
  height: 26px;
  background-image: url("img/felt_pink.webp");
  background-size: cover;
  opacity: 0.9;
  transform: rotate(-6deg);
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(95, 80, 48, 0.2);
}

.showcase-arrow { flex-shrink: 0; }

.uchinoko-phone { transform: rotate(1.5deg); width: min(280px, 38%); }

.uchinoko-phone .phone-frame {
  border-radius: 40px;
  border: 11px solid var(--bezel);
  box-shadow: 0 24px 50px rgba(60, 50, 30, 0.3);
  overflow: hidden;
}

.uchinoko-phone img { display: block; width: 100%; }

.uchinoko-phone figcaption {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.uchinoko-phone figcaption span {
  background-image: url("img/felt_cream.webp");
  background-size: cover;
  border-radius: 9px;
  padding: 9px 20px;
  font-family: var(--font-display);
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(95, 80, 48, 0.2);
}

.showcase-caption {
  width: 100%;
  margin: 10px 0 0;
  text-align: center;
  font-size: 16px;
  color: var(--faint);
}

/* ---------- ホーム画面ウィジェット ---------- */

.widget-feature .container {
  display: flex;
  align-items: center;
  gap: clamp(32px, 5vw, 60px);
}

.widget-copy {
  flex: 1 1 440px;
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3vw, 26px);
}

.widget-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(27px, 4vw, 36px);
  line-height: 1.6;
}

.widget-copy .lede {
  margin: 0;
  font-size: clamp(16.5px, 2.2vw, 18px);
  line-height: 2.05;
  color: var(--ink-soft);
}

.widget-copy .widget-sub {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(15.5px, 2vw, 17px);
  color: var(--gold);
}

.widget-visual {
  flex: 1 1 500px;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 64px;
}

.widget-phone {
  width: min(300px, 64%);
  border-radius: 44px;
  border: clamp(9px, 1.2vw, 12px) solid var(--bezel);
  box-shadow: 0 26px 54px rgba(60, 50, 30, 0.32);
  overflow: hidden;
}

.widget-phone img { display: block; width: 100%; }

.widget-zoom {
  position: absolute;
  right: 2%;
  bottom: 0;
  width: min(240px, 44%);
  transform: rotate(2deg);
}

.widget-zoom img {
  display: block;
  width: 100%;
  border-radius: 26px;
  border: 6px solid #ffffff;
  box-shadow: 0 18px 40px rgba(70, 60, 40, 0.3);
}

.widget-zoom figcaption { display: flex; justify-content: center; margin-top: 12px; }

.widget-zoom figcaption span {
  background-image: url("img/felt_cream.webp");
  background-size: cover;
  border-radius: 9px;
  padding: 8px 18px;
  font-family: var(--font-display);
  font-size: 15.5px;
  box-shadow: 0 4px 10px rgba(95, 80, 48, 0.2);
}

.widget-flower {
  position: absolute;
  left: 0;
  bottom: 26px;
  width: clamp(70px, 16%, 92px);
  filter: drop-shadow(0 8px 12px rgba(70, 60, 40, 0.3));
}

/* ---------- あるくと変わる ---------- */

.walk-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 24px);
}

.walk-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.walk-card .visual {
  height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.walk-card .visual img { width: 118px; height: 118px; object-fit: contain; }
.walk-card .visual img.round { object-fit: cover; object-position: 50% 68%; border-radius: 50%; border: 4px solid var(--cream-alt); }

.walk-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 21px;
}

.walk-card p { margin: 0; font-size: 16.5px; line-height: 1.95; color: var(--muted); }

.walk-privacy {
  margin-top: clamp(26px, 4vw, 38px);
  display: flex;
  justify-content: center;
}

.walk-privacy .pill {
  display: flex;
  gap: 12px;
  align-items: center;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 13px 28px;
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.8;
}

.walk-privacy svg { flex-shrink: 0; }

/* ---------- あるくと変わる: 実画面つきレイアウト ---------- */

.walk-layout {
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 48px);
}

.walk-phone {
  flex: 0 0 auto;
  width: min(280px, 26%);
}

.walk-phone .phone-frame {
  border-radius: 38px;
  border: 10px solid var(--bezel);
  box-shadow: 0 22px 46px rgba(60, 50, 30, 0.3);
  overflow: hidden;
}

.walk-phone img { display: block; width: 100%; }

.walk-phone figcaption { display: flex; justify-content: center; margin-top: 14px; }

.walk-phone figcaption span {
  background-image: url("img/felt_cream.webp");
  background-size: cover;
  border-radius: 9px;
  padding: 8px 16px;
  font-family: var(--font-display);
  font-size: 14.5px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(95, 80, 48, 0.2);
}

.walk-layout .walk-grid {
  flex: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.records-shot {
  width: min(250px, 100%);
  border-radius: 30px;
  border: 9px solid var(--bezel);
  box-shadow: 0 18px 38px rgba(60, 50, 30, 0.28);
  overflow: hidden;
}

.records-shot img { display: block; width: 100%; }

/* ---------- 移ろう庭 ---------- */

.garden-strip {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 22px);
}

.garden-strip figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  flex: 0 0 auto;
}

.garden-strip img {
  width: clamp(150px, 15vw, 198px);
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 18px;
  border: 4px solid #ffffff;
  box-shadow: 0 12px 28px rgba(90, 70, 40, 0.14);
}

.garden-strip figcaption {
  font-size: 16.5px;
  font-weight: 700;
  background: var(--card);
  border: 1px solid #e5dcc8;
  border-radius: 999px;
  padding: 7px 22px;
}

/* ---------- きろくと毎日 ---------- */

.daily-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 26px);
  max-width: 820px;
  margin-inline: auto;
}

.daily-card {
  background: var(--card-alt);
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}

.daily-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 21px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.daily-card h3 img { width: 36px; height: 36px; }
.daily-card > p { margin: 0; font-size: 16.5px; line-height: 1.95; color: var(--muted); }
.daily-card .mock { flex: 1; display: flex; align-items: center; }

.records-mock {
  width: 100%;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  text-align: left;
}

.records-mock .mock-head { display: flex; justify-content: space-between; font-size: 15px; }
.records-mock .mock-head .label { font-weight: 700; color: var(--gold); }
.records-mock .mock-head .value { color: var(--faint); }
.records-mock .bars { display: flex; align-items: flex-end; gap: 9px; height: 86px; }
.records-mock .bars span { flex: 1; background: #cdd6b0; border-radius: 5px 5px 2px 2px; }
.records-mock .bars span.mid { background: #b9c795; }
.records-mock .bars span.hi { background: var(--amber); }
.records-mock .events { display: flex; flex-direction: column; gap: 8px; font-size: 15px; color: var(--muted); }

.kotoba-mock { position: relative; width: min(286px, 100%); }
.kotoba-mock img { display: block; width: 100%; border-radius: 8px; box-shadow: 0 12px 26px rgba(90, 70, 40, 0.16); }

.kotoba-mock span {
  position: absolute;
  left: 13%;
  right: 13%;
  top: 33%;
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 2.1;
  color: var(--ink-soft);
  text-align: center;
}

.widget-mock {
  width: 194px;
  aspect-ratio: 1;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 26px rgba(90, 70, 40, 0.2);
}

.widget-mock .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.widget-mock .widget-label {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 13px;
  color: #ffffff;
  background: rgba(30, 24, 12, 0.45);
  border-radius: 999px;
  padding: 5px 13px;
}

.widget-mock .widget-cat { position: absolute; width: 98px; right: 8px; bottom: -4px; }

/* ---------- ダウンロード ---------- */

.cta { text-align: center; }

.cta-patch {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  transform: rotate(-0.8deg);
  border-radius: 30px;
  background-image: url("img/felt_mustard.webp");
  background-size: cover;
  box-shadow: 0 18px 40px rgba(95, 80, 48, 0.28);
  padding: clamp(32px, 5vw, 44px);
}

.cta-patch::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 22px;
  border: 2px dashed rgba(140, 110, 50, 0.45);
  pointer-events: none;
}

.cta-patch .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
}

.cta-patch img.icon {
  width: 96px;
  height: 96px;
  border-radius: 22px;
  border: 4px solid #ffffff;
  box-shadow: 0 10px 22px rgba(95, 80, 48, 0.3);
}

.cta-patch h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(22px, 3.4vw, 30px);
  color: #4f4226;
}

.cta .store-note { display: block; margin-top: 22px; }

/* ---------- フッター ---------- */

.site-footer {
  background: var(--footer-bg);
  color: var(--footer-ink);
  padding: clamp(36px, 5vw, 46px) 0 30px;
  margin-top: clamp(40px, 6vw, 72px);
}

.site-footer .footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-brand { display: flex; flex-direction: column; gap: 12px; }
.footer-brand .name { font-family: var(--font-display); font-weight: 700; font-size: 20px; }
.footer-brand .tagline { font-size: 15px; color: #b5ab93; }

.footer-links { display: flex; flex-direction: column; gap: 13px; font-size: 15.5px; }
.footer-links a { color: #d8cfb8; }
.footer-links a:hover { color: #ffffff; }

.footer-bottom {
  border-top: 1px solid rgba(245, 239, 223, 0.14);
  padding-top: 16px;
  margin-top: 26px;
  font-size: 12.5px;
  color: #9a9078;
}

/* ---------- 文書ページ ---------- */

.doc-main { padding-block: clamp(28px, 5vw, 56px) clamp(48px, 7vw, 80px); }
.doc-main .container { max-width: 800px; }

.doc-draft-banner {
  background: #f7ead0;
  border: 1px solid #e3cd9d;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 15.5px;
  color: #7a6435;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.doc-main h1 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 4vw, 34px);
}

.doc-date { font-size: 14px; color: var(--faint); margin: 0 0 34px; }

.doc-main h2 {
  margin: 44px 0 14px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(19px, 2.6vw, 22px);
  padding-left: 14px;
  border-left: 5px solid #d8b878;
  line-height: 1.6;
}

.doc-main p, .doc-main li { font-size: 16.5px; line-height: 2.05; color: var(--ink-soft); }
.doc-main ul, .doc-main ol { padding-left: 24px; margin: 10px 0; }
.doc-main li { margin-block: 4px; }

.doc-main .doc-note {
  background: var(--card-alt);
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 15.5px;
  color: var(--muted);
}

.doc-back { display: inline-block; margin-top: 40px; font-size: 15px; }

/* ---------- レスポンシブ ---------- */

@media (max-width: 1000px) {
  .hero .container { flex-direction: column; }
  .hero-copy, .hero-stage, .uchinoko-copy, .uchinoko-showcase { flex: 0 0 auto; }
  .hero-copy { align-items: center; text-align: center; width: 100%; max-width: 640px; }
  .hero-cta { justify-content: center; }
  .hero-stage { width: 100%; max-width: 480px; }
  .uchinoko .container { flex-direction: column; }
  .uchinoko-copy { max-width: 640px; width: 100%; }
  .uchinoko-showcase { width: 100%; }
  .widget-feature .container { flex-direction: column; }
  .widget-copy, .widget-visual { flex: 0 0 auto; }
  .widget-copy { max-width: 640px; width: 100%; text-align: center; }
  .widget-visual { width: 100%; max-width: 520px; }
  .walk-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .walk-layout { flex-direction: column; }
  .walk-phone { width: min(280px, 74%); }
  .walk-layout .walk-grid { width: 100%; }
  .daily-grid { grid-template-columns: minmax(0, 1fr); max-width: 480px; margin-inline: auto; }
  .garden-strip {
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 14px;
    -webkit-overflow-scrolling: touch;
  }
  .garden-strip figure { scroll-snap-align: center; }
  .garden-strip img { width: clamp(170px, 40vw, 220px); }
}

@media (max-width: 760px) {
  .site-nav { display: none; }
  .site-header .container { justify-content: center; }
  .pose-book { flex-direction: column; align-items: stretch; }
  .pose-book .pose-divider { border-left: 0; border-top: 2px dashed #ddd1b4; }
  .pose-book .pose-owner { flex-direction: row; justify-content: center; gap: 14px; flex-basis: auto; }
  .pose-owner img { width: 72px; }
  .pose-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .uchinoko-showcase { flex-direction: column; }
  .polaroid, .uchinoko-phone { width: min(300px, 88%); }
  .showcase-arrow { transform: rotate(90deg); }
}

@media (max-width: 560px) {
  .walk-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-cat { bottom: 64px; }
  .footer-main { flex-direction: column; }
}


/* ---------- 動き ---------- */

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes floaty-r {
  0%, 100% { transform: rotate(2deg) translateY(0); }
  50% { transform: rotate(2deg) translateY(-10px); }
}

.hero-flower-1 { animation: floaty 5.2s ease-in-out infinite; }
.hero-flower-2 { animation: floaty 6.4s ease-in-out 0.9s infinite; }
.widget-flower { animation: floaty 5.8s ease-in-out 0.4s infinite; }
.widget-zoom { animation: floaty-r 7s ease-in-out 1.2s infinite; }

.store-badge { transition: transform 0.25s ease, opacity 0.25s ease; }
.store-badge:hover { transform: translateY(-3px); }

.felt-tag, .felt-chip { transition: transform 0.25s ease; }
.cat-lineup figure:hover .felt-tag { transform: rotate(-3deg) scale(1.06); }

.cat-lineup figure img { transition: transform 0.3s ease; }
.cat-lineup figure:hover img { transform: translateY(-8px) rotate(-1.5deg); }

.walk-card, .daily-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.walk-card:hover, .daily-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(90, 70, 40, 0.14); }

.garden-strip figure img { transition: transform 0.35s ease; }
.garden-strip figure:hover img { transform: scale(1.035) rotate(-0.6deg); }

.pose-tile img { transition: transform 0.25s ease; }
.pose-grid figure:hover .pose-tile img { transform: scale(1.08); }

.cta-patch { transition: transform 0.35s ease; }
.cta-patch:hover { transform: rotate(0.4deg) scale(1.01); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.cta-patch.reveal { transform: rotate(-0.8deg) translateY(26px); }
.cta-patch.reveal.on { transform: rotate(-0.8deg); }
.reveal.on { opacity: 1; transform: translateY(0); }
.hero-stage.reveal { transform: translateY(14px) scale(0.985); }
.hero-stage.reveal.on { transform: none; }

@media (prefers-reduced-motion: reduce) {
  .hero-flower-1, .hero-flower-2, .widget-flower, .widget-zoom { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .site-logo, .store-badge, .cat-lineup figure img, .walk-card, .daily-card,
  .garden-strip figure img, .pose-tile img, .cta-patch { transition: none; }
}
