/* ========================================
   Sekou Andrews — Keynote Landing Page v16
   Fresh build. Nested page (no nav/footer).
   ======================================== */

/* ---- Fonts ---- */
@font-face { font-family: 'Monument'; src: url('../fonts/PPMonumentExtended-Black.otf') format('opentype'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Monument'; src: url('../fonts/PPMonumentExtended-Regular.otf') format('opentype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Monument'; src: url('../fonts/PPMonumentExtended-Light.otf') format('opentype'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Monument'; src: url('../fonts/PPMonumentExtended-BlackItalic.otf') format('opentype'); font-weight: 900; font-style: italic; font-display: swap; }
@font-face { font-family: 'Monument'; src: url('../fonts/PPMonumentExtended-RegularItalic.otf') format('opentype'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Owners'; src: url('../fonts/Owners-Medium.woff2') format('woff2'), url('../fonts/Owners-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Swiss'; src: url('../fonts/Swiss721Bold.ttf') format('truetype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Swiss'; src: url('../fonts/Swiss721Black.ttf') format('truetype'); font-weight: 900; font-style: normal; font-display: swap; }

/* ---- Reset ---- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

/* ---- Tokens ---- */
:root {
  --black: #0a0a0a;
  --off-black: #111;
  --dark: #161616;
  --white: #fff;
  --grey: #7a7a72;
  --warm: #e8dfd0;
  --orange: #c25a30;
  --orange-hi: #d96840;
  --teal: #2d9090;
  --gold: #d4a847;
  --warm-text: #2a2218;
  --warm-muted: #5a5244;
  --display: 'Monument', 'Impact', sans-serif;
  --serif: 'Owners', Georgia, serif;
  --body: 'Swiss', 'Helvetica Neue', Arial, sans-serif;
  --pad: clamp(24px, 5vw, 80px);
  --max: 1200px;
}

html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-behavior: smooth; }
body { font-family: var(--body); color: var(--white); background: var(--black); overflow-x: hidden; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* ---- Fade-up ---- */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s ease-out, transform .6s ease-out;
}
.fade-up.visible {
  opacity: 1;
  transform: none;
}

/* ---- CTA Button ---- */
.cta {
  display: inline-block;
  font-family: var(--display);
  font-weight: 900;
  font-size: .7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: var(--orange);
  color: var(--white);
  padding: 20px 52px;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .2s, box-shadow .2s;
}
.cta:hover {
  background: var(--orange-hi);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(194,90,48,.4);
}

/* ========================================
   S1 — HERO
   Full-width edge-to-edge image + button
   ======================================== */
.hero {
  position: relative;
  width: 100%;
  line-height: 0;
  background: var(--black);
}

.hero__img-wrap {
  position: relative;
  width: 100%;
  line-height: 0;
}
.hero__img-wrap > img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-btn {
  position: absolute;
  bottom: 22%;
  left: calc(5% + 35px);
  display: inline-block;
  line-height: 0;
  transition: transform .3s cubic-bezier(.2,1,.3,1), box-shadow .3s ease, filter .3s ease;
}

.hero-btn img {
  width: clamp(160px, 18vw, 280px);
  height: auto;
  display: block;
}

.hero-btn:hover {
  transform: scale(1.06) translateY(-4px);
  box-shadow: 0 12px 40px rgba(194,90,48,.6), 0 0 80px rgba(194,90,48,.25);
  filter: brightness(1.15);
}

.hero-btn:active {
  transform: scale(.98);
  box-shadow: 0 4px 16px rgba(194,90,48,.4);
}

/* ---- Hero copy overlay ---- */
.hero-copy {
  position: absolute;
  bottom: clamp(21%, 25vw, 31%);
  left: calc(5% + 35px);
  width: 48%;
  line-height: 1.6;
}
.hero-copy p {
  font-family: var(--serif);
  font-size: clamp(.55rem, 1.65vw, 2.6rem);
  line-height: 1.65;
  color: var(--warm);
  font-weight: 500;
}
.hero-copy em {
  font-style: italic;
  color: var(--orange);
}
.hero-copy__mobile { display: none; }


/* ========================================
   S2 — LOGO WALL (progressive reveal)
   ======================================== */
.logo-wall {
  position: relative;
  z-index: 0;
  background: var(--black);
  overflow: hidden;
}

.logo-wall__bg {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.logo-wall__content {
  position: relative;
  z-index: 1;
  padding: 60px var(--pad);
}

.logo-wall__label {
  font-family: var(--display);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--grey);
  margin-bottom: 32px;
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  max-width: var(--max);
  margin: 0 auto;
}

.logo-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 20px;
  border: 1px solid rgba(255,255,255,.04);
  margin: -0.5px; /* collapse borders */
}

.logo-cell img {
  max-width: 100px;
  max-height: 40px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 1;
  transition: opacity .3s, filter .3s;
}

.logo-cell:hover img {
  opacity: .85;
  filter: grayscale(1) brightness(0.8) invert(1);
}

/* Reveal accordions */
.logo-reveal {
  max-width: var(--max);
  margin: 0 auto;
}

.logo-reveal summary {
  display: flex;
  justify-content: flex-start;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
}
.logo-reveal summary::-webkit-details-marker { display: none; }
.logo-reveal summary::marker { content: ''; }

.logo-reveal summary span {
  font-family: var(--display);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-style: normal;
  color: var(--grey);
  transition: color .2s;
  position: relative;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.logo-reveal summary:hover span {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.logo-reveal[open] summary span {
  color: var(--gold);
}
.click-hint {
  font-family: var(--serif);
  font-size: .55em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  opacity: .6;
  margin-left: 6px;
}

@media (max-width: 600px) {
  .logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .logo-cell img {
    max-width: 72px;
    max-height: 30px;
  }
}

/* ========================================
   S3 — VIDEO
   Full-width cinematic
   ======================================== */
.video-block {
  position: relative;
  z-index: 1;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}

.video-player {
  width: 100%;
}
.video-player__screen {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

/* Layer 1: graffiti wall frame — drives the container size */
.video-player__frame {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

/* Layer 1b: Vimeo embed — sized to fit inside the white frame area */
.video-player__embed {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88%;
  aspect-ratio: 16/9;
  margin-top: calc(-1% + 0px);
  overflow: hidden;
}
.video-player__embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Layer 2: play button centered */
.play-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: calc(-2% + 17px);
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.1); }
}
.play-btn__img {
  width: clamp(40px, 8vw, 160px);
  height: auto;
  filter: drop-shadow(0 0 24px rgba(212,168,71,.4));
}

/* Layer 3: heading on top of everything — positioned above the frame */
.video-block__heading {
  position: absolute;
  z-index: 3;
  top: clamp(9%, 11vw, 15%);
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--display);
  font-size: clamp(.9rem, 3.5vw, 3.6rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: var(--white);
  text-shadow: 0 2px 20px rgba(0,0,0,.7), 0 0 60px rgba(0,0,0,.5);
  pointer-events: none;
  width: max-content;
  max-width: 90%;
}
.video-block__sub {
  display: block;
  font-size: .35em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.05em;
  margin-bottom: clamp(2px, 0.5vw, 8px);
}

.video-block__heading em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  text-transform: none;
  color: var(--gold);
  font-size: 1.2em;
  display: block;
  margin-top: 8px;
  letter-spacing: 0;
}

/* ========================================
   S4 — HUMAN OS
   ======================================== */
.human-os {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.human-os__img {
  display: block;
  width: 100%;
  height: auto;
}

/* ========================================
   S5 — TESTIMONIALS (horizontal cards)
   ======================================== */
.proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--warm);
}

.proof__card {
  position: relative;
  padding: clamp(40px,5vw,64px) clamp(28px,3vw,48px);
  border-right: 1px solid rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
}
.proof__logo {
  width: clamp(100px, 12vw, 160px);
  height: auto;
  object-fit: contain;
  margin-bottom: 28px;
}
.proof__logo--lg {
  width: clamp(100px, 12vw, 160px);
}
.proof__card:last-child { border-right: none; }

.proof__badge {
  font-family: var(--display);
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 28px;
}

.proof__card blockquote {
  font-family: var(--serif);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-style: normal;
  line-height: 1.9;
  color: var(--warm-text);
  flex: 1;
  margin-bottom: 32px;
}

.proof__card footer {
  font-family: var(--body);
  font-size: .8rem;
  color: var(--warm-muted);
}
.proof__card footer strong {
  color: var(--black);
}
.proof__title {
  color: var(--orange);
}

/* ========================================
   S6 — RESONANCE
   ======================================== */
.resonance {
  background: var(--dark);
  padding: clamp(80px,10vw,160px) var(--pad);
  text-align: center;
}
.resonance__inner {
  max-width: 780px;
  margin: 0 auto;
}
.resonance__line {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  font-style: normal;
  line-height: 2;
  color: var(--white);
  margin-bottom: 20px;
}
.resonance__line mark {
  background: none;
  color: var(--gold);
  font-style: italic;
}
.resonance__big {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-style: normal;
  line-height: 1.6;
  color: var(--white);
  margin-bottom: 20px;
}
.resonance__big mark {
  background: none;
  color: var(--gold);
  font-style: italic;
}
.resonance__kicker {
  font-family: var(--display);
  font-size: clamp(.85rem, 1.4vw, 1.1rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--white);
  margin-top: 52px;
  padding-top: 52px;
  border-top: 3px solid var(--orange);
  line-height: 2.4;
}
.kicker-highlight {
  color: var(--orange);
}

/* ========================================
   S7 — KEYNOTE MENU (native <details>)
   ======================================== */
.menu {
  background: #f0ebe4;
  padding: clamp(80px,10vw,140px) var(--pad);
}

.menu__header {
  text-align: center;
  margin-bottom: 56px;
}
.menu__header h2 {
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--warm-text);
  margin-bottom: 8px;
}
.menu__header p {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  color: var(--warm-muted);
}

.menu__accordion {
  max-width: 1100px;
  margin: 0 auto;
}

.menu__item {
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.menu__item:first-of-type {
  border-top: 1px solid rgba(0,0,0,.1);
}

.menu__item summary {
  display: flex;
  align-items: center;
  gap: clamp(8px, 2vw, 24px);
  padding: clamp(12px, 2.5vw, 32px) 8px;
  font-family: var(--display);
  font-size: clamp(.7rem, 2.2vw, 2rem);
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
  color: var(--warm-text);
  transition: color .2s;
}
.menu__item summary::-webkit-details-marker { display: none; }
.menu__item summary::marker { content: ''; }

.menu__item summary:hover { color: var(--orange); }
.menu__item[open] summary { color: var(--orange); }

.menu__item summary .num {
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: 3px;
  color: var(--orange);
  min-width: 32px;
}

/* plus/minus indicator */
.menu__item summary::after {
  content: '+';
  margin-left: auto;
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--orange);
  transition: transform .25s;
}
.menu__item[open] summary::after {
  content: '\2013';
}

/* Keynote rows inside accordion */
.menu__panel {
  padding: 0 8px 28px 48px;
}

.keynote-row {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 28px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.keynote-row:last-child {
  border-bottom: none;
}

.keynote-row__info h3 {
  font-family: var(--display);
  font-size: 1.1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--warm-text);
  margin-bottom: 8px;
}

.keynote-row__info p {
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--warm-muted);
}

.keynote-row__themes {
  font-size: .9rem !important;
  font-style: italic;
  color: var(--orange) !important;
  margin-bottom: 8px;
  line-height: 1.5 !important;
}

.keynote-row__length {
  font-size: .9rem !important;
  font-weight: 600;
  margin-top: 10px;
  color: var(--warm-text) !important;
}

/* ---- Keynote Takeaways ---- */
.keynote-takeaways {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 2px solid #3a3a6a;
}
.keynote-takeaways__heading {
  font-family: var(--body);
  font-size: .85rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #3a3a6a;
  margin-bottom: 14px;
}
.keynote-takeaways__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 32px;
}
@media (max-width: 680px) {
  .keynote-takeaways__grid {
    grid-template-columns: 1fr;
  }
}
.keynote-takeaways__col {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.keynote-takeaways__col li {
  font-size: .85rem;
  line-height: 1.5;
  color: var(--warm-text);
  list-style: disc;
  margin-left: 18px;
}
.keynote-takeaways__col li strong {
  color: #1a1a1a;
}
.keynote-takeaways__pairs {
  margin-top: 16px;
  font-size: .85rem;
  color: var(--warm-muted);
  text-align: center;
}

.keynote-video {
  aspect-ratio: 16/9;
  background: rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.keynote-video[data-vimeo]::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.3);
  z-index: 1;
  transition: background .2s;
}
.keynote-video[data-vimeo]:hover::before {
  background: rgba(0,0,0,.15);
}

.play-btn--sm {
  width: 48px;
  height: 48px;
  z-index: 2;
  position: relative;
}

@media (max-width: 767px) {
  .keynote-row {
    grid-template-columns: 1fr;
  }
  .menu__panel {
    padding-left: 8px;
  }
}

/* S7 images */
.s7-images {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.s7-images > img {
  display: block;
  width: 100%;
  height: auto;
}
.s7-message {
  position: relative;
}
.s7-message img {
  display: block;
  width: 100%;
  height: auto;
}
.s7-message__copy {
  position: absolute;
  right: 8%;
  bottom: 24%;
  text-align: left;
}
.s7-message__heading {
  font-family: var(--display);
  font-size: clamp(.6rem, 1.7vw, 1.3rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.3;
  color: var(--warm);
  margin-bottom: clamp(8px, 1.5vw, 20px);
}
.s7-message__heading span {
  font-weight: 300;
  font-size: .7em;
  letter-spacing: 1px;
  text-transform: lowercase;
}
.s7-message__text {
  font-family: var(--serif);
  font-size: clamp(.8rem, 2.2vw, 1.8rem);
  font-style: italic;
  line-height: 1.45;
  color: var(--warm);
}

/* ========================================
   S8 — NARRATIVE / STORY
   ======================================== */
.narrative {
  background: var(--warm);
  padding: clamp(80px,10vw,140px) var(--pad);
}

.narrative__beat {
  text-align: center;
  margin-bottom: 72px;
}

.flow-chain {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: clamp(10px, 2vw, 28px);
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.flow-chain span {
  font-family: var(--display);
  font-size: clamp(1.4rem, 3vw, 2.6rem);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--warm-text);
}
.flow-chain .arrow {
  font-size: clamp(.9rem, 1.4vw, 1.2rem);
  color: var(--orange);
  font-weight: 400;
}

.flow-chain--sm span {
  font-size: clamp(.85rem, 1.8vw, 1.5rem);
}

.narrative__beat > p {
  font-family: var(--serif);
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  line-height: 1.9;
  color: var(--warm-muted);
  max-width: 620px;
  margin: 0 auto;
}

.narrative__beat ul {
  list-style: none;
  max-width: 560px;
  margin: 16px auto 0;
  text-align: left;
}
.narrative__beat li {
  font-family: var(--serif);
  font-size: clamp(.95rem, 1.2vw, 1.05rem);
  line-height: 1.8;
  color: var(--warm-muted);
  padding: 6px 0 6px 20px;
  position: relative;
}
.narrative__beat li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  background: var(--orange);
  transform: rotate(45deg);
}

.moment {
  margin-top: 28px;
}
.moment strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--warm-text);
  margin-bottom: 16px;
}
.moment em {
  display: block;
  font-family: var(--serif);
  font-size: clamp(.95rem, 1.2vw, 1.05rem);
  font-style: italic;
  line-height: 1.8;
  color: var(--warm-muted);
}

.narrative__rule {
  border: none;
  height: 3px;
  width: 60px;
  background: var(--orange);
  margin: 0 auto 72px;
}

.narrative__beat--final .closer {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  font-style: italic;
  color: var(--warm-text);
}
.narrative__beat--final .belief {
  font-family: var(--display);
  font-size: clamp(.85rem, 1.3vw, 1rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--orange);
  margin-top: 36px;
  padding-top: 36px;
  border-top: 3px solid var(--orange);
}

/* ========================================
   HANDS IMAGE
   ======================================== */
.hands-img         { position: relative; width: 100%; line-height: 0; }
.hands-img img     { width: 100%; height: auto; display: block; }
/* dictionary definition overlay on orange bar */
.hands-img__define {
  position: absolute;
  bottom: 6%;
  left: calc(50% + 15px);
  transform: translateX(-50%);
  width: 60%;
  text-align: left;
  line-height: 1;
  color: var(--warm, #e8dfd0);
  font-family: 'Owners', sans-serif;
}
.define__term {
  font-size: clamp(1.6rem, 3.4vw, 3.1rem);
  font-weight: 500;
  margin: 0 0 .15em;
}
.define__phonetic {
  font-size: clamp(.65rem, 1.2vw, 1rem);
  font-style: italic;
  opacity: .7;
  margin: 0 0 .1em;
}
.define__pos {
  font-style: italic;
  opacity: .6;
}
.define__list {
  margin: 0;
  padding-left: 1.4em;
  font-size: clamp(1rem, 2vw, 1.75rem);
  line-height: 1.4;
}
.define__list li {
  margin-bottom: .3em;
}

.wide-track { letter-spacing: 0.08em; }
.hands-img__text--mobile { display: none; }

.hands-img__text   {
  position: absolute;
  right: calc(3% + 45px);
  bottom: 46%;
  width: 32%;
  margin: 0;
  font-family: 'Owners', sans-serif;
  font-weight: 500;
  font-size: clamp(1.2rem, 3vw, 2.8rem);
  line-height: 1.3;
  color: var(--warm, #e8dfd0);
}

/* ========================================
   S9 — FINAL CTA
   ======================================== */
.final-cta {
  background: url('../drop/cta-background3.jpg') center/contain no-repeat;
  aspect-ratio: 5504 / 4000;
  padding-top: 20%;
  padding-left: var(--pad);
  padding-right: var(--pad);
  padding-bottom: 0;
  text-align: left;
}
.final-cta__inner {
  max-width: 40%;
  margin: 0;
  padding-left: clamp(24px, 5vw, 80px);
}
.final-cta__sub {
  color: var(--orange);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
}
.final-cta h2 {
  font-family: var(--display);
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.55;
  color: var(--black);
  margin-bottom: 28px;
}
.final-cta__body {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: var(--warm-muted);
  line-height: 1.8;
  margin: 0;
}
a.final-cta__btn {
  display: flex;
  justify-content: flex-start;
  margin-top: 12%;
}
.final-cta__btn img {
  display: inline-block;
  width: clamp(220px, 25vw, 360px);
  height: auto;
  transition: opacity .3s;
}
.final-cta__btn:hover img {
  opacity: .85;
}

/* ========================================
   SITE HEADER (matches sekouandrews.com)
   ======================================== */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  transition: background .3s;
}
.site-header.scrolled {
  background: transparent;
}
.site-header__inner {
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(12px, 2vw, 24px);
  height: clamp(44px, 5.5vw, 72px);
}
.site-header__logo img {
  height: clamp(16px, 1.8vw, 22px);
  width: auto;
}

/* Nav — always a slide-out panel */
.site-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: auto;
  height: 100vh;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(50px, 7vw, 90px) clamp(12px, 2vw, 20px) 40px;
  gap: 0;
  z-index: 100;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease, visibility .2s ease;
}
.site-nav.open {
  visibility: visible;
  opacity: 1;
}
.site-nav a {
  font-family: var(--body);
  font-size: clamp(11px, 1.2vw, 15px);
  font-weight: 700;
  letter-spacing: .5px;
  color: #fff;
  padding: clamp(8px, 1vw, 14px) 0;
  text-align: left;
  transition: color .2s;
  white-space: nowrap;
}
.site-nav a:first-child {
  color: var(--orange);
}
.site-nav a:hover {
  color: var(--orange);
}

/* Hamburger toggle — always visible */
.site-header__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 101;
}
.site-header__toggle-icon {
  width: clamp(24px, 3.2vw, 46px);
  height: auto;
  display: block;
}

/* ========================================
   SITE FOOTER (matches sekouandrews.com)
   ======================================== */
.site-footer {
  background: #101010;
  padding: clamp(60px, 8vw, 100px) var(--pad) clamp(40px, 5vw, 60px);
  text-align: center;
}
.site-footer__inner {
  max-width: 600px;
  margin: 0 auto;
}
.site-footer__brand {
  margin-bottom: 32px;
}
.site-footer__logo {
  max-width: 180px;
  margin: 0 auto 12px;
}
.site-footer__wordmark {
  max-width: 160px;
  margin: 0 auto;
}
.site-footer__cta {
  display: inline-block;
  font-family: var(--display);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #c95100;
  padding: 16px 44px;
  margin-bottom: 36px;
  transition: background .2s, color .2s;
}
.site-footer__cta:hover {
  background: #c95100;
}
.site-footer__social {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 28px;
}
.site-footer__social a {
  color: rgba(255,255,255,.5);
  transition: color .2s;
}
.site-footer__social a:hover {
  color: #c95100;
}
.site-footer__copy {
  font-family: var(--body);
  font-size: .7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
}
.site-footer__copy a {
  color: rgba(255,255,255,.4);
  transition: color .2s;
}
.site-footer__copy a:hover {
  color: #c95100;
}

/* ========================================
   RESPONSIVE
   ======================================== */

/* ---- Tablet & below (900px) ---- */
@media (max-width: 900px) {
  .proof {
    grid-template-columns: 1fr;
  }
  .proof__card {
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,.08);
  }
  .proof__card:last-child { border-bottom: none; }

  /* Hands overlays — make text larger */
  .hands-img__text {
    width: 40%;
    font-size: clamp(.9rem, 2.4vw, 2rem);
  }
  .hands-img__define {
    width: 70%;
  }
}

/* ---- Mobile (600px) ---- */
@media (max-width: 600px) {

  /* Hero — button stays on image, copy flows below */
  .hero {
    display: flex;
    flex-direction: column;
  }
  .hero-btn {
    left: 5%;
    bottom: 32%;
  }
  .hero-btn img {
    width: clamp(120px, 35vw, 200px);
  }
  .hero-copy {
    position: static;
    width: 100%;
    padding: 24px 5% 32px;
    line-height: 1.6;
    background: var(--black);
  }
  .hero-copy__desktop { display: none; }
  .hero-copy__mobile { display: block; }
  .hero-copy p {
    font-size: clamp(.85rem, 3.8vw, 1.1rem);
    line-height: 1.6;
  }

  /* Header logo — half size on mobile */
  .site-header__logo img {
    height: 9px;
  }

  /* Nav — dark background so links are readable */
  .site-nav {
    background: rgba(0, 0, 0, .92);
    width: 100%;
  }

  /* Logo grid — 3 cols already, drop to 2 on very small */
  .logo-wall__content {
    padding: 40px var(--pad);
  }
  .logo-wall__label {
    font-size: clamp(.7rem, 3vw, 1rem);
    letter-spacing: 3px;
    margin-bottom: 20px;
  }

  /* Video section */
  .video-block__heading { top: 16%; font-size: clamp(1.25rem, 4.5vw, 3.6rem); }
  .video-block__heading em { font-size: 1em; }
  .play-btn { margin-top: 5%; }
  .video-player__embed { margin-top: 5%; width: 40%; }

  /* Testimonials — reposition logo */
  .proof__card {
    padding-bottom: 60px;
  }
  .proof__logo {
    bottom: 12px;
    right: 12px;
    width: 72px;
  }
  .proof__logo--lg {
    width: 84px;
  }
  .proof__badge {
    font-size: .7rem;
  }

  /* Resonance */
  .resonance {
    padding: clamp(50px, 8vw, 80px) var(--pad);
  }

  /* Keynote menu */
  .menu {
    padding: clamp(50px, 8vw, 80px) var(--pad);
  }
  .menu__header h2 {
    font-size: clamp(1.6rem, 7vw, 2.4rem);
  }
  .menu__panel {
    padding-left: 8px;
  }

  /* S7 message overlay */
  .s7-message__copy {
    right: 4%;
    bottom: 12%;
  }
  .s7-message__heading {
    font-size: clamp(.35rem, 1.8vw, .6rem);
    letter-spacing: 0.5px;
    margin-bottom: 4px;
  }
  .s7-message__text {
    font-size: clamp(.35rem, 2vw, .7rem);
  }

  /* Hands image — reposition overlays for small screens */
  .hands-img__text--desktop { display: none; }
  .hands-img__text--mobile {
    display: block;
    position: absolute;
    width: 38%;
    right: 3%;
    bottom: 50%;
    font-family: 'Owners', sans-serif;
    font-weight: 500;
    font-size: clamp(.5rem, 2.2vw, .9rem);
    line-height: 1.3;
    color: var(--warm, #e8dfd0);
    margin: 0;
  }
  .hands-img__define {
    width: 70%;
    left: 58%;
    bottom: 6%;
  }
  .define__term {
    font-size: clamp(.6rem, 3vw, 1rem);
  }
  .define__list {
    font-size: clamp(.4rem, 1.8vw, .7rem);
  }
  .define__phonetic {
    font-size: clamp(.3rem, 1.2vw, .5rem);
  }

  /* Final CTA */
  .final-cta {
    padding: clamp(60px, 10vw, 100px) var(--pad);
  }

  /* Flow chains (narrative) */
  .flow-chain span { font-size: clamp(1rem, 5vw, 1.4rem); }
  .flow-chain--sm span { font-size: clamp(.75rem, 3.5vw, 1rem); }
}

/* ---- Very small screens (400px) ---- */
@media (max-width: 400px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .logo-cell img {
    max-width: 60px;
    max-height: 26px;
  }
}

/* ---- Reduced Motion ---- */
@media (prefers-reduced-motion: reduce) {
  .fade-up { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}
