/* ===== GBKL Studios — bold editorial redesign ===== */
:root {
  --orange: #D66533;
  --olive: #797763;
  --cream: #F3F1EF;
  --ink: #1A1A1A;
  --white: #FFFFFF;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; color: var(--ink); background: var(--cream); font-size: 16px; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
h1, h2, h3, .display {
  font-family: 'Anton', sans-serif; font-weight: 400; text-transform: uppercase;
  line-height: 0.95; letter-spacing: -0.01em;
}
@media (max-width: 700px) { .wrap { padding: 0 22px; } }

/* ---------- Nav ---------- */
nav { position: sticky; top: 0; background: var(--orange); z-index: 20; border-bottom: 2px solid var(--ink); }
nav .wrap { display: flex; align-items: center; justify-content: space-between; padding: 20px 40px; gap: 20px; flex-wrap: wrap; }
.brand { font-family: 'Anton', sans-serif; font-size: 21px; text-transform: uppercase; color: var(--ink); text-decoration: none; }
.nav-links { display: flex; gap: 30px; list-style: none; flex-wrap: wrap; }
.nav-links a { color: var(--ink); text-decoration: none; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 0.02em; }
.nav-links a:hover { text-decoration: underline; }
.nav-cta { background: var(--ink); color: var(--cream); padding: 12px 24px; border-radius: 999px; text-decoration: none; font-weight: 800; font-size: 13px; text-transform: uppercase; white-space: nowrap; }
.nav-cta:hover { background: #000; }

/* ---------- Buttons ---------- */
.btn { font-weight: 800; text-transform: uppercase; font-size: 14px; padding: 16px 30px; border-radius: 999px; text-decoration: none; display: inline-block; letter-spacing: 0.01em; }
.btn-dark { background: var(--ink); color: var(--cream); }
.btn-dark:hover { background: #000; }
.btn-outline { border: 2px solid var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--cream); }

/* ---------- Hero (orange) ---------- */
.hero { background: var(--orange); padding: 100px 0 80px; text-align: center; }
.hero .eyebrow { font-weight: 800; font-size: 13px; letter-spacing: 0.12em; margin-bottom: 18px; text-transform: uppercase; }
.hero h1 { font-size: clamp(46px, 8vw, 118px); }
.hero p.lede { max-width: 580px; margin: 28px auto 0; font-size: 18px; font-weight: 600; line-height: 1.5; }
.hero-ctas { margin-top: 38px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* small page hero (non-home pages) */
.page-hero { background: var(--orange); padding: 70px 0 60px; text-align: left; }
.page-hero .eyebrow { font-weight: 800; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; }
.page-hero h1 { font-size: clamp(38px, 6vw, 76px); margin-top: 10px; }
.page-hero p.lede { max-width: 560px; margin-top: 18px; font-size: 17px; font-weight: 600; line-height: 1.5; }

/* ---------- Olive section ---------- */
.section-olive { background: var(--olive); color: var(--white); padding: 90px 0; }
.section-olive h2 { font-size: clamp(34px, 5vw, 62px); color: var(--white); margin-bottom: 50px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.step .num { font-family: 'Anton', sans-serif; font-size: 44px; color: var(--orange); }
.step h3 { font-size: 22px; color: var(--white); margin: 8px 0 12px; text-transform: none; font-family: 'Inter', sans-serif; font-weight: 800; }
.step p { font-size: 15px; line-height: 1.6; opacity: 0.92; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }

/* ---------- Stats ---------- */
.stats { background: var(--cream); padding: 90px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; text-align: center; }
.stats .num { font-family: 'Anton', sans-serif; font-size: clamp(56px,8vw,104px); color: var(--orange); }
.stats p { font-weight: 700; max-width: 320px; margin: 0 auto; font-size: 15px; }
@media (max-width: 700px) { .stats { grid-template-columns: 1fr; } }

/* ---------- Pricing (ink) ---------- */
.pricing { background: var(--ink); padding: 90px 0; }
.pricing h2 { color: var(--cream); font-size: clamp(34px,5vw,62px); margin-bottom: 50px; text-align: center; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.card { background: var(--cream); border-radius: 18px; padding: 32px; }
.card.best { background: var(--orange); }
.card .tier { font-weight: 800; text-transform: uppercase; font-size: 12px; letter-spacing: 0.04em; }
.card .price { font-family:'Anton', sans-serif; font-size: 46px; margin: 12px 0 6px; }
.card .sub { font-size: 13px; font-weight: 600; opacity: 0.75; margin-bottom: 16px; }
.card ul { list-style: none; font-size: 14px; font-weight: 600; display: grid; gap: 8px; }
.card ul li::before { content: "— "; }
@media (max-width: 860px) { .cards { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; } }

/* ---------- CTA band (cream) ---------- */
.cta-band { background: var(--cream); padding: 90px 0; text-align: center; }
.cta-band .eyebrow { font-weight: 800; font-size: 13px; letter-spacing: 0.12em; color: var(--orange); text-transform: uppercase; }
.cta-band h2 { font-size: clamp(32px,5vw,56px); margin: 14px 0 16px; }
.cta-band p { font-size: 16px; font-weight: 600; max-width: 460px; margin: 0 auto 30px; opacity: 0.85; }

/* ---------- Samples gallery ---------- */
.gallery-section { background: var(--cream); padding: 90px 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sample-card { background: var(--white); border-radius: 18px; overflow: hidden; border: 2px solid var(--ink); }
.sample-thumb { aspect-ratio: 4/3; background: linear-gradient(155deg, var(--olive), var(--ink)); display: flex; align-items: center; justify-content: center; }
.play-btn { width: 56px; height: 56px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; }
.play-btn::after { content: ""; border-style: solid; border-width: 10px 0 10px 16px; border-color: transparent transparent transparent var(--ink); margin-left: 4px; }
.sample-meta { padding: 20px 22px 24px; }
.sample-meta .tag { font-weight: 800; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--orange); }
.sample-meta h3 { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 18px; text-transform: none; margin-top: 8px; }
@media (max-width: 860px) { .gallery-grid { grid-template-columns: 1fr; } }

/* ---------- About / founder cards ---------- */
.about-section { background: var(--cream); padding: 90px 0; }
.founders-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.founder-card { background: var(--white); border-radius: 18px; overflow: hidden; border: 2px solid var(--ink); }
.founder-photo { aspect-ratio: 1/1; background: linear-gradient(155deg, var(--olive), var(--ink)); }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.founder-body { padding: 22px 24px 28px; }
.founder-body .f-role { font-weight: 800; font-size: 11px; color: var(--orange); letter-spacing: 0.06em; text-transform: uppercase; }
.founder-body h3 { font-size: 24px; margin: 10px 0 10px; }
.founder-body p { color: var(--ink); font-size: 14.5px; line-height: 1.55; opacity: 0.85; }
.founder-more { display: inline-block; margin-top: 16px; font-weight: 800; font-size: 13px; text-transform: uppercase; color: var(--ink); text-decoration: none; border-bottom: 2px solid var(--orange); }
.founder-more:hover { color: var(--orange); }
@media (max-width: 860px) { .founders-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; } }

/* ---------- Founder detail page ---------- */
.founder-detail { background: var(--cream); padding: 60px 0 20px; }
.back-link { display: inline-block; margin-bottom: 24px; font-weight: 800; font-size: 13px; text-transform: uppercase; color: var(--ink); text-decoration: none; }
.back-link:hover { color: var(--orange); }
.founder-detail-grid { display: grid; grid-template-columns: 320px 1fr; gap: 50px; align-items: start; }
.founder-detail-photo { aspect-ratio: 1/1; border-radius: 18px; overflow: hidden; border: 2px solid var(--ink); background: linear-gradient(155deg, var(--olive), var(--ink)); }
.founder-detail-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.founder-detail-body .f-role { font-weight: 800; font-size: 13px; color: var(--orange); letter-spacing: 0.06em; text-transform: uppercase; }
.founder-detail-body h1 { font-size: clamp(34px, 5vw, 58px); margin: 10px 0 4px; }
.founder-detail-body .lede { font-size: 16.5px; line-height: 1.6; margin-top: 18px; max-width: 620px; opacity: 0.88; font-weight: 500; }
.founder-facts { margin-top: 36px; border-top: 2px solid var(--ink); padding-top: 26px; }
.founder-facts h2 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--orange); font-weight: 800; margin-bottom: 18px; font-family: 'Inter', sans-serif; }
.fact-list { list-style: none; display: grid; gap: 12px; }
.fact-list li { font-size: 15.5px; display: flex; gap: 12px; font-weight: 600; }
.fact-list li span.fact-label { color: var(--ink); font-weight: 800; min-width: 140px; opacity: 0.6; text-transform: uppercase; font-size: 12.5px; padding-top: 3px; }
@media (max-width: 700px) { .founder-detail-grid { grid-template-columns: 1fr; } .founder-detail-photo { max-width: 280px; } }

/* ---------- Footer ---------- */
footer { background: var(--cream); padding-top: 60px; }
.footer-top { display: flex; justify-content: space-between; padding-bottom: 50px; flex-wrap: wrap; gap: 30px; }
.footer-top .big { font-weight: 800; text-transform: uppercase; font-size: 15px; }
.footer-top a { text-decoration: none; }
.footer-top a:hover { color: var(--orange); }
.wordmark { font-family: 'Anton', sans-serif; font-size: clamp(52px, 13vw, 170px); text-align: center; letter-spacing: -0.02em; border-top: 2px solid var(--ink); padding: 18px 0 22px; }
.footer-bottom { display: flex; justify-content: space-between; padding: 18px 40px 26px; font-size: 12px; font-weight: 700; opacity: 0.6; flex-wrap: wrap; gap: 8px; }
