@font-face {
  font-family: 'Lato';
  src: url('Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

:root {

  --cream: #F2F6FE;
  --cream-warm: #E4ECFA;
  --bone: #FAFCFF;

  --olive-deep: #0D1625;
  --olive: #1A3A7A;
  --olive-soft: #2F5FCC;
  --sage: #4A7AD8;

  --honey: #E8B84B;
  --honey-soft: #F2CC72;
  --clay: #C49030;
  --clay-soft: #D4A845;

  --ink: #0D1625;
  --ink-2: #1E2E50;

  --line: rgba(13, 22, 37, 0.13);
  --line-strong: rgba(13, 22, 37, 0.28);
}

html, body {
  font-family: "DM Sans", system-ui, sans-serif;
}
body {
  background: var(--cream);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.08;
}

.hero h1, .manifest-word, .section-head h2,
.speechcraft .section-head h2, .gallery-head h2,
.about-content h2, .cta-section h2, .method-equation .formula {
  font-weight: 900;
}

h1 em, h2 em, h3 em, h4 em, p em.accent, .accent-serif {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--olive);
  letter-spacing: -0.005em;
}

.hero h1 em {
  font-style: normal;
  font-weight: 900;
}
a { color: inherit; text-decoration: none; }
p { max-width: 62ch; }
img { max-width: 100%; display: block; }
em, i { font-style: normal; }

.grain {
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 200;
  opacity: 0.12;
  mix-blend-mode: multiply;
  background-image: url("noise.svg");
}

nav.top {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 48px;
  background: rgba(242, 246, 254, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  transition: opacity .3s;
  -webkit-tap-highlight-color: transparent;
}
.brand:hover { opacity: 0.85; }
.brand-icon {
  flex-shrink: 0;
  fill: currentColor;
  display: block;
}

.brand-icon-sm {
  width: 46px;
  height: 26px;
}

.wordmark {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1;
  color: inherit;
  display: inline-flex;
  align-items: baseline;
}
.wordmark .speak { font-weight: 400; }
 .wordmark .grit {
  font-weight: 900;
  letter-spacing: 0;
}

.mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
}
.mark .leaf { display: none; }
nav ul {
  display: flex; gap: 34px; list-style: none;
  font-size: 14px;
  font-weight: 700;
}
nav ul a {
  position: relative;
  padding-bottom: 4px;
  opacity: 0.82;
  transition: opacity .3s;
}
nav ul a:hover { opacity: 1; }
nav ul a::after {
  content: ""; position: absolute; bottom: 0; left: 0;
  width: 0; height: 1px; background: var(--honey);
  transition: width .45s ease;
}
nav ul a:hover::after { width: 100%; }
.btn-pill {
  font-size: 14px;
  font-weight: 700;
  padding: 11px 22px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--cream);
  transition: background .3s ease, transform .3s ease;
}
.btn-pill:hover { background: var(--honey); color: var(--ink); transform: translateY(-1px); }

.wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

.eyebrow {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-2);
  display: inline-flex; align-items: center; gap: 14px;
  font-weight: 700;
}
.eyebrow::before {
  content: ""; width: 28px; height: 1px; background: currentColor;
}
.eyebrow.honey {
  color: var(--honey);
}
.eyebrow.cream-tone {
  color: var(--cream);
  opacity: 0.85;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s cubic-bezier(.22,.61,.36,1), transform 1s cubic-bezier(.22,.61,.36,1);
}
.reveal.in { opacity: 1; transform: translateY(0); }

.photo-slot {
  position: relative;
  background: var(--sage);
  border-radius: 4px;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  color: var(--olive-deep);
  border: 1px dashed rgba(43, 53, 33, 0.35);
}
.photo-slot::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(45deg, transparent, transparent 18px, rgba(43,53,33,0.05) 18px, rgba(43,53,33,0.05) 19px);
  pointer-events: none;
}
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.photo-slot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 3;
}

.photo-slot:has(img) {
  background: transparent;
  border: none;
}
.photo-slot:has(img)::after { display: none; }
.photo-slot-label {
  position: relative; z-index: 2;
  text-align: center;
  padding: 20px;
}
.photo-slot-label .ic {
  width: 38px; height: 38px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: rgba(242, 246, 254, 0.5);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(43,53,33,0.25);
}
.photo-slot-label .ic svg { width: 16px; height: 16px; stroke: var(--olive-deep); }
.photo-slot-label span {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  color: var(--olive-deep);
  opacity: 0.78;
}
.photo-slot-label small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: var(--ink-2);
  opacity: 0.7;
  font-family: "DM Sans", serif;
  font-style: normal;
}

.photo-slot.on-dark {
  background: rgba(242, 246, 254, 0.06);
  border-color: rgba(242, 246, 254, 0.25);
}
.photo-slot.on-dark::after {
  background-image:
    repeating-linear-gradient(45deg, transparent, transparent 18px, rgba(242, 246, 254, 0.04) 18px, rgba(242, 246, 254, 0.04) 19px);
}
.photo-slot.on-dark .photo-slot-label span,
.photo-slot.on-dark .photo-slot-label small {
  color: rgba(242, 246, 254, 0.7);
}
.photo-slot.on-dark .photo-slot-label .ic {
  background: rgba(242, 246, 254, 0.08);
  border-color: rgba(242, 246, 254, 0.2);
}
.photo-slot.on-dark .photo-slot-label .ic svg { stroke: var(--cream); }

.hero {
  padding: 72px 48px 120px;
  position: relative;
}
.hero-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-text { max-width: 780px; }
.hero-tag {
  font-family: "DM Sans", serif;
  font-style: normal;
  font-size: 20px;
  color: var(--olive);
  margin-bottom: 18px;
  display: flex; align-items: center; gap: 14px;
}
.hero-tag::before {
  content: ""; width: 40px; height: 1px; background: var(--honey);
}
.hero h1 {
  font-size: clamp(62px, 11vw, 168px);
  line-height: 0.90;
  letter-spacing: -0.015em;
  font-weight: 900;
}
.hero h1 em {
  display: block;
  color: var(--honey);
  font-size: 0.78em;
}
.hero-sub {
  max-width: 52ch;
  margin-top: 36px;
  font-size: 18px;
  color: var(--ink-2);
  line-height: 1.6;
}
.hero-actions {
  display: flex; gap: 18px; align-items: center;
  margin-top: 42px; flex-wrap: wrap;
}
.btn-primary {
  background: var(--ink); color: var(--cream);
  padding: 17px 30px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  transition: background .3s ease, transform .3s ease;
  display: inline-flex; align-items: center; gap: 10px;
}
.btn-primary:hover { background: var(--honey); color: var(--ink); transform: translateY(-2px); }
.btn-ghost {
  padding: 17px 0;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid var(--ink);
  transition: color .3s, border-color .3s, gap .3s;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-ghost:hover { color: var(--honey); border-color: var(--honey); gap: 14px; }

.badge-live {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-2);
  padding: 9px 16px 9px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(242, 246, 254, 0.5);
  margin-bottom: 28px;
}
.badge-live::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--honey);
  animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 0.45; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.3); }
}

.hero-photos {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
}
.hero-photos .primary {
  aspect-ratio: 3/4;
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
}
.hero-photos .primary img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.manifest {
  background: var(--olive-deep);
  color: var(--cream);
  padding: 140px 48px 150px;
  position: relative;
  overflow: hidden;
}
.manifest-inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.manifest-eyebrow {
  color: var(--honey-soft);
  margin-bottom: 40px;
}
.manifest-eyebrow::before { background: var(--honey-soft); }

.manifest-mark {
  display: flex;
  align-items: flex-end;
  gap: clamp(20px, 3vw, 40px);
  margin-bottom: 36px;
  color: var(--cream);
}
.manifest-mark .brand-icon {
  width: clamp(120px, 16vw, 220px);
  height: auto;
}
.manifest-mark-line {
  flex: 1;
  height: 1px;
  background: rgba(242, 246, 254, 0.22);
  max-width: 280px;
  margin-bottom: 28px;
}

.manifest-word {
  font-size: clamp(140px, 26vw, 420px);
  line-height: 0.85;
  letter-spacing: -0.03em;
  font-weight: 900;
  color: var(--cream);
  position: relative;
  z-index: 2;
}
.manifest-word .dot {
  color: var(--honey);
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 900;
}

.manifest-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 64px;
  align-items: start;
}
.manifest-motto {
  font-family: "DM Sans", serif;
  font-style: normal;
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.1;
  color: var(--honey-soft);
  letter-spacing: -0.01em;
}
.manifest-motto .strong {
  color: var(--cream);
  font-style: normal;
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
}
.manifest-body p {
  color: rgba(242, 246, 254, 0.8);
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 16px;
  max-width: 50ch;
}

.values-band {
  max-width: 1400px;
  margin: 100px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(242, 246, 254, 0.2);
  border-bottom: 1px solid rgba(242, 246, 254, 0.2);
}
.value-cell {
  padding: 48px 32px;
  border-right: 1px solid rgba(242, 246, 254, 0.12);
  display: flex; flex-direction: column; gap: 10px;
  align-items: center;
  text-align: center;
  position: relative;
  transition: background .4s ease;
}
.value-cell:last-child { border-right: none; }
.value-cell:hover {
  background: rgba(242, 246, 254, 0.04);
}
.value-cell .vn {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--honey-soft);
}
.value-cell .v {
  font-family: "DM Sans", serif;
  font-style: normal;
  font-size: 38px;
  letter-spacing: -0.02em;
  color: var(--cream);
}
.value-cell .vd {
  font-size: 13px;
  color: rgba(242, 246, 254, 0.55);
  line-height: 1.5;
  margin-top: 6px;
}

section { padding: 140px 48px; position: relative; }
.section-head {
  max-width: 1400px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 72px;
  align-items: end;
}
.section-head h2 {
  font-size: clamp(42px, 5.5vw, 80px);
  letter-spacing: -0.02em;
  max-width: 16ch;
  margin-top: 24px;
}
.section-head p {
  color: var(--ink-2);
  font-size: 17px;
  max-width: 46ch;
  line-height: 1.6;
}

.method { background: var(--cream); }
.method-equation {
  max-width: 1400px;
  margin: 0 auto 100px;
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.method-equation .formula {
  font-size: clamp(48px, 8vw, 128px);
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--ink);
  font-weight: 900;
}
.method-equation .formula .op {
  color: var(--honey);
  font-family: "DM Sans", serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 0.18em;
}
.method-equation .formula em {
  color: var(--olive);
}
.method-equation .formula-sub {
  margin: 24px auto 0;
  max-width: 58ch;
  color: var(--ink-2);
  font-size: 17px;
}

.method-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.method-card {
  background: var(--cream-warm);
  padding: 48px 44px;
  border-radius: 4px;
  position: relative;
  border: 1px solid var(--line);
  transition: transform .5s ease;
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 28px;
  align-items: start;
}
.method-card:hover { transform: translateY(-4px); }
.method-card .num {
  font-family: "DM Sans", serif;
  font-size: 14px;
  font-style: normal;
  color: var(--honey);
  letter-spacing: 0.04em;
  font-weight: 400;
}
.method-card h3 {
  font-size: 40px;
  margin: 16px 0 14px;
  letter-spacing: -0.015em;
}
.method-card h3 em { color: var(--olive); }
.method-card p {
  color: var(--ink-2);
  font-size: 16px;
  max-width: 40ch;
  line-height: 1.6;
}
.method-card ul {
  margin-top: 22px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.method-card li {
  font-size: 13px;
  padding: 6px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--olive-deep);
  background: rgba(242, 246, 254, 0.6);
  font-weight: 700;
}
.method-card .method-photo {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}

.speechcraft {
  background: var(--olive-deep);
  color: var(--cream);
  padding: 150px 48px 160px;
}
.speechcraft .section-head h2 {
  font-size: clamp(48px, 6.5vw, 100px);
}
.speechcraft .section-head h2 em {
  color: var(--honey-soft);
}
.speechcraft .section-head p {
  color: rgba(242, 246, 254, 0.72);
}

.sc-stats {
  max-width: 1400px;
  margin: 56px auto 72px;
  padding: 36px 0;
  border-top: 1px solid rgba(242, 246, 254, 0.15);
  border-bottom: 1px solid rgba(242, 246, 254, 0.15);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
.sc-stat .k {
  font-size: 46px;
  letter-spacing: -0.018em;
  color: var(--cream);
  font-weight: 900;
}
.sc-stat .k em {
  font-family: "DM Sans", serif;
  font-style: normal;
  color: var(--honey-soft);
  font-weight: 400;
}
.sc-stat .l {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(242, 246, 254, 0.55);
  margin-top: 4px;
}

.modules-bento {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(300px, auto);
  gap: 20px;
}
.module-box {
  background: rgba(242, 246, 254, 0.04);
  border: 1px solid rgba(242, 246, 254, 0.14);
  padding: 36px 32px 40px;
  border-radius: 4px;
  position: relative;
  transition: background .4s ease, transform .4s ease;
  display: flex; flex-direction: column;
}
.module-box:hover {
  background: rgba(242, 246, 254, 0.08);
  transform: translateY(-3px);
}
.module-box .week {
  font-family: "DM Sans", serif;
  font-style: normal;
  font-size: 14px;
  color: var(--honey-soft);
}
.module-box h4 {
  font-size: 30px;
  margin: 14px 0 18px;
  color: var(--cream);
  letter-spacing: -0.015em;
}
.module-box h4 em {
  color: var(--honey-soft);
}
.module-box p {
  font-size: 14px;
  color: rgba(242, 246, 254, 0.72);
  line-height: 1.6;
  margin-bottom: 20px;
}
.module-box ul {
  list-style: none;
  font-size: 13px;
  color: rgba(242, 246, 254, 0.82);
  margin-top: auto;
}
.module-box li {
  padding: 7px 0;
  border-bottom: 1px solid rgba(242, 246, 254, 0.08);
  position: relative;
  padding-left: 16px;
}
.module-box li:last-child { border-bottom: none; }
.module-box li::before {
  content: "";
  position: absolute;
  left: 0; top: 14px;
  width: 6px; height: 1px;
  background: var(--honey-soft);
}

.bento-m1 { grid-column: span 3; grid-row: span 1; }
.bento-m2 { grid-column: span 3; grid-row: span 1; }
.bento-photo { grid-column: span 3; grid-row: span 1; aspect-ratio: auto; }
.bento-m3 { grid-column: span 3; grid-row: span 1; }
.bento-m4 { grid-column: span 4; grid-row: span 1; }
.bento-photo-2 { grid-column: span 2; grid-row: span 1; aspect-ratio: auto; }

.bento-photo.photo-slot {
  background: rgba(242, 246, 254, 0.06);
  border-color: rgba(242, 246, 254, 0.25);
}

.sc-cta {
  max-width: 1400px;
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 48px 0 0;
  border-top: 1px solid rgba(242, 246, 254, 0.15);
}
.sc-price {
  font-family: "DM Sans", serif;
  font-style: normal;
  font-size: 18px;
  color: rgba(242, 246, 254, 0.7);
}
.sc-price .big {
  font-style: normal;
  font-family: "DM Sans", sans-serif;
  color: var(--cream);
  font-size: 32px;
  display: block;
  margin-top: 4px;
  letter-spacing: -0.015em;
  font-weight: 900;
  line-height: 1.2;
}
.sc-price-sub {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: rgba(242, 246, 254, 0.6);
  display: block;
  margin-top: 14px;
  font-weight: 400;
}
.sc-price .big em {
  font-family: "DM Sans", serif;
  color: var(--honey);
  font-style: normal;
  font-weight: 400;
}
.sc-price small {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(242, 246, 254, 0.5);
  display: block;
  margin-top: 10px;
  font-weight: 700;
}
.btn-primary-light {
  background: var(--honey);
  color: var(--ink);
  padding: 17px 30px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  transition: background .3s ease, transform .3s ease;
  display: inline-flex; align-items: center; gap: 10px;
  justify-self: start;
}
.btn-primary-light:hover { background: var(--cream); transform: translateY(-2px); }

.gallery {
  background: var(--cream);
  padding: 140px 48px;
}
.gallery-head {
  max-width: 1400px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  flex-wrap: wrap;
}
.gallery-head h2 {
  font-size: clamp(42px, 5.5vw, 72px);
  letter-spacing: -0.018em;
  max-width: 18ch;
}
.gallery-head h2 em { color: var(--honey); }
.gallery-head p {
  max-width: 40ch;
  color: var(--ink-2);
  font-size: 16px;
}
.masonry {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 180px;
  gap: 16px;
}
.masonry .photo-slot {
  width: 100%;
  height: 100%;
}
.m-1 { grid-column: span 2; grid-row: span 2; }
.m-2 { grid-column: span 1; grid-row: span 1; }
.m-3 { grid-column: span 1; grid-row: span 2; }
.m-4 { grid-column: span 1; grid-row: span 1; }
.m-5 { grid-column: span 2; grid-row: span 1; }
.m-6 { grid-column: span 1; grid-row: span 1; }
.m-7 { grid-column: span 1; grid-row: span 1; }

.audience {
  background: var(--cream-warm);
  padding: 140px 48px;
}
.audience-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}
.aud-card {
  grid-column: span 3;
  padding: 40px 36px;
  background: var(--cream);
  border-radius: 4px;
  border: 1px solid var(--line);
  transition: background .4s ease, transform .4s ease;
  display: flex; flex-direction: column; gap: 16px;
}
.aud-card:hover {
  background: var(--bone);
  transform: translateY(-4px);
  border-color: var(--honey);
}
.aud-card .n {
  font-family: "DM Sans", serif;
  font-style: normal;
  font-size: 14px;
  color: var(--honey);
}
.aud-card h3 {
  font-size: 32px;
  letter-spacing: -0.015em;
}
.aud-card p {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.6;
}

.aud-photo {
  grid-column: span 3;
  aspect-ratio: auto;
}

.aud-photo.photo-slot {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 4px;
  transition: border-color .4s ease, transform .4s ease;
}
.aud-photo.photo-slot:hover {
  transform: translateY(-4px);
  border-color: var(--honey);
}
.aud-photo.photo-slot img {
  inset: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  object-fit: contain;
}

.about {
  background: var(--cream);
  padding: 150px 48px;
}
.about-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: start;
}
.about-photo-col {
  display: flex; flex-direction: column; gap: 16px;
  position: sticky; top: 100px;
}
.about-photo {
  aspect-ratio: 4/5;
  width: 100%;
}
.about-photo-small {
  aspect-ratio: 3/2;
  width: 100%;
}
.about-content h2 {
  font-size: clamp(40px, 5vw, 72px);
  margin-top: 24px;
  margin-bottom: 32px;
  letter-spacing: -0.018em;
  max-width: 16ch;
}
.about-content h2 em { color: var(--honey); }
.about-content p {
  font-size: 17px;
  color: var(--ink-2);
  margin-bottom: 20px;
  max-width: 58ch;
  line-height: 1.65;
}
.about-signature {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.about-signature .line {
  width: 60px; height: 1px; background: var(--honey);
}
.about-signature .name {
  font-family: "DM Sans", serif;
  font-style: normal;
  color: var(--honey);
  font-size: 18px;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 52px;
  padding-top: 44px;
  border-top: 1px solid var(--line);
}
.stat-num {
  font-size: 48px;
  letter-spacing: -0.015em;
  color: var(--olive-deep);
  font-weight: 900;
}
.stat-num em {
  font-family: "DM Sans", serif;
  font-style: normal;
  color: var(--honey);
  font-weight: 400;
}
.stat-label {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-2);
  margin-top: 8px;
  max-width: 22ch;
  line-height: 1.5;
}

.programs {
  background: var(--cream-warm);
  padding: 140px 48px;
}
.programs-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.program-card {
  padding: 56px 48px;
  border-radius: 4px;
  background: var(--cream);
  border: 1px solid var(--line);
  position: relative;
  transition: background .4s ease, transform .4s ease;
  overflow: hidden;
}
.program-card:hover {
  transform: translateY(-4px);
  border-color: var(--honey);
}
.program-card .tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--olive-deep);
  color: var(--cream);
}
.program-card.masterclass .tag {
  background: var(--honey);
  color: var(--ink);
}
.program-card h3 {
  font-size: 44px;
  margin: 24px 0 16px;
  letter-spacing: -0.018em;
}
.program-card h3 em { color: var(--honey); }
.program-card p {
  color: var(--ink-2);
  margin-bottom: 24px;
  max-width: 46ch;
  font-size: 16px;
  line-height: 1.6;
}
.program-card .detail-list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: 32px;
}
.program-card .detail-list li {
  font-size: 14px;
  padding: 12px 0;
  border-bottom: 1px dotted var(--line);
  color: var(--ink-2);
  display: flex;
  justify-content: space-between;
}
.program-card .detail-list li:last-child { border-bottom: none; }
.program-card .detail-list strong {
  color: var(--olive-deep);
  font-weight: 700;
}
.program-card .link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--ink);
  font-weight: 700;
  transition: gap .3s, color .3s, border-color .3s;
}
.program-card .link-arrow:hover {
  gap: 14px;
  color: var(--honey);
  border-color: var(--honey);
}

.resources {
  background: var(--cream);
  padding: 140px 48px;
}
.resources-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
}
.pdf-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pdf-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  transition: padding-left .3s ease;
}
.pdf-item:first-child { border-top: 1px solid var(--line); }
.pdf-item:hover { padding-left: 10px; }
.pdf-icon {
  width: 64px; height: 64px;
  border-radius: 4px;
  background: var(--honey);
  color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-family: "DM Sans", serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
}
.pdf-meta .label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--honey);
  margin-bottom: 4px;
}
.pdf-meta h4 {
  font-size: 22px;
  color: var(--ink);
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}
.pdf-meta p {
  font-size: 14px;
  color: var(--ink-2);
  max-width: 44ch;
}
.pdf-item .dl {
  font-size: 13px;
  font-weight: 700;
  padding: 10px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  transition: background .3s, color .3s, border-color .3s;
}
.pdf-item .dl:hover {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}

.newsletter {
  background: var(--olive-deep);
  color: var(--cream);
  padding: 48px 40px;
  border-radius: 4px;
  position: sticky; top: 100px;
}
.newsletter .eyebrow {
  color: var(--honey-soft);
}
.newsletter .eyebrow::before { background: var(--honey-soft); }
.newsletter h3 {
  font-size: 34px;
  margin: 18px 0 16px;
  letter-spacing: -0.015em;
}
.newsletter h3 em { color: var(--honey-soft); }
.newsletter p {
  color: rgba(242, 246, 254, 0.7);
  font-size: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.news-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.news-form input[type="email"] {
  padding: 15px 18px;
  background: rgba(242, 246, 254, 0.08);
  border: 1px solid rgba(242, 246, 254, 0.2);
  border-radius: 999px;
  color: var(--cream);
  font-size: 15px;
  font-family: inherit;
  transition: border-color .3s, background .3s;
}
.news-form input[type="email"]::placeholder {
  color: rgba(242, 246, 254, 0.5);
}
.news-form input[type="email"]:focus {
  outline: none;
  border-color: var(--honey);
  background: rgba(242, 246, 254, 0.12);
}
.news-form button {
  padding: 15px 24px;
  background: var(--honey);
  color: var(--ink);
  border: none;
  border-radius: 999px;
  font-size: 15px;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background .3s, transform .3s;
}
.news-form button:hover {
  background: var(--cream);
  transform: translateY(-1px);
}
.news-small {
  font-size: 11px;
  color: rgba(242, 246, 254, 0.45);
  margin-top: 14px;
  font-style: normal;
  font-family: "DM Sans", serif;
}

.testimonial-section {
  background: var(--olive-deep);
  color: var(--cream);
  padding: 150px 48px;
}
.t-wrap {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.t-wrap .eyebrow {
  color: var(--honey-soft);
  justify-content: center;
}
.t-wrap .eyebrow::before { background: var(--honey-soft); }
.t-card {
  margin-top: 52px;
  padding: 72px 56px 56px;
  position: relative;
}
.t-card::before {
  content: "“";
  position: absolute;
  top: -40px; left: 50%;
  transform: translateX(-50%);
  font-family: "DM Sans", serif;
  font-size: 160px;
  color: var(--honey);
  line-height: 1;
}
.t-card blockquote {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.3;
  color: var(--cream);
  font-weight: 400;
  letter-spacing: -0.015em;
  max-width: 32ch;
  margin: 0 auto;
}
.t-card blockquote em {
  font-family: "DM Sans", serif;
  color: var(--honey-soft);
  font-style: normal;
}
.t-attr {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.t-attr .photo-slot {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--honey);
  border: none;
}
.t-attr .photo-slot::after { display: none; }
.t-attr .photo-slot .photo-slot-label {
  padding: 0;
}
.t-attr .photo-slot .photo-slot-label .ic {
  width: 24px; height: 24px;
  margin: 0;
  background: transparent;
  border: none;
}
.t-attr .photo-slot .photo-slot-label .ic svg { stroke: var(--ink); width: 14px; height: 14px; }
.t-attr .photo-slot .photo-slot-label span,
.t-attr .photo-slot .photo-slot-label small { display: none; }
.t-attr .who {
  text-align: left;
}
.t-attr .who strong {
  display: block;
  font-weight: 700;
  font-size: 15px;
  color: var(--cream);
}
.t-attr .who span {
  font-size: 13px;
  color: rgba(242, 246, 254, 0.6);
  font-family: "DM Sans", serif;
  font-style: normal;
}
.t-note {
  margin-top: 40px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(242, 246, 254, 0.4);
}

.cta-section {
  background: var(--cream);
  padding: 160px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cta-section .cta-refrain {
  font-family: "DM Sans", serif;
  font-style: normal;
  color: var(--honey);
  font-size: clamp(28px, 3.5vw, 44px);
  margin-bottom: 20px;
}
.cta-section h2 {
  font-size: clamp(48px, 7vw, 100px);
  letter-spacing: -0.02em;
  max-width: 18ch;
  margin: 0 auto 28px;
  color: var(--ink);
}
.cta-section h2 em { color: var(--honey); }
.cta-section p {
  margin: 0 auto 40px;
  color: var(--ink-2);
  font-size: 18px;
  line-height: 1.6;
}
.cta-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

footer {
  background: var(--ink);
  color: var(--cream);
  padding: 96px 48px 32px;
  position: relative;
}
.foot {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(242, 246, 254, 0.12);
}
.foot .brand,
.foot .mark { color: var(--cream); }
.foot .brand-icon-sm {
  width: 56px;
  height: 32px;
}
.foot .wordmark {
  font-size: 26px;
}
.foot .mark em { color: var(--honey); }
.foot .motto {
  font-family: "DM Sans", serif;
  font-style: normal;
  color: var(--honey);
  font-size: 22px;
  margin-top: 10px;
}
.foot p {
  margin-top: 18px;
  color: rgba(242, 246, 254, 0.65);
  font-size: 14px;
  max-width: 42ch;
  line-height: 1.6;
}
.foot h5 {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(242, 246, 254, 0.45);
  margin-bottom: 18px;
}
.foot ul {
  list-style: none;
  display: flex; flex-direction: column; gap: 10px;
}
.foot ul a, .foot ul li {
  font-size: 14px;
  color: rgba(242, 246, 254, 0.78);
  transition: color .3s;
}
.foot ul a:hover { color: var(--honey); }
.foot-bottom {
  max-width: 1400px;
  margin: 32px auto 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(242, 246, 254, 0.45);
}
.foot-bottom em {
  font-family: "DM Sans", serif;
  color: var(--honey);
  font-style: normal;
}
.foot-legal {
  max-width: 1400px;
  margin: 28px auto 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  color: rgba(242, 246, 254, 0.4);
  line-height: 1.5;
}
.foot-anpc {
  max-width: 1400px;
  margin: 24px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.foot-anpc a {
  display: inline-flex;
  line-height: 0;
  border-radius: 4px;
  opacity: 0.82;
  transition: opacity .3s;
}
.foot-anpc a:hover { opacity: 1; }
.foot-anpc img {
  width: 230px;
  height: auto;
  display: block;
}
.foot-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.foot-links a {
  color: rgba(242, 246, 254, 0.6);
  transition: color .3s;
}
.foot-links a:hover { color: var(--honey); }
.foot-links .sep { opacity: 0.4; }

.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  padding: 0;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  cursor: pointer;
  color: var(--ink);
  -webkit-tap-highlight-color: transparent;
}
.menu-toggle svg {
  width: 24px; height: 24px;
  stroke: currentColor; stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
}
.mobile-panel {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: var(--cream);
  padding: 24px 28px 36px;
  transform: translateX(100%);
  transition: transform .45s cubic-bezier(.22,.61,.36,1);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  visibility: hidden;
}
.mobile-panel.open {
  transform: translateX(0);
  visibility: visible;
}
.mobile-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.mobile-panel-top .mark,
.mobile-panel-top .brand { font-size: 19px; }
.mobile-panel-top .wordmark { font-size: 19px; }
.mobile-panel-top .brand-icon-sm { width: 42px; height: 24px; }
.menu-close {
  background: transparent; border: none; padding: 0;
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--ink);
  -webkit-tap-highlight-color: transparent;
}
.menu-close svg {
  width: 22px; height: 22px;
  stroke: currentColor; stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
}
.mobile-panel nav-links, .mobile-panel ul.m-links {
  list-style: none;
  display: flex; flex-direction: column;
  gap: 0;
  margin-bottom: 28px;
}
.mobile-panel ul.m-links li {
  border-bottom: 1px solid var(--line);
}
.mobile-panel ul.m-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding: 20px 4px;
  color: var(--ink);
  transition: color .25s, padding-left .25s;
}
.mobile-panel ul.m-links a::after {
  content: "→";
  font-family: "DM Sans", serif;
  font-style: normal;
  color: var(--honey);
  font-size: 22px;
  opacity: 0.7;
  transition: transform .3s, opacity .3s;
}
.mobile-panel ul.m-links a:hover,
.mobile-panel ul.m-links a:active {
  color: var(--olive);
  padding-left: 10px;
}
.mobile-panel ul.m-links a:hover::after {
  opacity: 1;
  transform: translateX(4px);
}
.mobile-panel ul.m-links .idx {
  font-family: "DM Sans", serif;
  font-style: normal;
  font-size: 13px;
  color: var(--honey);
  opacity: 0.8;
  margin-right: 14px;
  min-width: 26px;
}
.mobile-panel .m-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 26px;
  background: var(--ink);
  color: var(--cream);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  transition: background .3s;
  margin-top: 8px;
}
.mobile-panel .m-cta:hover { background: var(--honey); color: var(--ink); }
.mobile-panel .m-refrain {
  margin-top: auto;
  padding-top: 40px;
  font-family: "DM Sans", serif;
  font-style: normal;
  color: var(--honey);
  font-size: 22px;
  text-align: center;
  letter-spacing: -0.01em;
}
body.menu-open { overflow: hidden; }

@media (max-width: 1100px) {
  nav.top { padding: 18px 32px; }
  nav ul { gap: 24px; }
  .hero { padding: 56px 32px 96px; }
  .hero-inner { grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
  section { padding: 120px 32px; }
  .manifest { padding: 120px 32px 130px; }
  .speechcraft { padding: 120px 32px 130px; }
  .gallery, .audience, .about, .programs, .resources,
  .testimonial-section, .cta-section { padding-left: 32px; padding-right: 32px; }
  footer { padding: 80px 32px 28px; }

  .section-head { grid-template-columns: 1fr; gap: 32px; margin-bottom: 64px; }

  .method-grid { gap: 20px; }
  .method-card { padding: 40px 36px; grid-template-columns: 1fr 200px; }

  .modules-bento { grid-template-columns: repeat(2, 1fr); }
  .bento-m1, .bento-m2, .bento-m3, .bento-m4, .bento-photo {
    grid-column: span 2; grid-row: span 1;
  }
  .bento-photo { min-height: 260px; }

  .masonry {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 160px;
  }

  .audience-grid { grid-template-columns: 1fr 1fr; }
  .aud-card, .aud-photo { grid-column: span 1; }

  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-photo-col {
    position: static;
    flex-direction: row;
    max-width: 720px;
  }
  .about-photo { flex: 1.15; }
  .about-photo-small { flex: 0.85; aspect-ratio: 4/5; }

  .resources-grid { grid-template-columns: 1fr; gap: 40px; }
  .newsletter { position: static; }

  .foot { grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
}

@media (max-width: 900px) {
  nav.top { padding: 16px 24px; }
  nav ul { display: none; }
  nav.top .btn-pill { display: none; }
  .menu-toggle { display: inline-flex; }

  body { font-size: 16px; }

  .hero { padding: 48px 24px 80px; }
  .hero-inner { grid-template-columns: 1fr; gap: 44px; }
  .hero h1 { font-size: clamp(56px, 13vw, 110px); }
  .hero-tag { font-size: 17px; }
  .hero-photos { max-width: 560px; margin: 0 auto; }
  .hero-photos .primary { height: clamp(360px, 55vw, 500px); }

  .manifest { padding: 100px 24px 110px; }
  .manifest-word { font-size: clamp(100px, 22vw, 200px); line-height: 0.88; }
  .manifest-copy { grid-template-columns: 1fr; gap: 28px; margin-top: 48px; }
  .manifest-motto { font-size: clamp(30px, 6.5vw, 44px); }

  .values-band { grid-template-columns: 1fr 1fr; margin-top: 72px; }
  .value-cell {
    border-right: 1px solid rgba(242, 246, 254, 0.12);
    border-bottom: 1px solid rgba(242, 246, 254, 0.12);
    padding: 36px 28px;
  }
  .value-cell:nth-child(2) { border-right: none; }
  .value-cell:nth-child(4) { border-right: none; }
  .value-cell:nth-child(3), .value-cell:nth-child(4) { border-bottom: none; }
  .value-cell .v { font-size: 32px; }

  section { padding: 100px 24px; }

  .method-grid { grid-template-columns: 1fr; gap: 18px; }
  .method-card { grid-template-columns: 1fr; padding: 36px 32px; }
  .method-card h3 { font-size: 34px; }
  .method-card .method-photo { height: 200px; }

  .speechcraft { padding: 100px 24px 110px; }
  .sc-stats { grid-template-columns: 1fr 1fr; gap: 32px; padding: 32px 0; }
  .sc-stat .k { font-size: 40px; }

  .modules-bento { grid-template-columns: 1fr; }
  .bento-m1, .bento-m2, .bento-m3, .bento-m4, .bento-photo {
    grid-column: span 1;
  }
  .bento-photo { min-height: 260px; }

  .sc-cta { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  .sc-price .big { font-size: 52px; }

  .gallery { padding: 100px 24px; }
  .masonry { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; gap: 14px; }
  .m-1 { grid-column: span 2; grid-row: span 2; }
  .m-2, .m-4, .m-6, .m-7 { grid-column: span 1; grid-row: span 1; }
  .m-3 { grid-column: span 1; grid-row: span 2; }
  .m-5 { grid-column: span 2; grid-row: span 1; }

  .audience-grid { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 16px; }
  .aud-card { padding: 36px 32px; }
  .aud-photo { min-height: 240px; }

  .about { padding: 110px 24px; }
  .about-photo-col { flex-direction: row; gap: 14px; }
  .about-content h2 { font-size: clamp(36px, 6.5vw, 56px); }

  .programs { padding: 100px 24px; }
  .programs-grid { grid-template-columns: 1fr; gap: 16px; }
  .program-card { padding: 44px 36px; }
  .program-card h3 { font-size: 36px; }

  .resources { padding: 100px 24px; }
  .pdf-item {
    grid-template-columns: 56px 1fr auto;
    gap: 20px;
    padding: 24px 0;
  }
  .pdf-icon { width: 56px; height: 56px; }

  .newsletter { padding: 44px 36px; }
  .newsletter h3 { font-size: 28px; }

  .testimonial-section { padding: 110px 24px; }
  .t-card { padding: 56px 32px 40px; }
  .t-card blockquote { font-size: clamp(22px, 3.6vw, 30px); }

  .cta-section { padding: 110px 24px; }

  footer { padding: 72px 24px 28px; }
  .foot { grid-template-columns: 1fr 1fr; gap: 40px 32px; }
}

@media (max-width: 640px) {
  nav.top { padding: 14px 20px; }
  .mark { font-size: 19px; }
  .wordmark { font-size: 18px; }
  .brand-icon-sm { width: 40px; height: 22px; }

  section { padding: 80px 20px; }

  .hero { padding: 32px 20px 64px; }
  .hero h1 { font-size: clamp(48px, 13vw, 78px); line-height: 0.95; }
  .hero-tag { font-size: 15px; gap: 12px; }
  .hero-tag::before { width: 32px; }
  .hero-sub { font-size: 16px; margin-top: 28px; }
  .badge-live { font-size: 10px; letter-spacing: 0.18em; padding: 8px 14px; margin-bottom: 22px; }
  .hero-actions { gap: 10px; margin-top: 32px; flex-direction: column; align-items: stretch; }
  .hero-actions .btn-primary { justify-content: center; padding: 15px 24px; font-size: 14px; }
  .hero-actions .btn-ghost { padding: 14px 0; font-size: 14px; text-align: left; }
  .hero-photos { max-width: 100%; }
  .hero-photos .primary { height: clamp(320px, 80vw, 440px); }

  .manifest { padding: 72px 20px 80px; }
  .manifest-word { font-size: clamp(72px, 22vw, 130px); line-height: 0.9; }
  .manifest-eyebrow { margin-bottom: 28px; }
  .manifest-copy { gap: 22px; margin-top: 40px; }
  .manifest-motto { font-size: clamp(26px, 7.5vw, 38px); }
  .manifest-body p { font-size: 15px; }

  .values-band { margin-top: 56px; grid-template-columns: 1fr; }
  .value-cell {
    border-right: none !important;
    border-bottom: 1px solid rgba(242, 246, 254, 0.12) !important;
    padding: 30px 24px;
  }
  .value-cell:last-child { border-bottom: none !important; }
  .value-cell .v { font-size: 30px; }
  .value-cell .vd { font-size: 12.5px; }

  .section-head { margin-bottom: 52px; gap: 20px; }
  .section-head h2 { font-size: clamp(34px, 9.5vw, 56px); margin-top: 16px; }
  .section-head p { font-size: 16px; }

  .method-equation { margin: 0 auto 56px; padding: 26px 0; }
  .method-equation .formula { font-size: clamp(34px, 10vw, 68px); letter-spacing: -0.018em; }
  .method-equation .formula .op { margin: 0 0.1em; }
  .method-equation .formula-sub { font-size: 15px; margin-top: 18px; padding: 0 4px; }
  .method-card { padding: 30px 24px; }
  .method-card h3 { font-size: 30px; }
  .method-card p { font-size: 15px; }
  .method-card ul { margin-top: 18px; gap: 6px; }
  .method-card li { font-size: 12.5px; padding: 5px 11px; }
  .method-card .method-photo { height: 180px; }

  .speechcraft { padding: 80px 20px 90px; }
  .sc-stats {
    grid-template-columns: 1fr 1fr;
    gap: 24px 28px;
    margin: 44px auto 56px;
    padding: 28px 0;
  }
  .sc-stat .k { font-size: 34px; }
  .sc-stat .l { font-size: 11px; }

  .module-box { padding: 28px 22px; }
  .module-box h4 { font-size: 24px; margin: 12px 0 14px; }
  .module-box p { font-size: 14px; margin-bottom: 16px; }
  .module-box li { font-size: 12.5px; padding-left: 14px; }

  .sc-cta { margin-top: 56px; padding-top: 36px; }
  .sc-price .big { font-size: 42px; }
  .btn-primary-light { padding: 15px 26px; font-size: 14px; width: 100%; justify-content: center; }

  .gallery { padding: 80px 20px; }
  .gallery-head { margin-bottom: 36px; }
  .gallery-head h2 { font-size: clamp(32px, 9vw, 52px); }
  .masonry { grid-template-columns: 1fr; grid-auto-rows: 200px; gap: 12px; }
  .m-1, .m-2, .m-3, .m-4, .m-5, .m-6, .m-7 {
    grid-column: span 1; grid-row: span 1;
  }

  .audience { padding: 80px 20px; }
  .audience-grid { gap: 14px; }
  .aud-card { padding: 30px 24px; gap: 12px; }
  .aud-card h3 { font-size: 26px; }
  .aud-card p { font-size: 14.5px; }
  .aud-photo { min-height: 220px; }

  .about { padding: 90px 20px; }
  .about-grid { gap: 32px; }
  .about-photo-col { flex-direction: column; gap: 12px; max-width: 420px; }
  .about-photo-small { aspect-ratio: 3/2; }
  .about-content h2 { font-size: clamp(30px, 9.5vw, 48px); margin-bottom: 22px; }
  .about-content p { font-size: 16px; }
  .about-signature { margin-top: 32px; }
  .about-stats {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 36px;
    padding-top: 28px;
  }
  .stat-num { font-size: 34px; }
  .stat-label { font-size: 11px; }

  .programs { padding: 80px 20px; }
  .programs-grid { gap: 14px; }
  .program-card { padding: 36px 28px; }
  .program-card h3 { font-size: 30px; margin: 20px 0 14px; }
  .program-card p { font-size: 15px; }
  .program-card .detail-list li { font-size: 13.5px; padding: 10px 0; }

  .resources { padding: 80px 20px; }
  .resources-grid { gap: 32px; }
  .pdf-item {
    grid-template-columns: 50px 1fr;
    gap: 16px;
    padding: 20px 0;
  }
  .pdf-item:hover { padding-left: 0; }
  .pdf-icon { width: 50px; height: 50px; font-size: 12px; }
  .pdf-meta h4 { font-size: 18px; margin-bottom: 3px; }
  .pdf-meta p { font-size: 13.5px; }
  .pdf-item .dl {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: 10px;
    padding: 9px 16px;
    font-size: 12.5px;
  }

  .newsletter { padding: 36px 28px; }
  .newsletter h3 { font-size: 24px; margin: 14px 0 14px; }
  .newsletter p { font-size: 14.5px; margin-bottom: 24px; }
  .news-form input[type="email"] { padding: 14px 18px; font-size: 14.5px; }
  .news-form button { padding: 14px 22px; font-size: 14.5px; }

  .testimonial-section { padding: 90px 20px; }
  .t-card { margin-top: 40px; padding: 52px 16px 32px; }
  .t-card::before { font-size: 120px; top: -32px; }
  .t-card blockquote { font-size: clamp(20px, 5.2vw, 26px); max-width: 28ch; }
  .t-attr { flex-direction: column; gap: 14px; margin-top: 36px; }
  .t-attr .who { text-align: center; }

  .cta-section { padding: 90px 20px; }
  .cta-section .cta-refrain { font-size: clamp(22px, 6vw, 32px); margin-bottom: 16px; }
  .cta-section h2 { font-size: clamp(38px, 10vw, 62px); margin-bottom: 22px; }
  .cta-section p { font-size: 16px; margin-bottom: 32px; }
  .cta-actions { flex-direction: column; gap: 12px; }
  .cta-actions .btn-primary,
  .cta-actions .btn-ghost { width: 100%; justify-content: center; text-align: center; }
  .cta-actions .btn-ghost { padding: 14px 0; }

  footer { padding: 56px 20px 24px; }
  .foot { grid-template-columns: 1fr; gap: 36px; padding-bottom: 32px; }
  .foot .mark { font-size: 24px; }
  .foot .wordmark { font-size: 22px; }
  .foot .brand-icon-sm { width: 50px; height: 28px; }
  .foot .motto { font-size: 19px; }
  .foot p { font-size: 14px; max-width: 100%; }
  .foot-bottom { flex-direction: column; gap: 10px; text-align: center; padding: 20px 0 0; }
  .foot-legal { text-align: center; align-items: center; margin-top: 20px; }
}

@media (max-width: 400px) {
  nav.top { padding: 12px 16px; }
  .mark { font-size: 17px; }
  .wordmark { font-size: 16px; }
  .brand-icon-sm { width: 36px; height: 20px; }

  section { padding: 70px 16px; }

  .hero { padding: 24px 16px 56px; }
  .hero h1 { font-size: clamp(42px, 13vw, 64px); }
  .hero-photos .primary { height: clamp(280px, 78vw, 380px); }

  .manifest { padding: 64px 16px 72px; }
  .manifest-word { font-size: clamp(64px, 22vw, 100px); }
  .manifest-motto { font-size: clamp(24px, 7.5vw, 34px); }

  .method-equation .formula { font-size: clamp(30px, 10.5vw, 52px); }

  .speechcraft { padding: 72px 16px 82px; }
  .sc-stats { gap: 20px 22px; }
  .sc-stat .k { font-size: 30px; }
  .sc-price .big { font-size: 38px; }

  .gallery, .audience, .about, .programs, .resources,
  .testimonial-section, .cta-section { padding-left: 16px; padding-right: 16px; }

  .about-stats { grid-template-columns: 1fr; gap: 22px; }

  .program-card { padding: 32px 22px; }
  .program-card h3 { font-size: 26px; }

  .cta-section h2 { font-size: clamp(32px, 10.5vw, 48px); }

  footer { padding: 48px 16px 22px; }

  .mobile-panel { padding: 20px 22px 32px; }
  .mobile-panel ul.m-links a { font-size: 22px; padding: 18px 2px; }
}

@media (hover: none) {
  .btn-primary:hover,
  .btn-primary-light:hover,
  .btn-pill:hover,
  .method-card:hover,
  .aud-card:hover,
  .program-card:hover,
  .module-box:hover {
    transform: none;
  }
}
  .wordmark {
  font-family: 'Lato', "DM Sans", sans-serif;
  font-weight: 400;
}
.wordmark strong {
  font-family: 'Lato', "DM Sans", sans-serif;
  font-weight: 900;
}
