/* ==========================================================
   TREE — Editorial Brutalist LP
   Mono + Highlight Yellow / Shippori Mincho + Zen Kaku + JetBrains
   ========================================================== */
:root {
  --bg: #f4f1ea;        /* ivory paper */
  --bg-2: #ebe6da;
  --ink: #14201c;       /* near-black with green undertone */
  --ink-2: #2d3a35;
  --ink-3: #6b746f;
  --line: #14201c;
  --line-soft: rgba(20,32,28,0.16);
  --paper: #faf8f1;
  --hi: #1d4032;        /* deep forest */
  --hi-2: #b48a3c;      /* gold */
  --gold: #b48a3c;
  --gold-soft: #d4b574;
  --invert: #14201c;

  --serif: "Shippori Mincho", "Hiragino Mincho ProN", serif;
  --gothic: "Zen Kaku Gothic New", "Hiragino Sans", sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;

  --frame: 14px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--gothic);
  background: var(--bg);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.7;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }
sup { font-size: 0.5em; vertical-align: super; }
::selection { background: var(--hi); color: var(--paper); }

/* ============ FIXED FRAME ============ */
.frame {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 200;
}
.frame-edge {
  position: absolute;
  background: var(--ink);
}
.frame-top { display: none; }
.frame-bottom { bottom: 0; left: 0; right: 0; height: var(--frame); }
.frame-left { top: 76px; bottom: 0; left: 0; width: var(--frame); }
.frame-right { top: 76px; bottom: 0; right: 0; width: var(--frame); }
.frame-corner {
  position: absolute;
  width: 18px; height: 18px;
  border: 1.5px solid var(--ink);
  background: var(--bg);
  z-index: 1;
}
.frame-tl, .frame-tr { display: none; }
.frame-bl { bottom: var(--frame); left: var(--frame); }
.frame-br { bottom: var(--frame); right: var(--frame); }
@media (max-width: 1240px) {
  .frame-left, .frame-right { top: 70px; }
}
@media (max-width: 980px) {
  .frame-left, .frame-right { top: 64px; }
}
@media (max-width: 720px) {
  :root { --frame: 8px; }
  .frame-corner { width: 16px; height: 16px; }
}

/* ============ TRUST BAR ============ */
.trustbar {
  position: fixed;
  top: var(--frame);
  left: var(--frame);
  right: var(--frame);
  height: 30px;
  background: var(--ink);
  color: var(--bg);
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--gold);
}
.tb-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--gothic);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  padding: 0 24px;
}
.tb-item { color: var(--bg); opacity: 0.92; }
.tb-sep { color: var(--gold-soft); opacity: 0.7; }
.tb-dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold-soft);
  margin-right: 6px;
  vertical-align: middle;
  animation: tbPulse 2s ease-in-out infinite;
}
@keyframes tbPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
@media (max-width: 900px) {
  .trustbar { height: 26px; }
  .tb-inner { font-size: 10px; gap: 8px; padding: 0 12px; }
  .tb-item:nth-of-type(n+4), .tb-sep:nth-of-type(n+3) { display: none; }
}

/* ============ NAV ============ */
.nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 250;
  height: 76px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 0 24px;
  background: var(--bg);
  border-bottom: 1.5px solid var(--ink);
  transition: none;
}
@media (max-width: 1240px) {
  .nav-bar { gap: 14px; padding: 0 18px; height: 70px; }
  .nav-tel-hours { display: none; }
  .mark-id { display: none; }
}
@media (max-width: 980px) {
  .nav-bar { height: 64px; }
}
.nav-bar.hidden { transform: none; }

.nav-mark {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mark-glyph {
  font-size: 24px;
  line-height: 1;
}

/* CSS-drawn brand glyph: a stylized "Tree" — triangle on a vertical trunk */
.mark-tree {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 24px;
  flex-shrink: 0;
  color: var(--gold-text);
}
.mark-tree::before {
  /* canopy: solid triangle */
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 13px solid currentColor;
}
.mark-tree::after {
  /* trunk + base line */
  content: "";
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 8px;
  background: currentColor;
  box-shadow:
    -5px 8px 0 -1px currentColor,
    -4px 8px 0 -1px currentColor,
    -3px 8px 0 -1px currentColor,
    -2px 8px 0 -1px currentColor,
    -1px 8px 0 -1px currentColor,
    0 8px 0 -1px currentColor,
    1px 8px 0 -1px currentColor,
    2px 8px 0 -1px currentColor,
    3px 8px 0 -1px currentColor,
    4px 8px 0 -1px currentColor,
    5px 8px 0 -1px currentColor;
}
.ft-col-brand .mark-tree { width: 26px; height: 28px; }
.ft-col-brand .mark-tree::before { border-bottom-width: 16px; border-left-width: 9px; border-right-width: 9px; }
.ft-col-brand .mark-tree::after { top: 16px; height: 10px; }
.mark-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.mark-name {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.mark-id {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  color: var(--ink-3);
  margin-top: 2px;
}

.nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 2px;
  min-width: 0;
  overflow: visible;
}
.nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 10px 12px;
  font-family: var(--gothic);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink);
  position: relative;
  white-space: nowrap;
  transition: all 0.2s var(--ease);
}
.nav-links a i {
  font-style: normal;
  font-size: 9px;
  color: var(--ink-3);
  font-weight: 400;
}
.nav-links a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 0;
  height: 1.5px;
  background: var(--ink);
  transition: all 0.25s var(--ease);
  transform: translateX(-50%);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::before { width: 60%; }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.nav-tel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 4px;
  text-decoration: none;
  color: var(--ink);
  line-height: 1.1;
  border-right: 1px solid var(--line-soft);
  padding-right: 14px;
}
.nav-tel-icon {
  font-size: 18px;
  color: var(--hi);
}
.nav-tel-stack {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.nav-tel-num {
  font-family: var(--mono);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.nav-tel-hours {
  font-family: var(--gothic);
  font-size: 9.5px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: var(--hi);
  color: var(--paper);
  font-family: var(--gothic);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1.5px solid var(--hi);
  transition: all 0.25s var(--ease);
}
.nav-cta:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}
.cta-arrow { display: inline-block; transition: transform 0.25s var(--ease); }
.nav-cta:hover .cta-arrow { transform: translateX(4px); }

.nav-burger {
  display: none;
  width: 36px;
  height: 36px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  align-items: center;
}
.nav-burger span {
  width: 22px;
  height: 1.5px;
  background: var(--ink);
  transition: all 0.3s var(--ease);
}
.nav-burger.open span:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  z-index: 240;
  background: var(--bg);
  border-bottom: 0 solid var(--ink);
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease), padding 0.4s var(--ease), border-bottom-width 0s 0.4s;
  display: flex;
  flex-direction: column;
}
.mobile-menu.open {
  max-height: 80vh;
  padding: 16px 24px 24px;
  border-bottom-width: 1.5px;
  transition: max-height 0.4s var(--ease), padding 0.4s var(--ease), border-bottom-width 0s 0s;
}
.mobile-menu a {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-soft);
}
.mobile-menu .mm-cta {
  margin-top: 12px;
  padding: 16px;
  background: var(--ink);
  color: var(--bg);
  text-align: center;
  border-bottom: none;
}

@media (max-width: 1180px) {
  .nav-tel-stack { display: none; }
  .nav-tel { padding-right: 8px; }
}
@media (max-width: 980px) { .nav-links { display: none; } }
@media (max-width: 720px) {
  .nav-tel, .nav-cta { display: none; }
  .nav-actions { display: none; }
  .nav-burger { display: flex; }
  .nav-bar { gap: 16px; padding: 0 16px; height: 54px; }
  .mobile-menu { top: 64px; }
  .mark-name { font-size: 12px; }
  .mark-id { font-size: 8px; }
}

/* ============ COMMON SECTION HEAD ============ */
.sec-head {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: end;
  gap: 24px;
  padding: 80px 48px 48px;
  border-bottom: 1.5px solid var(--ink);
  position: relative;
}
.sh-num {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--ink-3);
  align-self: start;
  padding-top: 6px;
}
.sh-tag {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--ink-2);
  align-self: start;
  padding-top: 8px;
  white-space: nowrap;
}
.sh-title {
  grid-column: 1 / -1;
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-top: 24px;
}
.th-slash {
  display: inline-block;
  color: var(--hi-2);
  margin: 0 0.05em;
  font-style: italic;
  font-weight: 400;
}
.sh-sub {
  grid-column: 1 / -1;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--ink-2);
  margin-top: 16px;
  line-height: 1.7;
}
.sec-head-tight { padding-bottom: 32px; }

@media (max-width: 720px) {
  .sec-head { padding: 56px 24px 32px; gap: 12px; }
  .sh-title { margin-top: 20px; }
}

/* ============ HERO ============ */
.hero {
  position: relative;
  padding: calc(76px + 32px) 48px 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  border-bottom: 1.5px solid var(--ink);
  overflow: hidden;
}
@media (max-width: 1240px) {
  .hero { padding: calc(70px + 28px) 36px 0; }
}
@media (max-width: 980px) {
  .hero { padding: calc(64px + 24px) 24px 0; }
}

.hero-meta {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-soft);
}
.hero-meta-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hm-key {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.2em;
  color: var(--ink-3);
}
.hm-val {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
}
.hm-live {
  color: #2a7a3f;
}
.hm-live::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2a7a3f;
  margin-right: 4px;
  animation: pulse 1.6s ease-in-out infinite;
}
.hm-live { display: inline-flex; align-items: center; gap: 0; }
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

@media (max-width: 720px) {
  .hero-meta { grid-template-columns: 1fr; gap: 8px; }
}

.hero-stage {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0 24px;
  min-height: auto;
}

.hero-bigtype {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 880px;
}
.hero-eyebrow {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24em;
  color: var(--ink-3);
  margin-bottom: 20px;
}
.hero-title {
  font-family: var(--serif);
  font-size: clamp(34px, 5.4vw, 76px);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 0;
}
.bt-em {
  position: relative;
  display: inline-block;
  color: var(--hi);
}
.bt-em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.06em;
  height: 0.14em;
  background: var(--gold);
  z-index: -1;
}

.hero-cross {
  position: absolute;
  font-family: var(--mono);
  font-size: 18px;
  font-weight: 300;
  color: var(--ink);
  z-index: 1;
}
.hero-cross-1 { top: 12%; left: 6%; }
.hero-cross-2 { top: 18%; right: 8%; }
.hero-cross-3 { bottom: 22%; left: 12%; }
.hero-cross-4 { bottom: 14%; right: 14%; }

.hero-sub {
  font-family: var(--gothic);
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.85;
  color: var(--ink-2);
  margin-top: 24px;
  max-width: 620px;
  letter-spacing: 0.01em;
}
.hero-checks {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  gap: 10px 32px;
  margin-top: 22px;
  font-family: var(--gothic);
  font-size: 13.5px;
  color: var(--ink-2);
}
.hero-checks li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-checks strong {
  color: var(--ink);
  font-weight: 700;
}
.hc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px; height: 18px;
  background: var(--hi);
  color: var(--paper);
  font-size: 10px;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 720px) {
  .hero-checks { grid-template-columns: 1fr; gap: 8px; font-size: 12.5px; }
}

.btn-cta {
  background: var(--hi);
  border-color: var(--hi);
  color: var(--paper);
  padding: 18px 28px;
  font-size: 13px;
  position: relative;
  box-shadow: 0 6px 0 -2px var(--ink);
}
.btn-cta:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
  box-shadow: 0 4px 0 -2px var(--gold);
  transform: translateY(-1px);
}

.btn-tel {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 20px;
  border: 1.5px solid var(--ink);
  background: var(--paper);
  text-decoration: none;
  transition: all 0.25s var(--ease);
  line-height: 1.2;
}
.btn-tel:hover {
  background: var(--bg-2);
}
.btn-tel-label {
  font-family: var(--gothic);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--ink-3);
}
.btn-tel-num {
  font-family: var(--mono);
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.btn-tel-hours {
  font-family: var(--gothic);
  font-size: 10px;
  color: var(--ink-3);
  letter-spacing: 0.05em;
}

.hero-foot {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: end;
  padding: 32px 0;
  border-top: 1.5px solid var(--ink);
}
.hf-lead {
  font-family: var(--serif);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.7;
  font-weight: 500;
  max-width: 580px;
  margin-bottom: 24px;
  letter-spacing: 0.01em;
}
.hf-lead em {
  font-style: normal;
  color: var(--hi);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px;
}
.hf-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  background: var(--ink);
  color: var(--bg);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  border: 1.5px solid var(--ink);
  transition: all 0.25s var(--ease);
}
.btn-primary:hover {
  background: var(--hi);
  color: var(--paper);
  border-color: var(--hi);
}
.btn-arrow {
  display: inline-block;
  transition: transform 0.25s var(--ease);
}
.btn-primary:hover .btn-arrow { transform: translate(3px, -3px); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  background: transparent;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  border: 1.5px solid var(--ink);
  transition: all 0.25s var(--ease);
}
.btn-ghost:hover {
  background: var(--ink);
  color: var(--bg);
}

.hf-right {
  display: flex;
  gap: 24px;
}
.hf-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 16px 20px 16px 0;
  border-left: 1.5px solid var(--ink);
  padding-left: 20px;
  min-width: 110px;
}
.stat-num {
  font-family: var(--mono);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  display: flex;
  align-items: baseline;
}
.stat-num sup {
  font-size: 0.4em;
  margin-left: 2px;
  color: var(--ink-3);
  font-weight: 500;
}
.stat-label {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  color: var(--ink-3);
  line-height: 1.3;
  margin-top: 4px;
}

@media (max-width: 880px) {
  .hero-foot { grid-template-columns: 1fr; gap: 32px; }
  .hf-right { flex-wrap: wrap; gap: 12px; }
  .hf-stat { padding: 12px 16px; min-width: 100px; }
}

.hero-spec {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--ink-3);
  border-top: 1px solid var(--line-soft);
}
.spec-line {
  flex: 1;
  height: 1px;
  background: var(--line-soft);
}

/* ============ MANIFESTO / MARQUEE ============ */
/* ==========================================================
   SECTION LEAD COPY (common after sec-head)
   ========================================================== */
.svc-lead,
.why-lead,
.faq-lead,
.jr-lead,
.rel-lead,
.vc-lead,
.cth-lead {
  font-family: var(--serif);
  font-size: clamp(14px, 1.2vw, 16.5px);
  line-height: 1.95;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: var(--ink-2);
  margin: 24px 48px 40px;
  max-width: 760px;
  text-wrap: pretty;
}
.svc-lead strong,
.why-lead strong,
.rel-lead strong {
  color: var(--ink);
  font-weight: 700;
  background: linear-gradient(transparent 65%, rgba(180,138,60,0.25) 65%);
  padding: 0 2px;
}
.cth-lead {
  margin: 18px 0 0;
  color: var(--paper);
  opacity: 0.88;
  max-width: 620px;
}
.vc-lead,
.faq-lead,
.jr-lead,
.rel-lead {
  margin-left: 7vw;
  margin-right: 7vw;
}

@media (max-width: 880px) {
  .svc-lead,
  .why-lead,
  .faq-lead,
  .jr-lead,
  .rel-lead,
  .vc-lead { margin: 18px 5vw 28px; font-size: 14px; line-height: 1.85; }
  .cth-lead { font-size: 13.5px; }
}

/* ==========================================================
   FLOW SCROLL HINT (animated indicator)
   ========================================================== */
.flow-scrollhint {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--gold-text);
  font-weight: 700;
}
.fsh-track {
  position: relative;
  width: 56px;
  height: 4px;
  background: rgba(180,138,60,0.25);
  border-radius: 2px;
  overflow: hidden;
  display: inline-block;
}
.fsh-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 100%;
  background: var(--gold-text);
  border-radius: 2px;
  animation: fshSlide 2.4s ease-in-out infinite;
}
@keyframes fshSlide {
  0%, 12% { transform: translateX(0); }
  50% { transform: translateX(34px); }
  88%, 100% { transform: translateX(0); }
}
.fsh-text { color: var(--ink-2); }
.fsh-arrow {
  display: inline-block;
  animation: fshArrow 2.4s ease-in-out infinite;
}
@keyframes fshArrow {
  0%, 12% { transform: translateX(0); opacity: 0.6; }
  50% { transform: translateX(8px); opacity: 1; }
  88%, 100% { transform: translateX(0); opacity: 0.6; }
}

/* ==========================================================
   1-line headline override for manifesto
   ========================================================== */
.mf-h-oneline {
  font-size: clamp(20px, 2.5vw, 34px);
  line-height: 1.3;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .mf-h-oneline {
    white-space: normal;
    font-size: 22px;
    line-height: 1.45;
  }
}

/* ==========================================================
   CS-Q 2-line layout (force exactly 2 lines)
   ========================================================== */
.cs-q-2line {
  padding-left: 18px;
  min-height: 3.4em;
}
.cs-q-2line span {
  display: block;
  white-space: nowrap;
}
@media (max-width: 880px) {
  .cs-q-2line span { white-space: normal; }
}

/* ==========================================================
   OFFICE / 事務所紹介 section
   ========================================================== */
.office {
  position: relative;
  background: var(--paper);
  color: var(--ink);
  padding: 0 7vw 100px;
  border-bottom: 1.5px solid var(--ink);
}
.office .sec-head {
  padding: 56px 0 28px;
}
.of-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 56px;
  margin-top: 32px;
}
.of-info {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--ink);
}
.of-block {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(29,64,50,0.18);
  align-items: baseline;
}
.of-key {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.24em;
  font-weight: 700;
  color: var(--ink-3);
}
.of-val {
  font-family: var(--gothic);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--ink);
  letter-spacing: 0.03em;
}
.of-val a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
}
.of-val a:hover { color: var(--gold-text); border-bottom-color: var(--gold-text); }
.of-val-lg {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.of-rep {
  border-left: 2px solid var(--ink);
  padding: 8px 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.of-rep-label {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.28em;
  color: var(--gold-text);
  font-weight: 700;
}
.of-rep-name {
  font-family: var(--serif);
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.04em;
  margin: 0 0 -6px;
}
.of-rep-name ruby rt {
  font-size: 0.32em;
  letter-spacing: 0.16em;
  color: var(--ink-2);
  font-weight: 500;
  font-family: var(--gothic);
}
.of-rep-name-en {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.32em;
  color: var(--ink-2);
  font-weight: 600;
  margin: 0 0 8px;
}

.of-cred-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.of-cred-list li {
  font-family: var(--gothic);
  font-size: 13.5px;
  color: var(--ink);
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 16px;
  line-height: 1.7;
}
.of-cred-list li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--gold-text);
  font-weight: 700;
}
.of-rep-msg {
  font-family: var(--serif);
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: var(--ink-2);
  margin: 0;
  padding-top: 14px;
  border-top: 1px dashed rgba(29,64,50,0.3);
}
.of-rep-msg em {
  font-style: normal;
  color: var(--gold-text);
  font-weight: 700;
  border-bottom: 1.5px solid var(--gold-soft);
  padding-bottom: 1px;
}

@media (max-width: 880px) {
  .office { padding: 0 5vw 72px; }
  .office .sec-head { padding: 40px 0 20px; }
  .of-grid { grid-template-columns: 1fr; gap: 36px; margin-top: 18px; }
  .of-block { grid-template-columns: 80px 1fr; gap: 12px; padding: 12px 0; }
  .of-rep { padding: 4px 0 0 18px; }
}

/* ==========================================================
   CASES — 「こんな状況の方へ」 (use-case empathy section)
   ========================================================== */
.cases {
  position: relative;
  background: var(--paper);
  color: var(--ink);
  padding: 0 7vw 100px;
  border-bottom: 1.5px solid var(--ink);
}
.cases .sec-head {
  padding: 56px 0 28px;
}
.cs-lead {
  margin: 20px 0 36px;
  max-width: 720px;
  font-family: var(--serif);
  font-size: clamp(15px, 1.3vw, 17.5px);
  line-height: 1.95;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: var(--ink-2);
  text-wrap: pretty;
}

.cs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1.5px solid var(--ink);
  background: var(--paper);
}
.cs-card {
  position: relative;
  padding: 32px 28px 32px;
  border-right: 1px solid rgba(29,64,50,0.18);
  border-bottom: 1px solid rgba(29,64,50,0.18);
  transition: background 0.3s var(--ease);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cs-card:nth-child(3n) { border-right: none; }
.cs-card:nth-last-child(-n+3) { border-bottom: none; }
.cs-card:hover { background: rgba(180,138,60,0.05); }

.cs-num {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--gold-text);
  display: flex;
  align-items: center;
  gap: 10px;
}
.cs-num-tag {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  background: var(--gold-text);
  color: var(--paper);
  padding: 2px 7px;
  font-weight: 700;
}
.cs-q {
  font-family: var(--serif);
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.03em;
  color: var(--ink);
  margin: 0 0 4px;
  position: relative;
  padding-left: 18px;
}
.cs-q::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 10px;
  height: 2px;
  background: var(--ink);
}
.cs-a {
  font-family: var(--gothic);
  font-size: 13.5px;
  line-height: 1.85;
  letter-spacing: 0.03em;
  color: var(--ink-2);
  margin: 0;
  padding-left: 18px;
}

.cs-card-em {
  background: linear-gradient(180deg, rgba(180,138,60,0.06) 0%, rgba(180,138,60,0.02) 100%);
}
.cs-card-em .cs-q { color: var(--ink); }

.cs-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 56px;
}
.cs-cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 20px 36px;
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
  font-family: var(--gothic);
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 1.5px solid var(--ink);
  transition: all 0.3s var(--ease);
}
.cs-cta:hover {
  background: var(--gold-text);
  border-color: var(--gold-text);
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 var(--ink);
}
.cs-cta .cta-arrow { transition: transform 0.3s var(--ease); }
.cs-cta:hover .cta-arrow { transform: translateX(5px); }
.cs-foot-note {
  font-size: 11.5px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
  margin: 0;
}

@media (max-width: 880px) {
  .cases { padding: 0 5vw 72px; }
  .cases .sec-head { padding: 40px 0 20px; }
  .cs-lead { margin: 14px 0 24px; }
  .cs-grid { grid-template-columns: 1fr; }
  .cs-card { border-right: none; border-bottom: 1px solid rgba(29,64,50,0.18); padding: 26px 22px; }
  .cs-card:last-child { border-bottom: none; }
  .cs-card:nth-child(3n) { border-right: none; }
  .cs-card:nth-last-child(-n+3) { border-bottom: 1px solid rgba(29,64,50,0.18); }
  .cs-card:last-child { border-bottom: none; }
}

/* ==========================================================
   MANIFESTO — paper-toned, matches other sections
   ========================================================== */
.manifesto {
  position: relative;
  background: var(--paper);
  color: var(--ink);
  padding: 0 7vw 80px;
  border-bottom: 1.5px solid var(--ink);
}
/* override common sec-head paddings inside manifesto */
.manifesto .sec-head {
  padding: 48px 0 24px;
}

/* Headline block (after sec-head) */
.mf-headline {
  margin-top: 12px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 880px;
}
.mf-h {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.18;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin: 0;
}
.mf-h-em {
  color: var(--gold-text);
  position: relative;
  padding-left: 0.04em;
}
.mf-h-en {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.32em;
  font-weight: 700;
  color: var(--ink-3);
  line-height: 1.65;
  margin: 0;
}

/* Body */
.mf-body {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
  max-width: 1100px;
}
.mf-body > p {
  font-family: var(--serif);
  font-size: clamp(15px, 1.3vw, 17.5px);
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: var(--ink);
  margin: 0;
  text-wrap: pretty;
}
.mf-body em {
  font-style: normal;
  color: var(--gold-text);
  font-weight: 700;
  border-bottom: 1.5px solid var(--gold-soft);
  padding-bottom: 1px;
}

/* Quote block — restrained */
.mf-quote {
  position: relative;
  margin: 0;
  padding: 4px 0 0 28px;
  border-left: 2px solid var(--ink);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.mf-quote p {
  font-family: var(--serif);
  font-size: clamp(14.5px, 1.3vw, 17px);
  line-height: 1.95;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: var(--ink);
  margin: 0;
}
.mf-quote em {
  font-style: normal;
  color: var(--gold-text);
  font-weight: 700;
  border-bottom: 1.5px solid var(--gold-soft);
  padding-bottom: 1px;
}
.mf-sign {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.26em;
  font-weight: 700;
  color: var(--ink-3);
}

@media (max-width: 880px) {
  .manifesto { padding: 0 5vw 60px; }
  .manifesto .sec-head { padding: 40px 0 20px; }
  .mf-headline { margin-top: 8px; margin-bottom: 24px; }
  .mf-body { grid-template-columns: 1fr; gap: 28px; }
  .mf-quote { padding: 4px 0 0 18px; }
}

/* ============ SERVICE ============ */
.service {
  background: var(--bg);
  border-bottom: 1.5px solid var(--ink);
}
.svc-table {
  margin: 0;
}
.svc-row {
  display: grid;
  grid-template-columns: 150px 1.4fr 2fr 180px 60px;
  align-items: center;
  padding: 24px 48px;
  border-bottom: 1px solid var(--line-soft);
  transition: all 0.25s var(--ease);
  position: relative;
  overflow: hidden;
}
.svc-head {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--ink-3);
  background: var(--bg-2);
  padding: 14px 48px;
}
.svc-head .svc-cell { padding: 0; }
.svc-data {
  cursor: pointer;
}
.svc-data::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(180,138,60,0.08) 0%, rgba(180,138,60,0.03) 100%);
  transform: translateX(-100%);
  transition: transform 0.4s var(--ease);
  z-index: 0;
}
.svc-data::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--gold-text);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s var(--ease);
  z-index: 1;
}
.svc-data:hover::before { transform: translateX(0); }
.svc-data:hover::after { transform: scaleY(1); }
.svc-data > * { position: relative; z-index: 2; }
.svc-data:hover { color: var(--ink); }
.svc-data:hover .svc-fee { color: var(--gold-text); }
.svc-data:hover .svc-arrow { transform: translateX(8px); color: var(--gold-text); }

.svc-cell {
  font-size: 14px;
}
.svc-c1 {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.svc-c2 {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.svc-c3 {
  color: var(--ink-2);
  font-size: 13px;
}
.svc-c4 { text-align: right; }
.svc-fee {
  font-family: var(--mono);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.svc-fee sup {
  font-size: 0.5em;
  color: var(--ink-3);
  margin-left: 2px;
}
.svc-c5 { text-align: right; }
.svc-arrow {
  font-family: var(--mono);
  font-size: 18px;
  display: inline-block;
  transition: transform 0.3s var(--ease);
}
.cell-label { display: none; }

.svc-featured .svc-c1 {
  position: relative;
}
.badge-rec {
  display: inline-block;
  background: var(--gold-text);
  color: var(--paper);
  font-family: var(--mono);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  padding: 3px 7px;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 1.2;
  white-space: nowrap;
}
.svc-featured:hover .badge-rec {
  background: var(--ink);
  color: var(--paper);
}

.svc-note {
  padding: 24px 48px;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
  background: var(--bg-2);
}
.note-mark { color: var(--hi-2); margin-right: 6px; font-weight: 700; }

@media (max-width: 980px) {
  .svc-head { display: none; }
  .svc-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px;
  }
  .svc-cell { display: flex; justify-content: space-between; align-items: baseline; }
  .cell-label {
    display: inline-block;
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: 0.18em;
    color: var(--ink-3);
  }
  .svc-c2 { font-size: 18px; }
  .svc-c4 { justify-content: space-between; }
  .svc-c5 { display: none; }
  .svc-note { padding: 16px 24px; }
}

/* ============ SIM ============ */
.sim {
  background: var(--bg-2);
  border-bottom: 1.5px solid var(--ink);
}
.sim-board {
  padding: 48px;
}
.sim-cols {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 0;
  background: var(--paper);
  border: 1.5px solid var(--ink);
}
.sim-col {
  padding: 36px 36px 36px 36px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-right: 1.5px solid var(--ink);
}
.sim-q {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sq-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.sq-num {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--ink-3);
}
.sq-text {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
}
.sq-opts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sq-opt {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: var(--paper);
  border: 1.5px solid var(--ink);
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s var(--ease);
  text-align: left;
}
.opt-tag {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: var(--ink);
  color: var(--bg);
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.opt-text {
  font-family: var(--gothic);
  font-weight: 600;
}
.opt-sub {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--ink-3);
  letter-spacing: 0.05em;
}
.sq-opt:hover {
  background: var(--bg);
}
.sq-opt.active {
  background: var(--ink);
  color: var(--bg);
}
.sq-opt.active .opt-tag {
  background: var(--hi);
  color: var(--paper);
}
.sq-opt.active .opt-sub { color: rgba(255,255,255,0.6); }

.sim-output {
  background: var(--ink);
  color: var(--bg);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
.so-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.so-tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--hi);
}
.so-stamp {
  font-family: var(--serif);
  font-size: 11px;
  font-weight: 600;
  border: 1.5px solid var(--hi);
  color: var(--hi);
  padding: 6px 8px;
  line-height: 1.2;
  text-align: center;
  transform: rotate(4deg);
  letter-spacing: 0.1em;
}
.so-figure {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 16px 0 8px;
}
.so-yen {
  font-family: var(--mono);
  font-size: 28px;
  color: var(--hi);
  font-weight: 500;
}
.so-num {
  font-family: var(--mono);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  transition: transform 0.2s var(--ease);
}
.so-bar {
  height: 3px;
  background: rgba(255,255,255,0.15);
  position: relative;
}
.so-bar-fill {
  position: absolute;
  inset: 0 auto 0 0;
  background: var(--gold);
  width: 30%;
  transition: width 0.5s var(--ease);
}
.so-rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.so-row {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(255,255,255,0.7);
}
.so-row-total {
  color: var(--bg);
  font-weight: 700;
  border-top: 1px dashed rgba(255,255,255,0.2);
  padding-top: 8px;
  margin-top: 4px;
}
.so-rk { letter-spacing: 0.05em; }
.so-rv { font-weight: 600; }
.so-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px 20px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-top: 12px;
  transition: all 0.25s var(--ease);
}
.so-cta:hover {
  background: var(--bg);
}
.so-cta:hover .cta-arrow { transform: translateX(4px); }
.so-note {
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255,255,255,0.4);
  margin-top: 4px;
}

@media (max-width: 980px) {
  .sim-board { padding: 24px; }
  .sim-cols { grid-template-columns: 1fr; }
  .sim-col { border-right: none; border-bottom: 1.5px solid var(--ink); padding: 28px; }
  .sim-output { padding: 28px; }
}

/* ============ FLOW ============ */
.flow {
  background: var(--bg);
  border-bottom: 1.5px solid var(--ink);
  position: relative;
}
.flow::after {
  /* gradient fade hint on the right edge: signals horizontal scroll */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  background: linear-gradient(90deg, transparent 0%, var(--bg) 80%);
  pointer-events: none;
  z-index: 3;
}
.flow-rail {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 48px 0 64px 48px;
  scrollbar-width: thin;
  scrollbar-color: var(--ink) var(--bg-2);
  scroll-snap-type: x proximity;
}
/* floating scroll-prompt: animated arrow that pulses on the right edge */
.flow::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 28px;
  z-index: 4;
  font-family: var(--mono);
  font-size: 22px;
  font-weight: 300;
  color: var(--gold-text);
  background: var(--paper);
  border: 1.5px solid var(--gold-text);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: flowArrowPulse 2s ease-in-out infinite;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
@keyframes flowArrowPulse {
  0%, 100% { transform: translateY(-50%) translateX(0); opacity: 0.85; }
  50% { transform: translateY(-50%) translateX(8px); opacity: 1; }
}
.flow-rail::-webkit-scrollbar { height: 8px; }
.flow-rail::-webkit-scrollbar-track { background: var(--bg-2); }
.flow-rail::-webkit-scrollbar-thumb { background: var(--ink); }

.flow-track {
  display: inline-flex;
  gap: 0;
  padding-right: 48px;
}
.flow-card {
  flex: 0 0 320px;
  height: 420px;
  padding: 28px;
  border: 1.5px solid var(--ink);
  border-right: none;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s var(--ease);
}
.flow-card:last-of-type { border-right: 1.5px solid var(--ink); }
.flow-card:hover {
  background: var(--paper);
  transform: translateY(-4px);
  border-color: var(--hi);
}
.flow-card-active {
  background: var(--ink);
  color: var(--bg);
}
.fc-num {
  font-family: var(--mono);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 8px;
}
.fc-of {
  font-size: 14px;
  color: var(--ink-3);
  font-weight: 500;
}
.flow-card-active .fc-of { color: rgba(255,255,255,0.4); }
.flow-card:hover:not(.flow-card-active) .fc-of { color: var(--ink-2); }
.fc-day {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--ink-3);
  margin-bottom: 16px;
}
.flow-card-active .fc-day { color: var(--gold-soft); }
.fc-title {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.fc-text {
  font-size: 13px;
  line-height: 1.85;
  color: var(--ink-2);
  flex: 1;
}
.flow-card-active .fc-text { color: rgba(255,255,255,0.75); }
.fc-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 16px;
  border-top: 1px dashed var(--ink-3);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--ink-3);
}
.flow-card-active .fc-meta {
  border-top-color: rgba(255,255,255,0.3);
  color: var(--gold-soft);
}

.flow-end {
  flex: 0 0 320px;
  background: var(--hi);
  color: var(--paper);
  border: 1.5px solid var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 28px;
}
.end-mark {
  font-size: 32px;
  line-height: 1;
  color: var(--gold-text);
  font-family: var(--mono);
  font-weight: 300;
}
.end-text {
  text-align: center;
  font-family: var(--serif);
}
.end-text span {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--ink-2);
  margin-bottom: 4px;
}
.end-text strong {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.end-cta {
  background: var(--paper);
  color: var(--hi);
  padding: 12px 20px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  transition: all 0.25s var(--ease);
}
.end-cta:hover { background: var(--bg); color: var(--ink); }

@media (max-width: 720px) {
  .flow-rail { padding: 32px 0 48px 24px; }
  .flow-card, .flow-end { flex: 0 0 280px; height: 380px; padding: 24px; }
  .fc-num { font-size: 40px; }
  .fc-title { font-size: 22px; }
}

/* ============ WHY ============ */
.why {
  background: var(--bg-2);
  border-bottom: 1.5px solid var(--ink);
}
.why-grid {
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1.5px solid var(--ink);
  margin: 48px;
  background: var(--paper);
}
.why-block {
  padding: 36px 32px;
  border-right: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  position: relative;
  transition: background 0.25s var(--ease);
}
.why-block:nth-child(even) { border-right: none; }
.why-block:nth-last-child(-n+2) { border-bottom: none; }
.why-block:hover { background: var(--bg); }

.wb-num {
  position: absolute;
  top: 20px;
  right: 24px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--ink-3);
}
.wb-jp {
  width: 60px;
  display: flex;
  align-items: flex-start;
}
.wb-vert {
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 0.9;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background: var(--hi);
  color: var(--paper);
  padding: 8px 4px;
}
.wb-body h3 {
  font-family: var(--serif);
  font-size: clamp(17px, 1.5vw, 22px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  text-wrap: pretty;
}
.wb-body p {
  font-size: 14px;
  line-height: 1.95;
  color: var(--ink-2);
  margin-bottom: 24px;
}
.wb-fact {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  margin-top: 22px;
  padding: 0;
  border: none;
  background: none;
  align-self: flex-start;
  position: relative;
}
.wb-fact::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--gold-text);
}
.fact-num {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  color: var(--gold-text);
  font-variant-numeric: tabular-nums;
}
.fact-num sup {
  font-size: 0.42em;
  color: var(--gold-text);
  margin-left: 1px;
  font-weight: 600;
}
.fact-label {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.2em;
  color: var(--ink-2);
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.fact-num.fact-text {
  font-family: var(--mono);
  font-size: 16px;
  letter-spacing: 0.14em;
  color: var(--gold-text);
  background: none;
  padding: 0;
  font-weight: 800;
}

@media (max-width: 880px) {
  .why-grid { grid-template-columns: 1fr; margin: 24px; padding: 0; }
  .why-block { border-right: none; border-bottom: 1px solid var(--line-soft); padding: 28px 24px; gap: 20px; }
  .why-block:last-child { border-bottom: none; }
  .why-block:nth-last-child(2) { border-bottom: 1px solid var(--line-soft); }
  .wb-jp { width: 44px; }
}

/* ============ VOICE ============ */
.voice {
  background: var(--bg);
  border-bottom: 1.5px solid var(--ink);
}
.voice-stack {
  display: flex;
  flex-direction: column;
}
.vc {
  display: grid;
  grid-template-columns: 200px 1fr 200px;
  gap: 32px;
  padding: 48px 48px;
  border-bottom: 1px solid var(--line-soft);
  align-items: start;
  transition: background 0.25s var(--ease);
}
.vc:hover { background: var(--bg-2); }
.vc:last-child { border-bottom: none; }

.vc-side {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vc-id {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--paper);
  background: var(--ink);
  padding: 5px 10px;
  align-self: flex-start;
  line-height: 1.2;
}
.vc-tag {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--gold-text);
  font-weight: 700;
  border-left: 2px solid var(--gold-text);
  padding-left: 8px;
}
.vc-quote p {
  font-family: var(--serif);
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.85;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-wrap: pretty;
}
.vc-quote em {
  font-style: normal;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 1px;
}
.vc-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
  text-align: right;
}
.vc-name {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 700;
}
.vc-date {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--ink-3);
  letter-spacing: 0.12em;
}

@media (max-width: 880px) {
  .vc { grid-template-columns: 1fr; gap: 16px; padding: 32px 24px; }
  .vc-meta { align-items: flex-start; text-align: left; }
}

/* ============ FAQ ============ */
.faq {
  background: var(--bg-2);
  border-bottom: 1.5px solid var(--ink);
}
.faq-list {
  display: flex;
  flex-direction: column;
}
.fq {
  border-bottom: 1px solid var(--line-soft);
  transition: background 0.25s var(--ease);
}
.fq:last-child { border-bottom: none; }
.fq[open] { background: var(--paper); }
.fq summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 28px 48px;
  cursor: pointer;
  list-style: none;
  position: relative;
  transition: padding-left 0.25s var(--ease);
}
.fq summary::-webkit-details-marker { display: none; }
.fq summary:hover { background: var(--bg); }

.fq-idx {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--hi-2);
}
.fq[open] .fq-idx { color: var(--ink); }
.fq-text {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}
.fq-toggle {
  position: relative;
  width: 18px;
  height: 18px;
}
.fq-toggle::before, .fq-toggle::after {
  content: "";
  position: absolute;
  background: var(--ink);
  transition: transform 0.3s var(--ease);
}
.fq-toggle::before { top: 50%; left: 0; right: 0; height: 1.5px; margin-top: -0.75px; }
.fq-toggle::after { left: 50%; top: 0; bottom: 0; width: 1.5px; margin-left: -0.75px; }
.fq[open] .fq-toggle::after { transform: scaleY(0); }

.fq-ans {
  padding: 0 48px 28px 96px;
  animation: fq-fade 0.3s var(--ease-out);
}
.fq-ans p {
  font-size: 14px;
  line-height: 1.95;
  color: var(--ink-2);
}
@keyframes fq-fade {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 720px) {
  .fq summary { padding: 20px 24px; gap: 14px; }
  .fq-text { font-size: 15px; }
  .fq-ans { padding: 0 24px 20px 56px; }
}

/* ============ JOURNAL ============ */
.journal {
  background: var(--bg);
  border-bottom: 1.5px solid var(--ink);
}
.jr-list {
  display: flex;
  flex-direction: column;
}
.jr-item {
  display: grid;
  grid-template-columns: 80px 120px 80px 1fr 100px;
  align-items: center;
  gap: 24px;
  padding: 28px 48px;
  border-bottom: 1px solid var(--line-soft);
  transition: all 0.3s var(--ease);
  position: relative;
  overflow: hidden;
}
.jr-item:last-child { border-bottom: none; }
.jr-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ink);
  transform: translateY(100%);
  transition: transform 0.4s var(--ease);
  z-index: 0;
}
.jr-item:hover::before { transform: translateY(0); }
.jr-item > * { position: relative; z-index: 1; }
.jr-item:hover { color: var(--bg); }
.jr-item:hover .jr-arrow { background: var(--hi); color: var(--paper); }

.jr-num {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.jr-date {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.05em;
}
.jr-item:hover .jr-date { color: rgba(255,255,255,0.5); }
.jr-cat {
  display: inline-block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  background: var(--gold);
  color: var(--paper);
  padding: 4px 10px;
  width: fit-content;
}
.jr-title {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.jr-arrow {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 8px 12px;
  border: 1.5px solid currentColor;
  text-align: center;
  transition: all 0.3s var(--ease);
}

@media (max-width: 880px) {
  .jr-item {
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    gap: 8px 16px;
    padding: 24px;
  }
  .jr-num { grid-row: 1; }
  .jr-date { grid-row: 1; }
  .jr-cat { grid-row: 1; grid-column: 3; }
  .jr-title { grid-row: 2; grid-column: 1 / -1; }
  .jr-arrow { display: none; }
}

/* ============ CONTACT ============ */
.contact {
  background: var(--ink);
  color: var(--bg);
  border-bottom: 1.5px solid var(--ink);
}
.ct-head {
  padding: 80px 48px 48px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  position: relative;
}
.cth-num {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--hi);
  margin-bottom: 8px;
}
.cth-tag {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.5);
  margin-bottom: 32px;
}
.cth-big {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.cth-line { display: block; }
.cth-line em {
  font-style: italic;
  color: var(--hi);
  font-weight: 700;
}

.ct-board {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 0;
}
.ct-info {
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.ct-info-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ci-key {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--hi);
  margin-bottom: 4px;
}
.ci-val {
  font-family: var(--mono);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--bg);
  transition: color 0.2s var(--ease);
}
a.ci-val:hover { color: var(--hi); }
.ci-val-tel { font-size: 28px; letter-spacing: -0.02em; }
.ci-val-sm { font-size: 16px; }
.ci-sub {
  font-family: var(--mono);
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.05em;
  margin-top: 6px;
}

.ct-info-foot { margin-top: auto; padding-top: 32px; border-top: 1px dashed rgba(255,255,255,0.2); }
.ci-resp {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.resp-num {
  font-family: var(--mono);
  font-size: 36px;
  font-weight: 700;
  color: var(--hi);
  letter-spacing: -0.03em;
}
.resp-num sup { font-size: 0.5em; }
.resp-text {
  font-family: var(--serif);
  font-size: 14px;
  color: rgba(255,255,255,0.8);
}

.ct-form {
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: rgba(255,255,255,0.02);
}
.cf-head {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.4);
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.cf-status {
  color: var(--gold-soft);
}
.cf-status::before {
  content: "● ";
  animation: pulse 1.6s ease-in-out infinite;
}
.cf-status.sending { color: #ffa726; }

.cf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.cf-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.cf-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.7);
}
.cf-label i {
  font-style: normal;
  font-size: 9px;
  color: var(--gold-soft);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.cf-label em {
  font-style: normal;
  font-family: var(--mono);
  font-size: 9px;
  background: var(--gold-soft);
  color: #050d1c;
  padding: 2px 6px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: auto;
}
.cf-field input,
.cf-field textarea {
  font-family: var(--gothic);
  font-size: 14px;
  padding: 12px 14px;
  background: rgba(255,255,255,0.04);
  border: 1.5px solid rgba(255,255,255,0.25);
  color: #ffffff;
  transition: all 0.2s var(--ease);
  width: 100%;
}
.cf-field input::placeholder,
.cf-field textarea::placeholder {
  color: rgba(255,255,255,0.4);
}
.cf-field input:focus,
.cf-field textarea:focus {
  outline: none;
  border-color: var(--gold-soft);
  background: rgba(255,255,255,0.07);
}
.cf-field textarea { resize: vertical; min-height: 120px; }
.cf-field.invalid input,
.cf-field.invalid textarea { border-color: #ff6b5b; }

.cf-err {
  font-family: var(--mono);
  font-size: 10px;
  color: #ff6b5b;
  letter-spacing: 0.05em;
  display: none;
}
.cf-field.invalid .cf-err,
.cf-check.invalid .cf-err { display: block; }

.cf-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cf-chips label { cursor: pointer; }
.cf-chips input { position: absolute; opacity: 0; }
.cf-chips span {
  display: inline-block;
  padding: 8px 14px;
  border: 1.5px solid rgba(255,255,255,0.2);
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  transition: all 0.2s var(--ease);
}
.cf-chips input:checked + span {
  background: var(--gold-soft);
  border-color: var(--gold-soft);
  color: #050d1c;
  font-weight: 700;
}

.cf-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  font-family: var(--mono);
  letter-spacing: 0.05em;
  position: relative;
}
.cf-check input {
  margin-top: 3px;
  accent-color: var(--hi);
}
.cf-link { color: var(--gold-soft); text-decoration: underline; text-underline-offset: 3px; }

.cf-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  border: 1.5px solid var(--ink);
  transition: all 0.25s var(--ease);
}
.cf-submit:hover { background: var(--bg); border-color: var(--bg); }
.cf-submit:disabled { opacity: 0.5; cursor: wait; }
.sub-arrow { font-size: 18px; transition: transform 0.25s var(--ease); }
.cf-submit:hover .sub-arrow { transform: translateX(4px); }

.cf-success {
  display: none;
  align-items: center;
  gap: 14px;
  padding: 18px;
  background: var(--hi);
  color: var(--paper);
}
.cf-success.show { display: flex; }
.sx-mark {
  width: 32px;
  height: 32px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
}
.sx-text { display: flex; flex-direction: column; }
.sx-text strong {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.18em;
  font-weight: 700;
}
.sx-text span {
  font-family: var(--gothic);
  font-size: 12px;
  margin-top: 2px;
}

@media (max-width: 980px) {
  .ct-board { grid-template-columns: 1fr; }
  .ct-info { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 32px 24px; }
  .ct-form { padding: 32px 24px; }
  .cf-row { grid-template-columns: 1fr; }
  .ct-head { padding: 56px 24px 32px; }
}

/* ============ FOOTER (kaitai-style) ============ */
.footer {
  background: #050d1c;
  color: rgba(255,255,255,0.55);
  padding: 72px 0 36px;
  font-size: 12.5px;
  letter-spacing: 0.04em;
}
.footer .ft-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}
.footer .ft-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.ft-brand .ft-logo {
  color: #ffffff;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.ft-brand .ft-logo small {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  color: var(--gold-soft);
  letter-spacing: 0.18em;
  font-weight: 600;
  margin-top: 6px;
}
.ft-brand p {
  margin-top: 16px;
  line-height: 1.95;
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  letter-spacing: 0.04em;
  font-family: var(--gothic);
}
.footer .ft-col h5 {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-weight: 600;
  margin-bottom: 18px;
}
.footer .ft-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .ft-col li {
  padding: 6px 0;
  letter-spacing: 0.04em;
}
.footer .ft-col a {
  font-family: var(--gothic);
  font-size: 12.5px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.2s var(--ease);
}
.footer .ft-col a:hover {
  color: #ffffff;
}
.footer .ft-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 28px;
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.06em;
  font-family: var(--mono);
}
.footer .ft-bottom-links {
  display: flex;
  gap: 24px;
}
@media (max-width: 880px) {
  .footer { padding: 56px 0 28px; }
  .footer .ft-container { padding: 0 24px; }
  .footer .ft-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer .ft-bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
  .footer .ft-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* ============ Floating CTA (kaitai-style) ============ */
.floating-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 80;
  background: rgba(5,13,28,0.95);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-top: 1px solid var(--gold-soft);
  padding: 10px 16px;
  box-shadow: 0 -10px 30px -10px rgba(0,0,0,0.3);
}
.fc-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr 1fr 1fr;
  gap: 12px;
  align-items: center;
}
.fc-label {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-weight: 600;
  line-height: 1.4;
  padding-right: 18px;
  border-right: 1px solid rgba(255,255,255,0.15);
}
.fc-label b {
  display: block;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.06em;
  text-transform: none;
  margin-top: 3px;
}
.fc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  border-radius: 2px;
  transition: transform 0.2s, background 0.25s;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.fc-btn .ic {
  display: inline-grid;
  place-items: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  flex-shrink: 0;
}
.fc-btn .lbl-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
.fc-btn .lbl-main span:first-child {
  font-size: 9.5px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
}
.fc-btn .lbl-main span:nth-child(2) {
  font-size: 13px;
  font-weight: 700;
}
.fc-tel { background: var(--gold-soft); color: #050d1c; }
.fc-tel:hover { background: var(--gold-text); color: #ffffff; }
.fc-tel .ic { background: #050d1c; color: var(--gold-soft); }
.fc-tel .lbl-main span:first-child { color: #050d1c; opacity: 0.6; }
.fc-line { background: #06C755; color: white; }
.fc-line:hover { background: #05a848; }
.fc-line .ic { background: rgba(255,255,255,0.2); color: white; }
.fc-line .lbl-main span:first-child { color: rgba(255,255,255,0.7); }
.fc-mail {
  background: rgba(255,255,255,0.08);
  color: white;
  border: 1px solid rgba(255,255,255,0.25);
}
.fc-mail:hover { background: rgba(255,255,255,0.14); border-color: var(--gold-soft); }
.fc-mail .ic { background: rgba(201,169,97,0.2); color: var(--gold-soft); }
body { padding-bottom: 84px; }

@media (max-width: 760px) {
  .floating-cta { padding: 8px 10px; }
  .fc-inner { grid-template-columns: 1fr 1fr 1fr; gap: 6px; }
  .fc-label { display: none; }
  .fc-btn {
    flex-direction: column;
    gap: 4px;
    padding: 9px 4px;
    font-size: 10.5px;
    line-height: 1.2;
  }
  .fc-btn .ic { width: 22px; height: 22px; }
  .fc-btn .ic svg { width: 11px; height: 11px; }
  .fc-btn .lbl-main {
    align-items: center;
    text-align: center;
  }
  .fc-btn .lbl-main span:first-child {
    font-size: 10.5px !important;
    color: inherit !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
    font-weight: 600 !important;
    opacity: 1 !important;
  }
  .fc-btn .lbl-main span:nth-child(2) { display: none; }
  body { padding-bottom: 72px; }
}
@media (max-width: 380px) {
  .fc-btn { padding: 8px 2px; font-size: 9.5px; }
  .fc-btn .lbl-main span:first-child { font-size: 9.5px !important; letter-spacing: 0 !important; }
  .fc-btn .ic { width: 20px; height: 20px; }
}

/* ============ CURSOR (disabled) ============ */
.cursor, .cursor-dot { display: none !important; }

/* ============ REVEAL ============ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.reveal.in { opacity: 1; transform: translateY(0); }
.split-line {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.split-inner {
  display: inline-block;
  transform: translateY(110%);
  transition: transform 1s var(--ease-out);
}
.split-line.in .split-inner { transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .split-inner { transform: none; transition: none; }
  .marquee-track, .ticker-track { animation: none; }
}

/* ==========================================================
   VISIBILITY / CONTRAST OVERRIDES (a11y AA pass)
   トーンは維持しつつ可読性を底上げ
   ========================================================== */
:root {
  --ink-3: #4d5651;       /* was #6b746f — bumped contrast on cream */
  --gold-soft: #c8a558;   /* was #d4b574 — slightly less washed */
  --gold-text: #8a6428;   /* darker gold for text-only use */
}

/* Trust bar: separator readable, items full opacity */
.trustbar .tb-item { opacity: 1; }
.trustbar .tb-sep { opacity: 0.55; color: var(--gold-soft); }
.trustbar .tb-dot { box-shadow: 0 0 0 2px rgba(255,255,255,0.08); }

/* Hero subtext */
.hero-eyebrow { color: var(--ink-2); }
.hero-sub { color: var(--ink-2); }
.hero-meta-block .hm-key { color: var(--ink-3); }
.hero-spec { color: var(--ink-3); }

/* Stat labels */
.hf-stat .stat-label { color: var(--ink-2); }

/* Section header — number & tag readable */
.sec-head .sh-num { color: var(--gold-text); }
.sec-head .sh-tag { color: var(--ink-2); }
.sec-head-tight .sh-sub { color: var(--ink-2); }

/* Service table notes */
.svc-note { color: var(--ink-2); }
.svc-row .cell-label { color: var(--ink-3); }

/* Contact form: critical fix — submit button was dark-on-dark */
.cf-submit {
  background: var(--ink) !important;
  color: var(--paper) !important;
  border: 1.5px solid var(--ink) !important;
}
.cf-submit:hover {
  background: var(--hi) !important;
  border-color: var(--hi) !important;
  color: var(--paper) !important;
}
.cf-submit .sub-arrow { color: var(--gold-soft); }

/* Form labels & helpers on dark contact bg */
.ct-form .cf-label { color: rgba(255,255,255,0.95); }
.ct-form .cf-label i { color: var(--gold-soft); opacity: 0.85; }
.ct-form .cf-label em { color: #ff8a65; }
.ct-form input::placeholder,
.ct-form textarea::placeholder { color: rgba(255,255,255,0.42); }
.ct-form input, .ct-form textarea { color: var(--paper); }
.ct-form .cf-tag { color: rgba(255,255,255,0.78); }
.ct-form .cf-status { color: var(--gold-soft); }
.cf-chips label span { color: rgba(255,255,255,0.92); }
.cf-check span { color: rgba(255,255,255,0.88); }
.cf-link { color: var(--gold-soft); border-bottom-color: var(--gold-soft); }

/* Contact info side panel */
.ci-key { color: rgba(255,255,255,0.7); }
.ci-sub { color: rgba(255,255,255,0.62); }
.resp-text { color: rgba(255,255,255,0.78); }

/* Simulator readability on dark output panel */
.sim-output .so-tag { color: rgba(255,255,255,0.78); }
.sim-output .so-rk { color: rgba(255,255,255,0.85); }
.sim-output .so-rv { color: var(--paper); }
.sim-output .so-note { color: rgba(255,255,255,0.62); }
.sim-output .so-stamp { color: var(--gold-soft); }

/* Flow card (active dark) — text & meta */
.flow-card-active .fc-of { color: rgba(255,255,255,0.62); }
.flow-card-active .fc-text { color: rgba(255,255,255,0.92); }
.flow-card-active .fc-day { color: var(--gold-soft); }
.flow-card-active .fc-meta { color: rgba(255,255,255,0.78); border-top-color: rgba(255,255,255,0.28); }
.flow-card .fc-day { color: var(--ink-2); font-weight: 600; }
.flow-card .fc-text { color: var(--ink-2); }
.flow-card .fc-meta { color: var(--ink-2); }

/* Why block: facts & body */
.wb-num { color: var(--gold-text); }
.wb-body p { color: var(--ink-2); }
.wb-fact .fact-label { color: var(--ink-2); }

/* Voice card — ID & date */
.vc .vc-id { color: var(--paper); }
.vc .vc-date { color: var(--ink-2); }
.vc .vc-tag { color: var(--ink-2); }

/* FAQ — index & answer */
.fq .fq-idx { color: var(--gold-text); }
.fq[open] .fq-idx { color: var(--ink); }
.fq .fq-ans { color: var(--ink-2); }

/* Journal item — date/cat readability */
.jr-item .jr-date { color: var(--ink-2); }
.jr-item .jr-cat { color: var(--gold-text); font-weight: 600; }
.jr-item:hover { color: var(--paper); }
.jr-item:hover .jr-date { color: rgba(255,255,255,0.78); }
.jr-item:hover .jr-cat { color: var(--gold-soft); }

/* Footer */
/* (Legacy footer overrides removed — new footer style above handles all colors) */

/* (Manifesto secondary overrides — removed; new manifesto styles handle this) */

/* CTA arrow tint */
.cta-arrow, .btn-arrow { color: var(--gold-soft); }

/* Service fee — gold needs to be slightly darker for readability */
.svc-fee { color: var(--hi); }
.svc-featured .svc-fee { color: var(--hi); }
.note-mark { color: var(--gold-text); }

.vc-quote em { color: var(--gold-text); font-style: normal; }

/* ==========================================================
   RELATED LICENSES SECTION
   ========================================================== */
.related {
  position: relative;
  padding: 0 6vw 100px;
  background: var(--bg);
  border-bottom: 1.5px solid var(--ink);
}
.related .sec-head {
  padding: 56px 0 28px;
}
.related .rel-lead {
  max-width: 720px;
  margin: 18px 0 48px;
  font-size: 15px;
  line-height: 1.95;
  color: var(--ink-2);
}
.related .rel-lead em {
  font-style: normal;
  color: var(--gold-text);
  font-weight: 700;
}
@media (max-width: 880px) {
  .related { padding: 0 5vw 72px; }
  .related .sec-head { padding: 40px 0 20px; }
  .related .rel-lead { margin: 14px 0 32px; font-size: 14px; }
}

.rel-twocol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 80px;
  border: 1.5px solid var(--ink);
  background: var(--paper);
}
.rel-twocol .rt-col {
  padding: 36px 36px 32px;
  position: relative;
}
.rel-twocol .rt-col + .rt-col {
  border-left: 1.5px solid var(--ink);
}
.rt-col .rt-tag {
  display: inline-block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--gold-text);
  font-weight: 600;
  margin-bottom: 8px;
}
.rt-col .rt-title {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.45;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}
.rt-col .rt-target {
  font-size: 13.5px;
  color: var(--ink-2);
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px dashed var(--ink-3);
}
.rt-col .rt-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rt-col .rt-list li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-2);
  margin-bottom: 10px;
}
.rt-col .rt-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--hi);
  font-weight: 700;
}
.rt-col.rt-featured {
  background: var(--bg-2);
}
.rt-col.rt-featured::before {
  content: "人気";
  position: absolute;
  top: 0;
  right: 0;
  background: var(--hi);
  color: var(--paper);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  font-weight: 700;
  padding: 5px 12px;
}

.rel-secondary-head {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 0 0 28px;
  padding-bottom: 14px;
  border-bottom: 1.5px solid var(--ink);
}
.rel-secondary-head .rsh-en {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.22em;
  font-weight: 700;
  color: var(--gold-text);
}
.rel-secondary-head .rsh-jp {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
}
.rel-secondary-head .rsh-sub {
  margin-left: auto;
  font-size: 13px;
  color: var(--ink-2);
}

.rel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1.5px solid var(--ink);
  border-left: 1.5px solid var(--ink);
}
.rel-item {
  position: relative;
  display: block;
  padding: 28px 26px 24px;
  border-right: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  text-decoration: none;
}
.rel-item .ri-num {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--gold-text);
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}
.rel-item .ri-title {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
  min-height: 53px;
}
.rel-item .ri-text {
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--ink-2);
  margin-bottom: 18px;
}
.rel-item .ri-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  color: var(--hi);
  letter-spacing: 0.06em;
}
.rel-item .ri-arrow {
  display: none;
}

@media (max-width: 880px) {
  .rel-twocol { grid-template-columns: 1fr; }
  .rel-twocol .rt-col + .rt-col { border-left: none; border-top: 1.5px solid var(--ink); }
  .rel-grid { grid-template-columns: 1fr 1fr; }
  .rel-secondary-head { flex-wrap: wrap; }
  .rel-secondary-head .rsh-sub { margin-left: 0; flex-basis: 100%; }
}
@media (max-width: 560px) {
  .related { padding: 80px 5vw 90px; }
  .rel-grid { grid-template-columns: 1fr; }
  .rt-col .rt-title { font-size: 22px; }
  .rt-col { padding: 28px 24px 24px; }
}

/* ==========================================================
   RELATED PRICE BLOCKS (rt-price / ri-price)
   ========================================================== */
.rt-price {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1.5px solid var(--ink);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.rtp-key {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--ink-3);
}
.rtp-val {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
}
.rtp-val small {
  font-family: var(--gothic);
  font-size: 11px;
  font-weight: 500;
  color: var(--ink-3);
  margin-left: 4px;
}
.rtp-note {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.04em;
  color: var(--gold-text);
  font-weight: 600;
}

.ri-price {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dashed rgba(29,64,50,0.25);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.rip-val {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
}
.rip-val small {
  font-family: var(--gothic);
  font-size: 10px;
  font-weight: 500;
  color: var(--ink-3);
  margin-left: 3px;
}
.rip-note {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.04em;
  color: var(--gold-text);
  font-weight: 600;
  line-height: 1.5;
}

/* ==========================================================
   HERO TITLE 2-LINE LAYOUT
   ========================================================== */
.hero-title-2line {
  display: flex;
  flex-direction: column;
}
.hero-title-2line .ht-line {
  display: block;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .hero-title-2line .ht-line { white-space: normal; }
}

/* ==========================================================
   HERO CHECKS — 3 balanced cards
   ========================================================== */
.hero-checks-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
  list-style: none;
  padding: 0;
}
.hc-card {
  position: relative;
  background: var(--paper);
  border: 1.5px solid var(--ink);
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: all 0.25s var(--ease);
}
.hc-card:hover {
  background: rgba(180,138,60,0.06);
  transform: translateY(-2px);
}
.hc-mark {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--ink-3);
}
.hc-title {
  font-family: var(--gothic);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ink-2);
  letter-spacing: 0.04em;
}
.hc-em {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.hc-card-em {
  background: linear-gradient(135deg, var(--ink) 0%, #0e241e 100%);
  border-color: var(--ink);
}
.hc-card-em .hc-mark { color: var(--gold-soft); }
.hc-card-em .hc-title { color: var(--paper); opacity: 0.85; }
.hc-card-em .hc-em { color: var(--gold-soft); font-weight: 800; }
.hc-card-em:hover { background: linear-gradient(135deg, #0e241e 0%, var(--ink) 100%); }

@media (max-width: 720px) {
  .hero-checks-cards { grid-template-columns: 1fr; gap: 6px; }
  .hc-card { padding: 10px 12px; flex-direction: row; align-items: baseline; gap: 12px; }
  .hc-mark { flex-shrink: 0; }
}

/* ==========================================================
   SIM tax row + subtotal styling
   ========================================================== */
.so-row.so-row-tax,
.so-row.so-row-sub {
  font-size: 0.9em;
  opacity: 0.85;
}
.so-row.so-row-sub {
  border-top: 1px dashed rgba(241,234,219,0.25);
  padding-top: 8px;
  margin-top: 4px;
}

/* itemized 法定手数料 list */
.so-fee-block {
  margin: 4px 0;
  padding: 10px 12px;
  border: 1px dashed rgba(241,234,219,0.25);
  background: rgba(255,255,255,0.04);
}
.so-fee-head {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-weight: 700;
  margin-bottom: 6px;
}
.so-fee-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.so-fee-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--gothic);
  font-size: 12px;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.02em;
}
.sfl-key {
  font-weight: 500;
  color: rgba(255,255,255,0.7);
}
.sfl-val {
  font-family: var(--mono);
  font-weight: 700;
  color: rgba(255,255,255,0.92);
  font-variant-numeric: tabular-nums;
}
.so-fee-list li.sfl-empty .sfl-key,
.so-fee-list li.sfl-empty .sfl-val {
  color: rgba(255,255,255,0.4);
  font-style: italic;
}

/* ==========================================================
   HERO PRICE FLAG (どん、と価格)
   ========================================================== */
.hero-price-flag {
  position: relative;
  margin: 32px 0 24px;
  padding: 22px 0 22px 28px;
  max-width: 560px;
  border-left: 2px solid var(--ink);
  background: transparent;
}
.hero-price-flag::before {
  content: "";
  position: absolute;
  top: 0; left: -2px;
  width: 18px; height: 2px;
  background: var(--gold-text);
}
.hero-price-flag::after {
  content: "";
  position: absolute;
  bottom: 0; left: -2px;
  width: 18px; height: 2px;
  background: var(--ink);
}
.hpf-top {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1.5px solid var(--ink);
  margin-bottom: 14px;
}
.hpf-tag {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--gold-text);
  padding: 0;
  border-bottom: 1.5px solid var(--gold-text);
  padding-bottom: 2px;
}
.hpf-from {
  font-family: var(--gothic);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ink);
}
.hpf-main {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin-bottom: 8px;
  position: relative;
}
.hpf-from-mono {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.32em;
  color: var(--gold-text);
  font-weight: 700;
}
.hpf-yen {
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 54px);
  font-weight: 700;
  color: var(--ink);
  line-height: 1;
  margin-left: 0;
  margin-bottom: 6px;
  margin-top: 14px;
}
.hpf-num {
  font-family: var(--serif);
  font-size: clamp(60px, 8vw, 92px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  margin-top: 14px;
}
.hpf-tax {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 10px;
  margin-left: 4px;
}
.hpf-tax-l1 {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  color: var(--ink-2);
  font-weight: 700;
}
.hpf-tax-l2 {
  font-family: var(--gothic);
  font-size: 11px;
  color: var(--ink-3);
  font-weight: 600;
  letter-spacing: 0.04em;
}
.hpf-desc {
  font-family: var(--gothic);
  font-size: 12.5px;
  color: var(--ink-2);
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hpf-d-key {
  color: var(--gold-text);
  font-size: 8px;
}

.hpf-others {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  border-top: 1px dashed rgba(29,64,50,0.3);
  display: flex;
  flex-direction: column;
}
.hpf-row {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(29,64,50,0.2);
  transition: background 0.2s var(--ease);
}
.hpf-row:last-child { border-bottom: none; }
.hpf-row:hover { background: rgba(180,138,60,0.05); }
.hpf-o-no {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--ink-3);
}
.hpf-o-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: 0.02em;
}
.hpf-o-price {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.02em;
}
.hpf-row-free { background: transparent; }
.hpf-o-free {
  color: var(--gold-text);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.06em;
}
.hpf-note {
  font-size: 11px;
  color: var(--ink-3);
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.hpf-n-mark { color: var(--gold-text); font-weight: 700; margin-right: 4px; }
.hpf-n-area {
  display: inline-block;
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px dashed rgba(29,64,50,0.2);
  color: var(--ink-2);
}
.hpf-n-area strong {
  color: var(--gold-text);
  font-weight: 700;
}

.hero-checks-compact {
  margin-top: 10px;
  gap: 6px 22px;
}
.hero-checks-compact li {
  font-size: 13px;
}

@media (max-width: 880px) {
  .hero-price-flag {
    padding: 18px 0 18px 20px;
  }
  .hpf-num { font-size: 56px; }
  .hpf-yen { font-size: 30px; }
  .hpf-row { grid-template-columns: 52px 1fr auto; gap: 10px; }
  .hpf-o-name { font-size: 12px; }
}

/* ==========================================================
   HERO 2-COLUMN (PORTRAIT / PILLAR)
   ========================================================== */
.hero-stage-2col {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
  position: relative;
}

.hero-portrait {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: flex-start;
  padding-top: 8px;
}

/* ==========================================================
   HERO MOTIF — Photo + Editorial Frame
   ========================================================== */
.hero-motif {
  position: relative;
  align-self: stretch;
  width: 100%;
  display: flex;
}
.hm-frame {
  position: relative;
  width: 100%;
  border: 1.5px solid var(--ink);
  background: var(--ink);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Photo (portrait 9:16-ish) */
.hm-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 941 / 1480;
  overflow: hidden;
}
.hm-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
  display: block;
  filter: saturate(0.96) contrast(1.02);
}
.hm-photo::after {
  /* subtle paper-tone overlay to harmonize with site palette */
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(29,64,50,0.18) 0%, rgba(241,234,219,0) 28%, rgba(241,234,219,0) 70%, rgba(29,64,50,0.16) 100%);
  pointer-events: none;
  mix-blend-mode: multiply;
}

/* Top editorial label (overlay on photo) */
.hm-edge {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  font-weight: 700;
  color: var(--paper);
  background: linear-gradient(180deg, rgba(29,64,50,0.78) 0%, rgba(29,64,50,0.0) 100%);
  left: 0; right: 0; top: 0;
}
.hm-e-num { color: var(--gold-soft); }
.hm-e-line {
  flex: 1;
  height: 1px;
  background: var(--paper);
  opacity: 0.4;
}
.hm-e-tag { color: var(--paper); opacity: 0.92; }

/* Corner cross marks (white over photo) */
.hm-corner {
  position: absolute;
  z-index: 4;
  font-family: var(--mono);
  font-size: 18px;
  font-weight: 300;
  color: var(--paper);
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
.hm-corner-tl { top: 10px; left: 10px; }
.hm-corner-tr { top: 10px; right: 10px; }
.hm-corner-bl { bottom: calc(100% - 100% + 10px); left: 10px; display: none; }
.hm-corner-br { bottom: calc(100% - 100% + 10px); right: 10px; display: none; }
/* Show bottom corners over photo only (above caption) */
.hm-photo .hm-corner { color: var(--paper); }

/* Editorial tag (overlay on photo, top-right area) */
.hm-seal-tag {
  position: absolute;
  z-index: 4;
  top: 22px;
  right: 22px;
  background: rgba(241,234,219,0.94);
  border: 1.5px solid var(--ink);
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 130px;
}
.hm-seal-tag-num {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.26em;
  color: var(--gold-text);
}
.hm-seal-tag-rule {
  display: block;
  width: 28px;
  height: 1.5px;
  background: var(--ink);
}
.hm-seal-tag-jp {
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ink);
}
.hm-seal-tag-en {
  font-family: var(--mono);
  font-size: 8.5px;
  letter-spacing: 0.24em;
  font-weight: 700;
  color: var(--ink-2);
}

/* Circular seal (legacy — kept for non-tag hero seals if needed) */
.hm-seal:not(.hm-seal-tag) {
  position: absolute;
  z-index: 4;
  top: 22px;
  right: 22px;
  width: clamp(82px, 10vw, 108px);
  height: clamp(82px, 10vw, 108px);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-6deg);
}
.hm-seal-ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.hm-seal-ring-out {
  inset: 0;
  border: 1.5px solid var(--paper);
  background: rgba(241,234,219,0.92);
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
}
.hm-seal-ring-in {
  inset: 8px;
  border: 1px solid var(--gold-text);
}
.hm-seal-mark {
  font-size: clamp(28px, 3.5vw, 38px);
  color: var(--gold-text);
  font-weight: 400;
  line-height: 1;
  z-index: 2;
  position: relative;
}
.hm-seal-text {
  position: absolute;
  font-family: var(--mono);
  font-size: 7.5px;
  letter-spacing: 0.22em;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
}
.hm-seal-top {
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.hm-seal-bot {
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold-text);
}
.hm-seal-tick {
  position: absolute;
  background: var(--ink);
}
.hm-seal-tick-l, .hm-seal-tick-r { width: 5px; height: 1px; top: 50%; transform: translateY(-50%); }
.hm-seal-tick-l { left: 4px; }
.hm-seal-tick-r { right: 4px; }
.hm-seal-tick-t, .hm-seal-tick-b { width: 1px; height: 5px; left: 50%; transform: translateX(-50%); }
.hm-seal-tick-t { top: 4px; }
.hm-seal-tick-b { bottom: 4px; }

/* Bottom caption (dark green band) */
.hm-caption {
  position: relative;
  z-index: 2;
  padding: 16px 22px 18px;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid var(--gold-text);
}
.hm-cap-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
}
.hm-cap-jp {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--paper);
}
.hm-cap-meta {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  font-weight: 700;
  color: var(--gold-soft);
}
.hm-cap-en {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  font-weight: 600;
  line-height: 1.65;
  color: var(--gold-soft);
  opacity: 0.85;
  border-top: 1px dashed rgba(241,234,219,0.2);
  padding-top: 8px;
}

@media (max-width: 880px) {
  .hm-frame { max-width: 420px; margin: 0 auto; }
  .hm-photo { aspect-ratio: 4 / 3; }
  .hm-edge { padding: 10px 14px; font-size: 9px; }
  .hm-seal { width: 76px; height: 76px; top: 14px; right: 14px; }
  .hm-seal-mark { font-size: 26px; }
  .hm-seal-text { font-size: 6.5px; }
  .hm-cap-row { flex-direction: column; gap: 4px; }
}
.hp-frame {
  position: relative;
  border: 1.5px solid var(--ink);
  background: var(--paper);
  box-shadow: 12px 12px 0 var(--ink);
  overflow: hidden;
}
.hp-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(circle at 50% 38%, rgba(180,138,60,0.18), transparent 55%),
    repeating-linear-gradient(45deg, rgba(29,64,50,0.04) 0 2px, transparent 2px 8px),
    linear-gradient(180deg, #efe9dd 0%, #d9d2c0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 1.5px solid var(--ink);
}

/* Scene variant — cityscape illustration (no portrait) */
.hp-img-scene {
  background:
    linear-gradient(180deg, #efe9dd 0%, #e3dcc9 65%, #d6cdb6 100%);
  overflow: hidden;
}
.hp-scene-art {
  position: absolute;
  inset: 0;
  display: block;
}
.hps-grid {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 calc(100%/8 - 1px), rgba(29,64,50,0.06) calc(100%/8 - 1px) calc(100%/8)),
    repeating-linear-gradient(0deg, transparent 0 calc(100%/10 - 1px), rgba(29,64,50,0.05) calc(100%/10 - 1px) calc(100%/10));
}
.hps-sun {
  position: absolute;
  top: 18%;
  right: 22%;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(180,138,60,0.55) 0%, rgba(180,138,60,0.15) 60%, transparent 75%);
}
.hps-ground {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 14%;
  background: var(--ink);
}
.hps-bldg {
  position: absolute;
  bottom: 14%;
  background: var(--ink);
  border: 1.5px solid var(--ink);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}
.hps-bldg::before,
.hps-bldg::after {
  content: "";
  position: absolute;
  background: rgba(241,234,219,0.18);
}
.hps-bldg-1 {
  left: 6%;
  width: 18%;
  height: 38%;
  background: linear-gradient(180deg, #1d4032 0%, #14302a 100%);
}
.hps-bldg-1::before {
  inset: 14px 8px auto 8px;
  height: 70%;
  background:
    repeating-linear-gradient(0deg, rgba(241,234,219,0.18) 0 4px, transparent 4px 9px),
    repeating-linear-gradient(90deg, rgba(241,234,219,0.18) 0 4px, transparent 4px 9px);
}
.hps-bldg-2 {
  left: 22%;
  width: 14%;
  height: 56%;
  background: var(--ink);
}
.hps-bldg-2::before {
  inset: 12px 6px auto 6px;
  height: 80%;
  background:
    repeating-linear-gradient(0deg, rgba(180,138,60,0.45) 0 5px, transparent 5px 11px),
    repeating-linear-gradient(90deg, rgba(241,234,219,0.12) 0 4px, transparent 4px 9px);
}
.hps-bldg-3 {
  left: 35%;
  width: 22%;
  height: 72%;
  background: linear-gradient(180deg, #1d4032 0%, #0e241e 100%);
}
.hps-bldg-3::before {
  inset: 16px 10px auto 10px;
  height: 86%;
  background:
    repeating-linear-gradient(0deg, rgba(241,234,219,0.22) 0 6px, transparent 6px 13px),
    repeating-linear-gradient(90deg, rgba(241,234,219,0.18) 0 6px, transparent 6px 13px);
}
.hps-bldg-3::after {
  top: -8px; left: 50%;
  width: 2px; height: 14px;
  transform: translateX(-50%);
  background: var(--ink);
}
.hps-bldg-4 {
  left: 56%;
  width: 16%;
  height: 48%;
  background: var(--ink);
}
.hps-bldg-4::before {
  inset: 10px 6px auto 6px;
  height: 78%;
  background:
    repeating-linear-gradient(0deg, rgba(241,234,219,0.18) 0 5px, transparent 5px 10px);
}
.hps-bldg-5 {
  left: 71%;
  width: 24%;
  height: 62%;
  background: linear-gradient(180deg, #1d4032 0%, #0e241e 100%);
}
.hps-bldg-5::before {
  inset: 14px 10px auto 10px;
  height: 82%;
  background:
    repeating-linear-gradient(0deg, rgba(180,138,60,0.4) 0 5px, transparent 5px 11px),
    repeating-linear-gradient(90deg, rgba(241,234,219,0.15) 0 5px, transparent 5px 11px);
}
.hp-placeholder-scene {
  position: absolute;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(241,234,219,0.92);
  border: 1.5px solid var(--ink);
  padding: 10px 18px;
  z-index: 2;
  gap: 4px;
}
.hp-placeholder-scene .hp-pl-mono { font-size: 10px; letter-spacing: 0.3em; }
.hp-placeholder-scene .hp-pl-jp { font-size: 12px; letter-spacing: 0.18em; }
.hp-pl-note {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.2em;
  color: var(--ink-3);
  margin-top: 2px;
  font-weight: 600;
}
.hp-img::before,
.hp-img::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(29,64,50,0.35);
}
.hp-img::before {
  inset: 14px;
  border-style: dashed;
  pointer-events: none;
}
.hp-img::after {
  width: 22px; height: 22px;
  top: 8px; right: 8px;
  border-width: 1.5px;
  border-color: var(--gold-text);
  border-bottom: none; border-left: none;
}
.hp-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  z-index: 1;
}
.hp-pl-mono {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.34em;
  color: var(--gold-text);
  font-weight: 700;
}
.hp-pl-jp {
  font-family: var(--serif);
  font-size: 14px;
  color: var(--ink);
  letter-spacing: 0.18em;
  font-weight: 600;
}
.hp-meta {
  padding: 14px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: var(--ink);
  color: var(--paper);
}
.hp-meta-key {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  color: var(--gold-soft);
  font-weight: 600;
}
.hp-meta-name {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.hp-stamp {
  position: absolute;
  top: 24px;
  right: -28px;
  width: 76px;
  height: 76px;
  border: 1.5px solid var(--gold-text);
  border-radius: 50%;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  transform: rotate(-7deg);
  z-index: 3;
  font-family: var(--mono);
}
.hps-line {
  font-size: 8.5px;
  letter-spacing: 0.22em;
  color: var(--ink);
  font-weight: 700;
}
.hps-mark {
  font-size: 14px;
  color: var(--gold-text);
  margin-top: 2px;
}

/* hero-foot pillar (replaces stat-cards) */
.hf-right {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.hf-pillar {
  border-left: 2px solid var(--ink);
  padding: 4px 0 4px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  max-width: 320px;
}
.hfp-rule {
  display: block;
  width: 36px;
  height: 2px;
  background: var(--gold-text);
  margin-bottom: 4px;
}
.hfp-line {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.04em;
  color: var(--ink);
}
.hfp-sub {
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--ink-2);
  letter-spacing: 0.02em;
}

/* fact-text variant for why-block */
.fact-num.fact-text {
  font-family: var(--serif);
  font-size: 30px;
  letter-spacing: 0.08em;
}

@media (max-width: 880px) {
  .hero-stage-2col { grid-template-columns: 1fr; gap: 36px; }
  .hp-frame { max-width: 360px; margin: 0 auto; box-shadow: 8px 8px 0 var(--ink); }
  .hp-stamp { right: -14px; top: 16px; width: 64px; height: 64px; }
  .hf-pillar { border-left: none; border-top: 2px solid var(--ink); padding: 18px 0 0 0; max-width: none; }
}

/* ==========================================================
   PROFILE / 代表紹介
   ========================================================== */
.profile {
  padding: 110px 7vw 110px;
  background: var(--paper);
  position: relative;
  border-top: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
}
.profile::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 calc(100% / 12 - 1px), rgba(29,64,50,0.04) calc(100% / 12 - 1px) calc(100% / 12));
  pointer-events: none;
  z-index: 0;
}
.profile .sec-head { position: relative; z-index: 1; }

.profile-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.4fr);
  gap: 64px;
  margin-top: 56px;
  align-items: start;
}

.pf-photo {
  position: sticky;
  top: 100px;
}
.pf-photo-frame {
  position: relative;
  border: 2px solid var(--ink);
  background: var(--paper);
  box-shadow: 14px 14px 0 var(--gold-soft);
}
.pf-photo-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  background:
    radial-gradient(circle at 50% 38%, rgba(180,138,60,0.22), transparent 60%),
    repeating-linear-gradient(135deg, rgba(29,64,50,0.05) 0 2px, transparent 2px 9px),
    linear-gradient(180deg, #ece5d5 0%, #cfc6b0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 2px solid var(--ink);
}
.pf-photo-img::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(29,64,50,0.4);
}
.pf-photo-pl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 1;
}
.pfp-mono {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.36em;
  color: var(--gold-text);
  font-weight: 800;
}
.pfp-jp {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--ink);
  letter-spacing: 0.2em;
  font-weight: 600;
}
.pfp-note {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--ink-3);
  letter-spacing: 0.18em;
  margin-top: 8px;
}
.pf-photo-tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  font-weight: 600;
}
.pft-no { color: var(--gold-soft); }

.pf-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.pf-name-block { padding-bottom: 4px; }
.pf-role-label {
  display: inline-block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.26em;
  color: var(--gold-text);
  font-weight: 700;
  border-bottom: 1.5px solid var(--gold-text);
  padding-bottom: 4px;
  margin-bottom: 18px;
}
.pf-name {
  font-family: var(--serif);
  font-size: clamp(34px, 5.2vw, 54px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-bottom: 8px;
}
.pf-name ruby rt {
  font-size: 0.32em;
  letter-spacing: 0.16em;
  color: var(--ink-2);
  font-weight: 500;
  font-family: var(--gothic);
}
.pf-name-en {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.34em;
  color: var(--ink-2);
  font-weight: 600;
  margin-bottom: 22px;
}
.pf-creds {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pf-creds li {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink);
  display: flex;
  gap: 10px;
  letter-spacing: 0.02em;
}
.pfc-mark {
  color: var(--gold-text);
  font-weight: 700;
  flex-shrink: 0;
  font-family: var(--mono);
}

.pf-message {
  position: relative;
  background: linear-gradient(135deg, rgba(29,64,50,0.04) 0%, rgba(180,138,60,0.06) 100%);
  border-left: 4px solid var(--ink);
  padding: 32px 36px 28px 40px;
  margin: 0;
}
.pfm-quote {
  position: absolute;
  top: -12px;
  left: 24px;
  font-family: var(--serif);
  font-size: 64px;
  line-height: 1;
  color: var(--gold-text);
  font-weight: 700;
}
.pf-message p {
  font-family: var(--serif);
  font-size: 15.5px;
  line-height: 2;
  color: var(--ink);
  letter-spacing: 0.03em;
  margin-bottom: 14px;
}
.pf-message p:last-of-type { margin-bottom: 18px; }
.pf-message em {
  font-style: normal;
  background: linear-gradient(transparent 65%, rgba(180,138,60,0.32) 65%);
  padding: 0 2px;
  font-weight: 600;
}
.pfm-sign {
  display: block;
  text-align: right;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.06em;
}

.pf-meta-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1.5px solid var(--ink);
  background: var(--paper);
}
.pfmr-cell {
  padding: 16px 20px;
  border-right: 1px solid var(--ink-line, rgba(29,64,50,0.2));
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pfmr-cell:last-child { border-right: none; }
.pfmr-key {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  color: var(--ink-3);
  font-weight: 700;
}
.pfmr-val {
  font-family: var(--serif);
  font-size: 14px;
  color: var(--ink);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.pf-cta-row { display: flex; }
.pf-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 32px;
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
  font-family: var(--gothic);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  border: 1.5px solid var(--ink);
  transition: all 0.3s var(--ease);
}
.pf-cta:hover {
  background: var(--gold-text);
  border-color: var(--gold-text);
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 var(--ink);
}
.pf-cta .cta-arrow { transition: transform 0.3s var(--ease); }
.pf-cta:hover .cta-arrow { transform: translateX(5px); }

@media (max-width: 880px) {
  .profile { padding: 80px 5vw 80px; }
  .profile-grid { grid-template-columns: 1fr; gap: 40px; }
  .pf-photo { position: static; max-width: 320px; margin: 0 auto; }
  .pf-message { padding: 28px 22px 22px 26px; }
  .pf-message p { font-size: 14.5px; line-height: 1.95; }
  .pf-meta-row { grid-template-columns: 1fr; }
  .pfmr-cell { border-right: none; border-bottom: 1px solid rgba(29,64,50,0.2); }
  .pfmr-cell:last-child { border-bottom: none; }
}

/* ==========================================================
   FREE BADGE & FREE ROW STYLING
   ========================================================== */
.svc-row.svc-free {
  background: linear-gradient(90deg, rgba(180,138,60,0.10), rgba(180,138,60,0.02));
}
.svc-row.svc-free:hover {
  background: linear-gradient(90deg, rgba(29,64,50,0.12), rgba(29,64,50,0.03));
}
.badge-free {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(135deg, var(--gold-text) 0%, #6b4d1d 100%);
  color: var(--paper);
  font-family: var(--mono);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.2em;
  padding: 3px 8px 3px 7px;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 1px 0 rgba(0,0,0,0.08);
}
.badge-free::before {
  content: "✦";
  font-size: 10px;
  letter-spacing: 0;
}
.svc-fee.svc-fee-free {
  color: var(--gold-text);
  font-weight: 800;
  position: relative;
}
.svc-fee.svc-fee-free::before {
  content: "セットで";
  display: block;
  font-family: var(--gothic);
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--ink-3);
  margin-bottom: 2px;
}

/* Related section free item */
.rel-item-free .ri-badge {
  display: inline-block;
  background: var(--gold-text);
  color: var(--paper);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 2px 7px;
  margin-left: 6px;
  vertical-align: middle;
}
.rel-item-free {
  background: linear-gradient(135deg, var(--paper) 0%, rgba(180,138,60,0.07) 100%);
}
.rel-item-free .ri-text strong {
  color: var(--gold-text);
  font-weight: 700;
  border-bottom: 1.5px solid var(--gold-soft);
  padding-bottom: 1px;
}
.rel-item-free:hover .ri-text strong {
  color: var(--gold-soft);
  border-bottom-color: var(--gold-soft);
}
