/*
Theme Name: Expect More Leadership
Theme URI: https://expectmoreleadership.com
Author: Herbert O'Neil
Description: Custom theme for Expect More Leadership and The Expect More Leadership Playbook. Includes a Divi content converter so any remaining Divi pages display cleanly.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: expect-more
*/

:root {
	--black: #0b0b0b;
	--panel: #121212;
	--panel-2: #191919;
	--gold: #c9a44e;
	--gold-2: #e2c57c;
	--gold-3: #9c7a2c;
	--cream: #f5f0e8;
	--cream-2: #ebe4d7;
	--ink: #111111;
	--muted-d: #a8a295;
	--muted-l: #5d584f;
	--line-d: rgba(245, 240, 232, .12);
	--line-l: #d6cdbd;

	--display: "Oswald", "Arial Narrow", Impact, sans-serif;
	--body: "Barlow", "Segoe UI", Roboto, Arial, sans-serif;

	--wrap: 1240px;
	--gutter: clamp(20px, 4vw, 48px);
	--ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--black); color: var(--cream); font-family: var(--body); font-size: 1.125rem; line-height: 1.6; -webkit-font-smoothing: antialiased; font-variant-numeric: lining-nums; overflow-x: hidden; }
img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 600; line-height: 1.02; margin: 0; text-transform: uppercase; letter-spacing: .01em; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 3px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--gold); color: var(--ink); padding: 10px 16px; font-weight: 700; }
.skip-link:focus { top: 12px; }

/* Type helpers */
.eyebrow { font-family: var(--display); font-weight: 500; font-size: .95rem; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; display: flex; align-items: center; gap: 14px; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--gold); }
.eyebrow--dark { color: var(--gold-3); }
.eyebrow--dark::before { background: var(--gold-3); }
.h2 { font-size: clamp(2.3rem, 5.2vw, 4.4rem); color: var(--cream); max-width: 16em; }
.h2--dark { color: var(--ink); }
.lede { font-size: 1.2rem; color: var(--muted-d); max-width: 34em; margin-top: 20px; }
.badge { display: inline-flex; align-items: center; gap: 10px; padding: 8px 18px; border: 1px solid rgba(201, 164, 78, .55); background: rgba(201, 164, 78, .08); border-radius: 999px; font-family: var(--display); font-weight: 500; font-size: .82rem; letter-spacing: .24em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 28px; }

/* Buttons */
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--display); font-weight: 600; font-size: 1rem; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; padding: 17px 30px; border: 2px solid transparent; border-radius: 2px; cursor: pointer; transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .25s var(--ease), box-shadow .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--gold { background: var(--gold); color: var(--ink); border-color: var(--gold); box-shadow: 0 14px 30px -16px rgba(201, 164, 78, .8); }
.btn--gold:hover { background: var(--gold-2); border-color: var(--gold-2); }
.btn--ghost { color: var(--cream); border-color: rgba(245, 240, 232, .4); }
.btn--ghost:hover { border-color: var(--cream); background: rgba(245, 240, 232, .06); }
.btn--small { padding: 11px 20px; font-size: .85rem; }
.btn--dark { background: var(--ink); color: var(--cream); }

/* Chevrons */
.chev { display: block; }
.chev path { fill: none; stroke: var(--gold); stroke-width: 11; stroke-linecap: butt; stroke-linejoin: miter; }
.chev--inline { display: inline-block; width: 22px; height: 22px; margin: 0 26px; vertical-align: middle; }
.chev--inline path { stroke-width: 13; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(11, 11, 11, .82); backdrop-filter: saturate(1.3) blur(12px); -webkit-backdrop-filter: saturate(1.3) blur(12px); border-bottom: 1px solid transparent; transition: border-color .3s ease, background-color .3s ease; }
.is-scrolled .site-header { border-bottom-color: var(--line-d); background: rgba(11, 11, 11, .94); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 80px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--cream); }
.brand__mark { width: 34px; height: 34px; }
.brand__mark .chev { width: 100%; height: 100%; }
.brand__name { font-family: var(--display); font-weight: 600; font-size: 1.2rem; letter-spacing: .06em; text-transform: uppercase; line-height: 1; display: flex; flex-direction: column; }
.brand__name b { font-weight: 500; font-size: .62rem; letter-spacing: .42em; color: var(--gold); margin-top: 5px; }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
.site-nav a:not(.btn) { font-family: var(--display); font-weight: 500; font-size: .92rem; letter-spacing: .1em; text-transform: uppercase; color: var(--cream); text-decoration: none; padding: 6px 0; border-bottom: 2px solid transparent; transition: color .2s ease, border-color .2s ease; }
.site-nav a:not(.btn):hover { color: var(--gold-2); }
.site-nav a[aria-current="page"] { border-bottom-color: var(--gold); }
.nav-toggle { display: none; align-items: center; gap: 10px; background: none; border: 0; color: var(--cream); font: 600 .95rem var(--display); letter-spacing: .12em; text-transform: uppercase; cursor: pointer; padding: 10px 0; }
.nav-toggle__bars, .nav-toggle__bars::before, .nav-toggle__bars::after { display: block; width: 22px; height: 2px; background: currentColor; position: relative; transition: transform .2s ease; }
.nav-toggle__bars::before, .nav-toggle__bars::after { content: ""; position: absolute; left: 0; }
.nav-toggle__bars::before { top: -7px; }
.nav-toggle__bars::after { top: 7px; }
.nav-open .nav-toggle__bars { background: transparent; }
.nav-open .nav-toggle__bars::before { transform: translateY(7px) rotate(45deg); }
.nav-open .nav-toggle__bars::after { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.hero { position: relative; overflow: hidden; }
.hero__glow { position: absolute; inset: 0; background: radial-gradient(700px 520px at 76% 44%, rgba(201, 164, 78, .22), transparent 65%), radial-gradient(600px 400px at 10% 90%, rgba(201, 164, 78, .06), transparent 60%); pointer-events: none; }
.hero__inner { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 5vw, 80px); align-items: center; min-height: calc(100svh - 80px - 74px); padding-top: clamp(48px, 7vw, 90px); padding-bottom: clamp(48px, 7vw, 90px); }
.hero__title { display: flex; flex-direction: column; font-weight: 700; line-height: .84; letter-spacing: -.005em; margin-bottom: 30px; }
.hero__l1, .hero__l2 { font-size: clamp(5.2rem, 14vw, 12.5rem); }
.hero__l1 { color: var(--cream); }
.hero__l2 { color: var(--gold); }
.hero__l3 { font-weight: 500; font-size: clamp(1.6rem, 3.4vw, 2.9rem); letter-spacing: .1em; color: var(--cream); margin-top: 20px; line-height: 1; }
.hero__lede { font-size: clamp(1.1rem, 1.5vw, 1.25rem); color: var(--muted-d); max-width: 32em; margin-bottom: 34px; }
.hero__art { position: relative; display: flex; flex-direction: column; align-items: center; }
.chev--hero { position: absolute; width: 118%; max-width: 620px; top: 50%; left: 50%; transform: translate(-50%, -54%); opacity: .12; }
.chev--hero path { stroke-width: 10; }
.hero__edition { position: relative; margin: 26px 0 0; font-family: var(--display); font-weight: 500; letter-spacing: .22em; text-transform: uppercase; font-size: .82rem; color: var(--gold-2); text-align: center; }
.hero__edition span { display: block; color: var(--muted-d); letter-spacing: .16em; margin-top: 6px; }

/* Book */
.book { --rx: 0deg; --ry: -16deg; display: block; perspective: 1600px; text-decoration: none; width: min(100%, 360px); }
.book__cover { position: relative; display: block; aspect-ratio: 5 / 8; transform: rotateY(var(--ry)) rotateX(var(--rx)); transform-style: preserve-3d; transition: transform .6s var(--ease); border-radius: 2px 5px 5px 2px; box-shadow: 34px 44px 70px -24px rgba(0, 0, 0, .85), 0 0 0 1px rgba(201, 164, 78, .45), 0 0 110px -10px rgba(201, 164, 78, .35); }
.book__cover::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 16px; z-index: 2; background: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(255, 255, 255, .1) 55%, transparent); pointer-events: none; }
.book__cover::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(115deg, rgba(255, 255, 255, .12), transparent 35%, transparent 70%, rgba(255, 255, 255, .04)); border-radius: inherit; }
.book__cover img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; background: #0b0b0b; }
.book--hero { width: min(80%, 360px); }
.book:hover .book__cover { --ry: -6deg; }

/* Marquee */
.marquee { position: relative; overflow: hidden; border-top: 1px solid var(--line-d); border-bottom: 1px solid var(--line-d); background: var(--panel); }
.marquee__track { display: flex; align-items: center; width: max-content; padding: 22px 0; animation: marquee 42s linear infinite; }
.marquee__track span { font-family: var(--display); font-weight: 600; font-size: clamp(1.1rem, 2vw, 1.5rem); letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; color: var(--cream); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Statement */
.statement { padding: clamp(96px, 14vw, 180px) 0 clamp(80px, 11vw, 140px); }
.statement__text { font-family: var(--display); font-weight: 500; text-transform: uppercase; font-size: clamp(2rem, 4.8vw, 4.2rem); line-height: 1.08; letter-spacing: .005em; max-width: 19em; margin: 0; }
.statement__text .w { color: rgba(245, 240, 232, .16); transition: color .35s ease; }
.statement__text .w.on { color: var(--cream); }
.statement__text .w.gold.on { color: var(--gold); }
.statement__keys { list-style: none; padding: 0; margin: clamp(48px, 7vw, 80px) 0 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-d); }
.statement__keys li { font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; font-size: clamp(1.3rem, 2.6vw, 2.2rem); padding: 26px 0 0; color: transparent; -webkit-text-stroke: 1px var(--gold); }
.statement__keys li + li { padding-left: 24px; border-left: 1px solid var(--line-d); }

/* Framework */
.framework { background: var(--panel); border-top: 1px solid var(--line-d); border-bottom: 1px solid var(--line-d); padding: clamp(80px, 11vw, 140px) 0; }
.framework__inner { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(40px, 7vw, 110px); align-items: start; }
.framework__side { position: sticky; top: 120px; }
.ladder { display: flex; flex-direction: column; gap: 10px; margin-top: 48px; width: 150px; }
.ladder__step { display: block; height: 40px; position: relative; }
.ladder__step::before { content: ""; position: absolute; inset: 0; background: rgba(245, 240, 232, .1); clip-path: polygon(50% 0, 100% 62%, 100% 100%, 50% 38%, 0 100%, 0 62%); transition: background-color .45s ease, transform .45s var(--ease); }
.ladder__step.on::before { background: var(--gold); }
.ladder__step.on:last-of-type::before, .ladder__step.on + .ladder__step::before { transform: none; }
.steps { list-style: none; padding: 0; margin: 0; }
.step { padding: clamp(40px, 7vh, 80px) 0; border-top: 1px solid var(--line-d); transition: opacity .45s ease; }
.step:first-child { border-top: 0; padding-top: 0; }
.js .step:not(.step--close) { opacity: .3; }
.js .step.is-active { opacity: 1; }
.step__num { display: block; font-family: var(--display); font-weight: 700; font-size: clamp(4rem, 8vw, 7rem); line-height: .9; color: transparent; -webkit-text-stroke: 1.5px var(--gold); margin-bottom: 14px; transition: color .45s ease; }
.step.is-active .step__num { color: var(--gold); }
.step__title { font-size: clamp(2rem, 3.8vw, 3.2rem); margin-bottom: 16px; }
.step p { color: var(--muted-d); font-size: 1.15rem; max-width: 30em; margin: 0; }
.step--close { border-top: 2px solid var(--gold); }
.step__belief { font-family: var(--display); font-weight: 600; text-transform: uppercase; color: var(--cream) !important; font-size: clamp(1.5rem, 2.6vw, 2.1rem) !important; line-height: 1.1; margin-bottom: 16px !important; }

/* Book feature */
.bookfeature { position: relative; overflow: hidden; padding: clamp(88px, 12vw, 150px) 0; background: radial-gradient(760px 560px at 22% 50%, rgba(201, 164, 78, .2), transparent 65%), var(--black); }
.bookfeature__inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 7vw, 110px); align-items: center; }
.bookfeature__art { display: flex; justify-content: center; }
.book--feature { width: min(100%, 400px); }
.bookfeature__title { font-size: clamp(2.6rem, 5.6vw, 4.8rem); font-weight: 700; line-height: .95; color: var(--cream); }
.bookfeature__title span { display: block; color: var(--gold); }
.bookfeature__sub { font-family: var(--display); font-weight: 400; letter-spacing: .08em; text-transform: uppercase; font-size: 1.05rem; color: var(--muted-d); margin: 18px 0 28px; max-width: 34em; }
.bookfeature__hook { font-family: var(--display); font-weight: 500; font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1.2; text-transform: uppercase; color: var(--cream); border-left: 3px solid var(--gold); padding-left: 22px; margin-bottom: 26px; }
.bookfeature__copy > p:not([class]) { color: var(--muted-d); font-size: 1.12rem; max-width: 36em; }
.bookfeature__stats { list-style: none; padding: 0; margin: 32px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-d); border-bottom: 1px solid var(--line-d); }
.bookfeature__stats li { padding: 20px 16px 20px 0; display: flex; flex-direction: column; gap: 4px; }
.bookfeature__stats li + li { padding-left: 20px; border-left: 1px solid var(--line-d); }
.bookfeature__stats strong { font-family: var(--display); font-weight: 700; font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--gold); line-height: 1; }
.bookfeature__stats span { color: var(--muted-d); font-size: .95rem; }
.bookfeature__tools { color: var(--muted-d); font-size: 1.05rem; max-width: 38em; margin-bottom: 32px; }
.bookfeature__tools b { color: var(--cream); font-weight: 600; }
.bookfeature__formats { font-family: var(--display); letter-spacing: .16em; text-transform: uppercase; font-size: .85rem; color: var(--muted-d); }

/* Beliefs */
.beliefs { background: var(--cream); color: var(--ink); padding: clamp(88px, 12vw, 140px) 0; }
.beliefs__grid { list-style: none; padding: 0; margin: clamp(48px, 6vw, 72px) 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); border-left: 1px solid var(--line-l); }
.belief { position: relative; padding: 34px 30px 38px; border-right: 1px solid var(--line-l); border-bottom: 1px solid var(--line-l); transition: background-color .35s ease, color .35s ease; }
.belief:hover { background: var(--ink); color: var(--cream); }
.belief__num { display: block; font-family: var(--display); font-weight: 700; font-size: 3.4rem; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px var(--gold-3); margin-bottom: 18px; transition: color .35s ease, -webkit-text-stroke-color .35s ease; }
.belief:hover .belief__num { color: var(--gold); -webkit-text-stroke-color: var(--gold); }
.belief h3 { font-size: 1.65rem; margin-bottom: 12px; }
.belief p { color: var(--muted-l); margin: 0; font-size: 1.05rem; transition: color .35s ease; }
.belief:hover p { color: var(--muted-d); }
.beliefs__close { font-family: var(--display); font-weight: 600; text-transform: uppercase; font-size: clamp(1.6rem, 3.4vw, 2.8rem); line-height: 1.08; max-width: 22em; margin: clamp(56px, 7vw, 88px) auto 0; text-align: center; }

/* Calling */
.calling { padding: clamp(96px, 13vw, 170px) 0 clamp(80px, 11vw, 140px); position: relative; overflow: hidden; }
.calling__quote { margin: 0 0 clamp(64px, 8vw, 100px); }
.calling__quote p { font-family: var(--display); font-weight: 600; text-transform: uppercase; font-size: clamp(2.3rem, 5.6vw, 5rem); line-height: 1.02; max-width: 16em; margin: 0 0 24px; position: relative; }
.calling__quote em { font-style: normal; color: var(--gold); }
.calling__quote footer { font-family: var(--display); letter-spacing: .24em; text-transform: uppercase; font-size: .9rem; color: var(--gold-2); }
.pillars4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 40px); }
.pillars4 > div { border-top: 2px solid var(--gold); padding-top: 22px; }
.pillars4 span { display: block; font-family: var(--display); letter-spacing: .24em; text-transform: uppercase; font-size: .8rem; color: var(--gold); margin-bottom: 12px; }
.pillars4 h3 { font-size: 1.8rem; margin-bottom: 12px; }
.pillars4 p { color: var(--muted-d); font-size: 1.02rem; margin: 0; }

/* Services */
.services { background: var(--cream); color: var(--ink); padding: clamp(88px, 12vw, 140px) 0; }
.services__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: clamp(44px, 6vw, 64px); }
.service { position: relative; background: #fff; padding: clamp(28px, 4vw, 44px); border-top: 4px solid var(--gold); display: flex; flex-direction: column; transition: transform .35s var(--ease), box-shadow .35s ease; }
.service:hover { transform: translateY(-4px); box-shadow: 0 30px 50px -34px rgba(0, 0, 0, .45); }
.service__num { font-family: var(--display); font-weight: 700; font-size: 1rem; letter-spacing: .2em; color: var(--gold-3); margin-bottom: 18px; }
.service h3 { font-size: clamp(1.7rem, 2.6vw, 2.2rem); margin-bottom: 14px; }
.service p { color: var(--muted-l); flex: 1; }
.service__link { align-self: flex-start; font-family: var(--display); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; font-size: .9rem; color: var(--ink); text-decoration: none; border-bottom: 2px solid var(--gold); padding-bottom: 4px; }
.service__link::after { content: "  ›"; color: var(--gold-3); }
.services__close { font-family: var(--display); font-weight: 500; text-transform: uppercase; font-size: clamp(1.5rem, 3vw, 2.4rem); line-height: 1.1; text-align: center; margin: clamp(56px, 7vw, 80px) auto 0; max-width: 24em; }
.services__close strong { color: var(--gold-3); font-weight: 600; }

/* Serve */
.serve { padding: clamp(88px, 12vw, 140px) 0; }
.serve__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 40px); margin-top: clamp(44px, 6vw, 64px); }
.serve__item span { display: block; font-family: var(--display); font-weight: 700; color: var(--gold); letter-spacing: .2em; margin-bottom: 14px; }
.serve__item h3 { font-size: 1.55rem; margin-bottom: 12px; }
.serve__item p { color: var(--muted-d); margin: 0; font-size: 1.02rem; }
.serve__fit { margin: clamp(48px, 6vw, 72px) 0 0; padding: 26px 30px; border: 1px solid rgba(201, 164, 78, .4); background: rgba(201, 164, 78, .06); font-size: 1.2rem; color: var(--cream); }
.serve__fit strong { font-family: var(--display); letter-spacing: .14em; text-transform: uppercase; color: var(--gold); font-weight: 600; }

/* Founder */
.founder { background: var(--panel); border-top: 1px solid var(--line-d); border-bottom: 1px solid var(--line-d); padding: clamp(88px, 12vw, 140px) 0; }
.founder__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 7vw, 110px); align-items: center; }
.founder__photo { position: relative; margin: 0; }
.founder__photo::before { content: ""; position: absolute; inset: 22px -22px -22px 22px; border: 2px solid var(--gold); }
.founder__photo img { position: relative; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; background: var(--panel-2); }
.founder__photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 24px 22px; background: linear-gradient(transparent, rgba(0, 0, 0, .85)); font-size: .85rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-2); font-family: var(--display); }
.founder__photo figcaption strong { display: block; font-size: 1.5rem; letter-spacing: .06em; color: var(--cream); font-weight: 600; }
.founder__copy .h2 { margin-bottom: 24px; }
.founder__copy > p:not(.eyebrow) { color: var(--muted-d); font-size: 1.12rem; }
.founder__proof { list-style: none; padding: 0; margin: 32px 0 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.founder__proof li { border-top: 2px solid var(--gold); padding-top: 16px; }
.founder__proof strong { display: block; white-space: nowrap; font-family: var(--display); font-weight: 700; font-size: clamp(1.4rem, 2.2vw, 2rem); color: var(--cream); line-height: 1; margin-bottom: 8px; }
.founder__proof span { color: var(--muted-d); font-size: .95rem; }

/* Contact */
.contact { position: relative; padding: clamp(88px, 12vw, 140px) 0; background: radial-gradient(700px 500px at 85% 30%, rgba(201, 164, 78, .14), transparent 60%), var(--black); }
.contact__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.contact__direct { margin-top: 28px; color: var(--muted-d); }
.contact__direct a { word-break: break-word; }
.composer { background: var(--panel); border: 1px solid var(--line-d); border-top: 3px solid var(--gold); padding: clamp(24px, 4vw, 40px); display: grid; gap: 20px; }
.composer__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.composer label { display: grid; gap: 8px; font-family: var(--display); font-size: .85rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-d); }
.composer input[type="text"], .composer textarea { width: 100%; background: var(--black); border: 1px solid var(--line-d); color: var(--cream); padding: 14px 16px; font: 400 1.05rem var(--body); letter-spacing: 0; text-transform: none; border-radius: 2px; transition: border-color .2s ease; }
.composer input[type="text"]:focus, .composer textarea:focus { outline: none; border-color: var(--gold); }
.composer__needs { border: 0; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.composer__needs legend { font-family: var(--display); font-size: .85rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-d); margin-bottom: 10px; padding: 0; }
.composer__needs label { display: block; }
.composer__needs input { position: absolute; opacity: 0; pointer-events: none; }
.composer__needs span { display: inline-block; padding: 9px 16px; border: 1px solid var(--line-d); border-radius: 999px; font-size: .82rem; color: var(--cream); cursor: pointer; transition: all .2s ease; }
.composer__needs input:checked + span { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.composer__needs input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 2px; }
.composer .btn { justify-self: start; }
.composer__note { margin: -6px 0 0; font-size: .9rem; color: var(--muted-d); }

/* Page hero */
.phero { position: relative; overflow: hidden; padding: clamp(80px, 12vw, 160px) 0 clamp(64px, 9vw, 110px); border-bottom: 1px solid var(--line-d); background: radial-gradient(700px 480px at 85% 40%, rgba(201, 164, 78, .16), transparent 65%); }
.chev--phero { position: absolute; right: -4%; top: 50%; width: min(46vw, 560px); transform: translateY(-50%); opacity: .1; }
.phero .wrap { position: relative; }
.phero__title { font-size: clamp(3rem, 8.4vw, 7.4rem); font-weight: 700; line-height: .9; max-width: 11em; }
.phero__title span { color: var(--gold); }
.phero__lede { font-size: 1.25rem; color: var(--muted-d); max-width: 34em; margin: 28px 0 0; }

/* Speaking topics */
.topics { padding: clamp(88px, 12vw, 140px) 0; }
.topics__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 36px); margin-top: clamp(44px, 6vw, 64px); }
.topic { background: var(--panel); border: 1px solid var(--line-d); border-top: 3px solid var(--gold); padding: 30px 26px; transition: transform .35s var(--ease); }
.topic:hover { transform: translateY(-4px); }
.topic span { display: block; font-family: var(--display); font-weight: 700; font-size: 2.6rem; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px var(--gold); margin-bottom: 16px; }
.topic h3 { font-size: 1.6rem; margin-bottom: 12px; }
.topic p { color: var(--muted-d); margin: 0; }
.formats { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; }
.formats span { padding: 10px 18px; border: 1px solid rgba(201, 164, 78, .45); border-radius: 999px; font-family: var(--display); letter-spacing: .14em; text-transform: uppercase; font-size: .82rem; color: var(--gold-2); }

/* Generic content */
.prose { max-width: 860px; padding: clamp(56px, 8vw, 96px) 0; font-size: 1.15rem; color: var(--cream); }
.prose h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); margin: 1.5em 0 .5em; }
.prose h3 { font-size: 1.6rem; margin: 1.3em 0 .5em; }
.prose > :first-child, .prose .dv-block > :first-child { margin-top: 0; }
.prose img { margin: 1.4em 0; border-radius: 4px; }
.prose a:not(.btn) { color: var(--gold-2); }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose blockquote { border-left: 3px solid var(--gold); margin: 1.6em 0; padding-left: 22px; font-family: var(--display); text-transform: uppercase; font-size: 1.5rem; line-height: 1.2; }
.dv-card { background: var(--panel); border-top: 3px solid var(--gold); padding: 24px 26px; margin: 1.4em 0; }
.dv-card img { max-width: 120px; }
.dv-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.list-post { padding: 22px 0; border-bottom: 1px solid var(--line-d); }
.list-post__date { color: var(--gold); font-family: var(--display); letter-spacing: .14em; text-transform: uppercase; font-size: .85rem; margin-bottom: 6px; }
.list-post h2 { margin: 0; font-size: 1.8rem; }
.list-post h2 a { color: var(--cream); text-decoration: none; }

/* Footer */
.site-footer { background: var(--black); border-top: 1px solid var(--line-d); }
.marquee--footer { background: var(--gold); border: 0; }
.marquee--footer .marquee__track { animation-duration: 36s; animation-direction: reverse; padding: 18px 0; }
.marquee--footer span { color: var(--ink); }
.marquee--footer .chev path { stroke: var(--ink); }
.site-footer__inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; padding-top: 72px; padding-bottom: 56px; }
.site-footer__brand p { color: var(--muted-d); margin-top: 22px; max-width: 24em; }
.site-footer__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 32px; align-content: start; }
.site-footer__nav a { color: var(--cream); text-decoration: none; font-family: var(--display); letter-spacing: .1em; text-transform: uppercase; font-size: .9rem; word-break: break-word; }
.site-footer__nav a:hover { color: var(--gold-2); }
.site-footer__base { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; border-top: 1px solid var(--line-d); padding-top: 22px; padding-bottom: 28px; font-size: .9rem; color: var(--muted-d); }
.site-footer__base p { margin: 0; }
.site-footer__base p:last-child { color: var(--gold); font-family: var(--display); letter-spacing: .16em; }

/* Motion */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }
.hero__l1, .hero__l2, .hero__l3, .hero .badge, .hero__lede, .hero .actions { animation: rise 1s var(--ease) both; }
.hero__l2 { animation-delay: .12s; }
.hero__l3 { animation-delay: .24s; }
.hero__lede { animation-delay: .36s; }
.hero .actions { animation-delay: .46s; }
.book--hero { animation: bookin 1.3s var(--ease) .2s both; }
@keyframes rise { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: none; } }
@keyframes bookin { from { opacity: 0; transform: translateY(40px) scale(.96); } to { opacity: 1; transform: none; } }
.chev--hero path { animation: chevpulse 3.6s ease-in-out infinite; }
.chev--hero .chev__b { animation-delay: .35s; }
.chev--hero .chev__a { animation-delay: .7s; }
@keyframes chevpulse { 0%, 100% { opacity: .35; } 45% { opacity: 1; } }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation: none !important; transition: none !important; }
	.js .reveal { opacity: 1; transform: none; }
	.js .step:not(.step--close) { opacity: 1; }
	.statement__text .w { color: var(--cream); }
}

/* Responsive */
@media (max-width: 1120px) {
	.nav-toggle { display: inline-flex; }
	.site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px var(--gutter) 24px; background: var(--black); border-bottom: 1px solid var(--line-d); }
	.nav-open .site-nav { display: flex; }
	.site-nav a:not(.btn) { padding: 16px 0; border-bottom: 1px solid var(--line-d); font-size: 1.05rem; }
	.site-nav a[aria-current="page"] { color: var(--gold); border-bottom-color: var(--line-d); }
	.site-nav .btn { margin-top: 18px; }
}
@media (max-width: 960px) {
	.hero__inner, .framework__inner, .bookfeature__inner, .founder__inner, .contact__inner, .site-footer__inner { grid-template-columns: 1fr; }
	.hero__inner { min-height: 0; }
	.hero__art { order: -1; }
	.book--hero { width: min(58%, 280px); }
	.chev--hero { width: 90%; }
	.framework__side { position: static; }
	.ladder { display: none; }
	.js .step:not(.step--close) { opacity: 1; }
	.step { padding: 36px 0; }
	.bookfeature__art { justify-content: flex-start; }
	.book--feature { width: min(62%, 300px); margin-left: 8px; }
	.beliefs__grid { grid-template-columns: 1fr 1fr; }
	.pillars4, .serve__grid, .topics__grid { grid-template-columns: 1fr 1fr; }
	.statement__keys { grid-template-columns: 1fr 1fr; }
	.statement__keys li:nth-child(3) { padding-left: 0; border-left: 0; }
	.founder__photo { max-width: 440px; }
}
@media (max-width: 600px) {
	body { font-size: 1.06rem; }
	.brand__name { font-size: 1.05rem; }
	.hero__l1, .hero__l2 { font-size: clamp(4.4rem, 24vw, 6rem); }
	.actions .btn { width: 100%; }
	.beliefs__grid, .pillars4, .serve__grid, .topics__grid, .services__grid, .composer__row, .site-footer__nav { grid-template-columns: 1fr; }
	.bookfeature__stats, .founder__proof { grid-template-columns: 1fr; }
	.bookfeature__stats li + li { padding-left: 0; border-left: 0; border-top: 1px solid var(--line-d); }
	.belief { padding: 28px 22px 30px; }
	.chev--inline { margin: 0 16px; width: 16px; height: 16px; }
}
html, body { overflow-x: clip; }
.founder, .bookfeature, .contact, .calling { overflow: hidden; }
@media (max-width: 960px) { .founder__photo { margin-right: 22px; } }
