/*
Theme Name: commit Corporate
Theme URI: https://commit-jp.com/
Author: 合同会社commit
Description: 合同会社commitのコーポレートサイト専用テーマ
Version: 1.6.3
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: commit-corporate
*/

:root {
  --color-bg: #ffffff;
  --color-bg-soft: #faf8f3;
  --color-bg-warm: #f3f0e8;
  --color-text: #242320;
  --color-text-soft: #4a4a4a;
  --color-gray: #7a7a7a;
  --color-gray-light: #b8b4ac;
  --color-line: #e5e1d7;
  --color-line-soft: #ece9e0;

  --color-accent: #FFD11C;
  --color-accent-bright: #FFD11C;
  --color-accent-dark: #e8b800;

  --font-heading: 'Shippori Mincho', serif;
  --font-body: 'Noto Sans JP', sans-serif;
  --font-script: 'Italianno', cursive;

  --max-width: 1180px;
  --section-padding: clamp(70px, 11vw, 130px);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.85;
  font-weight: 400;
  font-feature-settings: "palt";
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }

/* ===== Nav ===== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 22px clamp(20px, 5vw, 60px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, padding 0.3s ease;
}
.nav.scrolled {
  border-color: var(--color-line);
  padding-top: 16px;
  padding-bottom: 16px;
}
.nav__logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 0;
}
.nav__logo-img {
  display: block;
  height: 30px;
  width: auto;
  transition: opacity 0.2s;
}
.nav__logo:hover .nav__logo-img { opacity: 0.7; }
.nav__links { display: flex; gap: 36px; align-items: center; }
.nav__link {
  font-size: 13.4px;
  text-decoration: none;
  letter-spacing: 0.2em;
  position: relative;
  padding: 4px 0;
  color: var(--color-text);
  transition: color 0.2s;
}
.nav__link::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: var(--color-accent);
  transition: width 0.3s ease;
}
.nav__link:hover { color: var(--color-accent-dark); }
.nav__link:hover::after { width: 100%; }
.nav__cta {
  background: var(--color-accent);
  color: var(--color-text);
  padding: 12px 24px;
  font-size: 13.4px;
  letter-spacing: 0.2em;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s, transform 0.3s;
}
.nav__cta:hover { background: var(--color-accent-dark); transform: translateY(-1px); }
@media (max-width: 860px) {
  .nav__links, .nav__cta { display: none; }
}

/* ===== Hero (white) ===== */
.hero {
  min-height: calc(100vh - 40px);
  padding: 100px clamp(20px, 5vw, 60px) 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: var(--color-bg);
}
.hero__inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
@media (max-width: 880px) {
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }
}
.hero__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 880px) {
  .hero__text {
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .hero__text > * {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.hero__script {
  font-family: var(--font-script);
  font-size: clamp(46px, 6vw, 68px);
  color: var(--color-accent);
  margin-bottom: -12px;
  line-height: 1;
  opacity: 0;
  animation: fadeUp 1.1s 0.2s ease-out forwards;
}
.hero__title {
  font-family: var(--font-heading);
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0.03em;
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 1.1s 0.4s ease-out forwards;
  color: var(--color-text);
  white-space: nowrap;
}
@media (max-width: 880px) {
  .hero__title {
    font-size: clamp(34px, 8vw, 60px);
    white-space: normal;
    text-align: center;
    width: 100%;
  }
  .hero__script {
    text-align: center;
    width: 100%;
  }
  .hero__company {
    text-align: center;
    width: 100%;
  }
  .hero__ctas {
    justify-content: center;
    width: 100%;
  }
  .hero__ctas .btn {
    width: auto;
    max-width: 100%;
    white-space: nowrap;
    padding: 16px 26px;
    font-size: 14px;
  }
  .hero__illust {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero__period { color: var(--color-accent); }
.hero__sub {
  font-size: clamp(14px, 1.5vw, 15.5px);
  color: var(--color-text-soft);
  line-height: 2.1;
  max-width: 480px;
  margin-bottom: 36px;
  opacity: 0;
  animation: fadeUp 1.1s 0.6s ease-out forwards;
}
@media (max-width: 880px) {
  .hero__sub { margin-left: auto; margin-right: auto; }
}
.hero__ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 1.1s 0.8s ease-out forwards;
}
.hero__company {
  margin-top: 36px;
  font-size: 12.3px;
  letter-spacing: 0.35em;
  color: var(--color-gray);
  opacity: 0;
  animation: fadeUp 1.1s 1s ease-out forwards;
}
.hero__illust {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  animation: fadeUp 1.1s 0.4s ease-out forwards;
}
.hero__company-bar {
  display: inline-block;
  width: 30px; height: 1px;
  background: var(--color-gray);
  margin-right: 14px;
  vertical-align: middle;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  font-size: 14.6px;
  letter-spacing: 0.18em;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-weight: 500;
}
.btn--primary {
  background: var(--color-accent);
  color: var(--color-text);
  font-weight: 600;
}
.btn--primary:hover {
  background: var(--color-accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -12px rgba(255, 209, 28, 0.5);
}
.btn--secondary {
  background: transparent;
  color: var(--color-text);
  border-color: var(--color-text);
}
.btn--secondary:hover {
  background: var(--color-text);
  color: white;
}
.btn__arrow { transition: transform 0.3s; display: inline-block; }
.btn:hover .btn__arrow { transform: translateX(4px); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== Section common ===== */
.section {
  padding: var(--section-padding) clamp(20px, 5vw, 60px);
  position: relative;
  background: var(--color-bg);
  color: var(--color-text);
}
.section--soft { background: var(--color-bg-soft); }
.section--warm { background: var(--color-bg-warm); }
.section__inner { max-width: var(--max-width); margin: 0 auto; }
.section__head { margin-bottom: 60px; }
.section__label {
  font-family: var(--font-script);
  font-size: clamp(50px, 8vw, 78px);
  color: var(--color-accent);
  margin-bottom: 4px;
  line-height: 1;
}
.section__title {
  font-family: var(--font-heading);
  font-size: clamp(26px, 4.2vw, 42px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.45;
  position: relative;
  padding-bottom: 24px;
  color: inherit;
}
.section__title::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 48px; height: 1px;
  background: var(--color-accent);
}

/* ===== Services ===== */
.services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1px;
  background: var(--color-line);
  border: 1px solid var(--color-line);
}
.service {
  background: var(--color-bg-soft);
  padding: 44px 30px;
  transition: background 0.4s ease;
}
.service:hover { background: white; }
.service__num {
  font-family: var(--font-heading);
  font-size: 17px;
  color: var(--color-accent);
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  font-weight: 600;
}
.service__title {
  font-family: var(--font-heading);
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: 0.06em;
}
.service__desc {
  font-size: 14.6px;
  color: var(--color-text-soft);
  line-height: 1.95;
}

/* ===== Pain ===== */
.pain__lead {
  font-family: var(--font-heading);
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1.9;
  margin-bottom: 56px;
  max-width: 760px;
  letter-spacing: 0.04em;
}
.pain__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}
.pain__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px;
  border-left: 2px solid var(--color-accent);
  background: var(--color-bg-soft);
  font-size: 16.2px;
  line-height: 1.75;
}
.pain__check {
  flex-shrink: 0;
  width: 20px; height: 20px;
  margin-top: 4px;
  color: var(--color-accent);
}

/* ===== Proof (white version) ===== */
.proof__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
  border-top: 1px solid var(--color-line);
}
.proof-card {
  padding: 44px 32px;
  border-bottom: 1px solid var(--color-line);
  border-right: 1px solid var(--color-line);
  position: relative;
  background: white;
  text-align: center;
}
@media (max-width: 768px) {
  .proof-card { border-right: none; padding-left: 0; padding-right: 0; }
}
.proof-card__label {
  font-size: 14.6px;
  letter-spacing: 0.18em;
  color: var(--color-text);
  margin-bottom: 14px;
  font-weight: 600;
}
.proof-card__number {
  font-family: var(--font-heading);
  font-size: clamp(40px, 5.5vw, 60px);
  font-weight: 500;
  color: var(--color-accent);
  line-height: 1.1;
  margin-bottom: 18px;
  letter-spacing: 0.01em;
}
.proof-card__unit {
  font-size: 22px;
  margin-left: 8px;
  color: var(--color-text-soft);
  font-weight: 500;
}
.proof-card__compare {
  font-size: 15.1px;
  color: var(--color-text-soft);
  line-height: 1.85;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.proof__note {
  margin-top: 32px;
  font-size: 12.9px;
  color: var(--color-gray);
  letter-spacing: 0.05em;
}

/* ===== Program ===== */
.program__lead {
  font-size: 16.8px;
  line-height: 2.1;
  max-width: 700px;
  margin-bottom: 56px;
  color: var(--color-text-soft);
}
.program__flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 64px;
  flex-wrap: wrap;
  padding: 36px 30px;
  background: white;
  border-left: 2px solid var(--color-accent);
  border-top: 1px solid var(--color-line);
  border-right: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
.program__step {
  flex: 1;
  min-width: 130px;
  text-align: center;
}
.program__step-num {
  font-family: var(--font-heading);
  font-size: 13.4px;
  color: var(--color-accent);
  letter-spacing: 0.25em;
  margin-bottom: 8px;
}
.program__step-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.program__arrow {
  color: var(--color-accent);
  font-size: 18px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .program__arrow { transform: rotate(90deg); }
  .program__flow { flex-direction: column; }
}
.program__plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.plan {
  border: 1px solid var(--color-line);
  padding: 38px 30px;
  background: white;
  transition: all 0.35s ease;
}
.plan:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px -28px rgba(0,0,0,0.18);
  border-color: var(--color-accent);
}
.plan__tag {
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--color-accent);
  margin-bottom: 10px;
}
.plan__name {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 0.06em;
}
.plan__price {
  font-family: var(--font-heading);
  font-size: 30px;
  color: var(--color-text);
  margin-bottom: 18px;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.plan__price-unit {
  font-size: 13.4px;
  color: var(--color-text-soft);
  font-family: var(--font-body);
  font-weight: 400;
}
.plan__desc {
  font-size: 14.6px;
  line-height: 1.85;
  color: var(--color-text-soft);
}
/* === Accordion blocks === */
.service-blocks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.service-block {
  background: white;
  border: 1px solid var(--color-line);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.service-block:hover {
  border-color: var(--color-accent);
  box-shadow: 0 4px 20px rgba(255, 209, 28, 0.15);
}
.service-block[open] { border-color: var(--color-accent); }
.service-block__head {
  padding: 26px 32px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background 0.2s ease;
}
.service-block__head:hover {
  background: rgba(255, 209, 28, 0.04);
}
.service-block__head::-webkit-details-marker { display: none; }
.service-block__head::marker { display: none; }
.service-block__tag {
  font-size: 15.1px;
  letter-spacing: 0.3em;
  color: var(--color-accent-dark);
  margin-bottom: 6px;
  font-weight: 600;
}
.service-block__name {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.service-block__sub {
  font-size: 13.4px;
  color: var(--color-text-soft);
  margin-top: 4px;
}
.service-block__price {
  font-family: var(--font-heading);
  font-size: 22px;
  color: var(--color-text);
  font-weight: 600;
  white-space: nowrap;
}
.service-block__price-unit {
  font-size: 13.4px;
  color: var(--color-text-soft);
  margin-left: 4px;
  font-weight: 400;
  font-family: var(--font-body);
}
.service-block__toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--color-text);
  white-space: nowrap;
  padding: 11px 20px;
  background: var(--color-accent);
  border-radius: 999px;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(255, 209, 28, 0.4);
}
.service-block__head:hover .service-block__toggle {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 209, 28, 0.55);
}
.service-block__toggle-icon {
  width: 20px; height: 20px;
  background: var(--color-text);
  color: var(--color-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15.7px;
  transition: transform 0.3s ease;
  line-height: 1;
  font-weight: 700;
}
.service-block[open] .service-block__toggle {
  background: var(--color-text);
  color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.service-block[open] .service-block__toggle-icon {
  transform: rotate(45deg);
  background: var(--color-accent);
  color: var(--color-text);
}
.service-block__body {
  padding: 4px 32px 32px;
}
.service-block__body-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  padding-top: 24px;
  border-top: 1px solid var(--color-line);
}
.service-block__body-grid--2col {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 720px) {
  .service-block__body-grid--2col { grid-template-columns: 1fr; }
}
.plan--detail {
  display: flex;
  flex-direction: column;
  padding: 32px 28px;
  background: var(--color-bg-soft);
  border: 1px solid var(--color-line);
}
.plan--detail .plan__price {
  font-size: 24px;
  margin-bottom: 14px;
}
.plan__target {
  font-size: 12.9px;
  letter-spacing: 0.16em;
  color: var(--color-accent-dark);
  font-weight: 600;
  margin: 4px 0 14px;
  padding: 6px 10px;
  background: rgba(255, 209, 28, 0.12);
  border-left: 2px solid var(--color-accent);
  align-self: flex-start;
}
.plan__items {
  list-style: none;
  margin: 14px 0 18px;
  padding: 0;
  font-size: 15.1px;
  line-height: 2.05;
  color: var(--color-text-soft);
}
.plan__items li {
  padding-left: 14px;
  position: relative;
}
.plan__items li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: var(--color-accent-dark);
}
.plan__note {
  font-size: 12.9px;
  color: var(--color-gray);
  border-top: 1px solid var(--color-line);
  padding-top: 14px;
  margin-top: auto;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .service-block__head {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 22px;
  }
  .service-block__toggle { justify-self: flex-start; }
  .service-block__body { padding: 0 22px 24px; }
}


/* ===== Cases ===== */
.cases__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
  margin-bottom: 48px;
}
.case-card {
  background: white;
  padding: 36px 30px;
  border: 1px solid var(--color-line);
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: block;
  position: relative;
  overflow: hidden;
}
.case-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 2px;
  background: var(--color-accent);
  transition: width 0.4s ease;
}
.case-card:hover { transform: translateY(-4px); border-color: var(--color-accent); }
.case-card:hover::before { width: 100%; }
.case-card__category {
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--color-accent);
  margin-bottom: 18px;
}
.case-card__title {
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.55;
  margin-bottom: 14px;
  letter-spacing: 0.04em;
}
.case-card__metric {
  font-family: var(--font-heading);
  font-size: 24px;
  color: var(--color-accent);
  font-weight: 600;
  margin-bottom: 8px;
}
.case-card__desc {
  font-size: 14.6px;
  color: var(--color-text-soft);
  line-height: 1.8;
  margin-bottom: 24px;
}
.case-card__more {
  font-size: 12.3px;
  letter-spacing: 0.25em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13.4px;
  letter-spacing: 0.25em;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  transition: gap 0.3s, color 0.3s;
}
.text-link:hover { gap: 18px; color: var(--color-accent-dark); }

/* ===== Philosophy (white) ===== */
.philosophy { text-align: center; }
.philosophy__inner { max-width: 760px; margin: 0 auto; }
.philosophy__script {
  font-family: var(--font-script);
  font-size: clamp(50px, 8vw, 78px);
  color: var(--color-accent);
  margin-bottom: 32px;
  line-height: 1;
}
.philosophy__text {
  font-family: var(--font-heading);
  font-size: clamp(17px, 2.2vw, 23px);
  line-height: 2.4;
  letter-spacing: 0.06em;
  color: var(--color-text);
}
.philosophy__divider {
  width: 1px; height: 60px;
  background: var(--color-accent);
  margin: 0 auto 32px;
}
.philosophy__conclusion {
  font-family: var(--font-heading);
  font-size: clamp(20px, 2.8vw, 28px);
  margin-top: 36px;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: var(--color-text);
}
.philosophy__conclusion strong {
  color: var(--color-text);
  font-weight: 600;
  border-bottom: 2px solid var(--color-accent);
  padding-bottom: 4px;
}

/* ===== Founder ===== */
.founder__inner {
  display: grid;
  grid-template-columns: 0.85fr 1.3fr;
  gap: 64px;
  align-items: center;
  max-width: var(--max-width);
  margin: 0 auto;
}
@media (max-width: 860px) {
  .founder__inner { grid-template-columns: 1fr; gap: 40px; }
}
.founder__photo {
  aspect-ratio: 3 / 4;
  position: relative;
  overflow: hidden;
  background: #f0ece3;
}
.founder__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.founder__name {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: 0.06em;
}
.founder__title {
  font-size: 14.6px;
  color: var(--color-text-soft);
  margin-bottom: 32px;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.founder__message {
  font-size: 17.4px;
  line-height: 2.15;
  margin-bottom: 32px;
  color: var(--color-text);
}

/* ===== Members ===== */
.members {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  max-width: var(--max-width);
  margin: 0 auto;
}
@media (max-width: 860px) {
  .members { grid-template-columns: 1fr; gap: 56px; }
}
.member {
  display: flex;
  flex-direction: column;
}
.member__photo {
  aspect-ratio: 3 / 4;
  position: relative;
  overflow: hidden;
  background: #ece7dc;
  margin-bottom: 28px;
}
.member__photo-img {
  width: 78%;
  height: 78%;
  margin: 11% auto;
  display: block;
  object-fit: cover;
}
.member__photo--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f0ece3 0%, #e6e0d2 100%);
}
.member__photo-initial {
  font-family: var(--font-heading);
  font-size: clamp(80px, 14vw, 140px);
  font-weight: 300;
  color: var(--color-gray-light);
  line-height: 1;
  letter-spacing: 0;
}
.member__name {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: 0.06em;
}
.member__name-en {
  font-family: var(--font-body);
  font-size: 0.55em;
  color: var(--color-text-soft);
  letter-spacing: 0.12em;
  margin-left: 8px;
  font-weight: 400;
}
.member__title {
  font-size: 14px;
  color: var(--color-text-soft);
  margin-bottom: 22px;
  letter-spacing: 0.12em;
  font-weight: 500;
  line-height: 1.7;
}
.member__message {
  font-size: 16.2px;
  line-height: 2.05;
  margin-bottom: 18px;
  color: var(--color-text);
}

/* ===== VMV ===== */
.vmv__item {
  padding: 44px 0;
  border-top: 1px solid var(--color-line);
}
.vmv__item:last-child { border-bottom: 1px solid var(--color-line); }
.vmv__layout {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 768px) {
  .vmv__layout { grid-template-columns: 1fr; gap: 16px; }
}
.vmv__label-jp {
  font-family: var(--font-heading);
  font-size: 12px;
  letter-spacing: 0.25em;
  color: var(--color-gray);
  font-weight: 500;
  margin-bottom: -4px;
}
.vmv__label-en {
  font-family: var(--font-script);
  font-size: 56px;
  color: var(--color-accent);
  line-height: 1;
  margin-top: 2px;
}
.vmv__main {
  font-family: var(--font-heading);
  font-size: clamp(20px, 2.6vw, 27px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.vmv__formal {
  font-size: 14.6px;
  color: var(--color-text-soft);
  margin-top: 12px;
  line-height: 1.9;
}
.vmv__value {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px dashed var(--color-line);
  flex-wrap: wrap;
}
.vmv__value:last-child { border: none; }
.vmv__value-num {
  font-family: var(--font-heading);
  font-size: 19px;
  color: var(--color-accent);
  min-width: 22px;
  font-weight: 600;
}
.vmv__value-main {
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.vmv__value-sub {
  font-size: 15px;
  color: var(--color-text-soft);
}

/* ===== Final CTA (white) ===== */
.final-cta { text-align: center; }
.final-cta__script {
  font-family: var(--font-script);
  font-size: clamp(50px, 8vw, 78px);
  color: var(--color-accent);
  margin-bottom: 16px;
  line-height: 1;
}
.final-cta__title {
  font-family: var(--font-heading);
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 600;
  margin-bottom: 32px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: var(--color-text);
}
.final-cta__sub {
  font-size: 15.7px;
  color: var(--color-text-soft);
  margin-bottom: 44px;
  line-height: 2;
}
.final-cta__btn {
  background: var(--color-accent);
  color: var(--color-text);
  padding: 22px 56px;
  font-size: 15.7px;
  letter-spacing: 0.25em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  transition: all 0.3s;
}
.final-cta__btn:hover {
  background: var(--color-accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px -10px rgba(255, 209, 28, 0.5);
}
.final-cta__line {
  margin-top: 28px;
  font-size: 14px;
  color: var(--color-text-soft);
  letter-spacing: 0.05em;
}
/* ===== Contact form ===== */
.cform {
  max-width: 560px;
  margin: 56px auto 0;
  text-align: left;
}
.cform__or {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.15em;
  color: var(--color-gray);
  margin-bottom: 36px;
  position: relative;
}
.cform__or::before,
.cform__or::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30%;
  height: 1px;
  background: var(--color-line);
}
.cform__or::before { left: 0; }
.cform__or::after { right: 0; }
.cform__field { margin-bottom: 22px; }
.cform__label {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  color: var(--color-text);
}
.cform__label span {
  font-size: 11.5px;
  font-weight: 400;
  color: var(--color-gray);
  margin-left: 8px;
}
.cform__input,
.cform__textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--color-text);
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 2px;
  transition: border-color 0.25s;
}
.cform__input:focus,
.cform__textarea:focus {
  outline: none;
  border-color: var(--color-accent-dark);
}
.cform__textarea { resize: vertical; min-height: 130px; line-height: 1.8; }
.cform__hp { display: none; }
.cform__submit {
  background: var(--color-accent);
  color: var(--color-text);
  padding: 18px 56px;
  font-size: 15.7px;
  letter-spacing: 0.25em;
  font-family: var(--font-body);
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: block;
  margin: 8px auto 0;
  transition: all 0.3s;
}
.cform__submit:hover {
  background: var(--color-accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px -10px rgba(255, 209, 28, 0.5);
}
.cform__done {
  display: none;
  text-align: center;
  padding: 40px 20px;
  font-size: 16px;
  line-height: 1.9;
  color: var(--color-text);
}
.cform__done strong { font-size: 19px; display: block; margin-bottom: 10px; }
@media (max-width: 600px) {
  .cform { margin-top: 44px; }
  .cform__submit { width: 100%; padding: 18px; }
}
.final-cta__line a {
  color: var(--color-text);
  text-decoration: none;
  border-bottom: 1px solid var(--color-text);
  padding-bottom: 2px;
  margin-left: 6px;
}

/* ===== Footer (white) ===== */
.footer {
  background: var(--color-bg-soft);
  color: var(--color-text);
  padding: 56px clamp(20px, 5vw, 60px) 32px;
  border-top: 1px solid var(--color-line);
}
.footer__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) { .footer__inner { grid-template-columns: 1fr; } }
.footer__tagline {
  margin-bottom: 16px;
  line-height: 0;
}
.footer__logo-img {
  display: block;
  height: 26px;
  width: auto;
}
.footer__brand-name {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  color: var(--color-text);
}
.footer__info {
  font-size: 14.6px;
  color: var(--color-text-soft);
  line-height: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer__info-name {
  font-weight: 700;
  font-size: 15.7px;
  color: var(--color-text);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.footer__info-line {
  display: block;
}
.footer__info-link {
  color: var(--color-text-soft);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}
.footer__info-link:hover { color: var(--color-accent-dark); }
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
@media (min-width: 769px) { .footer__links { align-items: flex-end; } }
.footer__link {
  font-size: 13.4px;
  text-decoration: none;
  letter-spacing: 0.2em;
  color: var(--color-text);
  transition: color 0.2s;
}
.footer__link:hover { color: var(--color-accent-dark); }
.footer__sns {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.footer__sns a {
  width: 38px; height: 38px;
  border: 1px solid var(--color-line);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12.3px;
  letter-spacing: 0.05em;
  color: var(--color-text-soft);
  transition: all 0.3s;
}
.footer__sns a svg {
  width: 18px;
  height: 18px;
}
.footer__sns-text {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13.4px !important;
}
.footer__sns a:hover {
  background: var(--color-accent);
  color: var(--color-text);
  border-color: var(--color-accent);
}
.footer__bottom {
  max-width: var(--max-width);
  margin: 36px auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--color-line);
  font-size: 12px;
  color: var(--color-gray);
  letter-spacing: 0.15em;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ===== Mobile fine-tuning ===== */
@media (max-width: 540px) {
  .final-cta__title {
    font-size: 22px;
    letter-spacing: 0.02em;
    word-break: keep-all;
    overflow-wrap: break-word;
    padding: 0 8px;
  }
  .final-cta__sub {
    font-size: 16.2px;
    line-height: 1.95;
    padding: 0 8px;
  }
  .philosophy__text {
    font-size: 17.5px;
    line-height: 2.15;
    letter-spacing: 0.04em;
    word-break: keep-all;
    overflow-wrap: break-word;
    padding: 0 8px;
  }
  .philosophy__conclusion {
    font-size: 19px;
    letter-spacing: 0.04em;
    word-break: keep-all;
    overflow-wrap: break-word;
    padding: 0 8px;
  }
  .philosophy__conclusion strong {
    font-weight: 800;
  }
  .vmv__value {
    flex-wrap: wrap;
  }
  .vmv__value-sub {
    width: 100%;
    padding-left: 42px;
    margin-top: 2px;
    font-size: 15.5px;
  }
  .vmv__value-main {
    font-size: 20px;
  }
  .vmv__value-num {
    font-size: 20px;
  }
  .vmv__main {
    font-size: 21px;
  }
  .pain__lead {
    font-size: 19px;
    line-height: 1.95;
  }
  .pain__item {
    font-size: 17.4px;
    padding: 22px 20px;
  }
  .proof-card__compare {
    font-size: 16.2px;
  }
  .proof-card__label {
    font-size: 15.7px;
  }
  .founder__message {
    font-size: 16px;
    line-height: 2.1;
  }
  .founder__name {
    font-size: 22px;
  }
}

/* ===== Compact content rhythm ===== */
:root { --section-padding: clamp(54px, 6.5vw, 82px); }
.section__head { margin-bottom: 38px; }
.section__title { padding-bottom: 18px; }

.service { padding: 30px 26px; }
.service__num { margin-bottom: 12px; }
.service__title { margin-bottom: 10px; }

.pain__lead { margin-bottom: 32px; line-height: 1.75; }
.pain__list { gap: 12px; }
.pain__item { padding: 16px 20px; }

.program__lead { margin-bottom: 30px; line-height: 1.9; }
.service-blocks { gap: 8px; }
.service-block__head { padding: 18px 26px; gap: 22px; }

.philosophy__script { margin-bottom: 20px; }
.philosophy__text { line-height: 2.05; }
.philosophy__divider { height: 36px; margin-bottom: 22px; }
.philosophy__conclusion { margin-top: 24px; }

.members { gap: 34px; }
.member {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  column-gap: 24px;
  align-items: start;
}
.member__photo {
  grid-column: 1;
  grid-row: 1 / span 3;
  width: 180px;
  aspect-ratio: 3 / 4;
  margin: 0;
}
.member__photo-img { width: 100%; height: 100%; margin: 0; object-position: center 24%; }
.member__name,
.member__title,
.member__message { grid-column: 2; }
.member__title { margin-bottom: 12px; }
.member__message { margin-bottom: 0; font-size: 15.5px; line-height: 1.8; }

.vmv__item { padding: 28px 0; }
.vmv__layout { gap: 30px; }
.vmv__value { padding: 10px 0; }

.final-cta__title { margin-bottom: 20px; }
.final-cta__sub { margin-bottom: 28px; line-height: 1.85; }
.final-cta__btn { padding: 18px 38px; }
.cform__or { margin-bottom: 20px; }
.cform__field { margin-bottom: 14px; }
.cform__input,
.cform__textarea { padding: 11px 14px; }
.cform__textarea { min-height: 104px; }

@media (max-width: 1000px) {
  .members { grid-template-columns: 1fr; gap: 40px; }
  .member { grid-template-columns: 190px minmax(0, 1fr); }
  .member__photo { width: 190px; }
}

@media (max-width: 700px) {
  :root { --section-padding: 52px; }
  .section__head { margin-bottom: 32px; }
  .service { padding: 26px 22px; }
  .service-block__head { padding: 17px 20px; }
  .member { grid-template-columns: 120px minmax(0, 1fr); column-gap: 18px; }
  .member__photo { width: 120px; }
  .member__message { grid-column: 1 / -1; margin-top: 16px; }
  .vmv__item { padding: 24px 0; }
}

/* ===== Case studies ===== */
.cases {
  color: #fff;
  background: #171717;
  overflow: hidden;
  padding-top: 52px;
  padding-bottom: 52px;
}
.cases .section__title { color: #fff; }
.cases .section__title::after { background: var(--color-accent); }
.cases__intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 26px;
}
.cases__head { margin-bottom: 0; }
.cases__lead {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17.5px;
  line-height: 1.95;
}
.cases__guide {
  flex: 0 0 250px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.cases__guide img { width: var(--obomaru-size); height: var(--obomaru-size); object-fit: contain; }
.cases__bubble {
  position: relative;
  padding: 13px 16px;
  color: #1a1a1a;
  background: var(--color-accent);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  transform: rotate(-3deg);
}
.cases__bubble::after {
  content: '';
  position: absolute;
  right: -10px;
  bottom: 12px;
  border-width: 7px 0 7px 11px;
  border-style: solid;
  border-color: transparent transparent transparent var(--color-accent);
}
.cases__slider {
  position: relative;
  padding-inline: 62px;
  outline: none;
}
.cases__viewport {
  overflow: hidden;
  background: #fff;
  touch-action: pan-y;
}
.cases__track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.case-card {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  min-height: 0;
  height: 430px;
  padding: 0;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  color: var(--color-text);
  background: #fff;
  border-top: 7px solid var(--color-accent);
}
.case-card__main {
  padding: 30px clamp(34px, 3.2vw, 42px);
  display: flex;
  flex-direction: column;
}
.case-card__eyebrow {
  margin-bottom: 16px;
  color: var(--color-text-soft);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.case-card__eyebrow span {
  display: inline-block;
  margin-right: 12px;
  padding: 5px 9px;
  color: #1a1a1a;
  background: var(--color-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.case-card__title {
  max-width: 680px;
  margin-bottom: 0;
  font-family: var(--font-heading);
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.02em;
}
.case-card__title-line {
  display: block;
  white-space: nowrap;
}
.case-card__highlight {
  position: relative;
  z-index: 0;
  white-space: nowrap;
}
.case-card__highlight::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.08em;
  z-index: -1;
  height: 0.34em;
  background: rgba(255, 209, 28, 0.72);
}
.case-card__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}
.case-metric {
  padding: 12px 16px 11px;
  border-left: 3px solid var(--color-accent);
  background: #faf9f6;
}
.case-metric small {
  display: block;
  margin-bottom: 5px;
  color: var(--color-gray);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.case-metric strong {
  font-family: var(--font-heading);
  font-size: clamp(31px, 3.1vw, 43px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
}
.case-metric em {
  margin-left: 4px;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
.case-card__story {
  position: relative;
  padding: 26px clamp(28px, 3vw, 38px) 18px;
  background: #f4f1e9;
  overflow: hidden;
}
.case-story + .case-story { margin-top: 14px; }
.case-story > span {
  display: block;
  margin-bottom: 6px;
  color: #9b7a00;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.case-story p,
.case-card__result {
  font-size: 16px;
  line-height: 1.7;
}
.case-story ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}
.case-story li {
  padding: 5px 9px;
  border: 1px solid #d8d1bf;
  background: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 600;
}
.case-card__result {
  margin-top: 14px;
  padding-top: 12px;
  padding-right: 134px;
  border-top: 1px solid #d8d1bf;
  font-weight: 600;
}
.case-card__mascot {
  position: absolute;
  right: 20px;
  bottom: 12px;
  width: var(--obomaru-size);
  height: var(--obomaru-size);
  object-fit: contain;
  object-position: center bottom;
}
.cases__controls {
  min-height: 50px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  color: #fff;
}
.cases__arrows {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(100% - 60px);
  pointer-events: none;
}
.cases__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  background: #171717;
  font-size: 19px;
  cursor: pointer;
  pointer-events: auto;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}
.cases__arrow:first-child { left: 4px; }
.cases__arrow:last-child { right: 4px; }
.cases__arrow:hover,
.cases__arrow:focus-visible {
  color: #1a1a1a;
  background: var(--color-accent);
  border-color: var(--color-accent);
}
.cases__dots { grid-column: 2; display: flex; align-items: center; gap: 9px; }
.cases__dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
  transition: width 0.25s, border-radius 0.25s, background 0.25s;
}
.cases__dots button[aria-selected="true"] {
  width: 28px;
  border-radius: 8px;
  background: var(--color-accent);
}
.cases__dots button:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.cases__status {
  grid-column: 3;
  justify-self: end;
  font-family: var(--font-heading);
  font-size: 15px;
  letter-spacing: 0.12em;
}
.cases__status span { color: var(--color-accent); font-size: 24px; }
.cases__note {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.8;
}
#services .section__inner,
#problem .section__inner,
#services-detail .section__inner,
#founder .section__inner,
#vmv .section__inner,
.philosophy__inner {
  position: relative;
}
.section-mascot {
  position: absolute;
  z-index: 2;
  width: var(--obomaru-size);
  height: var(--obomaru-size);
  object-fit: contain;
  pointer-events: none;
}
.section-mascot--services { top: auto; right: 1%; bottom: 40px; }
.section-mascot--problem { top: 142px; right: auto; left: 39%; }
.section-mascot--plans { top: auto; right: 1%; bottom: 80px; }
.section-mascot--philosophy { right: 4%; bottom: -12px; }
.section-mascot--vmv { top: -12px; right: auto; left: 32%; }
.section-mascot + .section__head { position: relative; z-index: 3; }
.final-cta .section__inner { position: relative; }
.final-cta__mascot {
  position: absolute;
  top: 0;
  right: 4%;
  width: var(--obomaru-size);
  height: var(--obomaru-size);
  object-fit: contain;
  pointer-events: none;
}
@media (min-width: 821px) {
  :root { --obomaru-size: 118px; }
  .final-cta .section__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
    gap: clamp(44px, 6vw, 76px);
    align-items: center;
    text-align: left;
  }
  .final-cta__intro { grid-column: 1; grid-row: 1; text-align: left; }
  .final-cta__mascot { top: 0; right: auto; left: 35%; }
  .final-cta .cform {
    width: 100%;
    max-width: none;
    margin: 0;
    display: grid;
    grid-column: 2;
    grid-row: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
  }
  .final-cta .cform__or,
  .final-cta .cform__field--wide,
  .final-cta .cform__consent,
  .final-cta .cform__submit { grid-column: 1 / -1; }
}
@media (max-width: 820px) {
  :root { --obomaru-size: 86px; }
  .cases__intro { align-items: center; }
  .cases__guide { flex-basis: 170px; }
  .case-card { grid-template-columns: 1fr; min-height: 0; height: auto; }
  .case-card__title { margin-bottom: 0; }
  .cases__slider { padding-inline: 52px; }
  .case-card__story { padding-bottom: 102px; }
  .case-card__result { padding-right: 0; }
  .case-card__mascot { width: var(--obomaru-size); height: var(--obomaru-size); }
}
@media (max-width: 560px) {
  :root { --obomaru-size: 82px; }
  .cases { padding-top: 36px; padding-bottom: 34px; }
  .cases__intro {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  .cases__head { padding: 0; }
  .cases .section__label { margin-bottom: 10px; }
  .cases .section__title {
    font-size: clamp(30px, 8vw, 32px);
    line-height: 1.3;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .cases__lead {
    max-width: calc(100% - 76px);
    margin-top: 17px;
    font-size: 14.5px;
    line-height: 1.7;
  }
  .cases__lead br { display: none; }
  .cases__guide {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 72px;
  }
  .cases__bubble { display: none; }
  .cases__slider { padding-inline: 0; }
  .case-card { border-top-width: 5px; }
  .case-card__main { padding: 20px 18px 20px; }
  .case-card__eyebrow { margin-bottom: 12px; font-size: 11.5px; line-height: 1.55; }
  .case-card__eyebrow span { margin-right: 7px; }
  .case-card__eyebrow span { padding: 4px 7px; font-size: 9.5px; }
  .case-card__title { font-size: clamp(23px, 6.4vw, 25px); line-height: 1.38; }
  .case-card__metrics { gap: 7px; margin-top: 16px; }
  .case-metric { padding: 10px 9px 9px; border-left-width: 2px; }
  .case-metric small { min-height: 2.7em; margin-bottom: 3px; font-size: 10.5px; line-height: 1.35; }
  .case-metric strong { font-size: clamp(23px, 6.6vw, 27px); }
  .case-metric em { display: inline; margin-left: 2px; font-size: 10px; }
  .case-card__story { padding: 20px 18px 18px; }
  .case-story + .case-story { margin-top: 11px; }
  .case-story > span { margin-bottom: 4px; font-size: 10.5px; }
  .case-story p,
  .case-card__result { font-size: 13.5px; line-height: 1.65; }
  .case-story li { padding: 4px 7px; font-size: 11px; }
  .case-card__result { margin-top: 11px; padding-top: 10px; padding-right: 86px; min-height: 72px; }
  .case-card__mascot { right: 8px; bottom: 8px; width: var(--obomaru-size); height: var(--obomaru-size); }
  .cases__controls {
    min-height: 58px;
    grid-template-columns: 42px minmax(0, 1fr) auto 42px;
    gap: 9px;
  }
  .cases__arrows {
    position: static;
    display: contents;
    height: auto;
    pointer-events: auto;
  }
  .cases__arrow {
    position: static;
    width: 42px;
    height: 42px;
    transform: none;
    color: #242320;
    background: var(--color-accent);
    border-color: var(--color-accent);
  }
  .cases__arrow:first-child { grid-column: 1; grid-row: 1; }
  .cases__arrow:last-child { grid-column: 4; grid-row: 1; }
  .cases__dots { grid-column: 2; grid-row: 1; justify-content: center; padding-bottom: 0; }
  .cases__status { grid-column: 3; grid-row: 1; font-size: 12px; }
  .cases__status span { font-size: 20px; }
  .cases__note { margin-top: 0; font-size: 10.5px; line-height: 1.55; }
  .section-mascot {
    top: -8px;
    right: 6px;
    width: var(--obomaru-size);
    height: var(--obomaru-size);
  }
  .section-mascot + .section__head { padding-right: 88px; }
  .section-mascot--services { top: auto; right: 6px; bottom: 6px; }
  .section-mascot--problem { top: 132px; right: 8px; left: auto; }
  .section-mascot--plans { top: auto; right: 6px; bottom: 64px; }
  .section-mascot--philosophy { top: auto; right: 0; bottom: -14px; }
  .section-mascot--vmv { top: -8px; right: 6px; left: auto; }
  .final-cta__mascot { top: 8px; right: 8px; width: var(--obomaru-size); height: var(--obomaru-size); opacity: 0.78; }
}


/* ===== 2026-08-11 revision: supplied Obomaru, resources and CTAs ===== */
.cases {
  background-color: #242320 !important;
  background-image: none;
}
.cases__bubble,
.case-card__eyebrow span,
.cases__arrow:hover,
.cases__arrow:focus-visible { color: #242320; }
.cases__arrow { background: #242320; }
.case-metric strong { white-space: nowrap; }
.case-metric { min-width: 0; overflow: visible; }
.case-card__metrics { overflow: visible; }
.cases__note { margin-top: 8px; text-align: center; }

.obomaru-sprite {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  background-size: contain;
}
.obomaru--pointer { background-image: url('assets/obomaru-pointer.png'); }
.obomaru--chart { background-image: url('assets/obomaru-chart.png'); }
.obomaru--excited {
  background-image: url('assets/obomaru-excited.png');
}
.obomaru--magnifier { background-image: url('assets/obomaru-magnifier.png'); }
.obomaru--funnel { background-image: url('assets/obomaru-funnel.png'); }
.obomaru--thinking { background-image: url('assets/obomaru-thinking.png'); }
.obomaru--cheer { background-image: url('assets/obomaru-cheer.png'); }
.obomaru--problem { background-image: url('assets/obomaru-problem.png'); }
.obomaru--definition { background-image: url('assets/obomaru-definition.png'); }
.obomaru--plans { background-image: url('assets/obomaru-plans.png'); }
.obomaru--compass { background-image: url('assets/obomaru-compass.png'); }
.cases__guide > .obomaru-sprite {
  flex: 0 0 var(--obomaru-size);
  width: var(--obomaru-size);
  height: var(--obomaru-size);
}
.section-mascot,
.final-cta__mascot,
.case-card__mascot,
.resource-card__mascot {
  overflow: visible;
}

.nav__links { gap: 24px; }
.nav__link--resource {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.hero__ctas { align-items: stretch; }
.hero__ctas .btn {
  width: 210px;
  justify-content: space-between;
}
.service-block__body-grid--single {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}
.service-block__price { white-space: nowrap; }
.final-cta__title span { display: inline-block; }

.resources {
  padding-top: 62px;
  padding-bottom: 62px;
  background: #fff;
}
.resources__head { margin-bottom: 30px; }
.resources__lead {
  margin-top: 20px;
  color: var(--color-text-soft);
  font-size: 17px;
  line-height: 1.85;
}
.resources__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.resource-card {
  position: relative;
  min-height: 370px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--color-line);
}
.resource-card--guide { background: var(--color-accent); border-color: var(--color-accent); }
.resource-card--newsletter { background: #f4f1e9; }
.resource-card__number {
  position: absolute;
  top: 20px;
  right: 25px;
  color: rgba(36, 35, 32, 0.18);
  font-family: var(--font-heading);
  font-size: 68px;
  font-weight: 600;
  line-height: 1;
}
.resource-card__content {
  position: relative;
  z-index: 2;
  width: min(72%, 430px);
}
.resource-card__eyebrow {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.resource-card__title {
  margin-bottom: 15px;
  font-family: var(--font-heading);
  font-size: clamp(24px, 1.9vw, 30px);
  font-weight: 600;
  line-height: 1.45;
  white-space: nowrap;
}
.resource-card__text {
  margin-bottom: 24px;
  font-size: 15.5px;
  line-height: 1.8;
}
.resource-card__button {
  min-height: 52px;
  padding: 13px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.resource-card__button--dark { color: #fff; background: #242320; }
.resource-card__mascot {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 1;
  width: var(--obomaru-size);
  height: var(--obomaru-size);
}
@media (min-width: 821px) {
  .resource-card__mascot {
    top: 132px;
    bottom: auto;
  }
  .resource-card--guide .resource-card__button { margin-top: 30px; }
}
.newsletter-form__hp { position: absolute !important; left: -9999px !important; }
.newsletter-form__label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
}
.newsletter-form__row { display: flex; }
.newsletter-form__input {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 14px;
  border: 1px solid #bcb5a4;
  border-radius: 0;
  color: var(--color-text);
  background: #fff;
  font: inherit;
}
.newsletter-form__submit {
  flex: 0 0 auto;
  min-width: 104px;
  height: 52px;
  padding: 0 15px;
  border: 0;
  color: #fff;
  background: #242320;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.newsletter-form__note {
  margin-top: 9px;
  color: var(--color-gray);
  font-size: 11px;
  line-height: 1.55;
}
.newsletter-form__message {
  margin-top: 16px;
  padding: 15px 16px;
  font-size: 14px;
  line-height: 1.7;
}
.newsletter-form__message--success { background: #eef8e9; border: 1px solid #c8dfbd; }
.newsletter-form__message--error { background: #fff1f1; border: 1px solid #f0caca; }

/* Canva-directed mascot placement: preserve ratio and keep every illustration clear of copy. */
@media (min-width: 821px) {
  #services-detail { padding-bottom: 118px; }
  #services-detail .section__head { margin-bottom: 26px; }
  #services-detail .program__lead { margin-bottom: 18px; }
  #services-detail .service-blocks { gap: 4px; }
  #services-detail .service-block__head { padding-top: 16px; padding-bottom: 16px; }
  .section-mascot--problem { top: 0; right: 0; left: auto; }
  .section-mascot--plans { top: auto; right: 0; bottom: -118px; }
  .section-mascot--philosophy { top: 0; right: 0; bottom: auto; }
  .section-mascot--vmv { top: 0; right: 0; left: auto; }
  #vmv .section__head { padding-right: 124px; }
}

/* Contact */
.final-cta { text-align: left; }
.final-cta__eyebrow {
  margin-bottom: 16px;
  color: #8d7700;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.final-cta__title { margin-bottom: 24px; }
.final-cta__sub { margin-bottom: 22px; font-size: 16px; line-height: 1.85; }
.contact-checklist { margin: 0; padding: 0; list-style: none; }
.contact-checklist li {
  position: relative;
  margin-top: 11px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}
.contact-checklist li::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  color: #b89000;
  font-weight: 800;
}
.final-cta__response {
  margin-top: 24px;
  color: var(--color-gray);
  font-size: 12.5px;
  line-height: 1.7;
}
.final-cta__intro { position: relative; }
.final-cta__mascot {
  top: -28px;
  right: 0;
  left: auto;
  width: var(--obomaru-size);
  height: var(--obomaru-size);
}
.final-cta .cform__or { grid-column: 1 / -1; margin-bottom: 22px; }
.final-cta .cform__field--wide,
.final-cta .cform__consent,
.final-cta .cform__submit { grid-column: 1 / -1; }
.cform__select { appearance: auto; }
.cform__consent {
  margin: 2px 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--color-text-soft);
  font-size: 12.5px;
  line-height: 1.6;
}
.cform__consent input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--color-accent-dark); }

/* Newsletter modal */
body.is-modal-open { overflow: hidden; }
.newsletter-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}
.newsletter-modal.is-open { visibility: visible; opacity: 1; }
.newsletter-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(20, 20, 19, 0.7);
  cursor: pointer;
}
.newsletter-modal__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(620px, calc(100% - 40px));
  padding: clamp(34px, 6vw, 62px);
  transform: translate(-50%, calc(-50% + 18px));
  color: var(--color-text);
  background: #fff;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.28);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.newsletter-modal.is-open .newsletter-modal__panel { transform: translate(-50%, -50%); }
.newsletter-modal__close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--color-line);
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.newsletter-modal__visual {
  position: absolute;
  top: 36px;
  right: 74px;
  width: var(--obomaru-size);
  height: var(--obomaru-size);
  pointer-events: none;
}
.newsletter-modal__eyebrow { color: #9a7b00; font-size: 12px; font-weight: 800; letter-spacing: 0.2em; }
.newsletter-modal__title { margin-top: 8px; font-family: var(--font-heading); font-size: clamp(32px, 5vw, 46px); font-weight: 600; }
.newsletter-modal__text { max-width: 430px; margin-top: 22px; font-size: 15px; line-height: 1.9; }
.newsletter-modal__form { margin-top: 30px; }
.newsletter-modal__label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 700; }
.newsletter-modal__row { display: grid; grid-template-columns: 1fr 116px; }
.newsletter-modal__row input,
.newsletter-modal__row button { height: 56px; border-radius: 0; font: inherit; }
.newsletter-modal__row input { min-width: 0; padding: 0 16px; border: 1px solid #bcb5a4; }
.newsletter-modal__row button { border: 0; color: #242320; background: var(--color-accent); font-weight: 700; cursor: pointer; }
.newsletter-modal__message { margin-top: 20px; padding: 14px 16px; font-size: 14px; line-height: 1.7; }
.newsletter-modal__message--success { background: #eef8e9; border: 1px solid #c8dfbd; }
.newsletter-modal__message--error { background: #fff1f1; border: 1px solid #f0caca; }

/* Service guide landing page */
.service-guide-page { background: #fff; }
.guide-page { padding-top: 74px; }
.guide-page__breadcrumb { margin-bottom: 46px; color: var(--color-gray); font-size: 12px; letter-spacing: 0.08em; }
.guide-page__breadcrumb a { text-decoration: none; }
.guide-page__breadcrumb span { margin: 0 12px; }
.guide-page__label { color: #9a7b00; font-family: var(--font-script); font-size: 42px; line-height: 1; }
.guide-hero { padding: clamp(58px, 8vw, 108px) clamp(20px, 5vw, 60px); background: #f7f4ed; }
.guide-hero__inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 0.86fr 1.14fr; align-items: center; gap: clamp(44px, 7vw, 92px); }
.guide-hero__copy h1 { margin-top: 20px; font-family: var(--font-heading); font-size: clamp(40px, 4.45vw, 64px); font-weight: 600; line-height: 1.32; letter-spacing: 0.02em; }
.guide-hero__copy h1 span { display: block; white-space: nowrap; }
.guide-hero__lead { margin-top: 28px; color: var(--color-text-soft); font-size: 16px; line-height: 2; }
.guide-page__scroll { margin-top: 34px; min-height: 58px; padding: 15px 24px; display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; color: #242320; background: var(--color-accent); text-decoration: none; font-weight: 700; }
.guide-hero__cover { padding: 18px; background: #fff; box-shadow: 0 28px 70px rgba(53, 48, 35, 0.14); transform: none; }
.guide-hero__cover img { width: 100%; height: auto; }
.guide-overview { padding: clamp(70px, 10vw, 120px) clamp(20px, 5vw, 60px); }
.guide-overview__inner { max-width: 1060px; margin: 0 auto; display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 70px; }
.guide-overview h2,
.guide-request h2 { margin-top: 18px; font-family: var(--font-heading); font-size: clamp(30px, 4vw, 44px); font-weight: 600; line-height: 1.45; }
@media (min-width: 821px) {
  .guide-overview h2,
  .guide-request__form-wrap h2 { white-space: nowrap; }
  .guide-request__intro h2 { font-size: clamp(30px, 3.6vw, 40px); white-space: nowrap; }
}
.guide-overview__list { list-style: none; border-top: 1px solid var(--color-line); }
.guide-overview__list li { min-height: 66px; padding: 16px 4px; display: flex; align-items: center; border-bottom: 1px solid var(--color-line); font-size: 16px; font-weight: 500; }
.guide-overview__list span { width: 52px; color: #a98900; font-size: 12px; font-weight: 800; letter-spacing: 0.12em; }
.guide-request { padding: clamp(70px, 9vw, 108px) clamp(20px, 5vw, 60px); background: #242320; }
.guide-request__inner { max-width: 1060px; margin: 0 auto; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(48px, 7vw, 86px); align-items: start; }
.guide-request__intro { position: relative; color: #fff; }
.guide-request__intro .guide-page__label { color: var(--color-accent); }
.guide-request__intro ul { margin-top: 34px; padding: 0; list-style: none; }
.guide-request__intro li { position: relative; margin-top: 14px; padding-left: 32px; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.75; }
.guide-request__intro li::before { content: '✓'; position: absolute; left: 0; color: var(--color-accent); font-weight: 800; }
.guide-request__mascot { position: absolute; right: 0; bottom: -116px; width: var(--obomaru-size); height: var(--obomaru-size); }
.guide-request__form-wrap { padding: clamp(30px, 4vw, 48px); background: #fff; }
.guide-request__form-wrap .guide-page__label { font-size: 34px; }
.guide-request__form-lead { margin-top: 14px; color: var(--color-gray); font-size: 14px; line-height: 1.8; }
.guide-form { margin-top: 28px; }
.guide-form > label:not(.guide-form__consent) { display: block; margin-top: 18px; font-size: 13px; font-weight: 700; }
.guide-form label span { margin-left: 8px; color: var(--color-gray); font-size: 10px; font-weight: 500; }
.guide-form input[type='text'],
.guide-form input[type='email'] { width: 100%; height: 54px; margin-top: 8px; padding: 0 14px; border: 1px solid #c9c4b8; border-radius: 0; font: inherit; }
.guide-form__consent { margin-top: 20px; display: flex; align-items: flex-start; gap: 8px; color: var(--color-text-soft); font-size: 12px; line-height: 1.6; }
.guide-form__consent input { width: 17px; height: 17px; margin-top: 1px; accent-color: var(--color-accent-dark); }
.guide-form button,
.guide-request__download { width: 100%; min-height: 58px; margin-top: 24px; padding: 15px 20px; display: flex; align-items: center; justify-content: center; gap: 32px; border: 0; color: #242320; background: var(--color-accent); text-decoration: none; font: inherit; font-weight: 700; cursor: pointer; }
.guide-request__error { margin-top: 18px; padding: 13px 14px; color: #8f1d1d; background: #fff1f1; border: 1px solid #f0caca; font-size: 13px; }
.guide-request__complete p:not(.guide-page__label) { margin-top: 18px; color: var(--color-text-soft); line-height: 1.9; }

@media (max-width: 820px) {
  .section-mascot--problem { top: 0; right: 0; left: auto; }
  .hero__ctas { flex-wrap: nowrap; }
  .hero__ctas .btn {
    flex: 1 1 0;
    width: 0;
    padding-right: 18px;
    padding-left: 18px;
  }
  .resources__grid { grid-template-columns: 1fr; }
  .resource-card { min-height: 350px; }
  .resource-card__content { width: min(75%, 500px); }
  .guide-hero__inner,
  .guide-overview__inner,
  .guide-request__inner { grid-template-columns: 1fr; }
  .guide-hero__cover { width: min(640px, 100%); margin: 0 auto; }
  .guide-request__mascot { position: static; margin-top: 30px; display: block; }
}
@media (max-width: 560px) {
  #services .section__title,
  #services-detail .section__title,
  #vmv .section__title { font-size: 24px; letter-spacing: 0.01em; white-space: nowrap; }
  .pain__item { gap: 12px; padding-right: 16px; padding-left: 16px; font-size: 16px; }
  .plan__name { font-size: 18px; letter-spacing: 0.02em; white-space: nowrap; }
  .guide-request__form-wrap h2 { font-size: 25px; letter-spacing: 0; white-space: nowrap; }
  .case-metric strong { font-size: clamp(23px, 7.2vw, 31px); }
  .cases__arrow { color: #242320; background: var(--color-accent); border-color: var(--color-accent); }
  .section[id],
  .guide-request[id] { scroll-margin-top: 68px; }
  .resources { padding-top: 48px; padding-bottom: 48px; }
  .resources__head { margin-bottom: 24px; }
  .resources__title-line { display: block; white-space: nowrap; }
  .resources__lead { font-size: 14.5px; line-height: 1.7; }
  .resources__lead br { display: none; }
  .resource-card { min-height: 0; padding: 24px 22px 126px; }
  .resource-card__content { width: 100%; }
  .resource-card__title { font-size: 23px; line-height: 1.4; letter-spacing: -0.02em; white-space: nowrap; }
  .resource-card__text { font-size: 14px; line-height: 1.7; }
  .resource-card__number { top: 16px; right: 18px; font-size: 54px; }
  .resource-card__mascot { right: 18px; bottom: 22px; width: var(--obomaru-size); height: var(--obomaru-size); }
  .newsletter-form__row { display: grid; grid-template-columns: 1fr auto; }
  .newsletter-form__submit { min-width: 94px; }
  #services-detail .section__inner { padding-bottom: 96px; }
  .section-mascot--plans { top: auto; right: 0; bottom: -2px; }
  .philosophy__inner { padding-bottom: 82px; }
  .section-mascot--philosophy { top: auto; right: 0; bottom: -4px; }
  .section-mascot--vmv { top: 18px; right: 0; left: auto; }
  #vmv .section__head { padding-right: 92px; }
  .vmv__item { padding: 32px 0; }
  .vmv__main { font-size: 18px; line-height: 1.7; letter-spacing: 0.01em; }
  .final-cta__mascot { top: 18px; right: 0; opacity: 1; }
  .newsletter-modal__panel { width: calc(100% - 24px); padding: 34px 24px 28px; }
  .newsletter-modal__visual { top: 52px; right: 44px; width: 76px; height: 76px; }
  .newsletter-modal__text { padding-right: 52px; font-size: 14px; }
  .newsletter-modal__row { grid-template-columns: 1fr 82px; }
  .guide-page { padding-top: 66px; }
  .guide-page__breadcrumb { margin-bottom: 30px; }
  .guide-hero { padding-top: 44px; }
  .guide-hero__copy h1 { font-size: clamp(30px, 9.2vw, 36px); }
  .guide-hero__lead br { display: none; }
  .guide-overview__inner { gap: 34px; }
  .guide-request__form-wrap { padding: 28px 20px; }
}


/* ===== Column ===== */
.column-home { background: #f6f4ef; }
.column-home__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 34px;
}
.column-home__head .section__head { margin-bottom: 0; }
.column-home__lead { margin-top: 20px; color: var(--color-text-soft); font-size: 17px; line-height: 1.9; }
.column-home__guide { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.column-home__guide > span:first-child {
  position: relative;
  padding: 12px 15px;
  color: #242320;
  background: var(--color-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.column-home__guide > span:first-child::after {
  content: '';
  position: absolute;
  right: -9px;
  bottom: 14px;
  border-width: 6px 0 6px 10px;
  border-style: solid;
  border-color: transparent transparent transparent var(--color-accent);
}
.column-home__guide .obomaru-sprite { width: var(--obomaru-size); height: var(--obomaru-size); }
.column-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.column-card { min-width: 0; background: #fff; border: 1px solid rgba(36, 35, 32, 0.12); }
.column-card__link { display: flex; height: 100%; flex-direction: column; color: inherit; text-decoration: none; }
.column-card__thumb { position: relative; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; background: #ece8de; }
.column-card__thumb img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 0.45s ease; }
.column-card__link:hover .column-card__thumb img { transform: scale(1.035); }
.column-card__placeholder {
  width: 100%; height: 100%; display: grid; place-items: center;
  color: #242320; background: var(--color-accent);
  font-family: var(--font-heading); font-size: clamp(42px, 5vw, 70px); font-weight: 700; letter-spacing: -0.06em;
}
.column-card__placeholder--soft { color: #242320; background: #dedbd1; }
.column-card__placeholder--dark { color: #fff; background: #242320; }
.column-card__body { flex: 1; padding: 22px 22px 24px; display: flex; flex-direction: column; }
.column-card__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; color: #77736a; font-size: 12px; line-height: 1.4; }
.column-card__meta span { padding: 4px 8px; color: #242320; background: #f1eee6; font-weight: 600; }
.column-card h2,
.column-card h3 { margin: 14px 0 12px; font-family: var(--font-heading); font-size: clamp(19px, 1.7vw, 23px); font-weight: 600; line-height: 1.6; letter-spacing: 0.01em; text-wrap: pretty; word-break: auto-phrase; }
.column-card__body > p { margin: 0; color: var(--color-text-soft); font-size: 14px; line-height: 1.85; text-wrap: pretty; word-break: auto-phrase; }
.column-card__more { margin-top: auto; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #242320; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; }
.column-card__more b { color: var(--color-accent); font-size: 20px; font-weight: 400; }
.column-home__action { margin-top: 34px; display: flex; justify-content: center; }
.column-home__action a,
.column-archive__pagination a { min-width: 250px; min-height: 54px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 34px; color: #fff; background: #242320; text-decoration: none; font-size: 14px; font-weight: 700; }
.column-home__action a span { color: var(--color-accent); }
.column-home__empty { grid-column: 1 / -1; padding: 50px 24px; color: var(--color-text-soft); background: #fff; text-align: center; }

.column-page { padding-top: 76px; color: var(--color-text); background: #f6f4ef; }
.column-page__hero { padding: 72px 0 58px; background: #242320; color: #fff; }
.column-page__hero-inner,
.column-archive__inner,
.column-single__inner { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.column-page__breadcrumb { margin: 0 0 34px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.62); font-size: 12px; }
.column-page__breadcrumb a { color: inherit; text-decoration: none; }
.column-page__hero-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.column-page__label { margin: 0 0 12px; color: var(--color-accent); font-size: 12px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
.column-page__hero h1,
.column-page__title { margin: 0; font-family: var(--font-heading); font-size: clamp(42px, 6vw, 76px); font-weight: 600; line-height: 1; }
.column-page__hero-copy { max-width: 660px; margin: 22px 0 0; color: rgba(255,255,255,0.72); font-size: 16px; line-height: 1.9; }
.column-page__mascot { flex: 0 0 var(--obomaru-size); width: var(--obomaru-size); height: var(--obomaru-size); }
.column-page__mascot .obomaru-sprite { width: 100%; height: 100%; }
.column-archive { padding: 70px 0 90px; }
.column-archive .column-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.column-archive__empty { padding: 64px 24px; background: #fff; text-align: center; }
.column-archive__pagination { margin-top: 42px; }
.column-archive__pagination .nav-links { display: flex; align-items: center; justify-content: center; gap: 10px; }
.column-archive__pagination .page-numbers { min-width: 42px; height: 42px; padding: 0 10px; display: grid; place-items: center; color: #242320; background: #fff; border: 1px solid rgba(36,35,32,0.15); text-decoration: none; }
.column-archive__pagination .page-numbers.current { color: #242320; background: var(--color-accent); border-color: var(--color-accent); font-weight: 700; }

.column-single { padding: 64px 0 96px; }
.column-single__inner { display: grid; grid-template-columns: minmax(0, 780px) minmax(240px, 1fr); gap: 56px; align-items: start; }
.column-article { min-width: 0; background: #fff; }
.column-article__header { padding: clamp(28px, 5vw, 58px); padding-bottom: 34px; }
.column-article__meta { margin-bottom: 20px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; color: #77736a; font-size: 13px; }
.column-article__meta span { padding: 5px 9px; color: #242320; background: var(--color-accent); font-weight: 700; }
.column-article h1 { margin: 0; font-family: var(--font-heading); font-size: clamp(28px, 4vw, 46px); font-weight: 600; line-height: 1.5; letter-spacing: 0.01em; overflow-wrap: anywhere; }
.column-article__lead { margin: 24px 0 0; color: var(--color-text-soft); font-size: 16px; line-height: 1.95; }
.column-article__featured { aspect-ratio: 16 / 9; margin: 0; overflow: hidden; background: #ece8de; }
.column-article__featured img { width: 100%; height: 100%; display: block; object-fit: cover; }
.column-article__content { padding: clamp(30px, 5vw, 58px); padding-top: 48px; font-size: 16.5px; line-height: 2; overflow-wrap: anywhere; }
.column-article__content > *:first-child { margin-top: 0; }
.column-article__content h2 { margin: 60px 0 24px; padding: 15px 18px; color: #242320; background: #f1eee6; border-left: 6px solid var(--color-accent); font-family: var(--font-heading); font-size: clamp(23px, 3vw, 31px); font-weight: 600; line-height: 1.55; text-wrap: balance; word-break: auto-phrase; }
.column-article__content h3 { margin: 42px 0 18px; padding-bottom: 10px; border-bottom: 2px solid #242320; font-size: 21px; line-height: 1.6; text-wrap: balance; word-break: auto-phrase; }
.column-article__content p { margin: 0 0 26px; text-wrap: pretty; word-break: auto-phrase; }
.column-article__content p:empty,
.column-article__content h2:empty,
.column-article__content h3:empty,
.column-article__content li:empty { display: none; }
.column-article__content ul,
.column-article__content ol { margin: 0 0 30px; padding: 22px 24px 22px 44px; background: #f8f6f1; }
.column-article__content li + li { margin-top: 10px; }
.column-article__content img { max-width: 100%; height: auto; }
.column-article__content a { color: inherit; text-decoration-color: var(--color-accent); text-decoration-thickness: 3px; }
.column-article__cta { margin: 0 clamp(30px, 5vw, 58px) clamp(30px, 5vw, 58px); padding: 28px; color: #fff; background: #242320; }
.column-article__cta p { margin: 0 0 18px; color: rgba(255,255,255,0.75); line-height: 1.8; }
.column-article__cta-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.column-article__cta a { min-height: 56px; padding: 13px 16px; display: flex; align-items: center; justify-content: center; color: #242320; background: var(--color-accent); text-decoration: none; font-weight: 700; text-align: center; }
.column-article__cta a:last-child { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,0.45); }
.column-sidebar { position: sticky; top: 100px; }
.column-sidebar__box { padding: 28px; background: #fff; border-top: 5px solid var(--color-accent); }
.column-sidebar__box + .column-sidebar__box { margin-top: 20px; }
.column-sidebar__label { margin: 0 0 16px; color: #77736a; font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.column-sidebar__box h2 { margin: 0 0 14px; font-family: var(--font-heading); font-size: 21px; line-height: 1.55; text-wrap: balance; word-break: auto-phrase; }
.column-sidebar__box p { margin: 0; color: var(--color-text-soft); font-size: 14px; line-height: 1.8; }
.column-sidebar__box a { margin-top: 18px; min-height: 50px; padding: 12px; display: flex; align-items: center; justify-content: center; color: #242320; background: var(--color-accent); text-decoration: none; font-weight: 700; }
.column-related { padding: 76px 0 88px; background: #fff; }
.column-related__head { width: min(1180px, calc(100% - 64px)); margin: 0 auto 32px; }
.column-related__head h2 { margin: 0; font-family: var(--font-heading); font-size: clamp(30px, 4vw, 44px); font-weight: 600; }
.column-related .column-grid { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }

@media (max-width: 900px) {
  .column-grid,
  .column-archive .column-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .column-single__inner { grid-template-columns: 1fr; }
  .column-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .column-sidebar__box + .column-sidebar__box { margin-top: 0; }
}
@media (max-width: 680px) {
  .column-home { padding-top: 52px; padding-bottom: 52px; }
  .column-home__head { align-items: flex-start; gap: 12px; margin-bottom: 24px; }
  .column-home__head .section__title { font-size: 25px; line-height: 1.55; }
  .column-home__lead { margin-top: 14px; font-size: 14.5px; line-height: 1.75; }
  .column-home__guide { flex-direction: column-reverse; align-items: center; }
  .column-home__guide > span:first-child { display: none; }
  .column-grid,
  .column-archive .column-grid { grid-template-columns: 1fr; gap: 18px; }
  .column-card__link { height: auto; display: flex; flex-direction: column; }
  .column-card__thumb { width: 100%; height: auto; min-height: 0; aspect-ratio: 40 / 21; }
  .column-card__thumb img { object-fit: contain; }
  .column-card__placeholder { position: static; width: 100%; height: 100%; font-size: 40px; writing-mode: horizontal-tb; }
  .column-card__body { flex: none; padding: 18px 18px 20px; }
  .column-card h2,
  .column-card h3 { margin: 10px 0 0; font-size: 17px; line-height: 1.55; text-wrap: balance; }
  .column-card__body > p { display: none; }
  .column-card__more { padding-top: 14px; font-size: 9px; }
  .column-home__action { margin-top: 26px; }
  .column-home__action a { width: 100%; min-width: 0; }
  .column-page { padding-top: 66px; }
  .column-page__hero { padding: 40px 0 38px; }
  .column-page__hero-inner,
  .column-archive__inner,
  .column-single__inner,
  .column-related__head,
  .column-related .column-grid { width: calc(100% - 32px); }
  .column-page__breadcrumb { margin-bottom: 24px; }
  .column-page__hero-row { align-items: center; gap: 18px; }
  .column-page__hero h1,
  .column-page__title { font-size: 42px; }
  .column-page__hero-copy { margin-top: 16px; font-size: 14px; line-height: 1.8; }
  .column-archive { padding: 36px 0 60px; }
  .column-single { padding: 28px 0 52px; }
  .column-article__header { padding: 26px 20px 24px; }
  .column-article h1 { font-size: 27px; line-height: 1.55; }
  .column-article__lead { font-size: 14.5px; }
  .column-article__content { padding: 30px 20px; font-size: 15.5px; line-height: 1.95; }
  .column-article__content h2 { margin-top: 44px; padding: 13px 14px; font-size: 22px; }
  .column-article__content h3 { margin-top: 34px; font-size: 19px; }
  .column-article__content ul,
  .column-article__content ol { padding: 18px 16px 18px 36px; }
  .column-article__cta { margin: 0 20px 22px; padding: 22px 18px; }
  .column-article__cta-links { grid-template-columns: 1fr; }
  .column-sidebar { grid-template-columns: 1fr; }
  .column-related { padding: 50px 0 58px; }
  .column-related__head { margin-bottom: 24px; }
}


/* WordPress integration */
.admin-bar .nav { top: 32px; }
.cform__done.is-visible { display: block; }
.cform__error {
  max-width: 760px;
  margin: 24px auto 0;
  padding: 18px 20px;
  color: #8f1d1d;
  background: #fff1f1;
  border: 1px solid #f0caca;
  text-align: center;
}
@media (max-width: 782px) {
  .admin-bar .nav { top: 46px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
