/* ==========================================================
   チャイルドウィッシュ FC加盟募集LP — styles
   Brand: vivid pink / confetti pattern / rounded gothic
   ========================================================== */

:root {
  --pink: #EC2D7B;
  --pink-deep: #D6005F;
  --pink-bright: #F13B96;
  --pink-soft: #F5A3C7;
  --pink-pale: #FFE9F3;
  --pink-bg: #FFF4F9;
  --yellow: #F7D94C;
  --aqua: #8FD8D2;
  --blue: #A6DDF0;
  --green-bar: #BCE3A8;
  --ink: #45383E;
  --ink-soft: #6E5D65;
  --white: #FFFFFF;
  --cta: var(--pink);
  --cta-deep: var(--pink-deep);
  --radius: 18px;
  --shadow: 0 6px 24px rgba(214, 0, 95, 0.10);
  --font-head: 'M PLUS Rounded 1c', 'Hiragino Maru Gothic ProN', sans-serif;
  --font-body: 'M PLUS Rounded 1c', 'Hiragino Maru Gothic ProN', sans-serif;
  --confetti-opacity: 1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 500;
  color: var(--ink);
  background: var(--white);
  line-height: 1.8;
  overflow-x: hidden;
}
body.head-gothic {
  --font-head: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
}
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.4; margin: 0; text-wrap: pretty; }
p { margin: 0; text-wrap: pretty; }
a { color: var(--pink-deep); }

/* ---------- confetti pattern ---------- */
.confetti {
  position: relative;
  background-color: var(--pink-bg);
}
.confetti::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: var(--confetti-opacity);
  background-image:
    radial-gradient(circle 7px at 24px 30px,  #F9C9E0 98%, transparent),
    radial-gradient(circle 5px at 140px 80px, #F7E48A 98%, transparent),
    radial-gradient(circle 9px at 220px 40px, #BDE7E3 98%, transparent),
    radial-gradient(circle 4px at 70px 150px, #F5A3C7 98%, transparent),
    radial-gradient(circle 6px at 250px 190px,#C9E6F5 98%, transparent),
    radial-gradient(circle 5px at 180px 250px,#F9C9E0 98%, transparent),
    radial-gradient(circle 8px at 40px 230px, #F7E48A 98%, transparent),
    radial-gradient(circle 4px at 120px 200px,#BDE7E3 98%, transparent);
  background-size: 280px 280px;
}
body.confetti-off .confetti::before { display: none; }
body.confetti-loud { --confetti-opacity: 1; }
body.confetti-calm { --confetti-opacity: 0.45; }
.confetti > * { position: relative; }

/* halftone dot strip (deco) */
.halftone {
  background-image: radial-gradient(circle 3px, var(--pink-soft) 97%, transparent);
  background-size: 14px 14px;
}

/* ---------- layout ---------- */
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
section { padding: 88px 0; }

/* ---------- header ---------- */
.site-head {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  border-bottom: 3px solid var(--pink);
}
.site-head .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.head-brand { display: flex; align-items: center; gap: 14px; }
.head-brand img { height: 52px; width: auto; }
.head-brand .brand-text { font-size: 12px; font-weight: 700; line-height: 1.5; color: var(--ink-soft); white-space: nowrap; }
.head-brand .brand-text strong { display: block; font-size: 16px; color: var(--pink-deep); }
.head-cta { display: flex; gap: 10px; align-items: center; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 999px;
  cursor: pointer;
  border: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn-primary {
  background: var(--cta);
  color: #fff;
  box-shadow: 0 4px 0 var(--cta-deep);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 0 var(--cta-deep); }
.btn-primary:active { transform: translateY(2px); box-shadow: 0 1px 0 var(--cta-deep); }
.btn-ghost {
  background: #fff;
  color: var(--cta);
  border: 2px solid var(--cta);
}
.btn-ghost:hover { background: var(--pink-pale); }
.btn-s { font-size: 14px; padding: 9px 20px; }
.btn-l { font-size: 19px; padding: 16px 44px; }
.btn-xl { font-size: 22px; padding: 20px 56px; }

/* ---------- hero ---------- */
.hero { padding: 56px 0 0; overflow: hidden; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}
.hero-kicker {
  display: inline-block;
  background: var(--pink);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.14em;
  padding: 7px 26px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.hero h1 {
  font-size: 21px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: 0.1em;
}
.hero h1 .hero-brand {
  display: block;
  font-size: clamp(34px, 4.6vw, 52px);
  white-space: nowrap;
  color: var(--pink-deep);
  letter-spacing: 0.06em;
  margin-top: 4px;
}
.hero-lead { margin-top: 14px; font-size: 16px; color: var(--ink-soft); font-weight: 700; }

.hero-points {
  margin: 26px 0 0;
  padding: 22px 26px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-points h2 {
  font-size: 17px;
  color: var(--pink-deep);
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
.hero-points ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.hero-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 19px;
}
.hero-points li .chk {
  flex: none;
  width: 28px; height: 28px;
  border-radius: 7px;
  background: var(--pink);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 17px;
}
.hero-points li em { font-style: normal; color: var(--pink-deep); }
.hero-ctas { display: flex; gap: 14px; margin: 28px 0 0; flex-wrap: wrap; }
.hero-company {
  margin-top: 40px;
  background: var(--pink);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3em;
  padding: 8px 0;
}

/* photo collage */
.hero-photos { position: relative; height: 480px; }
.polaroid {
  position: absolute;
  background: #fff;
  padding: 10px 10px 14px;
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(80, 20, 50, 0.18);
}
.polaroid img { border-radius: 3px; width: 100%; height: 100%; object-fit: cover; }
.ph1 { width: 46%; top: 2%;  left: 0;   transform: rotate(-5deg); z-index: 2; }
.ph2 { width: 50%; top: 0;   right: 0;  transform: rotate(4deg);  z-index: 1; }
.ph3 { width: 48%; top: 42%; left: 6%;  transform: rotate(3deg);  z-index: 3; }
.ph4 { width: 46%; top: 46%; right: 2%; transform: rotate(-4deg); z-index: 2; }
.polaroid .ph-img { aspect-ratio: 4 / 3; overflow: hidden; border-radius: 3px; }
.hero-star {
  position: absolute;
  bottom: -26px;
  left: 38%;
  width: 120px;
  opacity: 0.9;
  z-index: 4;
}

/* ---------- section headers ---------- */
.sec-head { text-align: center; margin-bottom: 52px; }
.sec-no {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 60px;
  background: var(--pink);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 22px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  padding-bottom: 8px;
  margin-bottom: 14px;
}
.sec-title {
  position: relative;
  display: block;
  font-size: 34px;
  font-weight: 800;
  color: var(--pink-deep);
  letter-spacing: 0.1em;
}
.sec-sub { margin-top: 12px; font-size: 16px; color: var(--ink-soft); font-weight: 700; }
.sec-ribbon {
  background: var(--pink);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.14em;
  text-align: center;
  padding: 13px 20px;
  border-radius: 12px;
  margin: 0 0 32px;
}
.hl { color: var(--pink-deep); font-weight: 800; }
.hl-y { background: linear-gradient(transparent 62%, var(--yellow) 62%); font-weight: 800; }

/* ---------- cards ---------- */
.card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px;
}
.card-head {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 19px;
  color: #fff;
  background: var(--pink);
  border-radius: 10px;
  text-align: center;
  padding: 8px 14px;
  margin-bottom: 18px;
}

/* ---------- market section ---------- */
.market-lead { font-size: 17px; text-align: center; max-width: 820px; margin: 0 auto 48px; font-weight: 700; }
.market-lead .big { font-size: 1.25em; }
.charts { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.chart-card h3 { font-size: 18px; text-align: center; color: var(--ink); margin-bottom: 4px; }
.chart-note { text-align: center; font-size: 12px; color: var(--ink-soft); margin-bottom: 12px; }
.chart {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 230px;
  padding: 0 6px;
  border-bottom: 3px solid #E8D5DE;
}
.chart .year { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; }
.chart .bars { display: flex; gap: 3px; align-items: flex-end; height: 100%; }
.chart .bar { flex: 1; border-radius: 4px 4px 0 0; min-height: 4px; position: relative; transition: height 0.9s cubic-bezier(.2,.7,.3,1); }
.chart .bar.b-jihatsu { background: var(--pink-soft); }
.chart .bar.b-houday  { background: var(--green-bar); }
.chart .ylabel { text-align: center; font-size: 11px; font-weight: 700; color: var(--ink-soft); margin-top: 6px; }
.chart-x { display: flex; gap: 10px; padding: 0 6px; }
.chart-x span { flex: 1; text-align: center; font-size: 11px; font-weight: 700; color: var(--ink-soft); margin-top: 6px; }
.legend { display: flex; justify-content: center; gap: 18px; margin-top: 14px; font-size: 13px; font-weight: 700; }
.legend i { display: inline-block; width: 14px; height: 14px; border-radius: 4px; margin-right: 6px; vertical-align: -2px; }
.growth-badges { display: flex; justify-content: center; gap: 12px; margin-top: 16px; flex-wrap: wrap; }
.growth-badge {
  background: var(--pink-pale);
  color: var(--pink-deep);
  font-weight: 800;
  font-size: 14px;
  border-radius: 999px;
  padding: 5px 16px;
}
.market-foot {
  margin-top: 44px;
  background: var(--pink-pale);
  border-radius: var(--radius);
  padding: 24px 32px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

/* ---------- appeal section ---------- */
.stock-banner {
  background: #fff;
  border: 3px solid var(--pink);
  border-radius: var(--radius);
  text-align: center;
  padding: 26px 24px;
  margin-bottom: 36px;
}
.stock-banner .small { font-size: 15px; font-weight: 700; color: var(--ink-soft); }
.stock-banner .big {
  font-family: var(--font-head);
  font-size: 30px;
  font-weight: 800;
  color: var(--pink-deep);
  letter-spacing: 0.04em;
}
.age-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 24px;
  margin: 0 0 36px;
}
.age-bar .age-line {
  flex: 1;
  max-width: 420px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink-soft), var(--pink));
}
.price-tables { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.price-card .tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  color: var(--pink-deep);
  background: var(--pink-pale);
  border-radius: 999px;
  padding: 3px 14px;
  margin-bottom: 10px;
}
table.t {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
table.t th, table.t td {
  border: 2px solid var(--pink-pale);
  padding: 10px 12px;
  text-align: left;
}
table.t th { background: var(--pink-pale); color: var(--pink-deep); font-weight: 800; width: 60%; }
table.t td { font-weight: 700; text-align: right; white-space: nowrap; }
.subsidy { margin-top: 36px; }
.subsidy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }
.zero-callout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--pink);
  color: #fff;
  border-radius: var(--radius);
  padding: 28px;
  gap: 6px;
}
.zero-callout .lead { font-size: 16px; font-weight: 700; }
.zero-callout .zero {
  font-family: var(--font-head);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
}
.zero-callout .zero b { font-size: 72px; color: var(--yellow); }
table.t-green th { background: #EAF6E2; color: #4A7A33; border-color: #EAF6E2; }
table.t-green td { border-color: #EAF6E2; }

/* ---------- revenue section ---------- */
.rev-model {
  text-align: center;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 28px;
}
.rev-model .badge {
  display: inline-block;
  background: var(--ink);
  color: #fff;
  border-radius: 8px;
  font-size: 15px;
  padding: 3px 14px;
  margin-right: 12px;
  vertical-align: 3px;
}
.stat-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 14px; }
.stat-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
  padding: 30px 24px;
}
.stat-card .label { font-size: 16px; font-weight: 800; color: var(--ink-soft); }
.stat-card .value {
  font-family: var(--font-head);
  font-size: 30px;
  font-weight: 800;
  color: var(--pink-deep);
  line-height: 1.3;
}
.stat-card .value b { font-size: 58px; }
.stat-cond { text-align: center; font-size: 13px; font-weight: 700; color: var(--ink-soft); margin-bottom: 40px; }
.rev-tables { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 28px; align-items: start; }
.init-total {
  margin-top: 14px;
  background: var(--pink);
  color: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 18px;
}
.init-total .v { font-size: 26px; }
.note { font-size: 13px; color: var(--ink-soft); margin-top: 12px; font-weight: 500; }

/* ---------- requirements ---------- */
.req-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.req-card { text-align: left; }
.req-card .req-tag {
  display: block;
  text-align: center;
  background: var(--pink);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 18px;
  border-radius: 10px;
  padding: 7px;
  margin-bottom: 8px;
}
.req-card .req-size { text-align: center; font-weight: 800; color: var(--pink-deep); margin-bottom: 10px; }
.req-card ul { margin: 0; padding-left: 1.2em; font-size: 14px; font-weight: 500; }
.req-card li { margin-bottom: 4px; }
.staff-note {
  margin-top: 28px;
  text-align: center;
  font-weight: 800;
  font-size: 17px;
  background: var(--pink-pale);
  border-radius: 12px;
  padding: 14px;
}

/* ---------- support / flow ---------- */
.flow-lead { text-align: center; font-size: 16px; font-weight: 700; max-width: 760px; margin: 0 auto; }
.tl-legend { display: inline-flex; align-items: center; gap: 4px; margin-left: 14px; font-size: 13px; color: var(--ink-soft); white-space: nowrap; }
.tl-legend i { font-style: normal; color: var(--pink); }

.tl { max-width: 980px; margin: 44px auto 0; }
.tl-row {
  display: grid;
  grid-template-columns: 150px 44px 1fr;
  align-items: start;
}
.tl-when {
  display: grid;
  justify-items: end;
  gap: 6px;
  padding-top: 2px;
}
.tl-badge {
  display: inline-block;
  background: var(--pink);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 15px;
  border-radius: 999px;
  padding: 6px 16px;
  white-space: nowrap;
}
.tl-phase { font-size: 12px; font-weight: 800; color: var(--pink-deep); letter-spacing: 0.06em; }
.tl-rail { position: relative; height: 100%; min-height: 64px; }
.tl-rail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: -28px;
  width: 4px;
  transform: translateX(-50%);
  background: var(--pink-soft);
  border-radius: 2px;
}
.tl-row:last-child .tl-rail::before { bottom: 40%; }
.tl-dot {
  position: absolute;
  left: 50%;
  top: 6px;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid var(--pink);
  z-index: 1;
}
.tl-dot-open {
  width: 40px;
  height: 40px;
  top: 0;
  border: none;
  background: var(--pink);
  color: var(--yellow);
  display: grid;
  place-items: center;
  font-size: 19px;
  box-shadow: 0 0 0 6px var(--pink-pale);
}
.tl-body { margin-bottom: 28px; }
.tl-body.card { padding: 18px 22px; }
.tl-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  display: inline-flex;
  align-items: center;
  font-size: 13.5px;
  font-weight: 700;
  background: var(--pink-bg);
  border: 2px solid var(--pink-pale);
  color: var(--ink);
  border-radius: 999px;
  padding: 5px 14px;
}
.chip.ms {
  background: var(--pink);
  border-color: var(--pink);
  color: #fff;
}
.tl-open-card {
  background: var(--pink);
  color: #fff;
  border-radius: var(--radius);
  padding: 24px 30px;
  box-shadow: var(--shadow);
}
.tl-open-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0.08em;
}
.tl-open-sub { font-size: 14.5px; font-weight: 700; margin-top: 6px; opacity: 0.95; }
.support-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.support-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.support-list li {
  display: flex;
  gap: 10px;
  align-items: baseline;
  font-size: 15px;
  font-weight: 700;
  background: var(--pink-bg);
  border-radius: 10px;
  padding: 9px 14px;
}
.support-list li::before {
  content: "✓";
  flex: none;
  font-weight: 800;
  color: var(--pink);
}
.support-msg { text-align: center; font-size: 17px; font-weight: 800; margin-bottom: 36px; }

/* ---------- ryoiku (philosophy) ---------- */
.quad {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}
/* corner cut-outs so text wraps around the center circle */
.quad-card { display: flow-root; }
.quad-card::before {
  content: "";
  width: 112px;
  height: 150px;
  shape-margin: 10px;
}
.quad-card.q1::before { float: right; shape-outside: circle(112px at 100% 100%); }
.quad-card.q2::before { float: left;  shape-outside: circle(112px at 0% 100%); }
.quad-card.q3::before { float: right; shape-outside: circle(112px at 100% 0%); }
.quad-card.q4::before { float: left;  shape-outside: circle(112px at 0% 0%); }
.quad-center {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 190px; height: 190px;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 20px;
  line-height: 1.5;
  z-index: 2;
  box-shadow: 0 0 0 8px var(--pink-pale);
}
.quad-card h4 {
  color: var(--pink-deep);
  font-size: 19px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.quad-card h4 .qno {
  flex: none;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 15px;
}
.quad-card p { font-size: 14.5px; }

.solve-flow { max-width: 760px; margin: 56px auto 0; display: grid; gap: 0; }
.solve-card { border-radius: var(--radius); padding: 24px 30px; }
.solve-card.problem { background: #EEF0FA; border: 2px solid #8E9AD6; }
.solve-card.problem h4 { color: #4A5AA8; }
.solve-card.answer { background: var(--pink-pale); border: 2px solid var(--pink); }
.solve-card.answer h4 { color: var(--pink-deep); }
.solve-card h4 { font-size: 19px; margin-bottom: 8px; }
.solve-card p { font-size: 15px; }
.solve-arrow {
  text-align: center;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 21px;
  color: #fff;
  background: var(--pink);
  border-radius: 999px;
  padding: 10px 32px;
  margin: 18px auto;
  width: fit-content;
  position: relative;
}
.coop-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.coop-card h4 {
  background: var(--pink);
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  padding: 6px 12px;
  text-align: center;
  margin-bottom: 12px;
}
.coop-card p { font-size: 14px; }

/* ---------- greeting ---------- */
.greet-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 44px;
  align-items: start;
}
.greet-photo { text-align: center; }
.greet-photo .who { margin-top: 14px; font-weight: 800; font-size: 15px; }
.greet-photo .who span { display: block; font-size: 13px; color: var(--ink-soft); font-weight: 700; }
.greet-text { font-size: 15.5px; display: grid; gap: 14px; }
.greet-sign { text-align: right; font-weight: 800; margin-top: 8px; font-size: 16px; }

/* ---------- company ---------- */
.company-table { max-width: 720px; margin: 0 auto; }
table.t-company { width: 100%; border-collapse: collapse; font-size: 15px; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
table.t-company th, table.t-company td { padding: 16px 22px; border-bottom: 2px solid var(--pink-bg); text-align: left; }
table.t-company tr:last-child th, table.t-company tr:last-child td { border-bottom: none; }
table.t-company th { width: 180px; background: var(--pink-pale); color: var(--pink-deep); font-weight: 800; }
table.t-company td { font-weight: 700; }

/* ---------- contact / form ---------- */
.contact { background: var(--pink); padding: 88px 0; }
.contact .sec-head .sec-title { color: #fff; }
.contact .sec-head .sec-sub { color: #FFD7E9; }
.form-card {
  background: #fff;
  border-radius: 22px;
  padding: 44px 48px;
  max-width: 760px;
  margin: 0 auto;
  box-shadow: 0 16px 48px rgba(120, 0, 50, 0.25);
}
.form-grid { display: grid; gap: 20px; }
.f-row label.f-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 14.5px;
  margin-bottom: 7px;
}
.req-chip, .opt-chip {
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  border-radius: 5px;
  padding: 1px 8px;
}
.req-chip { background: var(--pink); }
.opt-chip { background: #B9A8B0; }
.f-row input[type="text"], .f-row input[type="tel"], .f-row input[type="email"], .f-row select, .f-row textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  padding: 12px 14px;
  border: 2px solid #EBD9E2;
  border-radius: 10px;
  background: #FFFBFD;
  color: var(--ink);
}
.f-row input:focus, .f-row select:focus, .f-row textarea:focus {
  outline: none;
  border-color: var(--pink);
  background: #fff;
}
.f-kind { display: flex; gap: 10px; flex-wrap: wrap; }
.f-kind label {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 2px solid #EBD9E2;
  border-radius: 999px;
  padding: 8px 18px;
  font-weight: 700;
  font-size: 14.5px;
  cursor: pointer;
  background: #FFFBFD;
}
.f-kind label:has(input:checked) {
  border-color: var(--pink);
  background: var(--pink-pale);
  color: var(--pink-deep);
}
.f-kind input { accent-color: var(--pink); margin: 0; }
.f-submit { text-align: center; margin-top: 8px; }
.f-note { text-align: center; font-size: 12.5px; color: var(--ink-soft); margin-top: 12px; }
.form-done { text-align: center; padding: 40px 10px; display: grid; gap: 12px; justify-items: center; }
.form-done .big { font-family: var(--font-head); font-size: 24px; font-weight: 800; color: var(--pink-deep); }
.f-error { color: var(--pink-deep); font-size: 13px; font-weight: 700; display: none; }

/* ---------- footer ---------- */
.site-foot { background: var(--pink-deep); color: #fff; text-align: center; padding: 36px 20px 90px; }
.site-foot img { height: 64px; width: auto; margin: 0 auto 10px; }
.site-foot .copy { font-size: 12.5px; opacity: 0.85; letter-spacing: 0.08em; }

/* sticky mobile cta */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  display: flex;
  gap: 8px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -6px 24px rgba(120, 0, 50, 0.16);
}
.sticky-cta .btn { flex: 1; font-size: 15px; padding: 13px 8px; }

/* ---------- reveal animation ---------- */
@media (prefers-reduced-motion: no-preference) {
  .rv { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
  .rv.in { opacity: 1; transform: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 920px) {
  section { padding: 64px 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photos { width: 100%; height: 380px; max-width: 560px; margin: 0 auto; }
  .charts, .price-tables, .subsidy-grid, .stat-cards, .rev-tables, .support-cols { grid-template-columns: 1fr; }
  .req-grid, .coop-list { grid-template-columns: 1fr; }
  .tl-row { grid-template-columns: 36px 1fr; }
  .tl-when {
    grid-column: 2;
    justify-items: start;
    grid-auto-flow: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .tl-rail { grid-column: 1; grid-row: 1 / span 2; min-height: 0; }
  .tl-rail::before { bottom: -10px; }
  .tl-body { grid-column: 2; }
  .quad { grid-template-columns: 1fr; gap: 22px; }
  .quad-card::before { display: none; }
  .quad-center { position: static; transform: none; margin: 0 auto; order: -1; }
  .greet-grid { grid-template-columns: 1fr; justify-items: center; }
  .greet-text { max-width: 560px; }
  .head-brand .brand-text { display: none; }
  .form-card { padding: 30px 22px; }
  .sec-title { font-size: 27px; }
  .hero h1 .hero-brand { font-size: clamp(28px, 7.4vw, 40px); }
  .hero { padding-top: 36px; }
}
@media (min-width: 921px) {
  .sticky-cta { display: none; }
  .site-foot { padding-bottom: 36px; }
}
@media (max-width: 560px) {
  .hero-points li { font-size: 16px; }
  .stat-card .value b { font-size: 44px; }
  .zero-callout .zero b { font-size: 56px; }
  .tl-badge { font-size: 13px; padding: 5px 12px; }
  .chip { font-size: 12.5px; }
}

/* ---------- mobile-only line break ---------- */
.br-sp { display: none; }
@media (max-width: 920px) {
  .br-sp { display: inline; }
  .pc-only { display: none; }
}

/* ---------- greet photo placeholder (production) ---------- */
.greet-placeholder {
  width: 240px;
  height: 280px;
  margin: 0 auto;
  border-radius: 16px;
  background: var(--pink-pale);
  border: 2px dashed var(--pink-soft);
  display: grid;
  place-items: center;
  color: var(--pink-deep);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 14px;
}
