/* ==========================================================================
   Chris Mijatovich — site styles
   Brand: Deep Koamaru #3A2C72 · Antique Gold #E2C490 · B'dazzled Blue #385E9D
          Bright Gray #F2F2F2 · Pure White #FFFFFF · Midnight Black #313233
   Type:  Headings = Agrandir Bold (web stand-in: Outfit)
          Body     = Proxima Nova  (web stand-in: Figtree)
          Quotes   = Cormorant Garamond italic (echoes the serif wordmark)
   ========================================================================== */

/* Drop licensed webfonts into /assets/fonts and uncomment to go fully on-brand.
@font-face { font-family: "Agrandir"; src: url("../assets/fonts/Agrandir-Bold.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Proxima Nova"; src: url("../assets/fonts/ProximaNova-Regular.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Proxima Nova"; src: url("../assets/fonts/ProximaNova-Bold.woff2") format("woff2"); font-weight: 700; font-display: swap; }
*/

:root {
  --koamaru: #3A2C72;
  --koamaru-deep: #241A4E;
  --koamaru-ink: #1A1238;
  --gold: #E2C490;
  --gold-deep: #C7A66A;
  --gold-soft: #F3E7CF;
  --tint-koamaru: #E6E2F1;
  --tint-gold: #F1E3C6;
  --blue: #385E9D;
  --gray: #F2F2F2;
  --gray-2: #E6E6E8;
  --white: #FFFFFF;
  --ink: #313233;
  --muted: #67686E;
  --line: rgba(49,50,51,.12);
  --line-dark: rgba(255,255,255,.14);

  --font-head: "Agrandir", "Outfit", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Proxima Nova", "Figtree", "Helvetica Neue", Arial, sans-serif;
  --font-quote: "Cormorant Garamond", Georgia, "Times New Roman", serif;

  --container: 1180px;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --section: clamp(4.5rem, 9vw, 8rem);
  --radius: 4px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.1875rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, picture, video { max-width: 100%; display: block; }
picture { height: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 600; line-height: 1.12; letter-spacing: -.015em; margin: 0 0 1rem; color: var(--ink); }
p { margin: 0 0 1.1rem; }
p:last-child { margin-bottom: 0; }
strong { font-weight: 700; }
::selection { background: var(--gold); color: var(--koamaru-ink); }

.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.narrow { max-width: 760px; }
.center { text-align: center; }
.mx-auto { margin-inline: auto; }

/* ---------- type ---------- */
.display { font-size: clamp(2.25rem, 5.2vw, 4.35rem); line-height: 1.05; letter-spacing: -.025em; font-weight: 600; }
.h2 { font-size: clamp(1.85rem, 3.3vw, 2.7rem); line-height: 1.1; }
.h3 { font-size: clamp(1.25rem, 1.8vw, 1.5rem); }
.lead { font-size: clamp(1.275rem, 1.6vw, 1.475rem); line-height: 1.55; color: var(--ink); }
.eyebrow {
  font-family: var(--font-head);
  font-size: .75rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-deep); font-weight: 600; margin: 0 0 1.1rem; display: block;
}
.eyebrow::before { content: ""; display: inline-block; width: 26px; height: 1px; background: var(--gold); vertical-align: middle; margin-right: .75rem; }
.eyebrow.plain::before { display: none; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }

/* on dark */
.on-dark, .on-dark h1, .on-dark h2, .on-dark h3, .on-dark h4, .on-dark p { color: var(--white); }
.on-dark .eyebrow { color: var(--gold); }
.on-dark .muted { color: rgba(255,255,255,.72); }

/* ---------- buttons & CTAs ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-head); font-weight: 600; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase;
  padding: 1rem 1.6rem; border-radius: var(--radius);
  background: var(--koamaru); color: var(--white); border: 1px solid var(--koamaru);
  transition: background .3s var(--ease), transform .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease);
  white-space: nowrap;
}
.btn .arw { transition: transform .3s var(--ease); }
.btn:hover { background: var(--koamaru-deep); border-color: var(--koamaru-deep); transform: translateY(-1px); }
.btn:hover .arw { transform: translateX(4px); }
.btn.gold { background: var(--gold); border-color: var(--gold); color: var(--koamaru-ink); }
.btn.gold:hover { background: var(--gold-deep); border-color: var(--gold-deep); }
.btn.ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.45); }
.btn.ghost:hover { background: rgba(255,255,255,.08); border-color: var(--white); }
.btn.ghost-dark { background: transparent; color: var(--koamaru); border-color: var(--koamaru); }
.btn.ghost-dark:hover { background: var(--koamaru); color: var(--white); }

/* arrow-prefixed text CTA, per copy doc */
.cta {
  display: inline-flex; align-items: center; gap: .7rem;
  font-family: var(--font-head); font-weight: 600; font-size: .82rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--koamaru); padding-bottom: .35rem; position: relative;
}
.cta::before { content: "\2192"; color: var(--gold-deep); font-size: 1.1em; transition: transform .3s var(--ease); }
.cta::after { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background: currentColor; opacity: .25; transition: opacity .3s; }
.cta:hover::before { transform: translateX(5px); }
.cta:hover::after { opacity: 1; }
.on-dark .cta, .hero .cta, .page-hero .cta, .cta-band .cta, .duo .quiz .cta { color: var(--white); }
.on-dark .cta::before, .hero .cta::before, .page-hero .cta::before, .cta-band .cta::before, .duo .quiz .cta::before { color: var(--gold); }

/* ---------- header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  transition: background .4s var(--ease), box-shadow .4s var(--ease), padding .4s var(--ease);
  padding: 1.1rem 0;
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: block; line-height: 0; }
.brand img { height: 53px; width: auto; }
.brand .logo-light { display: none; }
.site-header.dark-mode .brand .logo-dark { display: none; }
.site-header.dark-mode .brand .logo-light { display: block; }
.site-header.scrolled { background: rgba(255,255,255,.92); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); box-shadow: 0 1px 0 var(--line); padding: .65rem 0; }
.site-header.scrolled .brand .logo-dark { display: block; }
.site-header.scrolled .brand .logo-light { display: none; }
.site-header.scrolled .brand img { height: 46px; }

.nav { display: flex; align-items: center; gap: 2.2rem; }
.nav a:not(.btn) {
  font-family: var(--font-head); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500;
  color: var(--ink); position: relative; padding: .25rem 0;
}
.nav a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 1px; background: var(--gold-deep); transition: width .3s var(--ease); }
.nav a:not(.btn):hover::after, .nav a:not(.btn)[aria-current="page"]::after { width: 100%; }
.nav .btn { padding: .8rem 1.25rem; font-size: .72rem; }
.site-header.dark-mode:not(.scrolled) .nav a:not(.btn) { color: var(--white); }
.site-header.dark-mode:not(.scrolled) .nav .btn { background: var(--gold); border-color: var(--gold); color: var(--koamaru-ink); }

.nav-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 0; cursor: pointer; position: relative; z-index: 60; }
.nav-toggle span { position: absolute; left: 10px; right: 10px; height: 2px; background: var(--ink); transition: transform .3s var(--ease), opacity .3s, background .3s; }
.nav-toggle span:nth-child(1) { top: 14px; } .nav-toggle span:nth-child(2) { top: 21px; } .nav-toggle span:nth-child(3) { top: 28px; }
.site-header.dark-mode:not(.scrolled) .nav-toggle span { background: var(--white); }
.nav-open .nav-toggle span { background: var(--white) !important; }
.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav {
    position: fixed; inset: 0; background: var(--koamaru-ink);
    flex-direction: column; justify-content: center; align-items: flex-start; gap: 1.6rem;
    padding: 6rem var(--gutter) 3rem; z-index: 55;
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity .4s var(--ease), visibility 0s linear .4s;
  }
  .nav > a { transform: translateY(14px); opacity: 0; transition: transform .5s var(--ease), opacity .5s var(--ease); }
  .nav-open .nav { opacity: 1; visibility: visible; pointer-events: auto; transition: opacity .4s var(--ease), visibility 0s; }
  .nav-open .nav > a { transform: none; opacity: 1; }
  .nav-open .nav > a:nth-child(2) { transition-delay: .05s; } .nav-open .nav > a:nth-child(3) { transition-delay: .1s; }
  .nav-open .nav > a:nth-child(4) { transition-delay: .15s; } .nav-open .nav > a:nth-child(5) { transition-delay: .2s; }
  .nav a:not(.btn) { color: var(--white) !important; font-size: 1.35rem; letter-spacing: .08em; }
  .nav .btn { margin-top: 1rem; background: var(--gold); border-color: var(--gold); color: var(--koamaru-ink); }
  .nav-open .brand .logo-dark { display: none !important; } .nav-open .brand .logo-light { display: block !important; }
  body.nav-open { overflow: hidden; }
}

/* ---------- sections ---------- */
.section { padding-block: var(--section); position: relative; }
.section.tight { padding-block: calc(var(--section) * .6); }
.bg-gray { background: var(--gray); }
.bg-dark { background: var(--koamaru-deep); }
.bg-ink { background: var(--koamaru-ink); }
.bg-koamaru { background: var(--koamaru); }
.bg-gold-soft { background: var(--gold-soft); }
.bg-tint-koamaru { background: var(--tint-koamaru); }
.bg-tint-gold { background: var(--tint-gold); }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(1.5rem, 3vw, 2.5rem); }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: clamp(1.5rem, 3vw, 2.5rem); }
@media (max-width: 900px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } .grid-2.rev > :first-child { order: 2; } }

/* brand spacer divider */
.divider { display: flex; justify-content: center; padding: 0 var(--gutter); }
.divider img { width: min(560px, 80%); opacity: .85; }
.divider.on-dark img { filter: brightness(0) invert(1); opacity: .55; }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden; color: var(--white);
  background: radial-gradient(120% 90% at 85% 10%, #4A3A8E 0%, var(--koamaru) 35%, var(--koamaru-deep) 70%, var(--koamaru-ink) 100%);
  min-height: min(100svh, 960px); display: flex; align-items: flex-end;
  padding-top: 7rem;
}
.hero .swirl { position: absolute; pointer-events: none; opacity: .18; width: clamp(380px, 48vw, 760px); right: -6%; top: 4%; filter: brightness(0) invert(1) sepia(1) saturate(3) hue-rotate(5deg); animation: slowspin 90s linear infinite; }
@keyframes slowspin { to { transform: rotate(360deg); } }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1rem, 3vw, 3rem); align-items: end; position: relative; }
.hero-copy { padding-bottom: clamp(3rem, 8vh, 6rem); }
.hero-copy .eyebrow { color: var(--gold); }
.hero h1 { color: var(--white); margin-bottom: 1.6rem; }
.hero .lead { color: rgba(255,255,255,.82); max-width: 520px; margin-bottom: 2.2rem; }
.hero-portrait { position: relative; align-self: end; line-height: 0; }
.hero-portrait img { width: 100%; max-height: min(86svh, 830px); object-fit: contain; object-position: bottom center; margin-inline: auto; filter: drop-shadow(0 30px 60px rgba(0,0,0,.45)); }
.hero-portrait::after { content: ""; position: absolute; inset: auto 0 0 0; height: 18%; background: linear-gradient(to top, var(--koamaru-ink), transparent); pointer-events: none; }
.hero-scroll { position: absolute; left: var(--gutter); bottom: 1.5rem; font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.5); display: flex; align-items: center; gap: .75rem; }
.hero-scroll::after { content: ""; width: 1px; height: 38px; background: linear-gradient(var(--gold), transparent); }
@media (max-width: 900px) {
  .hero { min-height: auto; padding-top: 6rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 1rem; order: 1; }
  .hero-portrait { order: 2; margin-inline: -4vw; }
  .hero-portrait img { max-height: min(70svh, 620px); }
  .hero-scroll { display: none; }
}

/* inner page hero (image) */
.page-hero { position: relative; overflow: hidden; color: var(--white); min-height: min(78svh, 760px); display: flex; align-items: flex-end; padding: 8rem 0 clamp(3rem, 7vw, 5.5rem); background: var(--koamaru-ink); }
.page-hero .media { position: absolute; inset: 0; }
.page-hero .media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero .media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26,18,56,.55) 0%, rgba(26,18,56,.35) 45%, rgba(26,18,56,.92) 100%); }
.page-hero .container { position: relative; }
.page-hero h1 { color: var(--white); max-width: 16ch; }
.page-hero .lead { color: rgba(255,255,255,.85); max-width: 620px; }
.page-hero .eyebrow { color: var(--gold); }

/* split hero with cutout (About / Contact) */
.hero.compact { min-height: min(82svh, 820px); }
.hero.compact .hero-grid { align-items: end; }
.hero.compact .hero-copy { align-self: center; padding-bottom: clamp(2rem, 6vh, 4rem); }
.hero.compact .hero-portrait img { max-height: min(69svh, 690px); }
@media (max-width: 900px) { .hero.compact { min-height: auto; } .hero.compact .hero-copy { align-self: auto; padding-bottom: 0; } .hero.compact .hero-portrait img { max-height: min(56svh, 500px); } }

/* ---------- credentials bar ---------- */
.cred-bar { background: var(--white); border-bottom: 1px solid var(--line); position: relative; z-index: 2; }
.cred-bar ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.cred-bar li { padding: 1.6rem 1.6rem 1.6rem 0; font-size: 1.075rem; line-height: 1.5; color: var(--ink); border-right: 1px solid var(--line); margin-right: 1.6rem; }
.cred-bar li:last-child { border-right: 0; margin-right: 0; }
.cred-bar li b { display: block; font-family: var(--font-head); font-weight: 600; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: .35rem; }
@media (max-width: 900px) { .cred-bar ul { grid-template-columns: 1fr 1fr; } .cred-bar li { border-right: 0; margin-right: 0; padding: 1.2rem .5rem; border-bottom: 1px solid var(--line); } }
@media (max-width: 520px) { .cred-bar ul { grid-template-columns: 1fr; } }

/* ---------- video placeholder ---------- */
.video-frame { position: relative; aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden; background: linear-gradient(135deg, var(--koamaru-deep), var(--koamaru)); display: grid; place-items: center; color: var(--white); box-shadow: 0 40px 80px -40px rgba(36,26,78,.6); }
.video-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .45; }
.video-frame .play { position: relative; width: 84px; height: 84px; border-radius: 50%; border: 1px solid rgba(255,255,255,.6); display: grid; place-items: center; backdrop-filter: blur(4px); transition: transform .3s var(--ease), background .3s; }
.video-frame .play::after { content: ""; border-left: 20px solid var(--white); border-top: 12px solid transparent; border-bottom: 12px solid transparent; margin-left: 5px; }
.video-frame:hover .play { transform: scale(1.06); background: rgba(255,255,255,.1); }
.video-frame .tag { position: absolute; left: 1.25rem; bottom: 1.1rem; font-family: var(--font-head); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }

/* ---------- feature rows (routing sections) ---------- */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.feature.rev .feature-media { order: 2; }
.feature-media { position: relative; }
.feature-media .frame { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/5; background: var(--gray); }
.on-dark .feature-media .frame { background: transparent; }
.feature-media .frame:not(.portrait-cut) img { height: 101%; }
.feature-media .frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.feature:hover .frame img { transform: scale(1.03); }
.feature-media .frame.portrait-cut { background: linear-gradient(160deg, var(--gray) 0%, var(--gray-2) 100%); aspect-ratio: 4/5; }
.feature-media .frame.portrait-cut picture { position: absolute; inset: 0; }
.feature-media .frame.portrait-cut img { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 92%; width: auto; max-width: none; object-fit: contain; transition: none; }
.feature:hover .frame.portrait-cut img { transform: translateX(-50%); }
.feature-media .frame.portrait-cut.dark { background: radial-gradient(90% 70% at 50% 20%, #4A3A8E, var(--koamaru-deep) 75%); }
.feature-media .frame.portrait-cut .ring { position: absolute; width: 78%; left: 11%; top: 4%; opacity: .22; pointer-events: none; }
.feature-media .num { position: absolute; top: -1.1rem; left: -1.1rem; font-family: var(--font-head); font-size: 5rem; line-height: 1; color: var(--gold); opacity: .9; font-weight: 600; z-index: 2; }
.feature-copy h2 { max-width: 16ch; }
.feature-copy .body { max-width: 52ch; }
@media (max-width: 900px) { .feature { grid-template-columns: 1fr; } .feature.rev .feature-media { order: 0; } .feature-media .frame, .feature-media .frame.portrait-cut { aspect-ratio: 4/4.2; } }

/* ---------- pull quote ---------- */
.pull { text-align: center; padding-block: calc(var(--section) * .55); background: var(--tint-gold); }
.pull blockquote { margin: 0 auto; max-width: 820px; font-family: var(--font-quote); font-style: italic; font-weight: 500; font-size: clamp(1.5rem, 2.8vw, 2.25rem); line-height: 1.35; color: var(--koamaru); }
.pull.on-dark blockquote { color: var(--white); }
.pull blockquote::before { content: ""; display: block; width: 44px; height: 1px; background: var(--gold-deep); margin: 0 auto 1.6rem; }

/* ---------- testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.testi { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; display: flex; flex-direction: column; gap: 1rem; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.testi:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -30px rgba(58,44,114,.35); }
.testi .mark { font-family: var(--font-quote); font-size: 3.2rem; line-height: .6; color: var(--gold); height: 1.4rem; }
.testi .context { color: var(--muted); font-size: 1.075rem; }
.testi .quote { font-family: var(--font-quote); font-style: italic; font-size: 1.3rem; line-height: 1.4; color: var(--koamaru); }
.testi .who { margin-top: auto; font-family: var(--font-head); font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink); font-weight: 600; }
.testi .who::before { content: ""; display: inline-block; width: 18px; height: 1px; background: var(--gold); vertical-align: middle; margin-right: .6rem; }
.testi.wide { grid-column: span 2; }
.on-dark .testi { background: rgba(255,255,255,.04); border-color: var(--line-dark); }
.on-dark .testi .quote, .on-dark .testi .who { color: var(--white); }
.on-dark .testi .context { color: rgba(255,255,255,.65); }
@media (max-width: 900px) { .testi-grid { grid-template-columns: 1fr; } .testi.wide { grid-column: auto; } }

/* inline testimonial (work page) */
.testi-inline { border-left: 2px solid var(--gold); padding: .5rem 0 .5rem 1.75rem; max-width: 640px; }
.testi-inline .quote { font-family: var(--font-quote); font-style: italic; font-size: 1.45rem; line-height: 1.4; color: var(--koamaru); margin-bottom: .75rem; }
.testi-inline .context { color: var(--muted); font-size: 1.075rem; margin-bottom: .5rem; }
.testi-inline .who { font-family: var(--font-head); font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; }

/* ---------- social row ---------- */
.social-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.post { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.75rem; min-height: 240px; display: flex; flex-direction: column; gap: 1rem; }
.post .net { font-family: var(--font-head); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); display: flex; align-items: center; gap: .5rem; }
.post .net svg { width: 16px; height: 16px; fill: currentColor; }
.post .ph { flex: 1; display: grid; gap: .6rem; align-content: start; }
.post .ph span { display: block; height: 10px; border-radius: 2px; background: var(--gray-2); }
.post .ph span:nth-child(1) { width: 90%; } .post .ph span:nth-child(2) { width: 75%; } .post .ph span:nth-child(3) { width: 60%; }
.socials { display: flex; gap: .9rem; align-items: center; }
.socials a { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--ink); transition: all .3s var(--ease); }
.socials a svg { width: 16px; height: 16px; fill: currentColor; }
.socials a:hover { background: var(--koamaru); border-color: var(--koamaru); color: var(--white); transform: translateY(-2px); }
.on-dark .socials a, .socials.on-dark a { border-color: var(--gold); color: var(--gold); }
.on-dark .socials a:hover, .socials.on-dark a:hover { background: var(--gold); border-color: var(--gold); color: var(--koamaru-ink); }
@media (max-width: 900px) { .social-grid { grid-template-columns: 1fr; } }

/* ---------- quiz + lead magnet band ---------- */
.duo { display: grid; grid-template-columns: 1fr 1fr; }
.duo > div { padding: clamp(2.5rem, 5vw, 4.5rem); }
.duo .quiz { background: var(--koamaru); color: var(--white); }
.duo .magnet { background: var(--gold); }
.duo .magnet h3 { color: var(--koamaru-ink); }
.duo .magnet .muted { color: var(--koamaru-deep); }
.duo .magnet .eyebrow { color: var(--koamaru); }
.duo .magnet .optin input { border-color: rgba(36,26,78,.25); }
.duo h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); }
.duo .quiz h3, .duo .quiz p { color: var(--white); }
.duo .quiz p { color: rgba(255,255,255,.8); }
.optin { display: flex; gap: .6rem; margin-top: 1.5rem; max-width: 480px; }
.optin input { flex: 1; min-width: 0; padding: .95rem 1.1rem; border: 1px solid rgba(49,50,51,.2); border-radius: var(--radius); font: inherit; background: var(--white); }
.optin input:focus { outline: 2px solid var(--koamaru); outline-offset: 1px; }
.coming { display: inline-block; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; font-family: var(--font-head); padding: .35rem .6rem; border: 1px solid currentColor; border-radius: 2px; opacity: .7; margin-left: .75rem; vertical-align: middle; }
@media (max-width: 900px) { .duo { grid-template-columns: 1fr; } .optin { flex-direction: column; } }

/* ---------- closing CTA band ---------- */
.cta-band { position: relative; overflow: hidden; color: var(--white); padding-block: clamp(6rem, 12vw, 10rem); text-align: center; background: var(--koamaru-ink); }
.cta-band .media { position: absolute; inset: 0; }
.cta-band .media img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.cta-band .media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26,18,56,.75), rgba(26,18,56,.35) 50%, rgba(26,18,56,.85)); }
.cta-band.deep .media img { opacity: .42; }
.cta-band.deep .media::after { background: linear-gradient(180deg, rgba(26,18,56,.85), rgba(26,18,56,.68) 50%, rgba(26,18,56,.92)); }
.cta-band .container { position: relative; }
.cta-band h2 { color: var(--white); }
.cta-band .lead { color: rgba(255,255,255,.85); }
.cta-band .who-for { max-width: 640px; margin: 0 auto 3.5rem; padding-bottom: 3rem; border-bottom: 1px solid var(--line-dark); }

/* ---------- about: story blocks ---------- */
.story { display: grid; grid-template-columns: 280px 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.story .label { position: sticky; top: 7rem; }
.story .label .eyebrow { margin-bottom: .6rem; }
.story .label h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); }
.story .body { max-width: 62ch; }
.story .body p { font-size: 1.225rem; }
.story .body p.first::first-letter { font-family: var(--font-quote); font-size: 3.6em; float: left; line-height: .8; padding: .1em .12em 0 0; color: var(--koamaru); }
@media (max-width: 900px) { .story { grid-template-columns: 1fr; gap: 1rem; } .story .label { position: static; } }

.stat-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
.stat { border-top: 1px solid var(--gold); padding-top: 1rem; }
.stat b { font-family: var(--font-head); font-size: 2.25rem; font-weight: 600; display: block; line-height: 1; color: var(--koamaru); margin-bottom: .5rem; }
.stat span { font-size: .9rem; color: var(--muted); }
.on-dark .stat b { color: var(--gold); }
@media (max-width: 900px) { .stat-row { grid-template-columns: 1fr 1fr; } }

/* ---------- offers ---------- */
.offer { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; padding-block: clamp(3rem, 6vw, 5rem); border-top: 1px solid var(--line); }
.offer:first-of-type { border-top: 0; }
.offer .kicker { font-family: var(--font-head); color: var(--gold-deep); font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; margin-bottom: .5rem; display: block; }
.offer h2 { font-size: clamp(1.9rem, 3.4vw, 2.8rem); }
.offer .sub { font-size: 1.325rem; color: var(--koamaru); font-weight: 500; margin-bottom: 1.25rem; }
.offer .card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; position: sticky; top: 6.5rem; box-shadow: 0 40px 80px -50px rgba(58,44,114,.45); }
.offer .card .cover { margin: -2rem -2rem 1.5rem; aspect-ratio: 16/10; overflow: hidden; border-radius: var(--radius) var(--radius) 0 0; }
.offer .card .cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.banner { border-radius: var(--radius); overflow: hidden; aspect-ratio: 21/9; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.banner img { width: 100%; height: 100%; object-fit: cover; display: block; }
.side-img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; margin-top: 2.5rem; }
.side-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 900px) { .banner { aspect-ratio: 16/9; } }
.offer .card .fact { display: flex; justify-content: space-between; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--line); font-size: 1.1rem; }
.offer .card .fact:last-of-type { border-bottom: 0; }
.offer .card .fact b { font-family: var(--font-head); font-weight: 600; color: var(--koamaru); text-align: right; }
.offer .card .fact span { color: var(--muted); }
.offer .card .btn { width: 100%; justify-content: center; margin-top: 1.25rem; }
.offer .card .note { font-size: .82rem; color: var(--muted); margin-top: .9rem; text-align: center; }
.offer .incl { border-left: 2px solid var(--gold); padding-left: 1.25rem; color: var(--ink); margin-top: 1.5rem; }
@media (max-width: 900px) { .offer { grid-template-columns: 1fr; } .offer .card { position: static; } }

/* ---------- faq ---------- */
.faq { border-top: 1px solid var(--line); }
.qmark { font-family: var(--font-head); font-weight: 600; font-size: clamp(12rem, 22vw, 20rem); line-height: .8; color: var(--gold); opacity: .35; margin-top: 1rem; user-select: none; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 1.4rem 0; display: flex; justify-content: space-between; gap: 1.5rem; align-items: center; font-family: var(--font-head); font-weight: 600; font-size: 1.15rem; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { flex: none; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; position: relative; transition: background .3s, border-color .3s; }
.faq summary .pm::before, .faq summary .pm::after { content: ""; position: absolute; background: var(--koamaru); left: 50%; top: 50%; transform: translate(-50%,-50%); transition: transform .3s var(--ease), background .3s; }
.faq summary .pm::before { width: 12px; height: 1px; } .faq summary .pm::after { width: 1px; height: 12px; }
.faq details[open] summary .pm { background: var(--koamaru); border-color: var(--koamaru); }
.faq details[open] summary .pm::before, .faq details[open] summary .pm::after { background: var(--white); }
.faq details[open] summary .pm::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq .ans { padding: 0 0 1.6rem; max-width: 64ch; color: var(--ink); }

/* ---------- speaking ---------- */
.topic { border-top: 1px solid rgba(226,196,144,.75); padding: 2.5rem 0; display: grid; grid-template-columns: 60px 1fr 1fr; gap: 2rem; align-items: start; }
.topic .n { font-family: var(--font-head); color: var(--gold); font-size: .8rem; letter-spacing: .2em; padding-top: .4rem; }
.topic h3 { color: var(--white); font-size: clamp(1.7rem, 2.5vw, 2.125rem); margin-bottom: .5rem; }
.topic .hook { color: var(--gold-soft); font-family: var(--font-quote); font-style: italic; font-size: 1.5rem; line-height: 1.35; }
.topic .desc { color: rgba(255,255,255,.85); }
.topic .best { font-size: 1.05rem; color: var(--gold); margin-top: 1rem; }
.topic .best b { color: rgba(255,255,255,.6); font-weight: 500; letter-spacing: .1em; text-transform: uppercase; font-size: .8rem; font-family: var(--font-head); margin-right: .6rem; }
@media (max-width: 900px) { .topic { grid-template-columns: 1fr; gap: .75rem; } }

.aud-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.25rem; }
.aud { padding: 1.75rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: border-color .3s; }
.aud:hover { border-color: var(--gold); }
.aud h3 { font-size: 1.05rem; margin-bottom: .5rem; }
.aud p { color: var(--muted); font-size: 1.075rem; }
@media (max-width: 1000px) { .aud-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .aud-grid { grid-template-columns: 1fr; } }

.room { background: var(--white); border: 1px solid var(--line); border-left: 3px solid var(--gold); padding: 2rem; border-radius: var(--radius); }
.room h3 { font-size: 1.3rem; }

.logo-wall { display: grid; grid-template-columns: repeat(6,1fr); gap: 1rem; }
.logo-wall div { aspect-ratio: 3/1.6; border: 1px dashed rgba(49,50,51,.2); border-radius: var(--radius); display: grid; place-items: center; color: var(--muted); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; font-family: var(--font-head); }
@media (max-width: 900px) { .logo-wall { grid-template-columns: repeat(3,1fr); } }

.bio-box { background: var(--gray); border-radius: var(--radius); padding: clamp(1.75rem, 4vw, 3rem); position: relative; }
.bio-box .copy-btn { position: absolute; top: 1.25rem; right: 1.25rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: .5rem .8rem; font-family: var(--font-head); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; transition: all .3s; }
.bio-box .copy-btn:hover { background: var(--koamaru); color: var(--white); border-color: var(--koamaru); }

/* ---------- contact ---------- */
.form { display: grid; gap: 1.1rem; }
.form label { display: grid; gap: .45rem; font-family: var(--font-head); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--koamaru); font-weight: 600; }
.form input, .form textarea, .form select { font: inherit; font-family: var(--font-body); letter-spacing: 0; text-transform: none; padding: 1rem 1.1rem; border: 1px solid rgba(49,50,51,.22); border-radius: var(--radius); background: var(--white); color: var(--ink); width: 100%; transition: border-color .3s, box-shadow .3s; }
.form textarea { min-height: 180px; resize: vertical; }
.form input:focus, .form textarea:focus, .form select:focus { outline: none; border-color: var(--koamaru); box-shadow: 0 0 0 3px rgba(58,44,114,.12); }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form .status { font-size: .9rem; color: var(--muted); min-height: 1.4em; }
@media (max-width: 640px) { .form .row { grid-template-columns: 1fr; } }
.contact-aside { border-left: 1px solid var(--line); padding-left: clamp(1.5rem, 4vw, 3.5rem); }
.contact-aside .item { margin-bottom: 2rem; }
.contact-aside .item .eyebrow { margin-bottom: .4rem; }
.contact-aside .item a { color: var(--koamaru); border-bottom: 1px solid rgba(58,44,114,.3); }
.contact-aside .item a:hover { border-color: var(--koamaru); }
@media (max-width: 900px) { .contact-aside { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 2.5rem; } }

/* ---------- footer ---------- */
.site-footer { background: var(--koamaru-ink); color: rgba(255,255,255,.7); padding: clamp(3.5rem, 6vw, 5rem) 0 2rem; }
.site-footer .top { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid var(--line-dark); }
.site-footer .brand img { height: 58px; }
.site-footer .tagline { font-family: var(--font-head); color: var(--gold); font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; margin-top: 1.25rem; }
.site-footer h4 { color: var(--white); font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 1rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.site-footer ul a { color: rgba(255,255,255,.72); transition: color .3s; font-size: 1.075rem; }
.site-footer ul a:hover { color: var(--gold); }
.site-footer .bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-top: 1.75rem; font-size: .82rem; color: rgba(255,255,255,.45); }
@media (max-width: 900px) { .site-footer .top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-footer .top { grid-template-columns: 1fr; } }

/* ---------- reveal animation ---------- */
.fx { opacity: 0; transform: translateY(22px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.fx.d1 { transition-delay: .12s; } .fx.d2 { transition-delay: .24s; } .fx.d3 { transition-delay: .36s; } .fx.d4 { transition-delay: .48s; }
.fx.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .fx { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } .hero .swirl { animation: none; } }

/* ---------- utilities ---------- */
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; } .mt-4 { margin-top: 4rem; }
.mb-1 { margin-bottom: 1rem; } .mb-2 { margin-bottom: 2rem; } .mb-3 { margin-bottom: 3rem; }
.max-60 { max-width: 60ch; }
.max-52 { max-width: 52ch; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.section-head { max-width: 720px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head.center { margin-inline: auto; }
.rule { height: 1px; background: var(--line); border: 0; margin: 0; }
.on-dark .rule { background: var(--line-dark); }

/* ---------- contact hero portrait ---------- */
.contact-portrait { justify-self: end; max-width: 360px; line-height: 0; align-self: end; margin-bottom: calc(-1 * var(--section)); }
.contact-portrait img { -webkit-mask-image: linear-gradient(#000 82%, transparent 100%); mask-image: linear-gradient(#000 82%, transparent 100%); }
@media (max-width: 900px) { .contact-portrait { justify-self: center; max-width: 280px; margin-top: 1rem; } }

/* ---------- contact grid ---------- */
.contact-grid { align-items: start; grid-template-columns: 1.25fr .75fr; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
