/* ============================================
   Japan PR Launchpad — 和モダン premium B2B LP
   Palette: washi / sumi / shu (vermillion) / gold
   ============================================ */
:root {
  --washi: #f7f3ec;
  --paper: #fffdf8;
  --sumi: #1b1b1f;
  --sumi-soft: #55524b;
  --shu: #c1272d;
  --shu-dark: #9e1f24;
  --gold: #b08d3f;
  --line: #e8e1d4;
  --radius: 4px;
  --shadow: 0 18px 50px -18px rgba(27, 27, 31, .18);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue",
    "Hiragino Sans", "Noto Sans JP", sans-serif;
  background: var(--washi); color: var(--sumi);
  line-height: 1.75; font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}
.serif { font-family: "Cormorant Garamond", Georgia, serif; }
.jp { font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 700; letter-spacing: .01em; }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 243, 236, .92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-in { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--sumi); }
.brand .seal { width: 38px; height: 38px; }
.brand .t { font-family: "Cormorant Garamond", serif; font-size: 20px; font-weight: 700; letter-spacing: .04em; }
.brand .t small { display: block; font-family: inherit; font-size: 10px; letter-spacing: .35em; color: var(--sumi-soft); font-weight: 500; }
.nav .cta-mini {
  text-decoration: none; font-size: 14px; font-weight: 700; color: #fff;
  background: var(--shu); padding: 10px 22px; border-radius: var(--radius);
  transition: background .2s;
}
.nav .cta-mini:hover { background: var(--shu-dark); }

/* ---------- buttons ---------- */
.btn {
  display: inline-block; text-decoration: none; text-align: center; cursor: pointer;
  font-size: 16px; font-weight: 700; letter-spacing: .02em;
  padding: 17px 38px; border-radius: var(--radius); border: none;
  background: var(--shu); color: #fff; transition: background .2s, transform .15s;
}
.btn:hover { background: var(--shu-dark); transform: translateY(-1px); }
.btn.ghost { background: transparent; color: var(--sumi); border: 1.5px solid var(--sumi); }
.btn.ghost:hover { background: var(--sumi); color: var(--washi); transform: none; }

/* ---------- hero ---------- */
.hero { position: relative; padding: 96px 0 84px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; position: relative; }
.hero-copy .kicker { margin-bottom: 22px; }
.hero-grid h1 { font-size: clamp(32px, 4.4vw, 50px); line-height: 1.14; margin-bottom: 24px; }
.hero-ticks { display: grid; gap: 12px; margin-bottom: 26px; }
.hero-ticks div { font-size: 16px; color: var(--sumi-soft); }
.hero-ticks strong { color: var(--sumi); }
.hero-ticks .tick-guarantee {
  background: rgba(193, 39, 45, .06); border: 1px solid rgba(193, 39, 45, .3);
  border-radius: var(--radius); padding: 12px 16px; color: var(--sumi); font-size: 15.5px;
}
.hero-form { padding: 28px; }
.hf-title { font-size: 22px; font-weight: 700; margin-bottom: 6px; text-align: center; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero { padding: 56px 0 60px; }
}
.hero .vert {
  position: absolute; top: 60px; right: 4%; writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif; font-weight: 900;
  font-size: clamp(40px, 7vw, 84px); color: rgba(27, 27, 31, .06);
  letter-spacing: .18em; user-select: none; pointer-events: none;
}
.hero-in { max-width: 720px; position: relative; }
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: var(--shu); margin-bottom: 26px;
}
.kicker::before { content: ''; width: 34px; height: 1.5px; background: var(--shu); }
.hero h1 {
  font-size: clamp(40px, 6vw, 66px); line-height: 1.12; font-weight: 700;
  margin-bottom: 26px;
}
.hero h1 em { font-style: italic; color: var(--shu); }
.hero .sub { font-size: 19px; color: var(--sumi-soft); max-width: 560px; margin-bottom: 38px; }
.hero .cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero .note { font-size: 13px; color: var(--sumi-soft); margin-top: 18px; }
.hero .note strong { color: var(--sumi); }

/* ---------- trust strip ---------- */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-in { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.trust .cell { padding: 26px 22px; border-left: 1px solid var(--line); }
.trust .cell:first-child { border-left: none; }
.trust .cell h4 { font-family: inherit; font-size: 14.5px; font-weight: 800; margin-bottom: 4px; }
.trust .cell p { font-size: 13px; color: var(--sumi-soft); line-height: 1.6; }

/* ---------- sections ---------- */
section { padding: 90px 0; }
.sec-kicker { font-size: 12px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.sec-title { font-size: clamp(30px, 4vw, 44px); line-height: 1.2; margin-bottom: 18px; }
.sec-sub { color: var(--sumi-soft); max-width: 640px; margin-bottom: 48px; font-size: 17px; }

/* ---------- gates (problem) ---------- */
.gates { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.gate { background: var(--paper); padding: 38px 32px; }
.gate .num { font-family: "Cormorant Garamond", serif; font-size: 44px; color: var(--shu); line-height: 1; margin-bottom: 16px; }
.gate h3 { font-size: 22px; margin-bottom: 10px; }
.gate p { font-size: 15px; color: var(--sumi-soft); }
.gate p strong { color: var(--sumi); }

/* ---------- packages ---------- */
.packages { background: var(--sumi); color: var(--washi); }
.packages .sec-kicker { color: var(--gold); }
.packages .sec-sub { color: rgba(247, 243, 236, .65); }
.plan-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.plan {
  background: rgba(255, 253, 248, .04); border: 1px solid rgba(247, 243, 236, .14);
  border-radius: var(--radius); padding: 34px 28px; display: flex; flex-direction: column;
  transition: border-color .2s, transform .2s;
}
.plan:hover { border-color: var(--gold); transform: translateY(-3px); }
.plan.featured { border-color: var(--shu); background: rgba(193, 39, 45, .08); position: relative; }
.plan.featured .flag {
  position: absolute; top: -13px; left: 26px; background: var(--shu); color: #fff;
  font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  padding: 4px 14px; border-radius: 2px;
}
.plan h3 { font-size: 21px; margin-bottom: 4px; color: #fff; }
.plan .for { font-size: 12.5px; color: rgba(247, 243, 236, .55); margin-bottom: 18px; }
.plan .price { font-family: "Cormorant Garamond", serif; font-size: 40px; color: var(--gold); line-height: 1; }
.plan .per { font-size: 12px; color: rgba(247, 243, 236, .55); margin: 6px 0 20px; }
.plan ul { list-style: none; flex: 1; margin-bottom: 24px; }
.plan li { font-size: 14px; padding: 7px 0 7px 22px; position: relative; color: rgba(247, 243, 236, .9); border-bottom: 1px dashed rgba(247, 243, 236, .1); }
.plan li::before { content: '·'; position: absolute; left: 4px; color: var(--gold); font-weight: 900; font-size: 22px; line-height: 1; }
.plan .btn { width: 100%; }
.plan .btn.ghost { color: var(--washi); border-color: rgba(247, 243, 236, .4); }
.plan .btn.ghost:hover { background: var(--washi); color: var(--sumi); }
.retainer-bar {
  margin-top: 18px; border: 1px solid rgba(247, 243, 236, .14); border-radius: var(--radius);
  padding: 24px 28px; display: flex; gap: 20px; align-items: center; flex-wrap: wrap;
  background: rgba(255, 253, 248, .03);
}
.retainer-bar .t { flex: 1; min-width: 260px; }
.retainer-bar h3 { color: #fff; font-size: 20px; }
.retainer-bar p { font-size: 14px; color: rgba(247, 243, 236, .65); }
.retainer-bar .price { font-family: "Cormorant Garamond", serif; font-size: 30px; color: var(--gold); white-space: nowrap; }

/* pricing CVR elements */
.price-tools { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; margin: -18px 0 30px; }
.anchor-line { font-size: 13px; color: rgba(247, 243, 236, .6); max-width: 580px; border-left: 2px solid var(--gold); padding-left: 14px; line-height: 1.6; }
.anchor-line em { color: var(--gold); font-style: italic; }
.cur-toggle { display: inline-flex; border: 1px solid rgba(247, 243, 236, .3); border-radius: 999px; overflow: hidden; flex: none; }
.cur-toggle button { background: transparent; border: none; color: rgba(247, 243, 236, .6); font-family: inherit; font-size: 13px; font-weight: 700; letter-spacing: .04em; padding: 9px 18px; cursor: pointer; transition: background .15s, color .15s; }
.cur-toggle button.on { background: var(--gold); color: var(--sumi); }
.first-note { font-size: 12.5px; line-height: 1.6; color: rgba(247, 243, 236, .8); background: rgba(201, 168, 76, .1); border: 1px solid rgba(201, 168, 76, .25); border-radius: var(--radius); padding: 10px 14px; margin: -8px 0 16px; }
.first-note strong { color: var(--gold); }
.risk-micro { font-size: 11.5px; color: rgba(247, 243, 236, .55); text-align: center; margin-top: 10px; }
.math-note { font-size: 12.5px; line-height: 1.6; color: rgba(247, 243, 236, .6); border-top: 1px dashed rgba(247, 243, 236, .15); padding-top: 12px; margin-bottom: 16px; }

.addons { margin-top: 26px; border-top: 1px solid rgba(247, 243, 236, .14); padding-top: 18px; }
.addons-title { font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: rgba(247, 243, 236, .5); margin-bottom: 6px; }
.addon { display: flex; gap: 18px; align-items: baseline; padding: 12px 0; border-bottom: 1px dashed rgba(247, 243, 236, .12); }
.addon .a-name { flex: 0 0 220px; font-weight: 700; color: rgba(247, 243, 236, .95); font-size: 14.5px; }
.addon .a-desc { flex: 1; font-size: 13px; color: rgba(247, 243, 236, .55); }
.addon .a-price { font-size: 20px; color: var(--gold); white-space: nowrap; }
@media (max-width: 640px) {
  .addon { flex-wrap: wrap; gap: 4px 12px; }
  .addon .a-name { flex: 1 1 auto; }
  .addon .a-desc { flex: 1 1 100%; order: 3; }
}
.packages .fine { font-size: 12.5px; color: rgba(247, 243, 236, .45); margin-top: 22px; line-height: 1.7; }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 40px; counter-reset: step; }
.step { position: relative; padding-top: 18px; }
.step::before {
  counter-increment: step; content: "0" counter(step);
  font-family: "Cormorant Garamond", serif; font-size: 60px; color: var(--line);
  position: absolute; top: -18px; left: 0; line-height: 1; z-index: 0;
}
.step h3 { font-size: 22px; margin-bottom: 10px; position: relative; }
.step p { font-size: 15px; color: var(--sumi-soft); position: relative; }
.step p strong { color: var(--sumi); }

/* ---------- founder ---------- */
.founder { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.founder-in { display: grid; grid-template-columns: 280px 1fr; gap: 54px; align-items: start; }
.founder .seal-big { width: 150px; height: auto; }
.founder-photo-wrap { position: relative; }
.founder-photo { display: block; width: 100%; height: auto; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line); }
.seal-badge { position: absolute; bottom: -14px; right: -14px; width: 58px; height: 58px; filter: drop-shadow(0 4px 10px rgba(27,27,31,.25)); }
.founder .sec-kicker { margin-bottom: 18px; }
.direct-note { margin-top: 20px; font-size: 15px; border-top: 1px solid var(--line); padding-top: 16px; }
.founder blockquote {
  font-family: "Cormorant Garamond", serif; font-size: 26px; line-height: 1.45;
  font-style: italic; margin-bottom: 26px;
}
.founder .who { font-size: 15px; }
.founder .who strong { font-size: 17px; }
.founder .creds { margin-top: 18px; display: grid; gap: 8px; }
.founder .creds div { font-size: 14px; color: var(--sumi-soft); padding-left: 20px; position: relative; }
.founder .creds div::before { content: '—'; position: absolute; left: 0; color: var(--gold); }

/* ---------- deadline (trade show) ---------- */
.deadline { text-align: center; }
.deadline .box {
  border: 1.5px solid var(--shu); border-radius: var(--radius);
  padding: 44px 34px; max-width: 760px; margin: 0 auto; background: var(--paper);
}
.deadline .jp-mark { font-family: "Noto Serif JP", serif; font-weight: 900; font-size: 13px; letter-spacing: .4em; color: var(--shu); margin-bottom: 14px; }
.deadline h2 { font-size: clamp(26px, 3.6vw, 36px); margin-bottom: 14px; }
.deadline p { color: var(--sumi-soft); max-width: 560px; margin: 0 auto 26px; }

/* ---------- faq ---------- */
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 26px; margin-bottom: 10px; }
.faq summary { font-weight: 700; font-size: 16px; cursor: pointer; list-style: none; position: relative; padding-right: 30px; }
.faq summary::after { content: '+'; position: absolute; right: 2px; top: 0; font-family: "Cormorant Garamond", serif; font-size: 24px; color: var(--shu); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { font-size: 15px; color: var(--sumi-soft); margin-top: 12px; }

/* ---------- final cta ---------- */
.final { text-align: center; padding: 110px 0; }
.final .jp-line { font-family: "Noto Serif JP", serif; font-weight: 600; font-size: 15px; letter-spacing: .5em; color: var(--gold); margin-bottom: 20px; }
.final h2 { font-size: clamp(34px, 5vw, 54px); margin-bottom: 18px; }
.final p { color: var(--sumi-soft); margin-bottom: 36px; }

/* ---------- footer ---------- */
footer { border-top: 1px solid var(--line); padding: 40px 0 60px; }
footer .f-in { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; align-items: center; }
footer .fine { font-size: 12.5px; color: var(--sumi-soft); max-width: 560px; line-height: 1.7; }
footer a { color: var(--sumi); }

/* ---------- start (free registration) ---------- */
.start-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 60px 0 70px; align-items: start; }
.start-steps { display: grid; gap: 12px; }
.start-steps > div { display: flex; align-items: flex-start; gap: 12px; }
.start-steps > div p { margin: 0; font-size: 15px; color: var(--sumi-soft); line-height: 1.6; }
.start-steps > div strong { color: var(--sumi); }
.start-steps span {
  flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--shu); color: #fff;
  font-family: "Cormorant Garamond", serif; font-weight: 700; font-size: 15px;
  display: inline-flex; align-items: center; justify-content: center; transform: translateY(4px);
}
.form-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); position: relative; }
.f-label { display: block; font-size: 12.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--sumi-soft); margin: 16px 0 6px; }
.f-label:first-child { margin-top: 0; }
.f-input {
  display: block; width: 100%; font-size: 15.5px; font-family: inherit; color: var(--sumi);
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius);
  background: #fff; outline: none; box-sizing: border-box; transition: border-color .15s;
}
.f-input:focus { border-color: var(--shu); }
.f-textarea { min-height: 110px; resize: vertical; line-height: 1.6; }
.f-note { font-size: 12px; color: var(--sumi-soft); text-align: center; margin-top: 12px; }
.f-err { font-size: 13px; font-weight: 700; color: var(--shu); text-align: center; margin-top: 8px; min-height: 18px; }

@media (max-width: 860px) {
  .start-grid { grid-template-columns: 1fr; gap: 34px; padding: 40px 0 56px; }
}

@media (max-width: 720px) {
  section { padding: 64px 0; }
  .hero { padding: 64px 0 56px; }
  .founder-in { grid-template-columns: 1fr; gap: 28px; }
  .founder .seal-big { width: 100px; }
  .founder-photo-wrap { max-width: 320px; }
}

/* ---------- case study ---------- */
#case { background: var(--paper); border-top: 1px solid var(--line); }
.case-note {
  max-width: 720px; margin: 26px auto 0; font-size: 13.5px; line-height: 1.7;
  color: var(--sumi-soft); border-left: 2px solid var(--gold); padding-left: 14px;
}

/* ---------- reach: year-track light animation ---------- */
.year-track { max-width: 680px; margin: 14px auto 44px; text-align: center; }
.yt-years { display: flex; justify-content: space-between; padding: 0 2px; margin-bottom: 14px; }
.yt-years span {
  font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600;
  font-size: clamp(15px, 2.2vw, 19px); letter-spacing: .08em;
  color: rgba(27, 27, 31, .35);
  animation: ytGlow 8s linear infinite;
}
.yt-years span:nth-child(1) { animation-delay: 0s; }
.yt-years span:nth-child(2) { animation-delay: 2.65s; }
.yt-years span:nth-child(3) { animation-delay: 5.3s; }
.yt-years span:nth-child(4) { animation-delay: 7.6s; }
@keyframes ytGlow {
  0%, 12%, 100% { color: rgba(27, 27, 31, .35); text-shadow: none; }
  4% { color: var(--gold); text-shadow: 0 0 16px rgba(176, 141, 63, .7); }
}
.yt-line { position: relative; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, rgba(176, 141, 63, .12), rgba(176, 141, 63, .45), rgba(176, 141, 63, .12)); }
.yt-orb {
  position: absolute; top: 50%; left: 0; width: 12px; height: 12px; margin: -6px 0 0 -6px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff8e1 0%, var(--gold) 55%, rgba(176, 141, 63, 0) 78%);
  box-shadow: 0 0 14px 4px rgba(176, 141, 63, .55), 0 0 36px 10px rgba(176, 141, 63, .22);
  animation: ytRide 8s linear infinite;
}
@keyframes ytRide { 0% { left: 0%; } 100% { left: 100%; } }
.yt-caption { margin-top: 20px; font-size: 14px; color: var(--sumi-soft); }
.yt-caption strong { color: var(--sumi); }
.yt-caption span { display: block; font-size: 12px; margin-top: 6px; color: var(--sumi-soft); }
@media (prefers-reduced-motion: reduce) {
  .yt-orb { animation: none; left: 100%; }
  .yt-years span { animation: none; color: var(--gold); }
}

/* ---------- guides (media hub & articles) ---------- */
.crumb { font-size: 13px; color: var(--sumi-soft); padding: 22px 0 0; }
.crumb a { color: var(--sumi-soft); }
.article-head { padding: 26px 0 8px; max-width: 760px; }
.article-head h1 { font-size: clamp(30px, 4.6vw, 44px); line-height: 1.18; margin-bottom: 14px; }
.article-head .meta { font-size: 13px; color: var(--sumi-soft); }
.prose { max-width: 760px; padding-bottom: 20px; }
.prose h2 { font-size: 26px; margin: 44px 0 14px; }
.prose h3 { font-size: 19px; margin: 28px 0 10px; font-family: inherit; font-weight: 800; }
.prose p { margin-bottom: 16px; font-size: 16.5px; }
.prose ul, .prose ol { margin: 0 0 16px 22px; }
.prose li { margin-bottom: 8px; font-size: 16px; }
.prose table { width: 100%; border-collapse: collapse; margin: 18px 0 22px; font-size: 14.5px; background: var(--paper); }
.prose th, .prose td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.prose th { background: var(--washi); font-size: 13px; letter-spacing: .04em; }
.prose .callout { background: var(--paper); border-left: 3px solid var(--shu); padding: 16px 20px; margin: 22px 0; font-size: 15px; }
.prose .callout strong { color: var(--shu); }
.factline { display: flex; gap: 14px; flex-wrap: wrap; margin: 20px 0 6px; }
.factline .f { background: var(--sumi); color: var(--washi); border-radius: var(--radius); padding: 12px 18px; font-size: 13px; }
.factline .f b { display: block; font-family: "Cormorant Garamond", serif; font-size: 26px; color: var(--gold); line-height: 1.1; }
.cta-panel { background: var(--sumi); color: var(--washi); border-radius: var(--radius); padding: 30px; margin: 40px 0; }
.cta-panel h3 { color: #fff; font-size: 22px; margin-bottom: 8px; }
.cta-panel p { font-size: 14.5px; color: rgba(247,243,236,.7); margin-bottom: 18px; }
.guide-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.guide-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; text-decoration: none; color: var(--sumi); display: block; transition: border-color .2s, transform .2s; }
.guide-card:hover { border-color: var(--shu); transform: translateY(-3px); }
.guide-card .k { font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.guide-card h3 { font-size: 20px; margin: 8px 0 8px; line-height: 1.3; }
.guide-card p { font-size: 14px; color: var(--sumi-soft); }
.guide-card .more { font-size: 13px; font-weight: 700; color: var(--shu); margin-top: 12px; display: inline-block; }
