/* A / Light Editorial — shared by the Japanese and English homepages. */
.editorial-home {
  --parchment: #faf8f4;
  --parchment-warm: #f0ebe3;
  --copper: #98552b;
  --copper-deep: #874c28;
  --cta: #a64c22;
  --cta-hover: #853b1a;
  --text-muted: #686158;
  --page-gutter: clamp(1.25rem, 5vw, 6rem);
  --header-height: 88px;
  background: var(--parchment);
}
.editorial-home::after { display: none; }
.editorial-home :focus-visible { outline: 3px solid #a64c22; outline-offset: 5px; }
.editorial-home .sec-dark :focus-visible, .editorial-home .site-footer :focus-visible { outline-color: #efb787; }
.editorial-home [id] { scroll-margin-top: calc(var(--header-height) + 68px); }
.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 2000; padding: 1rem 1.5rem; background: var(--ink); color: #fff; }
.skip-link:focus { top: 1rem; }
.editorial-home .nav, .editorial-home .nav.scrolled {
  height: var(--header-height); padding: 0 var(--page-gutter); gap: 2rem;
  background: var(--parchment); border-bottom: 1px solid var(--border);
  box-shadow: none; backdrop-filter: none; transition: box-shadow .2s;
}
.editorial-home .nav.scrolled { box-shadow: 0 3px 16px #1a161208; }
.editorial-home .nav-brand { font-weight: 400; font-size: 1.8rem; letter-spacing: .2em; }
.editorial-home .nav-brand small { display: none; }
.nav-desktop-links { display: flex; gap: clamp(1rem, 2vw, 2rem); margin-left: auto; }
.nav-desktop-links a { color: var(--ink); font-size: .85rem; text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; white-space: nowrap; }
.nav-desktop-links a:hover { color: var(--cta); }
.editorial-home .nav-right { gap: 1rem; }
.editorial-home .nav-cta { min-height: 44px; display: inline-flex; align-items: center; font-size: .8rem; padding: .65rem 1.5rem; white-space: nowrap; color: #fff; }
.editorial-home .nav-phone { display: none; }
.editorial-home .nav-menu-toggle, .editorial-home .nav-menu-close { width: 44px; height: 44px; margin-left: 0; }
.editorial-home .lang-switch-link { min-width: 32px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
.editorial-home .anchor-nav { top: var(--header-height); height: 52px; padding-inline: var(--page-gutter); background: var(--parchment); backdrop-filter: none; visibility: hidden; }
.editorial-home .anchor-nav.show { visibility: visible; }
.editorial-home .anchor-nav a { min-height: 40px; display: inline-flex; align-items: center; border: 0; border-radius: 0; background: transparent; }
.editorial-home .anchor-nav a.anchor-cta { background: var(--cta); margin-left: auto; }
.editorial-home .nav-menu-panel { visibility: hidden; }
.editorial-home .nav-menu-panel.is-open { visibility: visible; }

/* Immediately visible, semantic hero image: no overlay or entrance animation. */
.hero { padding-top: var(--header-height); }
.hero-inner { display: grid; grid-template-columns: 46% 54%; }
.hero-left { padding: clamp(3rem, 6vw, 7rem) clamp(1.5rem, 3.2vw, 4rem) clamp(3rem, 6vw, 7rem) var(--page-gutter); display: flex; flex-direction: column; justify-content: center; }
.hero-eyebrow { color: var(--copper-deep); font-size: .85rem; letter-spacing: .18em; line-height: 1.8; margin-bottom: 2rem; }
.hero-eyebrow::before { content: ''; display: block; width: 40px; height: 2px; margin-bottom: 1.5rem; background: var(--copper-deep); }
.hero-title { color: var(--ink); font-family: var(--font-display); font-weight: 400; font-size: clamp(2.2rem, 3.75vw, 4.4rem); line-height: 1.55; letter-spacing: .005em; margin-bottom: 2rem; }
.hero-sub { color: var(--text-body); font-size: 1rem; line-height: 2; margin-bottom: 2rem; max-width: 34em; }
.hero-cta-wrap { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem 1rem; }
.hero-cta-btn { display: inline-flex; justify-content: center; align-items: center; gap: 1.5rem; min-height: 54px; padding: .95rem 1.7rem; color: #fff; background: var(--cta); text-decoration: none; font-size: .9rem; font-weight: 700; transition: background .2s; }
.hero-cta-btn:hover { background: var(--cta-hover); }
.hero-cta-btn .arr { font-size: 1.3rem; font-weight: 400; }
.hero-cta-btn--ghost { padding-inline: .25rem; background: transparent; color: var(--copper-deep); gap: .7rem; font-weight: 400; text-underline-offset: .5rem; }
.hero-cta-btn--ghost:hover { background: transparent; color: var(--ink); text-decoration: underline; }
.hero-visual { margin: 0; position: relative; min-width: 0; min-height: 580px; }
.hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 53% center; }
.hero-visual figcaption, .quality-design-photo figcaption { position: absolute; right: 12px; bottom: 12px; color: #fff; background: #1a1612b3; padding: .25rem .6rem; font-size: .7rem; }
.hero-proof { padding: 2.1rem var(--page-gutter) 1.3rem; border-block: 1px solid var(--border); }
.hero-stats { display: flex; align-items: stretch; justify-content: center; max-width: 1050px; margin: auto; }
.hero-stat { flex: 1; text-align: center; padding: 0 1rem; }
.hero-stat-divider { width: 1px; background: var(--border-strong); margin-block: .5rem; }
.hero-stat-num { font-family: var(--font-display); font-weight: 400; color: var(--ink); font-size: clamp(2.5rem, 4vw, 3.8rem); line-height: 1.2; font-variant-numeric: lining-nums tabular-nums; }
.hero-stat-num small { font-size: .35em; margin-left: .15em; }
.hero-stat-label { color: var(--text-body); font-size: .85rem; margin-top: .7rem; }
.hero-stat-label small { display: inline !important; opacity: 1 !important; margin-left: .4rem; }
.hero-stats-note { font-size: .75rem; color: var(--text-muted); text-align: center; margin-top: 1.2rem; }

/* Magazine-like hierarchy without removing any of the five explanations. */
.editorial-home .quality-design-section { padding: clamp(4rem, 7vw, 7rem) var(--page-gutter); }
.quality-design-inner { max-width: 1440px; margin: auto; display: grid; grid-template-columns: .85fr 1.65fr; gap: 2rem 4vw; }
.quality-design-head { align-self: start; }
.quality-design-head h2 { font-family: var(--font-display); color: var(--ink); font-size: clamp(1.85rem, 2.7vw, 3rem); font-weight: 400; line-height: 1.65; margin: 1.5rem 0; }
.quality-design-head p { line-height: 2; font-size: 1rem; }
.quality-design-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.quality-design-photo { position: relative; margin: 0; min-height: 260px; overflow: hidden; }
.quality-design-photo img { height: 100%; width: 100%; object-fit: cover; }
.quality-design-card { padding: clamp(1.5rem, 2.5vw, 2.5rem); background: var(--parchment-warm); display: flex; flex-direction: column; gap: 1rem; min-width: 0; }
.quality-design-card:nth-child(2) { order: -1; }
.quality-design-card:nth-child(n+4) { background: transparent; border-top: 1px solid var(--border-strong); }
.qd-num { color: var(--copper-deep); font-family: var(--font-display); font-size: 1.6rem; }
.quality-design-card h3 { font-family: var(--font-display); font-size: 1.2rem; color: var(--ink); font-weight: 500; line-height: 1.7; }
.quality-design-card p { font-size: .95rem; line-height: 1.95; }
.qd-link { font-size: .85rem; color: var(--copper-deep); text-decoration: none; margin-top: auto; padding-block: .5rem; min-height: 44px; }
.qd-link:hover { text-decoration: underline; text-underline-offset: .25rem; }
.quality-design-manifesto { grid-column: 1 / -1; border-top: 1px solid var(--border-strong); margin-top: 2rem; padding-top: 3rem; display: grid; grid-template-columns: .85fr 1.65fr; gap: 4vw; }
.qd-manifesto-mark { font-family: var(--font-mono); color: var(--copper-deep); font-size: .8rem; letter-spacing: .2em; }
.quality-design-manifesto p { font-family: var(--font-display); font-size: 1.15rem; line-height: 2; }
.quality-design-manifesto strong { font-weight: 600; }
.quality-design-foot { grid-column: 1 / -1; color: var(--text-muted); text-align: right; font-size: .85rem; }

.plan-intro { background: var(--parchment-warm); padding: 3.5rem var(--page-gutter); display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; align-items: center; }
.plan-intro h2 { font-family: var(--font-display); font-size: clamp(1.6rem, 2.2vw, 2.5rem); line-height: 1.7; font-weight: 400; color: var(--ink); margin-bottom: 1rem; }
.plan-intro-head p { font-size: .95rem; margin-bottom: 1rem; }
.text-link { display: inline-flex; align-items: center; gap: 1rem; min-height: 44px; color: var(--copper-deep); text-underline-offset: .3rem; }
.hero-plan-summary { border-left: 1px solid var(--border-strong); padding-left: 3vw; }
.hero-plan-summary .price-label { font-size: .9rem; color: var(--text-body); }
.hero-plan-summary .price-value { font-size: 3.2rem; font-family: var(--font-display); line-height: 1.4; color: var(--ink); }
.hero-plan-summary .price-value small { font-size: 1.1rem; margin-left: .4rem; }
.hero-badges-wrap { display: grid; gap: .7rem; margin-top: 1.25rem; }
.hero-badge { font-size: .85rem; line-height: 1.8; }
.hero-badge-tag { font-family: var(--font-mono); color: var(--copper-deep); font-size: .7rem; letter-spacing: .12em; margin-right: .6rem; }

/* Carry the airy palette and reading rhythm through the long-form content. */
.editorial-home .sec { padding: clamp(4rem, 7vw, 8rem) var(--page-gutter); }
.editorial-home .sec-body { font-size: 1rem; }
.editorial-home .sec-heading em { color: var(--copper-deep); font-weight: 400; }
.editorial-home .sec-dark .sec-heading em { color: var(--copper-light); }
.editorial-home .pain-section { background: var(--parchment-warm); color: var(--ink); padding: 4rem var(--page-gutter); }
.editorial-home .pain-heading { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.5rem, 2.8vw, 2.5rem); }
.editorial-home .pain-list { max-width: 1000px; }
.editorial-home .pain-item { border-color: var(--border-strong); padding-block: 1.5rem; }
.editorial-home .pain-text, .editorial-home .pain-text strong { color: var(--ink); }
.editorial-home .pain-answer { color: var(--copper-deep); font-size: 1.15rem; }
.editorial-home .trust-bar { display: grid; grid-template-columns: repeat(3, 1fr); padding: 3rem var(--page-gutter); gap: 2rem; }
.editorial-home .feat-bg { display: none; }
.editorial-home .feat-grid { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; background: transparent; border: 0; gap: 1.5rem; }
.editorial-home .feat-item { grid-column: span 2; padding: 2rem; border: 1px solid #ffffff26; background: transparent; }
.editorial-home .feat-item:nth-child(-n+2) { grid-column: span 3; }
.editorial-home .feat-num { font-family: var(--font-display); font-size: 2.5rem; color: var(--copper-light); opacity: 1; margin-bottom: 1.25rem; }
.editorial-home .feat-item h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 400; }
.editorial-home .feat-item p { font-size: .95rem; line-height: 2; max-width: none; }
.editorial-home .story-body > p, .editorial-home .camp-card p { font-size: .95rem; }
.editorial-home .stories-layout { gap: 1.5rem; }
.editorial-home .story-item:first-child { border-right: 1px solid var(--border); }
.editorial-home .pricing-layout { gap: 1.25rem; border: 0; }
.editorial-home .plan { border: 1px solid var(--border-strong); }
.editorial-home .faq-q { min-height: 64px; font-size: 1rem; line-height: 1.7; }
.editorial-home .faq-a p { font-size: .95rem; }
.editorial-home .faq-a { visibility: hidden; }
.editorial-home .faq-item.open .faq-a { visibility: visible; max-height: none; }
.editorial-home .mobile-phone-bar { padding-bottom: max(.6rem, env(safe-area-inset-bottom)); }
.editorial-home .mobile-bar-btn { min-height: 48px; }

@media (min-width: 1800px) {
  .hero-inner { max-width: 1800px; margin-inline: auto; }
  .hero-left { padding-left: 5rem; }
}
@media (max-width: 1150px) {
  .nav-desktop-links { display: none; }
  .editorial-home .nav-right { margin-left: auto; }
  .hero-left { padding-block: 3.5rem; }
  .hero-title { font-size: clamp(2rem, 3.65vw, 3.5rem); }
  .hero-visual { min-height: 540px; }
  .quality-design-inner { grid-template-columns: 1fr; }
  .quality-design-head { max-width: 760px; }
  .quality-design-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .quality-design-manifesto { grid-template-columns: 1fr 3fr; }
}
@media (max-width: 760px) {
  .editorial-home { --header-height: 72px; padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
  .editorial-home .nav { gap: 1rem; }
  .editorial-home .nav-brand { font-size: 1.35rem; }
  .editorial-home .nav-right { gap: .6rem; }
  .editorial-home .nav-cta { display: none; }
  .editorial-home .lang-switch { gap: 0; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-left { padding: 2.5rem var(--page-gutter) 2rem; }
  .hero-eyebrow { font-size: .75rem; margin-bottom: 1rem; }
  .hero-eyebrow::before { margin-bottom: 1rem; width: 32px; }
  .hero-title { font-size: clamp(1.9rem, 7.5vw, 3.3rem); line-height: 1.55; margin-bottom: 1.25rem; }
  .hero-sub { font-size: .95rem; margin-bottom: 1.5rem; }
  .hero-cta-wrap { gap: .3rem; }
  .hero-cta-btn { width: 100%; min-height: 52px; }
  .hero-cta-btn--ghost { min-height: 44px; padding-block: .6rem; }
  .hero-visual { min-height: 0; aspect-ratio: 1.5; }
  .hero-proof { padding: 1.5rem 1rem 1rem; }
  .hero-stat { padding-inline: .4rem; }
  .hero-stat-num { font-size: clamp(1.85rem, 6.5vw, 2.8rem); }
  .hero-stat-label { font-size: .7rem; line-height: 1.6; }
  .hero-stat-label small { display: block !important; font-size: .65rem !important; margin-left: 0; }
  .hero-stats-note { font-size: .65rem; letter-spacing: 0; }
  .quality-design-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quality-design-card { padding: 1.4rem; }
  .quality-design-photo { min-height: 0; }
  .quality-design-manifesto { grid-template-columns: 1fr; padding-top: 2rem; gap: 1rem; }
  .quality-design-manifesto p { font-size: 1rem; }
  .quality-design-foot { text-align: left; }
  .plan-intro { grid-template-columns: 1fr; gap: 2rem; padding: 3rem var(--page-gutter); }
  .hero-plan-summary { border-left: 0; padding-left: 0; border-top: 1px solid var(--border-strong); padding-top: 1.5rem; }
  .editorial-home .trust-bar { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; }
  .editorial-home .feat-grid { grid-template-columns: 1fr !important; gap: 1rem; }
  .editorial-home .feat-item, .editorial-home .feat-item:nth-child(-n+2) { grid-column: auto; padding: 1.5rem; }
  .editorial-home .anchor-nav a { padding-inline: .7rem; }
}
@media (max-width: 480px) {
  .quality-design-grid { grid-template-columns: 1fr; }
  .quality-design-photo { height: 210px; }
  .quality-design-card { padding: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  html:has(.editorial-home) { scroll-behavior: auto; }
  .editorial-home *, .editorial-home *::before, .editorial-home *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

@media (min-width: 1151px) {
  .quality-design-head { position: sticky; top: calc(var(--header-height) + 84px); }
}
.editorial-home .sim-preset-btn, .editorial-home .sim-plan-tab { min-height: 44px; }

/* Text contrast: copper remains decorative; readable tones carry small text. */
.editorial-home .hero-badge small { opacity: 1 !important; }
.editorial-home .trust-item-label, .editorial-home .trust-item-note { color: #d7c6b8; }
.editorial-home .mid-cta { background: var(--cta-hover); }
.editorial-home .mid-cta-text small { opacity: 1; color: #fff; }
.editorial-home .story-big-num small { opacity: 1; }
.editorial-home .step-num { color: var(--copper-light); opacity: 1; }
.editorial-home .plan.featured .plan-per { color: #e1d7cc; }
.editorial-home .risk-flow-caption small { color: #d7c6b8 !important; }
.editorial-home .media-logos-row > div > div { opacity: 1 !important; color: var(--text-muted) !important; }
.editorial-home .final { background: var(--parchment-warm); }
.editorial-home .final-bg { display: none; }
.editorial-home .final .sec-label, .editorial-home .final-status { color: var(--copper-deep); }
.editorial-home .final .sec-heading { color: var(--ink) !important; }
.editorial-home .final .sec-body { color: var(--text-body) !important; }
.editorial-home .form-trust-badge { color: var(--text-body); border-color: var(--border-strong); background: var(--parchment); }
.editorial-home .form-phone-alt p { color: var(--text-body); }
.editorial-home .form-phone-alt a { color: var(--copper-deep); }
.editorial-home .risk-flow-node.is-hub small { color: #fff; }
.editorial-home .plan.featured .plan-recommend strong { color: #e9b88c; }
.editorial-home .media-logos-row > div { opacity: 1 !important; }
.editorial-home .floating-cta:not(.show) { visibility: hidden; }
