:root {
  --bg: #fbf7f1;
  --bg-soft: #f4ede4;
  --bg-strong: #efe3d3;
  --panel: rgba(255,255,255,0.84);
  --panel-strong: rgba(255,255,255,0.96);
  --line: rgba(170, 126, 78, 0.24);
  --line-soft: rgba(60, 43, 28, 0.08);
  --text: #221a15;
  --muted: #6c5d51;
  --soft: #8f7d6f;
  --gold: #b28a56;
  --gold-deep: #8f6939;
  --gold-soft: #dfc49a;
  --rose: #c9a29e;
  --rose-soft: #efd9d5;
  --ink: #34261d;
  --shadow: 0 24px 60px rgba(74, 50, 28, 0.10);
  --shadow-lg: 0 38px 110px rgba(74, 50, 28, 0.12);
  --max: 1240px;
  --radius: 30px;
  --radius-sm: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 0% 0%, rgba(223,196,154,0.22), transparent 30%),
    radial-gradient(circle at 100% 10%, rgba(201,162,158,0.14), transparent 26%),
    radial-gradient(circle at 50% 100%, rgba(223,196,154,0.12), transparent 34%),
    linear-gradient(180deg, #fffdf9 0%, #f7f1e8 32%, #fbf7f2 70%, #f6efe7 100%);
  font-family: "Inter", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(178,138,86,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(178,138,86,0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(circle at center, rgba(0,0,0,0.94) 26%, transparent 82%);
  opacity: 0.35;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 18%, rgba(255,255,255,0.8), transparent 22%),
    radial-gradient(circle at 82% 32%, rgba(255,255,255,0.55), transparent 20%);
  opacity: .75;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 99;
  backdrop-filter: blur(18px);
  background: rgba(251,247,241,0.76);
  border-bottom: 1px solid rgba(108,93,81,0.08);
  box-shadow: 0 10px 30px rgba(69,48,29,0.04);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fffdf8;
  border: 1px solid rgba(178,138,86,0.34);
  background: radial-gradient(circle at 30% 30%, #d7b684, #a67945 78%);
  box-shadow: inset 0 0 16px rgba(255,255,255,0.25), 0 10px 24px rgba(163,118,69,0.22);
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: 1.18rem;
  letter-spacing: 0.08em;
}
.brand-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.brand-title {
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: var(--ink);
}
.brand-sub {
  color: var(--soft);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.nav {
  display: flex;
  gap: 22px;
  align-items: center;
}
.nav a {
  color: var(--muted);
  font-size: 0.95rem;
  transition: color .25s ease, opacity .25s ease;
}
.nav a:hover, .nav a.active {
  color: var(--ink);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.language-switch,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  font-size: .9rem;
}
.language-switch {
  padding: 0 15px;
  color: var(--gold-deep);
  background: rgba(255,255,255,0.56);
  border: 1px solid rgba(178,138,86,0.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}
.nav-cta {
  gap: 10px;
  padding: 0 18px;
  border: 1px solid rgba(178,138,86,0.36);
  color: #fffdf9;
  background: linear-gradient(180deg, #c29a68 0%, #a87944 100%);
  box-shadow: 0 10px 28px rgba(163,118,69,0.18), inset 0 1px 0 rgba(255,255,255,0.35);
}
.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  color: var(--ink);
  font-size: 1.5rem;
}

.hero {
  position: relative;
  padding: 118px 0 76px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 22px 18px auto 18px;
  height: calc(100% - 44px);
  border-radius: 42px;
  border: 1px solid rgba(178,138,86,0.14);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.72), rgba(255,255,255,0.22)),
    radial-gradient(circle at 15% 10%, rgba(223,196,154,0.18), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(239,217,213,0.18), transparent 22%);
  box-shadow: var(--shadow-lg);
  z-index: 0;
}
.hero::after {
  content: "";
  position: absolute;
  right: 1%;
  top: 70px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(223,196,154,0.25), transparent 66%);
  filter: blur(6px);
  opacity: .95;
  z-index: 0;
}
.hero .container { position: relative; z-index: 1; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(178,138,86,0.18);
  color: var(--gold-deep);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: .76rem;
  box-shadow: 0 8px 20px rgba(69,48,29,0.04);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px;
  align-items: center;
}
.hero h1 {
  margin: 20px 0 18px;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: clamp(3.2rem, 8vw, 6.5rem);
  font-weight: 700;
  line-height: .94;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.hero h1 span {
  color: var(--gold-deep);
}
.hero p.lead {
  max-width: 760px;
  font-size: 1.08rem;
  color: var(--muted);
  margin: 0 0 34px;
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(108,93,81,0.12);
  transition: transform .2s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
  box-shadow: 0 8px 18px rgba(69,48,29,0.05);
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  color: #fffdf8;
  border-color: rgba(178,138,86,0.32);
  background: linear-gradient(180deg, #c49d68 0%, #a77946 100%);
  box-shadow: 0 14px 30px rgba(163,118,69,0.18), inset 0 1px 0 rgba(255,255,255,0.25);
}
.btn-secondary {
  color: var(--ink);
  background: rgba(255,255,255,0.72);
  border-color: rgba(178,138,86,0.18);
}
.keyline {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  margin-top: 20px;
}
.key-card {
  padding: 20px 20px 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.84), rgba(255,255,255,0.58));
  border-radius: var(--radius-sm);
  border: 1px solid rgba(178,138,86,0.14);
  box-shadow: 0 20px 34px rgba(69,48,29,0.05);
}
.key-card strong {
  display: block;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: 1.5rem;
  margin-bottom: 4px;
  color: var(--gold-deep);
}
.key-card span { color: var(--muted); font-size: .95rem; }

.hero-panel {
  position: relative;
  padding: 34px;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.72));
  border: 1px solid rgba(178,138,86,0.18);
  box-shadow: var(--shadow-lg);
}
.hero-panel::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 26px;
  border: 1px solid rgba(178,138,86,0.14);
  pointer-events: none;
}
.seal {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--gold-deep);
}
.seal .medallion {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: 1.45rem;
  color: #fffdf8;
  border: 1px solid rgba(178,138,86,0.34);
  background: radial-gradient(circle at 30% 30%, #dcc194, #aa7d4b 76%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), 0 10px 24px rgba(163,118,69,0.18);
}
.panel-kicker {
  color: var(--soft);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .78rem;
}
.panel-title {
  margin: 8px 0 12px;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: 2.15rem;
  color: var(--ink);
}
.panel-copy { color: var(--muted); }
.quote-box {
  margin-top: 22px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(247,241,233,0.88), rgba(255,255,255,0.88));
  border-radius: 20px;
  border: 1px solid rgba(178,138,86,0.14);
}
.quote-box p {
  margin: 0;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: 1.54rem;
  line-height: 1.24;
  color: var(--ink);
}
.quote-box span {
  display: inline-block;
  margin-top: 10px;
  color: var(--soft);
  font-size: .84rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.section {
  padding: 96px 0;
  position: relative;
}
.section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(240px, 48vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(178,138,86,0.34), transparent);
}
.section-header {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 30px;
  align-items: end;
  margin-bottom: 38px;
}
.section-label {
  color: var(--gold-deep);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .78rem;
  margin-bottom: 14px;
}
.section-title {
  margin: 0;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: clamp(2.25rem, 4vw, 3.9rem);
  line-height: 1.02;
  color: var(--ink);
}
.section-copy {
  color: var(--muted);
  font-size: 1.02rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}
.card, .feature-card {
  height: 100%;
  padding: 28px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,0.90), rgba(255,255,255,0.74));
  border: 1px solid rgba(178,138,86,0.14);
  box-shadow: var(--shadow);
}
.card .num {
  color: var(--gold-deep);
  font-size: .85rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.card h3, .feature-card h3, .pricing-card h3, .timeline-card h3, .article-card h3 {
  margin: 14px 0 12px;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: 1.92rem;
  line-height: 1.05;
  color: var(--ink);
}
.card p, .feature-card p, .timeline-card p, .article-card p {
  color: var(--muted);
  margin: 0;
}
.card ul, .feature-card ul, .pricing-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--text);
}
.card li, .feature-card li, .pricing-card li { margin-bottom: 8px; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.statement-panel {
  padding: 34px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(247,239,229,0.86));
  border: 1px solid rgba(178,138,86,0.18);
  box-shadow: var(--shadow-lg);
}
.statement-panel .statement-text {
  margin: 12px 0 0;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 2.55rem);
  line-height: 1.18;
  color: var(--ink);
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
.feature-card .icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fffdf8;
  background: linear-gradient(180deg, #cfaf84, #aa7b49);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 12px 22px rgba(163,118,69,0.16);
  font-size: 1.25rem;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}
.pricing-card {
  padding: 30px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.76));
  border: 1px solid rgba(178,138,86,0.16);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.pricing-card::before {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle at center, rgba(223,196,154,0.28), transparent 70%);
}
.pricing-card.featured {
  border-color: rgba(178,138,86,0.28);
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.tier {
  color: var(--gold-deep);
  letter-spacing: .16em;
  font-size: .8rem;
  text-transform: uppercase;
}
.tier-note {
  color: var(--muted);
  font-size: .93rem;
  margin-top: 12px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.timeline-card {
  padding: 28px;
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.72));
  border: 1px solid rgba(178,138,86,0.14);
  box-shadow: var(--shadow);
}
.timeline-step {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fffdf8;
  background: linear-gradient(180deg, #c8a271, #a87845);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 8px 18px rgba(163,118,69,0.14);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}
.article-card {
  padding: 28px;
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.76));
  border: 1px solid rgba(178,138,86,0.14);
  box-shadow: var(--shadow);
}
.article-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-deep);
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.founder {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 24px;
}
.portrait-panel {
  min-height: 520px;
  border-radius: 36px;
  border: 1px solid rgba(178,138,86,0.18);
  background:
    radial-gradient(circle at 30% 18%, rgba(223,196,154,0.18), transparent 24%),
    radial-gradient(circle at 80% 24%, rgba(239,217,213,0.18), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.95), rgba(244,235,224,0.88));
  display: flex;
  align-items: flex-end;
  padding: 34px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.portrait-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}
.portrait-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(34,26,21,0.08) 36%, rgba(14,10,8,0.76) 100%),
    linear-gradient(90deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0) 34%, rgba(14,10,8,0.34) 100%);
}
.portrait-panel::before {
  content: "Founder";
  position: absolute;
  top: 28px;
  right: 28px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 4.8rem;
  color: rgba(255,255,255,0.14);
  letter-spacing: .06em;
}
.portrait-content {
  position: relative;
  z-index: 2;
}
.portrait-content small {
  display: block;
  color: rgba(240,223,197,0.88);
  text-transform: uppercase;
  letter-spacing: .18em;
  text-shadow: 0 4px 16px rgba(0,0,0,0.16);
}
.portrait-content h3 {
  margin: 10px 0 8px;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: 2.9rem;
  color: #fffdf8;
  text-shadow: 0 8px 24px rgba(0,0,0,0.22);
}
.portrait-content p {
  max-width: 440px;
  color: rgba(255,248,238,0.90);
  text-shadow: 0 6px 18px rgba(0,0,0,0.18);
}
.detail-panel {
  padding: 32px;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,0.8));
  border: 1px solid rgba(178,138,86,0.14);
  box-shadow: var(--shadow-lg);
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
  margin-top: 24px;
}
.detail-item {
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(247,239,229,0.82));
  border: 1px solid rgba(178,138,86,0.12);
}
.detail-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-deep);
  font-size: .84rem;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.detail-item span { color: var(--muted); }

.cta-panel {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  padding: 36px;
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.97), rgba(248,241,233,0.9)),
    radial-gradient(circle at 100% 0%, rgba(239,217,213,0.22), transparent 22%);
  border: 1px solid rgba(178,138,86,0.18);
  box-shadow: var(--shadow-lg);
}
.cta-panel h3 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: 2.45rem;
  color: var(--ink);
}
.cta-panel p {
  margin: 0;
  color: var(--muted);
}
.contact-list {
  display: grid;
  gap: 14px;
}
.contact-item {
  padding: 18px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(251,247,241,0.88));
  border: 1px solid rgba(178,138,86,0.12);
}
.contact-item strong {
  display: block;
  color: var(--gold-deep);
  text-transform: uppercase;
  font-size: .82rem;
  letter-spacing: .14em;
  margin-bottom: 4px;
}
.contact-item a, .contact-item span { color: var(--ink); }

.site-footer {
  padding: 34px 0 46px;
  color: var(--soft);
  border-top: 1px solid rgba(178,138,86,0.12);
  margin-top: 52px;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-nav a:hover { color: var(--ink); }

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

@media (max-width: 1120px) {
  .hero-grid, .section-header, .founder, .cta-panel { grid-template-columns: 1fr; }
  .card-grid, .cert-grid, .article-grid, .timeline { grid-template-columns: repeat(2,1fr); }
  .split { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .nav {
    position: fixed;
    inset: 84px 20px auto 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255,250,244,0.98);
    border: 1px solid rgba(178,138,86,0.14);
    box-shadow: var(--shadow-lg);
    display: none;
  }
  .nav.open { display: flex; }
  .header-actions {
    display: inline-flex;
    margin-left: auto;
  }
  .nav-cta { display: none; }
  .nav-toggle { display: inline-block; }
  .brand-title { font-size: 1.18rem; }
  .brand-sub { display: none; }
  .brand-mark { width: 40px; height: 40px; }
  .nav-wrap { min-height: 78px; gap: 12px; }
  .language-switch { min-height: 40px; padding: 0 12px; font-size: .82rem; }
  .keyline, .card-grid, .cert-grid, .article-grid, .timeline, .detail-list, .icon-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 84px; }
  .hero-panel, .portrait-panel, .detail-panel, .cta-panel, .statement-panel, .card, .feature-card, .pricing-card, .timeline-card, .article-card { padding: 24px; }
  .portrait-panel { min-height: 460px; }
  .portrait-photo { object-position: center 20%; }
  .hero::before { inset: 10px 10px auto 10px; border-radius: 26px; }
  .container { width: min(var(--max), calc(100% - 24px)); }
}

/* White Paper */
.document-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.document-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--gold-deep);
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(178,138,86,0.16);
  font-size: .82rem;
  letter-spacing: .08em;
}
.whitepaper-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}
.whitepaper-toc {
  position: sticky;
  top: 116px;
  padding: 26px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.76));
  border: 1px solid rgba(178,138,86,0.14);
  box-shadow: var(--shadow);
}
.whitepaper-toc h2 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: 1.9rem;
  color: var(--ink);
}
.whitepaper-toc a {
  display: block;
  padding: 9px 0;
  color: var(--muted);
  border-bottom: 1px solid rgba(178,138,86,0.10);
  font-size: .92rem;
}
.whitepaper-toc a:last-child { border-bottom: 0; }
.whitepaper-toc a:hover { color: var(--gold-deep); }
.whitepaper-body {
  min-width: 0;
}
.whitepaper-chapter {
  display: grid;
  grid-template-columns: 74px minmax(0,1fr);
  gap: 24px;
  padding: 0 0 58px;
  margin-bottom: 58px;
  border-bottom: 1px solid rgba(178,138,86,0.16);
  scroll-margin-top: 120px;
}
.whitepaper-chapter:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.chapter-number {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fffdf8;
  background: linear-gradient(180deg, #c8a271, #a87845);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 10px 22px rgba(163,118,69,0.16);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
}
.whitepaper-chapter h2 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.08;
  color: var(--ink);
}
.whitepaper-chapter p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 1.02rem;
}
.whitepaper-definition,
.whitepaper-closing {
  margin: 22px 0;
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(247,239,229,0.88));
  border: 1px solid rgba(178,138,86,0.18);
  box-shadow: var(--shadow);
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.45;
}
.whitepaper-principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
  margin: 22px 0 24px;
}
.whitepaper-principles div {
  padding: 20px;
  border-radius: 18px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(178,138,86,0.13);
}
.whitepaper-principles strong {
  display: block;
  margin-bottom: 5px;
  color: var(--gold-deep);
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: 1.35rem;
}
.whitepaper-principles span { color: var(--muted); }
.whitepaper-closing {
  text-align: center;
  margin-top: 32px;
}

@media (max-width: 980px) {
  .whitepaper-layout { grid-template-columns: 1fr; }
  .whitepaper-toc { position: static; }
}
@media (max-width: 620px) {
  .whitepaper-chapter { grid-template-columns: 1fr; gap: 16px; }
  .whitepaper-principles { grid-template-columns: 1fr; }
  .chapter-number { width: 50px; height: 50px; }
}


/* Visual expansion */
.hero-visual {
  isolation: isolate;
}
.hero-visual::before {
  background:
    linear-gradient(90deg, rgba(255,251,245,0.94) 0%, rgba(255,248,240,0.88) 38%, rgba(255,248,240,0.64) 56%, rgba(255,248,240,0.16) 76%, rgba(255,248,240,0.08) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.28), rgba(255,255,255,0.08));
}
.hero-visual .hero-scene,
.page-hero .hero-scene {
  position: absolute;
  inset: 22px 18px 22px 18px;
  border-radius: 42px;
  overflow: hidden;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.hero-visual .hero-scene img,
.page-hero .hero-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-visual .hero-scene::after,
.page-hero .hero-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(251,247,241,0.97) 0%, rgba(251,247,241,0.88) 34%, rgba(251,247,241,0.55) 57%, rgba(251,247,241,0.18) 80%, rgba(251,247,241,0.10) 100%),
    linear-gradient(180deg, rgba(53,39,27,0.06), rgba(53,39,27,0.14));
}
.page-hero {
  padding-bottom: 42px !important;
}
.page-hero .hero-scene::after {
  background:
    linear-gradient(90deg, rgba(251,247,241,0.95) 0%, rgba(251,247,241,0.88) 45%, rgba(251,247,241,0.62) 68%, rgba(251,247,241,0.18) 100%),
    linear-gradient(180deg, rgba(53,39,27,0.08), rgba(53,39,27,0.16));
}
.section-tight {
  padding-top: 14px;
  padding-bottom: 20px;
}
.media-band {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(178,138,86,0.16);
  box-shadow: var(--shadow-lg);
  min-height: 280px;
}
.media-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(34,26,21,0.08));
}
.media-band img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.proposal-lead {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: center;
  margin-top: 24px;
}
.proposal-artboard {
  display: block;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(178,138,86,0.16);
  box-shadow: var(--shadow-lg);
  background: #fff;
}
.proposal-artboard img {
  width: 100%;
  height: auto;
}
.proposal-text {
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,0.80));
  border: 1px solid rgba(178,138,86,0.14);
  box-shadow: var(--shadow);
}
.proposal-text h3 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
  color: var(--ink);
}
.proposal-text p {
  margin: 0 0 16px;
  color: var(--muted);
}
.proposal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.proposal-tags span,
.proposal-card .page-no {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(178,138,86,0.16);
  background: rgba(255,255,255,0.82);
  color: var(--gold-deep);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.proposal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 22px;
  margin-top: 26px;
}
.proposal-card {
  display: grid;
  grid-template-columns: 220px minmax(0,1fr);
  gap: 18px;
  padding: 18px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.76));
  border: 1px solid rgba(178,138,86,0.14);
  box-shadow: var(--shadow);
  align-items: center;
}
.proposal-card:hover {
  transform: translateY(-2px);
}
.proposal-card img {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(178,138,86,0.10);
  box-shadow: 0 18px 32px rgba(69,48,29,0.08);
}
.proposal-card h3 {
  margin: 8px 0 8px;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: 1.9rem;
  color: var(--ink);
  line-height: 1.05;
}
.proposal-card p {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
}
.visual-note {
  margin-top: 22px;
  color: var(--soft);
  font-size: .92rem;
}
.section-band {
  margin-top: 22px;
}
.inline-visual {
  margin-top: 20px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(178,138,86,0.14);
  box-shadow: var(--shadow);
}
.inline-visual img {
  width: 100%;
  height: 100%;
  display: block;
}
.figure-caption {
  padding: 14px 18px 18px;
  color: var(--muted);
  background: rgba(255,255,255,0.9);
  font-size: .92rem;
}
@media (max-width: 1120px) {
  .proposal-lead { grid-template-columns: 1fr; }
  .proposal-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .hero-visual .hero-scene,
  .page-hero .hero-scene { inset: 10px 10px 10px 10px; border-radius: 26px; }
  .hero-visual::before,
  .page-hero::before { inset: 10px 10px auto 10px; border-radius: 26px; }
  .hero-visual .hero-scene::after,
  .page-hero .hero-scene::after {
    background:
      linear-gradient(180deg, rgba(251,247,241,0.94) 0%, rgba(251,247,241,0.80) 42%, rgba(251,247,241,0.54) 72%, rgba(251,247,241,0.16) 100%),
      linear-gradient(180deg, rgba(53,39,27,0.06), rgba(53,39,27,0.14));
  }
  .proposal-card { grid-template-columns: 1fr; }
  .proposal-text { padding: 24px; }
  .media-band { min-height: 220px; }
}


/* =========================================================
   VOWGRAPHY AUTHORITY — FINAL LUXURY EDITION
   ========================================================= */
:root {
  --paper: #fffaf3;
  --paper-warm: #f6eee3;
  --gold-line: rgba(162, 113, 58, .34);
  --gold-faint: rgba(178, 138, 86, .11);
  --deep-ink: #19120e;
}

body {
  background:
    radial-gradient(circle at 12% 6%, rgba(218,190,148,.22), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(231,209,194,.18), transparent 25%),
    linear-gradient(180deg, #fffdf8 0%, #f7efe5 44%, #fffaf4 100%);
}

.site-header {
  background: rgba(255,251,246,.88);
  border-bottom: 1px solid rgba(143,105,57,.14);
}

.nav a {
  letter-spacing: .055em;
}

.nav a.active::after {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  margin: 5px auto 0;
  background: linear-gradient(90deg, transparent, var(--gold-deep), transparent);
}

.hero {
  min-height: 680px;
  display: flex;
  align-items: center;
}

.hero-visual .hero-scene,
.page-hero .hero-scene {
  box-shadow: 0 40px 110px rgba(64,39,16,.16);
}

.hero-visual .hero-scene::before,
.page-hero .hero-scene::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(212,176,121,.36);
  border-radius: 30px;
}

.hero-visual .hero-scene::after {
  background:
    linear-gradient(90deg, rgba(255,250,243,.98) 0%, rgba(255,248,239,.93) 30%, rgba(255,248,239,.67) 54%, rgba(255,248,239,.14) 79%, rgba(28,19,13,.20) 100%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(36,22,12,.14));
}

.page-hero .hero-scene::after {
  background:
    linear-gradient(90deg, rgba(255,250,243,.97) 0%, rgba(255,248,239,.90) 40%, rgba(255,248,239,.56) 64%, rgba(255,248,239,.12) 100%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(36,22,12,.16));
}

.hero h1 {
  color: var(--deep-ink);
  text-wrap: balance;
  text-shadow: 0 1px 0 rgba(255,255,255,.6);
}

.hero-home h1 {
  max-width: 840px;
  font-size: clamp(4rem, 7.4vw, 7.1rem);
}

.hero-home .lead {
  max-width: 700px;
  font-size: 1.11rem;
}

.hero-panel {
  backdrop-filter: blur(16px);
  background: linear-gradient(160deg, rgba(255,255,255,.93), rgba(249,238,224,.78));
  border-color: rgba(162,113,58,.25);
}

.hero-panel,
.card,
.feature-card,
.timeline-card,
.article-card,
.detail-panel,
.portrait-panel,
.statement-panel,
.whitepaper-toc,
.proposal-text,
.proposal-card {
  border-radius: 18px;
}

.card,
.feature-card,
.timeline-card,
.article-card,
.detail-panel,
.statement-panel {
  position: relative;
  overflow: hidden;
}

.card::after,
.feature-card::after,
.timeline-card::after,
.article-card::after,
.detail-panel::after,
.statement-panel::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(178,138,86,.09);
  pointer-events: none;
}

.ornament-rule {
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(520px, 100%);
  margin: 18px 0 24px;
  color: var(--gold-deep);
}
.ornament-rule::before,
.ornament-rule::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(162,113,58,.55));
}
.ornament-rule::after {
  background: linear-gradient(90deg, rgba(162,113,58,.55), transparent);
}
.ornament-rule span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.3rem;
}

.authority-emblem {
  display: inline-grid;
  grid-template-columns: 70px auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
}
.authority-emblem-mark {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  position: relative;
  color: #fffaf2;
  background: linear-gradient(145deg, #c39a64, #8b6134);
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 18px 34px rgba(128,84,39,.20), inset 0 0 20px rgba(255,255,255,.12);
  transform: rotate(45deg);
}
.authority-emblem-mark span {
  transform: rotate(-45deg);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  letter-spacing: .06em;
}
.authority-emblem-copy strong {
  display: block;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: 1.45rem;
  color: var(--ink);
}
.authority-emblem-copy small {
  display: block;
  color: var(--gold-deep);
  text-transform: uppercase;
  letter-spacing: .17em;
}

.mandate-strip {
  position: relative;
  margin: 0 auto;
  padding: 54px 0;
  overflow: hidden;
}
.mandate-inner {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) minmax(260px, .62fr);
  gap: 42px;
  align-items: center;
  padding: 44px;
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
  background: linear-gradient(90deg, rgba(255,255,255,.46), rgba(247,236,222,.65), rgba(255,255,255,.34));
}
.mandate-number {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(6rem, 11vw, 10rem);
  line-height: .72;
  color: rgba(143,105,57,.22);
  letter-spacing: -.05em;
}
.mandate-copy h2 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 4.3rem);
  line-height: .98;
  color: var(--ink);
}
.mandate-copy p,
.mandate-side {
  color: var(--muted);
}
.mandate-side {
  padding-left: 28px;
  border-left: 1px solid var(--gold-line);
}
.mandate-side strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-deep);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .78rem;
}

.culture-banner {
  position: relative;
  min-height: 490px;
  margin: 36px 18px 72px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(178,138,86,.18);
}
.culture-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(21,14,10,.86), rgba(21,14,10,.55) 52%, rgba(21,14,10,.12));
}
.culture-banner-content {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 80px));
  margin: 0 auto;
  padding: 96px 0;
  color: #fff8ef;
}
.culture-banner-content .section-label {
  color: #e1bf82;
}
.culture-banner-content h2 {
  margin: 12px 0 18px;
  max-width: 760px;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: clamp(3.2rem, 6vw, 6rem);
  line-height: .96;
  font-weight: 600;
}
.culture-banner-content p {
  max-width: 660px;
  color: rgba(255,248,239,.80);
  font-size: 1.05rem;
}

.founder-home {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  min-height: 620px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(178,138,86,.18);
  box-shadow: var(--shadow-lg);
  background: linear-gradient(135deg, #1d1510, #3a281c);
}
.founder-home-photo {
  position: relative;
  min-height: 620px;
  background: #1d1510;
}
.founder-home-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}
.founder-home-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 45%, rgba(29,21,16,.72) 100%), linear-gradient(180deg, transparent 58%, rgba(16,10,7,.46));
}
.founder-home-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 64px;
  color: #fff8ef;
}
.founder-home-copy .section-label { color: #d9b471; }
.founder-home-copy h2 {
  margin: 12px 0 10px;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: .94;
}
.founder-home-copy h3 {
  margin: 0 0 24px;
  color: #d8b77d;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
}
.founder-home-copy p {
  color: rgba(255,248,239,.77);
  max-width: 620px;
}
.founder-quote {
  margin: 26px 0 30px;
  padding: 24px 0 24px 24px;
  border-left: 1px solid rgba(217,180,113,.65);
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: clamp(1.6rem, 2.5vw, 2.35rem);
  line-height: 1.25;
  color: #fffaf3;
}

.proposal-preview-grid {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 24px;
  margin-top: 30px;
}
.proposal-preview-main,
.proposal-preview-stack a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(178,138,86,.18);
  background: #fff;
  box-shadow: var(--shadow);
}
.proposal-preview-main {
  border-radius: 20px;
}
.proposal-preview-main img,
.proposal-preview-stack img {
  width: 100%;
  transition: transform .5s ease;
}
.proposal-preview-main:hover img,
.proposal-preview-stack a:hover img {
  transform: scale(1.015);
}
.proposal-preview-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
}
.proposal-preview-stack a {
  border-radius: 18px;
}
.proposal-preview-caption {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px;
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
}
.proposal-preview-caption p {
  margin: 0;
  color: var(--muted);
  max-width: 740px;
}

.proposal-page-hero {
  min-height: 560px;
}
.proposal-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 30px;
}
.proposal-archive-item {
  padding: 18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(178,138,86,.18);
  box-shadow: var(--shadow);
}
.proposal-archive-item:nth-child(1),
.proposal-archive-item:nth-child(9) {
  grid-column: 1 / -1;
}
.proposal-archive-item img {
  width: 100%;
  border: 1px solid rgba(178,138,86,.16);
}
.proposal-archive-item figcaption {
  padding: 20px 6px 6px;
}
.proposal-archive-item h3 {
  margin: 6px 0 8px;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: 2rem;
  color: var(--ink);
}
.proposal-archive-item p {
  margin: 0;
  color: var(--muted);
}

.founder-authority-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.founder-authority-card {
  padding: 28px;
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
  background: linear-gradient(180deg, rgba(255,255,255,.75), rgba(246,235,220,.70));
}
.founder-authority-card strong {
  display: block;
  color: var(--gold-deep);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin-bottom: 10px;
}
.founder-authority-card h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: 2rem;
  line-height: 1.05;
}
.founder-authority-card p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 1120px) {
  .mandate-inner { grid-template-columns: 150px 1fr; }
  .mandate-side { grid-column: 2; }
  .founder-home { grid-template-columns: 1fr; }
  .founder-home-photo { min-height: 560px; }
  .founder-home-photo::after { background: linear-gradient(180deg, transparent 60%, rgba(29,21,16,.88)); }
  .proposal-preview-grid { grid-template-columns: 1fr; }
  .proposal-preview-stack { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
}

@media (max-width: 860px) {
  .hero { min-height: auto; }
  .hero-home h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .hero-visual .hero-scene::before,
  .page-hero .hero-scene::before { inset: 10px; border-radius: 18px; }
  .hero-home .hero-scene img { object-position: 65% center; }
  .hero-visual .hero-scene::after,
  .page-hero .hero-scene::after {
    background:
      linear-gradient(180deg, rgba(255,250,243,.96) 0%, rgba(255,248,239,.90) 48%, rgba(255,248,239,.54) 76%, rgba(25,16,11,.22) 100%);
  }
  .authority-emblem { grid-template-columns: 54px auto; }
  .authority-emblem-mark { width: 54px; height: 54px; }
  .mandate-inner { grid-template-columns: 1fr; padding: 28px 22px; gap: 20px; }
  .mandate-number { font-size: 7rem; }
  .mandate-side { grid-column: auto; padding-left: 0; padding-top: 20px; border-left: 0; border-top: 1px solid var(--gold-line); }
  .culture-banner { margin: 24px 10px 52px; min-height: 520px; }
  .culture-banner img { object-position: 66% center; }
  .culture-banner-content { width: calc(100% - 44px); padding: 72px 0; }
  .culture-banner-content h2 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .founder-home-photo { min-height: 470px; }
  .founder-home-copy { padding: 44px 28px; }
  .proposal-preview-stack { grid-template-columns: 1fr; }
  .proposal-preview-caption { flex-direction: column; align-items: flex-start; }
  .proposal-archive-grid { grid-template-columns: 1fr; }
  .proposal-archive-item:nth-child(1), .proposal-archive-item:nth-child(9) { grid-column: auto; }
  .founder-authority-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .nav-wrap { gap: 8px; }
  .brand { gap: 9px; min-width: 0; }
  .brand-mark { width: 38px; height: 38px; flex: 0 0 38px; }
  .brand-text { min-width: 0; }
  .brand-title { font-size: .98rem; line-height: 1; max-width: 112px; white-space: normal; }
  .language-switch { padding: 0 10px; min-height: 38px; }
  .nav-toggle { margin-left: 0; }
  .container { width: min(var(--max), calc(100% - 20px)); }
  .hero { padding-top: 72px; }
  .hero-panel { margin-top: 20px; }
}

/* Ensure visual hero imagery is actually visible above the original paper panel */
.hero-visual::before,
.page-hero::before {
  background: transparent !important;
  box-shadow: none !important;
  border-color: transparent !important;
  z-index: 0;
}
.hero-visual::after,
.page-hero::after {
  display: none;
}
.hero-visual .hero-scene,
.page-hero .hero-scene {
  z-index: 0;
}
.hero-visual .container,
.page-hero .container {
  position: relative;
  z-index: 2;
}


/* 2026-07-14 hero image deployment fix */
.hero.hero-visual,
.hero.page-hero {
  position: relative;
  isolation: isolate;
}
.hero-visual .hero-scene,
.page-hero .hero-scene {
  z-index: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: #21170f;
}
.hero-visual .hero-scene img,
.page-hero .hero-scene img {
  position: relative;
  z-index: 0;
  opacity: 1 !important;
  visibility: visible !important;
}
.hero-visual .hero-scene::after,
.page-hero .hero-scene::after {
  z-index: 1;
}
.hero-visual .hero-scene::before,
.page-hero .hero-scene::before {
  z-index: 2;
}
.hero-visual .container,
.page-hero .container {
  position: relative;
  z-index: 3 !important;
}
.hero-visual::before,
.page-hero::before {
  z-index: 0 !important;
}


/* 2026-07-14 V3: explicit visual heroes and stable route layout */
.hero-showcase,
.page-hero-split {
  position: relative;
  min-height: 0;
  padding: 58px 0 72px;
  display: block;
  overflow: visible;
}
.hero-showcase::before,
.hero-showcase::after,
.page-hero-split::before,
.page-hero-split::after {
  display: none !important;
}
.hero-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr);
  gap: 46px;
  align-items: center;
}
.hero-showcase-copy {
  min-width: 0;
  padding: 26px 0;
}
.hero-showcase .authority-emblem {
  margin-bottom: 22px;
}
.hero-showcase h1 {
  margin: 18px 0 22px;
  max-width: 820px;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: clamp(4rem, 6.7vw, 7.2rem);
  font-weight: 700;
  line-height: .91;
  letter-spacing: -.045em;
  color: var(--deep-ink, var(--ink));
  text-wrap: balance;
}
.hero-showcase h1 span { color: var(--gold-deep); }
.hero-showcase .lead {
  max-width: 720px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 1.05rem;
}
.hero-showcase-media {
  position: relative;
  min-height: 720px;
  border-radius: 38px;
  overflow: hidden;
  background: #261a11;
  border: 1px solid rgba(178,138,86,.24);
  box-shadow: 0 40px 110px rgba(64,39,16,.19);
}
.hero-showcase-media::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(230,201,157,.34);
  border-radius: 27px;
}
.hero-showcase-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.hero-showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18,12,8,.02) 18%, rgba(18,12,8,.12) 55%, rgba(18,12,8,.66) 100%);
  pointer-events: none;
}
.hero-showcase-overlay {
  position: absolute;
  z-index: 3;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 28px 30px;
  border-radius: 26px;
  color: var(--text);
  background: rgba(255,251,245,.93);
  border: 1px solid rgba(224,190,140,.42);
  box-shadow: 0 24px 70px rgba(17,10,6,.24);
  backdrop-filter: blur(16px);
}
.hero-showcase-overlay .seal { margin-bottom: 10px; }
.hero-showcase-overlay .panel-title {
  margin: 8px 0 10px;
  font-size: clamp(2rem, 2.8vw, 3rem);
}
.hero-showcase-overlay .panel-copy {
  margin-bottom: 14px;
  font-size: .96rem;
  line-height: 1.65;
}
.hero-showcase-overlay .quote-box {
  margin-top: 14px;
  padding: 18px 20px;
}
.hero-showcase-overlay .quote-box p {
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.35;
}

.page-hero-split {
  padding-top: 50px;
  padding-bottom: 58px;
}
.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  gap: 32px;
  align-items: stretch;
  padding: 28px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 10% 5%, rgba(223,196,154,.18), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,239,229,.86));
  border: 1px solid rgba(178,138,86,.17);
  box-shadow: var(--shadow-lg);
}
.page-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 34px;
}
.page-hero-split h1 {
  margin: 18px 0 18px;
  font-size: clamp(3.3rem, 5.6vw, 6rem);
  line-height: .96;
}
.page-hero-media {
  position: relative;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #251a12;
  border: 1px solid rgba(178,138,86,.22);
}
.page-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(20,13,8,.02), rgba(20,13,8,.14));
}
.page-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 1120px) {
  .hero-showcase-grid,
  .page-hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-showcase-media { min-height: 650px; }
  .page-hero-media,
  .page-hero-media img { min-height: 440px; }
}
@media (max-width: 860px) {
  .hero-showcase,
  .page-hero-split { padding: 34px 0 46px; }
  .hero-showcase h1 { font-size: clamp(3.4rem, 15vw, 5.2rem); }
  .hero-showcase-grid { gap: 22px; }
  .hero-showcase-media {
    min-height: 0;
    overflow: visible;
    border-radius: 28px;
    background: transparent;
    box-shadow: none;
    border: 0;
  }
  .hero-showcase-media::before,
  .hero-showcase-media::after { display: none; }
  .hero-showcase-media > img {
    position: relative;
    inset: auto;
    height: 420px;
    border-radius: 28px;
    object-position: 66% center;
    box-shadow: 0 28px 70px rgba(64,39,16,.20);
    border: 1px solid rgba(178,138,86,.22);
  }
  .hero-showcase-overlay {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: -44px 14px 0;
    padding: 24px;
  }
  .page-hero-grid { padding: 18px; border-radius: 28px; }
  .page-hero-copy { padding: 28px 18px 14px; }
  .page-hero-split h1 { font-size: clamp(3rem, 13vw, 4.8rem); }
  .page-hero-media,
  .page-hero-media img { min-height: 340px; }
  .page-hero-media { border-radius: 22px; }
}
@media (max-width: 540px) {
  .hero-showcase h1 { font-size: clamp(3rem, 14.5vw, 4.4rem); }
  .hero-showcase-media > img { height: 340px; }
  .hero-showcase-overlay { margin-top: -30px; padding: 20px; }
  .hero-showcase-overlay .seal { align-items: flex-start; }
  .hero-showcase-overlay .medallion { width: 46px; height: 46px; }
  .page-hero-media,
  .page-hero-media img { min-height: 280px; }
}

/* Reliability: content remains visible even if JavaScript or cached routes fail */
.reveal,
.reveal.visible {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

/* V3.1: show photography as an explicit editorial image, never as a hidden background */
.hero-showcase-media {
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.hero-showcase-media::before,
.hero-showcase-media::after,
.page-hero-media::after {
  display: none !important;
}
.hero-showcase-media > img {
  position: relative;
  inset: auto;
  z-index: 1;
  width: 100%;
  height: 470px;
  flex: 0 0 auto;
  object-fit: cover;
  object-position: 82% center;
  filter: brightness(1.12) contrast(1.04);
  border-radius: 34px;
  border: 1px solid rgba(178,138,86,.24);
  box-shadow: 0 34px 90px rgba(64,39,16,.20);
}
.hero-showcase-overlay {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 3;
  margin: -46px 26px 0;
  padding: 26px 28px;
}
.page-hero-media img {
  object-position: 72% center;
  filter: brightness(1.16) contrast(1.04);
}
@media (max-width: 860px) {
  .hero-showcase-media > img {
    height: 380px;
    object-position: 80% center;
  }
  .hero-showcase-overlay {
    margin: -34px 14px 0;
  }
  .page-hero-media img { object-position: 70% center; }
}

/* Prevent the legacy fixed paper-light layer from washing out photographs */
body::after {
  display: none !important;
}

/* V3.2: dedicated paint layer for photographic media */
.hero-photo-frame {
  position: relative;
  width: 100%;
  height: 470px;
  flex: 0 0 470px;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(178,138,86,.24);
  box-shadow: 0 34px 90px rgba(64,39,16,.20);
  background: #21170f;
  isolation: isolate;
}
.hero-photo-frame > img {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 82% center !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: brightness(1.12) contrast(1.04);
}
.hero-showcase-media > img { display: none !important; }
.page-hero-media {
  isolation: isolate;
}
.page-hero-media img {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: 72% center !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
@media (max-width: 860px) {
  .hero-photo-frame { height: 380px; flex-basis: 380px; }
  .hero-photo-frame > img { object-position: 80% center !important; }
}
body::before { display: none !important; }

/* V3.3: zero-compositing image layout for maximum browser reliability */
.hero-photo-frame {
  position: static !important;
  height: auto !important;
  flex: none !important;
  overflow: hidden !important;
  background: #21170f;
  isolation: auto !important;
}
.hero-photo-frame > img,
.page-hero-media img {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 10;
  object-fit: cover !important;
  object-position: 78% center !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  transform: none !important;
}
.hero-showcase-overlay {
  margin: 18px 0 0 !important;
  border-radius: 28px;
}
.page-hero-media {
  min-height: 0 !important;
  height: auto !important;
  overflow: hidden;
}
.page-hero-media img {
  aspect-ratio: 16 / 11;
  object-position: 72% center !important;
}
@media (max-width: 860px) {
  .hero-photo-frame > img { aspect-ratio: 16 / 11; object-position: 80% center !important; }
  .page-hero-media img { aspect-ratio: 16 / 10; }
}

/* V3.4 final: photographic heroes use stable CSS backgrounds */
.hero-photo-frame,
.page-hero-media {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: #21170f !important;
}
.hero-photo-frame {
  height: 360px !important;
  background-position: 82% center !important;
}
.page-hero-media {
  min-height: 500px !important;
  background-position: 72% center !important;
}
.hero-photo-frame > img,
.page-hero-media > img {
  display: none !important;
}
@media (max-width: 1120px) {
  .hero-photo-frame { height: 460px !important; }
  .page-hero-media { min-height: 420px !important; }
}
@media (max-width: 860px) {
  .hero-photo-frame { height: 340px !important; background-position: 80% center !important; }
  .page-hero-media { min-height: 310px !important; background-position: 72% center !important; }
}


/* =========================================================
   V5 — IMMERSIVE BACKGROUND HEROES
   Photography is integrated as atmosphere, never placed as a
   standalone framed object.
   ========================================================= */
.immersive-hero {
  --hero-image: none;
  position: relative;
  isolation: isolate;
  min-height: 760px;
  margin: 22px 18px 0;
  overflow: hidden;
  border-radius: 44px;
  border: 1px solid rgba(178,138,86,.22);
  background: #21170f;
  box-shadow: 0 42px 110px rgba(65,40,18,.18);
}
.immersive-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--hero-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 68% center;
  transform: scale(1.005);
}
.immersive-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(252,248,242,.985) 0%,
      rgba(252,248,242,.96) 31%,
      rgba(252,248,242,.78) 49%,
      rgba(252,248,242,.28) 67%,
      rgba(24,16,10,.10) 100%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(24,16,10,.18));
}
.immersive-inner {
  position: relative;
  z-index: 2;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  align-items: center;
  gap: 54px;
  padding-top: 74px;
  padding-bottom: 70px;
}
.immersive-copy {
  max-width: 790px;
  padding: 10px 0;
}
.immersive-copy h1 {
  margin: 20px 0 22px;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: clamp(4rem, 7vw, 7.4rem);
  line-height: .91;
  letter-spacing: -.045em;
  color: var(--ink);
  text-wrap: balance;
}
.immersive-copy h1 span { color: var(--gold-deep); }
.immersive-copy .lead {
  max-width: 720px;
  margin: 0 0 30px;
  color: #5f5146;
  font-size: 1.06rem;
}
.immersive-position {
  align-self: end;
  justify-self: end;
  width: min(100%, 430px);
  margin-bottom: 8px;
  padding: 24px 26px;
  border-radius: 26px;
  color: #fffaf1;
  background: linear-gradient(145deg, rgba(28,20,14,.78), rgba(28,20,14,.58));
  border: 1px solid rgba(224,190,140,.46);
  box-shadow: 0 26px 70px rgba(15,9,5,.28);
  backdrop-filter: blur(14px);
}
.immersive-position .seal { margin: 0; color: #f0d3a4; }
.immersive-position .panel-kicker { color: rgba(255,250,241,.62); }
.immersive-position strong {
  display: block;
  margin-top: 14px;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: 1.72rem;
  line-height: 1.18;
  font-weight: 600;
}
.immersive-position p {
  margin: 10px 0 0;
  color: rgba(255,250,241,.78);
  font-size: .92rem;
  line-height: 1.65;
}
.immersive-hero .keyline {
  margin-top: 28px;
  gap: 0;
  max-width: 760px;
  border-top: 1px solid rgba(143,105,57,.28);
  border-bottom: 1px solid rgba(143,105,57,.28);
}
.immersive-hero .key-card {
  min-height: 112px;
  padding: 18px 20px;
  border: 0;
  border-right: 1px solid rgba(143,105,57,.22);
  border-radius: 0;
  background: rgba(255,252,247,.48);
  box-shadow: none;
  backdrop-filter: blur(8px);
}
.immersive-hero .key-card:last-child { border-right: 0; }
.immersive-hero .key-card strong { font-size: 1.32rem; }
.immersive-hero .key-card span { font-size: .87rem; }

.immersive-page {
  min-height: 590px;
}
.immersive-page::after {
  background:
    linear-gradient(90deg,
      rgba(252,248,242,.98) 0%,
      rgba(252,248,242,.94) 36%,
      rgba(252,248,242,.70) 54%,
      rgba(252,248,242,.16) 74%,
      rgba(24,16,10,.12) 100%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(24,16,10,.18));
}
.immersive-page .immersive-inner {
  min-height: 590px;
  display: flex;
  align-items: center;
  padding-top: 66px;
  padding-bottom: 62px;
}
.immersive-page .immersive-copy {
  max-width: 760px;
}
.immersive-page .immersive-copy h1 {
  font-size: clamp(3.6rem, 6vw, 6.4rem);
  max-width: 820px;
}
.immersive-page .document-meta span {
  background: rgba(255,252,247,.68);
  backdrop-filter: blur(8px);
}

.immersive-founder::before { background-position: 37% center; }
.immersive-founder::after {
  background:
    linear-gradient(270deg,
      rgba(252,248,242,.985) 0%,
      rgba(252,248,242,.95) 30%,
      rgba(252,248,242,.72) 48%,
      rgba(252,248,242,.12) 68%,
      rgba(20,14,10,.08) 100%);
}
.immersive-founder .immersive-inner { justify-content: flex-end; }
.immersive-founder .immersive-copy {
  width: min(100%, 650px);
  margin-left: auto;
  text-align: left;
}
.founder-text-only {
  grid-template-columns: .78fr 1.22fr !important;
}
.founder-legacy-panel {
  position: relative;
  min-height: 100%;
  padding: 38px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(178,138,86,.16);
  background:
    radial-gradient(circle at 85% 15%, rgba(223,196,154,.28), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(244,235,223,.84));
  box-shadow: var(--shadow);
}
.founder-legacy-panel::before {
  content: "VA";
  position: absolute;
  right: -8px;
  bottom: -42px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 11rem;
  line-height: 1;
  color: rgba(178,138,86,.08);
}
.founder-legacy-panel .section-label,
.founder-legacy-panel h3,
.founder-legacy-panel p { position: relative; z-index: 1; }
.founder-legacy-panel h3 {
  margin: 12px 0 16px;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  line-height: 1.04;
  color: var(--ink);
}
.founder-legacy-panel p { margin: 0; color: var(--muted); }

/* Disable legacy framed hero constructs after V5 markup migration */
.hero-showcase,
.page-hero-split { display: none !important; }

@media (max-width: 1120px) {
  .immersive-inner { grid-template-columns: 1fr; gap: 24px; }
  .immersive-position { justify-self: start; width: min(100%, 540px); }
  .founder-text-only { grid-template-columns: 1fr !important; }
}
@media (max-width: 860px) {
  .immersive-hero {
    min-height: 0;
    margin: 10px 10px 0;
    border-radius: 28px;
  }
  .immersive-hero::before {
    background-position: 72% center;
  }
  .immersive-hero::after {
    background:
      linear-gradient(180deg,
        rgba(252,248,242,.97) 0%,
        rgba(252,248,242,.94) 48%,
        rgba(252,248,242,.77) 70%,
        rgba(27,18,11,.18) 100%);
  }
  .immersive-inner,
  .immersive-page .immersive-inner {
    min-height: 670px;
    padding: 58px 10px 34px;
    align-content: space-between;
  }
  .immersive-copy h1,
  .immersive-page .immersive-copy h1 {
    font-size: clamp(3.35rem, 14vw, 5rem);
  }
  .immersive-position {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
  .immersive-hero .keyline { grid-template-columns: 1fr; }
  .immersive-hero .key-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(143,105,57,.20);
  }
  .immersive-hero .key-card:last-child { border-bottom: 0; }
  .immersive-founder::before { background-position: 32% center; }
  .immersive-founder::after {
    background:
      linear-gradient(180deg,
        rgba(252,248,242,.96) 0%,
        rgba(252,248,242,.91) 50%,
        rgba(252,248,242,.64) 72%,
        rgba(20,14,10,.14) 100%);
  }
  .immersive-founder .immersive-inner {
    min-height: 680px;
    align-items: flex-start;
  }
  .founder-legacy-panel { padding: 28px; }
}
@media (max-width: 540px) {
  .immersive-inner,
  .immersive-page .immersive-inner { min-height: 640px; }
  .immersive-copy .lead { font-size: .98rem; }
  .immersive-position strong { font-size: 1.48rem; }
}


/* V5.1 — reliable photographic background layer */
.immersive-hero::before { display: none !important; }
.immersive-bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: 68% center !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.immersive-founder .immersive-bg { object-position: 37% center !important; }
@media (max-width: 860px) {
  .immersive-bg { object-position: 72% center !important; }
  .immersive-founder .immersive-bg { object-position: 32% center !important; }
}

/* V5.2 — founder portrait clarity */
.immersive-founder::after {
  background:
    linear-gradient(270deg,
      rgba(252,248,242,.985) 0%,
      rgba(252,248,242,.95) 25%,
      rgba(252,248,242,.66) 41%,
      rgba(252,248,242,.22) 57%,
      rgba(20,14,10,.04) 72%,
      rgba(20,14,10,.02) 100%);
}
@media (max-width: 860px) {
  .immersive-founder::after {
    background:
      linear-gradient(180deg,
        rgba(252,248,242,.96) 0%,
        rgba(252,248,242,.90) 44%,
        rgba(252,248,242,.54) 66%,
        rgba(20,14,10,.10) 100%);
  }
}


/* V6 — unified immersive presentation and header fit */
.nav a,
.language-switch,
.nav-cta { white-space: nowrap; }
.nav-wrap { gap: 18px; }
.nav { gap: 18px; }
.header-actions { flex-shrink: 0; }
.brand { flex-shrink: 1; min-width: 0; }
.brand-text { min-width: 0; }
.brand-title { white-space: nowrap; }
@media (max-width: 1380px) and (min-width: 861px) {
  .container { width: min(1180px, calc(100% - 28px)); }
  .nav-wrap { gap: 12px; }
  .nav { gap: 13px; }
  .nav a { font-size: .88rem; }
  .brand-title { font-size: 1.38rem; }
  .brand-sub { font-size: .64rem; letter-spacing: .16em; }
  .brand-mark { width: 44px; height: 44px; }
  .language-switch { padding: 0 13px; }
  .nav-cta { padding: 0 14px; font-size: .83rem; }
}

/* Founder: background hero is symbolic; Jean portrait is a normal editorial photograph */
.founder-photo-card {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(178,138,86,.18);
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow-lg);
}
.founder-photo-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center 28%;
}
.founder-photo-caption {
  padding: 24px 26px 28px;
  border-top: 1px solid rgba(178,138,86,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,239,229,.9));
}
.founder-photo-caption small {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-deep);
  font-size: .76rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.founder-photo-caption h3 {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  font-size: 2.35rem;
  color: var(--ink);
}
.founder-photo-caption p { margin: 0; color: var(--muted); }

/* Founder hero uses a new symbolic background, not Jean's photograph */
.immersive-founder .immersive-bg { object-position: 78% center !important; }
.immersive-founder::after {
  background:
    linear-gradient(90deg,
      rgba(252,248,242,.985) 0%,
      rgba(252,248,242,.955) 36%,
      rgba(252,248,242,.72) 55%,
      rgba(252,248,242,.18) 76%,
      rgba(24,16,10,.10) 100%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(24,16,10,.18));
}
.immersive-founder .immersive-inner { justify-content: flex-start; }
.immersive-founder .immersive-copy {
  width: min(100%, 720px);
  margin-left: 0;
}

/* Proposal archive feels integrated, not like floating screenshots */
.proposal-preview-grid {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(178,138,86,.16);
  border-radius: 34px;
  background:
    radial-gradient(circle at 80% 10%, rgba(223,196,154,.18), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(245,237,226,.78));
  box-shadow: var(--shadow-lg);
}
.proposal-preview-grid::before,
.proposal-preview-grid::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  pointer-events: none;
  opacity: .55;
}
.proposal-preview-grid::before {
  left: 10px; top: 10px;
  border-left: 1px solid var(--gold);
  border-top: 1px solid var(--gold);
}
.proposal-preview-grid::after {
  right: 10px; bottom: 10px;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

@media (max-width: 860px) {
  .immersive-founder .immersive-bg { object-position: 74% center !important; }
  .immersive-founder::after {
    background:
      linear-gradient(180deg,
        rgba(252,248,242,.96) 0%,
        rgba(252,248,242,.86) 42%,
        rgba(252,248,242,.56) 70%,
        rgba(24,16,10,.18) 100%);
  }
  .founder-photo-card img { aspect-ratio: 4 / 3; }
  .founder-photo-caption { padding: 20px; }
}
