
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;1,700&family=Caveat:wght@600;700&family=Montserrat:wght@400;500;600;700;800&display=swap');

:root{
  --black:#111;
  --charcoal:#242223;
  --cream:#f6f0d2;
  --yellow:#fff500;
  --blue:#1356a2;
  --gold:#d8a528;
  --white:#fff;
  --text:#181818;
  --muted:#666;
  --line:#d8d8d8;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Montserrat",sans-serif;color:var(--text);background:#fff}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.section{padding:100px 0}
.dark{background:var(--black);color:#fff}
.cream{background:var(--cream)}
.yellow{background:var(--yellow)}
.blue{background:var(--blue);color:#fff}
.kicker{font-family:"Barlow Condensed";font-size:18px;font-weight:800;letter-spacing:2px;text-transform:uppercase}
h1,h2,h3{font-family:"Archivo Black",sans-serif;text-transform:uppercase;margin:0}
h1{font-size:clamp(54px,8vw,118px);line-height:.92;letter-spacing:-2px}
h2{font-size:clamp(42px,6vw,78px);line-height:.98;letter-spacing:-1.5px}
h3{font-size:clamp(25px,3vw,38px);line-height:1.05}
p{font-size:17px;line-height:1.7}
.lead{font-size:20px;line-height:1.6}
.script{font-family:"Caveat";text-transform:none}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 25px;font-family:"Barlow Condensed";font-size:18px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;border:1px solid transparent}
.btn-yellow{background:var(--yellow);color:#000}
.btn-dark{background:#111;color:#fff}
.btn-outline{border-color:currentColor}
.actions{display:flex;gap:14px;flex-wrap:wrap}
.rule{height:2px;background:currentColor;opacity:.25}

/* Header */
.header{position:sticky;top:0;z-index:1000;background:rgba(17,17,17,.97);color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.wordmark{font-family:"Barlow Condensed";font-size:34px;font-weight:800;font-style:italic;letter-spacing:-.5px}
.navlinks{display:flex;align-items:center;gap:24px;font-family:"Barlow Condensed";font-size:17px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}
.navlinks a{position:relative}
.navlinks a:not(.nav-cta):after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:2px;background:var(--yellow);transition:.2s}
.navlinks a:hover:after,.navlinks a.active:after{width:100%}
.nav-cta{background:var(--yellow);color:#000;padding:12px 22px;border-radius:999px}
.menu{display:none;background:none;border:0;color:#fff;font-size:28px}

/* Hero */
.hero{min-height:760px;position:relative;overflow:hidden;background:#111;color:#fff}
.hero-photo{position:absolute;inset:0;background:
 linear-gradient(90deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.38) 48%,rgba(0,0,0,.58) 100%),
 url("images/portrait-black-white.png") center 28%/cover no-repeat}
.hero:after{content:"OWOLABI WILLIAMS";position:absolute;left:50%;bottom:18px;transform:translateX(-50%);font-family:"Archivo Black";font-size:clamp(85px,14vw,210px);white-space:nowrap;color:rgba(255,255,255,.09)}
.hero-inner{min-height:760px;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:72px;max-width:850px}
.hero .lead{max-width:720px;color:#eee;margin:22px 0 28px}

/* Layout */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.four-col{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:#fff;border:1px solid #e2e2e2;padding:28px}
.dark .card{background:#1d1d1d;border-color:#333}
.card p{color:var(--muted)}
.dark .card p{color:#ccc}
.photo-frame{overflow:hidden}
.photo-frame img{width:100%;height:100%;object-fit:cover}
.portrait{aspect-ratio:4/5}
.landscape{aspect-ratio:16/10}
.tall{aspect-ratio:4/5}

/* Quote */
.quote{padding:80px 0;background:var(--cream);text-align:center}
.quote blockquote{font-family:"Archivo Black";font-size:clamp(34px,5vw,68px);line-height:1.05;margin:0 auto;max-width:1050px;text-transform:uppercase}
.quote .mark{background:var(--yellow);padding:0 8px}

/* Reels */
.reels{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.reel{aspect-ratio:9/16;background:#1f1f1f;position:relative;overflow:hidden}
.reel:before{content:"";position:absolute;inset:0;background:linear-gradient(transparent 48%,rgba(0,0,0,.9))}
.reel span{position:absolute;left:16px;right:16px;bottom:18px;color:#fff;font-weight:800;font-size:16px}

/* Topics */
.topic{display:grid;grid-template-columns:90px 1fr;gap:30px;padding:42px 0;border-top:1px solid #3a3a3a}
.topic-num{font-family:"Archivo Black";font-size:62px;color:var(--yellow)}
.topic p{max-width:900px;color:#d0d0d0}

/* Logos placeholder */
.logo-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:35px}
.logo-box{border:1px solid #bbb;min-height:86px;display:flex;align-items:center;justify-content:center;font-family:"Barlow Condensed";font-weight:800;text-transform:uppercase;text-align:center;padding:10px;background:#fff}

/* Books */
.book-hero{background:var(--cream);padding:85px 0}
.book-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:40px}
.book-card{background:#fff;border:1px solid #ddd;padding:22px;display:flex;flex-direction:column}
.book-card .cover-placeholder{aspect-ratio:3/4;background:linear-gradient(145deg,#f4f4f4,#ddd);display:flex;align-items:center;justify-content:center;text-align:center;font-family:"Archivo Black";padding:25px;margin-bottom:22px}
.book-card p{color:#555;flex:1}

/* Writing */
.article-list{border-top:2px solid currentColor;margin-top:40px}
.article-row{display:grid;grid-template-columns:100px 1fr auto;gap:25px;align-items:center;padding:30px 0;border-bottom:1px solid rgba(127,127,127,.45)}
.article-num{font-family:"Archivo Black";font-size:44px;color:var(--yellow)}
.article-row h3{font-size:clamp(25px,3vw,38px)}
.article-row a{font-family:"Barlow Condensed";font-weight:800;text-transform:uppercase}

/* Forms */
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.8px}
input,textarea,select{width:100%;padding:14px 15px;border:1px solid #bbb;font:inherit;margin-top:7px;background:#fff}
textarea{min-height:150px;resize:vertical}
.field-full{grid-column:1/-1}

/* Footer */
.footer{background:#111;color:#fff;padding:70px 0 25px}
.footer-top{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:start}
.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;font-family:"Barlow Condensed";font-size:19px;font-weight:700;text-transform:uppercase}
.footer-bottom{border-top:1px solid #333;margin-top:45px;padding-top:22px;color:#8f8f8f;font-size:14px}

/* Page heroes */
.page-hero{min-height:520px;position:relative;color:#fff;background:#111;overflow:hidden}
.page-hero .bg{position:absolute;inset:0;background-position:center;background-size:cover}
.page-hero .shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.3))}
.page-hero .container{position:relative;z-index:2;min-height:520px;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:65px;max-width:var(--max)}
.page-hero p{max-width:740px;color:#eee;font-size:20px}

@media(max-width:980px){
 .navlinks{display:none}.menu{display:block}
 .two-col,.footer-top{grid-template-columns:1fr}
 .three-col{grid-template-columns:1fr 1fr}
 .four-col{grid-template-columns:1fr 1fr}
 .reels{grid-template-columns:repeat(3,1fr)}
 .logo-strip{grid-template-columns:repeat(3,1fr)}
 .book-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
 .section{padding:72px 0}
 .hero,.hero-inner{min-height:650px}
 .hero-photo{background-position:62% center}
 .hero:after{display:none}
 .three-col,.four-col,.book-grid{grid-template-columns:1fr}
 .reels{display:flex;overflow-x:auto}.reel{min-width:230px}
 .topic{grid-template-columns:1fr}.topic-num{font-size:45px}
 .logo-strip{grid-template-columns:1fr 1fr}
 .form-grid{grid-template-columns:1fr}.field-full{grid-column:auto}
 .article-row{grid-template-columns:65px 1fr}.article-row>a{grid-column:2}
}


/* Moving testimonials */
.testimonial-zone{position:relative;overflow:hidden}
.testimonial-slider{position:relative;min-height:260px;margin-top:28px}
.testimonial{position:absolute;inset:0;opacity:0;transform:translateX(30px);transition:opacity .6s ease,transform .6s ease;pointer-events:none}
.testimonial.active{opacity:1;transform:translateX(0);pointer-events:auto}
.testimonial blockquote{font-family:"Archivo Black";font-size:clamp(34px,5vw,66px);line-height:1.06;margin:0 auto;max-width:1100px;text-transform:uppercase}
.testimonial p{font-weight:700}
.testimonial-dots{display:flex;justify-content:center;gap:10px;margin-top:20px}
.testimonial-dots button{width:11px;height:11px;border-radius:50%;border:0;background:#bbb;cursor:pointer}
.testimonial-dots button.active{background:#111}
.testimonial-note{font-size:12px;color:#777;margin-top:18px}

/* Ventures */
.venture-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:42px}
.venture-card{background:#fff;border:1px solid #d6d0aa;padding:32px;min-height:300px;display:flex;flex-direction:column}
.venture-card h3{font-size:clamp(32px,4vw,54px);margin:12px 0}
.venture-card p{color:#555;flex:1}
.venture-card a{font-family:"Barlow Condensed";font-size:18px;font-weight:800;text-transform:uppercase}
.venture-label{font-family:"Barlow Condensed";font-size:16px;letter-spacing:1.8px;text-transform:uppercase;font-weight:800}
.venture-featured{background:#111;color:#fff;border-color:#111}
.venture-featured p{color:#d2d2d2}
.venture-featured a{color:var(--yellow)}
.venture-wide{grid-column:1/-1;background:var(--yellow)}
@media(max-width:760px){
  .venture-grid{grid-template-columns:1fr}
  .venture-wide{grid-column:auto}
  .testimonial-slider{min-height:350px}
}


/* Refined editorial portrait hero */
.portrait-hero{
  min-height:700px;
  position:relative;
  overflow:hidden;
  background:#171717;
  color:#fff;
}
.portrait-hero::before{
  content:"OWOLABI WILLIAMS";
  position:absolute;
  left:50%;
  top:51%;
  transform:translate(-50%,-50%);
  width:max-content;
  font-family:"Archivo Black",sans-serif;
  font-size:clamp(84px,13vw,200px);
  letter-spacing:-4px;
  color:rgba(255,255,255,.10);
  white-space:nowrap;
  z-index:1;
}
.portrait-hero img{
  position:absolute;
  height:92%;
  width:auto;
  max-width:none;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  object-fit:contain;
  filter:contrast(1.03);
  z-index:2;
}
.portrait-hero .portrait-copy{
  position:absolute;
  left:0;right:0;bottom:38px;
  z-index:3;
}
.portrait-hero .portrait-copy .container{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:30px;
}
.portrait-hero .portrait-copy p{
  max-width:380px;
  margin:0;
  font-size:15px;
  color:#d7d7d7;
}

.hello-section{
  background:#242223;
  color:#fff;
  padding:95px 0 110px;
}
.hello-intro{text-align:center;max-width:760px;margin:0 auto 60px}
.hello-script{
  font-family:"Caveat",cursive;
  font-size:clamp(70px,9vw,128px);
  font-weight:700;
  line-height:.9;
  margin-bottom:4px;
}
.hand-underline{
  width:340px;
  max-width:75%;
  height:7px;
  margin:0 auto 22px;
  background:var(--yellow);
  transform:rotate(-2deg);
}
.bio-columns{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
}
.bio-columns p{color:#ececec}
.marker-line{
  display:inline;
  color:#111;
  font-family:"Barlow Condensed",sans-serif;
  font-size:20px;
  font-weight:800;
  text-transform:uppercase;
  line-height:1.45;
  background:linear-gradient(transparent 10%,var(--yellow) 10%,var(--yellow) 92%,transparent 92%);
  padding:2px 5px;
}
.welcome-build{
  font-family:"Archivo Black",sans-serif;
  font-size:clamp(38px,5vw,70px);
  line-height:1;
  margin:30px 0 16px;
  text-transform:uppercase;
}
.welcome-build .script-circle{
  font-family:"Caveat",cursive;
  text-transform:none;
  display:inline-block;
  border:3px solid var(--yellow);
  border-radius:50%;
  padding:0 13px 5px;
  transform:rotate(-4deg);
}

.official-bio{
  background:#242223;
  color:#fff;
  padding:105px 0;
}
.official-bio-title{
  text-align:center;
  margin-bottom:58px;
}
.official-bio-title h2{
  font-size:clamp(70px,11vw,160px);
  letter-spacing:-4px;
}
.official-bio-statement{
  max-width:1050px;
  margin:0 auto 65px;
  text-align:center;
  font-family:"Barlow Condensed",sans-serif;
  font-size:clamp(31px,4.2vw,61px);
  font-weight:800;
  line-height:1.08;
  text-transform:uppercase;
}
.official-bio-statement .scribble{
  font-family:"Caveat",cursive;
  text-transform:none;
  font-size:1.05em;
  border-bottom:4px solid var(--yellow);
}
.official-bio-statement .yellow-word{color:var(--yellow)}
.official-grid{
  display:grid;
  grid-template-columns:1fr 1.1fr 1fr;
  gap:50px;
  align-items:start;
}
.official-grid img{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  object-position:center top;
}
.official-grid p{color:#ececec}

.page-hero-refined{
  min-height:650px;
  position:relative;
  overflow:hidden;
  color:#fff;
  background:#111;
}
.page-hero-refined .bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
}
.page-hero-refined .overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.2) 65%,rgba(0,0,0,.45));
}
.page-hero-refined .container{
  position:relative;
  z-index:2;
  min-height:650px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding-bottom:70px;
}
.page-hero-refined h1{max-width:1050px}
.page-hero-refined p{max-width:760px;color:#ededed;font-size:20px}

.speaking-proof{
  background:var(--cream);
  color:#111;
  padding:85px 0;
  text-align:center;
}
.speaking-proof blockquote{
  font-family:"Archivo Black",sans-serif;
  font-size:clamp(38px,5.7vw,78px);
  line-height:1.04;
  text-transform:uppercase;
  max-width:1100px;
  margin:0 auto 20px;
}
.speaking-proof cite{
  font-style:normal;
  font-weight:800;
  text-transform:uppercase;
}

.contact-intro-card{
  background:#171717;
  color:#fff;
  padding:42px;
}
.contact-intro-card p{color:#d8d8d8}
.contact-form-card{
  background:#f6f0d2;
  padding:35px;
}

@media(max-width:900px){
  .portrait-hero{min-height:620px}
  .portrait-hero::before{font-size:86px;white-space:normal;text-align:center}
  .portrait-hero img{height:78%}
  .portrait-hero .portrait-copy .container{display:block}
  .bio-columns,.official-grid{grid-template-columns:1fr}
  .official-grid img{max-width:520px;margin:auto}
}


/* Mirai Creator editorial sections */
.creator-manifesto{
  background:#232122;
  color:#fff;
  padding:100px 0;
  position:relative;
  overflow:hidden;
}
.creator-manifesto::after{
  content:"MIRAI";
  position:absolute;
  right:-25px;
  bottom:-70px;
  font-family:"Archivo Black",sans-serif;
  font-size:220px;
  color:rgba(255,255,255,.045);
  pointer-events:none;
}
.creator-line{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:70px;
  align-items:end;
}
.creator-line h2{font-size:clamp(50px,7vw,95px)}

.reel-conversations{
  background:var(--cream);
  color:#111;
  padding:105px 0 120px;
  position:relative;
}
.reel-head{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:28px;
  align-items:center;
  margin-bottom:48px;
}
.reel-head h2{font-size:clamp(52px,7vw,96px)}
.reel-head .script{font-family:"Caveat",cursive;text-transform:none;font-size:.78em}
.reel-head p{max-width:300px;font-weight:600}
.reel-conversation-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}
.reel-conversation-card{
  min-height:440px;
  background:#141414;
  color:#fff;
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  position:relative;
  overflow:hidden;
}
.reel-conversation-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(0,0,0,.65));
}
.reel-conversation-card>*{position:relative;z-index:2}
.reel-conversation-card:nth-child(2n){background:#263f6f}
.reel-conversation-card:nth-child(3){background:#745327}
.reel-conversation-card:nth-child(4){background:#263d2c}
.reel-conversation-card:nth-child(5){background:#34302e}
.reel-number{
  position:absolute;
  top:18px;
  left:20px;
  font-family:"Archivo Black";
  font-size:34px;
  color:var(--yellow);
}
.reel-conversation-card h3{font-size:27px;margin-bottom:10px}
.reel-conversation-card p{font-size:15px;color:#dedede;line-height:1.55}
.reel-conversation-card a{color:var(--yellow);font-weight:800;text-transform:uppercase}

@media(max-width:980px){
  .creator-line{grid-template-columns:1fr}
  .reel-head{grid-template-columns:1fr}
  .reel-conversation-grid{display:flex;overflow-x:auto}
  .reel-conversation-card{min-width:260px}
}


/* V6: image-first homepage hero, closer editorial balance */
.home-portrait-hero{
  min-height:760px;
  background:#171717;
  color:#fff;
  position:relative;
  overflow:hidden;
}
.home-wordmark-bg{
  position:absolute;
  left:50%;
  top:48%;
  transform:translate(-50%,-50%);
  font-family:"Archivo Black",sans-serif;
  font-size:clamp(90px,14vw,220px);
  letter-spacing:-5px;
  color:rgba(255,255,255,.09);
  white-space:nowrap;
  z-index:1;
}
.home-portrait-hero>img{
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:auto;
  height:95%;
  max-width:none;
  object-fit:contain;
  object-position:center bottom;
  z-index:2;
}
.home-hero-caption{
  position:absolute;
  left:0;right:0;bottom:0;
  z-index:3;
  background:linear-gradient(transparent,rgba(0,0,0,.96));
  padding:110px 0 38px;
}
.home-hero-caption .container{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:50px;
  align-items:end;
}
.home-hero-caption h1{
  font-size:clamp(44px,5.6vw,82px);
  line-height:.96;
  max-width:800px;
}
.home-hero-actions p{
  color:#ededed;
  font-size:16px;
  line-height:1.55;
  margin-top:0;
}
.home-intro-bridge{
  background:#242223;
  color:#fff;
  text-align:center;
  padding:85px 0 95px;
}
.home-intro-bridge .home-intro-script{
  font-family:"Caveat",cursive;
  font-size:clamp(72px,9vw,126px);
  line-height:.85;
}
.home-intro-bridge p{
  max-width:820px;
  margin:24px auto 0;
  font-size:20px;
  line-height:1.65;
  color:#eee;
}
@media(max-width:900px){
  .home-portrait-hero{min-height:690px}
  .home-wordmark-bg{font-size:95px;white-space:normal;text-align:center;width:100%}
  .home-portrait-hero>img{height:78%}
  .home-hero-caption .container{grid-template-columns:1fr}
}


/* V8 media split hero: keeps faces fully visible */
.media-split-hero{
  min-height:650px;
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#171717;
  color:#fff;
}
.media-split-copy{
  padding:90px max(40px,8vw);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.media-split-copy h1{
  font-size:clamp(66px,8vw,124px);
  line-height:.9;
  max-width:780px;
}
.media-split-copy p{
  max-width:640px;
  color:#e7e7e7;
  font-size:20px;
  line-height:1.6;
}
.media-split-image{
  min-height:650px;
  background:#0d0d0d;
  overflow:hidden;
}
.media-split-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 12%;
}
@media(max-width:900px){
  .media-split-hero{grid-template-columns:1fr}
  .media-split-image{min-height:520px}
  .media-split-copy{padding:70px 25px}
}


/* V9 moving about name */
.portrait-hero-moving{position:relative}
.moving-name-track{
  position:absolute;
  top:50%;
  left:0;
  display:flex;
  width:max-content;
  gap:90px;
  transform:translateY(-50%);
  animation:owolabiMarquee 18s linear infinite;
  z-index:1;
  opacity:.11;
  pointer-events:none;
}
.moving-name-track span{
  font-family:"Archivo Black",sans-serif;
  font-size:clamp(110px,15vw,230px);
  letter-spacing:-5px;
  white-space:nowrap;
  color:#fff;
}
@keyframes owolabiMarquee{
  from{transform:translate3d(0,-50%,0)}
  to{transform:translate3d(-33.333%,-50%,0)}
}
@media (prefers-reduced-motion:reduce){
  .moving-name-track{animation:none}
}

/* V9 speaking split hero */
.speaking-split-hero{
  min-height:720px;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  background:#111;
  color:#fff;
}
.speaking-image-panel{
  min-height:720px;
  overflow:hidden;
  background:#0d0d0d;
}
.speaking-image-panel img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 35%;
}
.speaking-copy-panel{
  padding:90px clamp(40px,6vw,90px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:#232122;
}
.speaking-copy-panel h1{
  font-size:clamp(58px,7vw,108px);
  line-height:.92;
  max-width:760px;
}
.speaking-copy-panel p{
  font-size:20px;
  line-height:1.65;
  max-width:650px;
  color:#e7e7e7;
}
@media(max-width:900px){
  .speaking-split-hero{grid-template-columns:1fr}
  .speaking-image-panel{min-height:520px}
  .speaking-copy-panel{padding:70px 25px}
}

/* V9 media cinematic method-style hero */
.media-method-hero{
  min-height:690px;
  position:relative;
  overflow:hidden;
  background:#111;
  color:#fff;
}
.media-method-image,
.media-method-overlay{
  position:absolute;
  inset:0;
}
.media-method-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.media-method-overlay{
  background:
    linear-gradient(90deg,rgba(17,17,17,.94) 0%,rgba(17,17,17,.82) 38%,rgba(17,17,17,.25) 72%,rgba(17,17,17,.1) 100%),
    linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.45));
}
.media-method-copy{
  position:relative;
  z-index:2;
  width:min(760px,calc(100% - 40px));
  padding:110px 0 80px;
  margin-left:max(40px,10vw);
}
.media-method-copy h1{
  font-size:clamp(72px,9vw,142px);
  line-height:.88;
  max-width:800px;
}
.media-method-copy h1 .script{
  color:var(--yellow);
  font-size:.82em;
}
.media-method-copy p{
  max-width:650px;
  color:#efefef;
  font-size:20px;
  line-height:1.6;
}
@media(max-width:900px){
  .media-method-overlay{
    background:linear-gradient(180deg,rgba(17,17,17,.35),rgba(17,17,17,.95));
  }
  .media-method-copy{
    margin:0 auto;
    padding:360px 20px 70px;
  }
}

/* V10: show both faces in Media hero */
.media-method-image img{object-position:center top;}


/* V12: What I Am Creating */
.creating-section{
  position:relative;
  overflow:hidden;
  background:#111;
  color:#fff;
  padding:110px 0;
}
.creating-bg{
  position:absolute;
  inset:0;
  background:url("images/capitol.jpg") center 38%/cover no-repeat;
  opacity:.2;
}
.creating-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(17,17,17,.98) 0%,rgba(17,17,17,.9) 48%,rgba(17,17,17,.75) 100%);
}
.creating-wrap{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:90px;
  align-items:start;
}
.creating-intro{
  position:sticky;
  top:120px;
}
.creating-intro h2{
  font-size:clamp(48px,6vw,86px);
  line-height:.96;
}
.creating-intro p{
  color:#dedede;
}
.creating-list{
  border-top:1px solid rgba(255,255,255,.28);
}
.creating-item{
  display:grid;
  grid-template-columns:90px 1fr;
  gap:28px;
  padding:34px 0;
  border-bottom:1px solid rgba(255,255,255,.22);
}
.creating-number{
  font-family:"Archivo Black",sans-serif;
  font-size:44px;
  color:var(--yellow);
}
.creating-item h3{
  font-size:clamp(30px,4vw,54px);
  margin-bottom:8px;
}
.creating-item p{
  color:#d8d8d8;
  margin:0 0 14px;
}
.creating-item a{
  color:var(--yellow);
  font-family:"Barlow Condensed",sans-serif;
  font-size:18px;
  font-weight:800;
  text-transform:uppercase;
}
@media(max-width:900px){
  .creating-wrap{grid-template-columns:1fr;gap:45px}
  .creating-intro{position:static}
  .creating-item{grid-template-columns:60px 1fr}
}


/* V13 homepage rebuild */
.home-intro{
  background:#fff;
  color:#171717;
  padding:92px 0 100px;
}
.home-intro-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:70px;
  align-items:center;
}
.home-intro-copy{
  padding-left:30px;
}
.home-hi{
  font-family:"Archivo Black",sans-serif;
  font-size:clamp(44px,5vw,72px);
  line-height:1;
  margin-top:24px;
}
.home-intro-copy h1{
  font-family:"Caveat",cursive;
  font-size:clamp(92px,10vw,158px);
  line-height:.72;
  text-transform:none;
  letter-spacing:-3px;
  margin:10px 0 36px;
}
.home-intro-copy h1 span{
  display:block;
}
.home-intro-copy p{
  max-width:620px;
}
.home-collage{
  min-height:670px;
  position:relative;
}
.home-collage figure{
  position:absolute;
  margin:0;
  overflow:hidden;
  background:#ddd;
}
.home-collage img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.collage-main{
  left:0;
  bottom:0;
  width:64%;
  height:76%;
  z-index:2;
}
.collage-main img{object-position:center 28%}
.collage-top{
  top:0;
  right:0;
  width:58%;
  height:54%;
  z-index:1;
}
.collage-top img{object-position:center 18%}
.collage-bottom{
  right:0;
  bottom:0;
  width:48%;
  height:46%;
  z-index:3;
  border:10px solid #fff;
}
.collage-bottom img{object-position:center 12%}
.collage-mark{
  position:absolute;
  right:36%;
  top:48%;
  z-index:4;
  width:100px;
  height:100px;
  display:grid;
  place-items:center;
  background:var(--yellow);
  border-radius:50%;
  font-size:44px;
  transform:rotate(8deg);
}

.home-impact{
  min-height:760px;
  position:relative;
  overflow:hidden;
  color:#fff;
  background:#111;
}
.home-impact-image{
  position:absolute;
  inset:0;
  background:url("images/speaking-podium.png") center 34%/cover no-repeat;
}
.home-impact-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.72)),
    linear-gradient(90deg,rgba(0,0,0,.32),rgba(0,0,0,.12));
}
.home-impact-copy{
  position:relative;
  z-index:2;
  min-height:760px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding-top:70px;
}
.home-impact-copy h2{
  font-size:clamp(64px,9vw,138px);
  line-height:.88;
  max-width:1200px;
}
.home-impact-copy h2 span{
  color:var(--yellow);
  font-family:"Caveat",cursive;
  text-transform:none;
  font-size:1.08em;
  display:inline-block;
  transform:rotate(-3deg);
}
.home-impact-copy p{
  max-width:850px;
  font-size:21px;
  line-height:1.6;
  color:#f0f0f0;
}
.home-impact-copy .actions{
  justify-content:center;
}

.testimonial-zone{
  background:#242223;
  color:#fff;
  padding:95px 0 110px;
  text-align:center;
}
.testimonial-zone .testimonial-slider{
  min-height:260px;
}
.testimonial-zone .testimonial blockquote{
  color:#fff;
}
.testimonial-zone .testimonial p{
  color:var(--yellow);
}
.testimonial-zone .testimonial-dots button{
  background:#777;
}
.testimonial-zone .testimonial-dots button.active{
  background:var(--yellow);
}

@media(max-width:980px){
  .home-intro-grid{grid-template-columns:1fr}
  .home-intro-copy{padding-left:0}
  .home-collage{min-height:560px}
  .home-impact{min-height:650px}
  .home-impact-copy{min-height:650px}
}
@media(max-width:620px){
  .home-intro{padding-top:65px}
  .home-collage{min-height:470px}
  .collage-main{width:72%;height:74%}
  .collage-top{width:60%;height:46%}
  .collage-bottom{width:52%;height:42%;border-width:6px}
  .collage-mark{width:72px;height:72px;font-size:30px;right:31%;top:49%}
  .home-impact-copy h2{font-size:58px}
}
