/*
Theme Name: BigFatBaby Venture Studio v1.2
Theme URI: https://bigfatbaby.com/
Author: OpenAI
Description: A custom editorial-style WordPress theme for BigFatBaby Venture Studio.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: bigfatbaby
*/

:root{
  --bfb-ink:#071426;
  --bfb-slate:#6f7781;
  --bfb-paper:#f6f3ed;
  --bfb-white:#fffdf9;
  --bfb-gold:#c49a5a;
  --bfb-line:#ddd8cf;
  --bfb-max:1440px;
  --bfb-radius:0px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bfb-paper);color:var(--bfb-ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.bfb-shell{width:min(calc(100% - 48px),var(--bfb-max));margin:22px auto 40px;background:var(--bfb-white);border:1px solid #dedad2;box-shadow:0 16px 40px rgba(7,20,38,.08)}
.bfb-container{width:min(calc(100% - 96px),1260px);margin-inline:auto}
.site-header{border-bottom:1px solid rgba(7,20,38,.05)}
.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;min-height:92px}
.site-branding{justify-self:start}
.wordmark{font-family:Georgia,'Times New Roman',serif;font-weight:700;font-size:31px;letter-spacing:-.055em;line-height:.9;display:inline-block}
.wordmark small{display:block;font-family:Arial,Helvetica,sans-serif;font-size:7px;letter-spacing:.26em;font-weight:600;margin-top:8px;text-align:center;color:var(--bfb-slate)}
.site-nav ul{list-style:none;display:flex;gap:34px;padding:0;margin:0;align-items:center}
.site-nav a{font-size:12px;font-weight:600}
.site-nav a:hover{color:var(--bfb-gold)}
.header-cta{justify-self:end;background:var(--bfb-ink);color:#fff;padding:13px 21px;font-size:12px;font-weight:700}
.menu-toggle{display:none;border:0;background:transparent;font-size:24px;color:var(--bfb-ink)}


.hero{display:grid;grid-template-columns:50% 50%;min-height:640px;border-bottom:1px solid var(--bfb-line);overflow:hidden;background:var(--bfb-white)}
.hero-copy{padding:62px 44px 58px max(58px,calc((100vw - 1356px)/2 + 54px));display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.hero-eyebrow{font-size:11px;font-weight:800;letter-spacing:.14em;color:var(--bfb-slate);margin-bottom:25px}
.hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(58px,5.25vw,84px);line-height:.94;letter-spacing:-.058em;margin:0 0 29px;font-weight:700;max-width:1000px}
.hero h1 span{display:inline}
.hero h1 .gold{color:var(--bfb-gold)}
.hero p{font-size:17px;line-height:1.45;color:#4e5762;margin:0 0 34px;max-width:720px}
.hero-actions{display:flex;gap:38px;align-items:center;flex-wrap:wrap}
.button{display:inline-flex;gap:22px;align-items:center;justify-content:center;padding:15px 23px;background:var(--bfb-ink);color:white;font-size:13px;font-weight:700;border:1px solid var(--bfb-ink)}
.text-link{font-size:13px;font-weight:700;padding-bottom:4px;border-bottom:2px solid var(--bfb-gold)}
.hero-art{position:relative;min-height:640px;overflow:hidden;background:#f3efe8 url('https://bigfatbabyinc.com/wp-content/uploads/2026/09/BFB-hero-image-buildings.webp') center center/cover no-repeat}
.hero-art:after{content:"";position:absolute;inset:0;box-shadow:inset 30px 0 45px rgba(246,243,237,.10);pointer-events:none}
.tower{display:none}

.section{border-bottom:1px solid var(--bfb-line);padding:58px 0}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--bfb-gold);margin-bottom:18px}
.section-title{font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,4vw,54px);line-height:1.05;letter-spacing:-.035em;margin:0 0 18px}
.lead{color:#5e646c;max-width:620px;font-size:16px}
.about-grid{display:grid;grid-template-columns:1.1fr 1.9fr;gap:64px;align-items:start}
.value-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--bfb-line)}
.value{padding:0 30px;border-right:1px solid var(--bfb-line)}
.value-icon{font-size:28px;margin-bottom:18px}
.value h3{font-family:Georgia,'Times New Roman',serif;font-size:20px;margin:0 0 10px}
.value p{font-size:13px;color:#666d75;margin:0}

.approach-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.step{padding:4px 40px 4px 0;margin-right:40px;border-right:1px solid var(--bfb-line)}
.step:last-child{border-right:0;margin-right:0}
.step-num{font-size:11px;font-weight:800}.step-num:after{content:"";display:block;width:44px;height:2px;background:var(--bfb-gold);margin:10px 0 18px}
.step h3{font-family:Georgia,'Times New Roman',serif;font-size:25px;margin:0 0 9px}
.step p{font-size:14px;color:#626871;min-height:84px}
.step a{font-size:12px;font-weight:700;color:var(--bfb-gold)}

.ventures-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:26px}
.ventures-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.venture-card{border:1px solid var(--bfb-line);padding:26px;min-height:210px;display:flex;flex-direction:column;background:#fffefa;transition:transform .2s ease,box-shadow .2s ease}
.venture-card:hover{transform:translateY(-4px);box-shadow:0 10px 26px rgba(7,20,38,.07)}
.venture-mark{width:42px;height:42px;border:2px solid var(--bfb-ink);display:grid;place-items:center;font-weight:900;margin-bottom:22px}
.venture-card h3{margin:0;font-size:18px}.venture-meta{font-size:12px;color:#81858b;margin:3px 0 18px}.venture-card p{font-size:13px;color:#60666e;margin:0 0 22px}.venture-card a{margin-top:auto;font-size:12px;font-weight:700;color:var(--bfb-gold)}

.why-grid{display:grid;grid-template-columns:1fr 1fr;min-height:410px}
.why-image{background:linear-gradient(135deg,#171513,#3c3229 56%,#1a1714);position:relative;overflow:hidden}
.why-image:before{content:"";position:absolute;width:44%;height:20%;left:14%;top:42%;background:#25211d;transform:rotate(-8deg);box-shadow:0 16px 35px rgba(0,0,0,.45)}
.why-image:after{content:"BUILT TO LAST";position:absolute;left:21%;top:48%;color:var(--bfb-gold);font:700 11px/1 Arial;letter-spacing:.12em;transform:rotate(-8deg)}
.why-copy{padding:68px;display:flex;flex-direction:column;justify-content:center}.why-copy p{color:#626871;max-width:500px}

.site-footer{padding:24px 0}.footer-inner{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:center}.copyright{font-size:11px;color:#7d8288;text-align:center}.footer-links{justify-self:end;display:flex;gap:26px;font-size:11px}

.archive-wrap,.single-wrap{padding:70px 0 90px}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.single-wrap article{max-width:830px}.entry-content{font-size:18px}.entry-content h2,.entry-content h3{font-family:Georgia,'Times New Roman',serif}

@media(max-width:980px){
  .bfb-shell{width:min(calc(100% - 24px),var(--bfb-max));margin-top:12px}.bfb-container{width:min(calc(100% - 48px),1260px)}
  .header-inner{grid-template-columns:1fr auto}.site-nav{display:none;grid-column:1/-1;padding-bottom:18px}.site-nav.is-open{display:block}.site-nav ul{flex-direction:column;align-items:flex-start;gap:14px}.header-cta{display:none}.menu-toggle{display:block;justify-self:end}
  .hero{grid-template-columns:1fr}.hero-copy{padding:60px 36px 52px}.hero-art{min-height:430px;background-position:center 34%}.hero h1{max-width:680px}.hero-eyebrow{margin-bottom:22px}
  .about-grid{grid-template-columns:1fr}.value-grid{grid-template-columns:repeat(2,1fr);border-top:1px solid var(--bfb-line)}.value{padding:28px;border-bottom:1px solid var(--bfb-line)}
  .approach-grid,.ventures-grid{grid-template-columns:repeat(2,1fr);gap:28px}.step{border-right:0;border-bottom:1px solid var(--bfb-line);padding-bottom:26px;margin:0}
  .why-grid{grid-template-columns:1fr}.why-image{min-height:300px}.footer-inner{grid-template-columns:1fr;text-align:center}.footer-links{justify-self:center}.site-footer .wordmark{justify-self:center;margin:auto}
}
@media(max-width:620px){
  .bfb-container{width:min(calc(100% - 34px),1260px)}.hero-copy{padding:48px 22px}.hero h1{font-size:49px;line-height:.98}.hero p{font-size:16px}.hero-art{min-height:340px;background-position:center 32%}.hero-eyebrow{font-size:9px;line-height:1.5}
  .value-grid,.approach-grid,.ventures-grid,.archive-grid{grid-template-columns:1fr}.value-grid{border-left:0}.value{border-left:0;padding-inline:0}.ventures-head{align-items:flex-start;flex-direction:column}.why-copy{padding:48px 24px}
  .section{padding:46px 0}.site-header .wordmark{font-size:26px}
}
.site-logo {
    display: inline-block;
}

.site-logo img {
    width: 220px;
    height: auto;
    display: block;
}
.hero-copy {
    padding-left: 48px;
}
.why-image{
    background-image:url('https://hnf.zmk.mybluehost.me/website_e278a85e/wp-content/uploads/2026/08/big-fat-babies-working.webp');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.why-image:before,
.why-image:after{
    display:none;
}
.venture-logo {
  height: 90px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.venture-logo img {
  max-width: 220px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.site-logo {
    display: inline-block;
    padding-top: 14px;
}
.baby-icon img {
  width: 51px;
  height: 51px;
  object-fit: contain;
  display: block;
}
.contact-page {
  padding: 90px 0 110px;
  border-bottom: 1px solid var(--bfb-line);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: start;
}

.contact-intro .section-title {
  max-width: 520px;
  margin-bottom: 24px;
}

.contact-details {
  margin-top: 42px;
  font-size: 14px;
}

.contact-details strong {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--bfb-gold);
}

.contact-form-wrap {
  border: 1px solid var(--bfb-line);
  padding: 42px;
  background: var(--bfb-white);
}

.bfb-contact-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-row label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--bfb-slate);
}

.form-row input,
.form-row textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--bfb-line);
  background: #fff;
  color: var(--bfb-ink);
  font: inherit;
  border-radius: 0;
}

.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--bfb-gold);
}

.form-success {
  padding: 18px 20px;
  border: 1px solid #b9cbb8;
  background: #f3f8f2;
  margin-bottom: 24px;
}

.form-error {
  padding: 18px 20px;
  border: 1px solid #d6b2ae;
  background: #fbf2f1;
  margin-bottom: 24px;
}

@media(max-width: 980px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media(max-width: 620px) {
  .contact-page {
    padding: 60px 0 75px;
  }

  .contact-form-wrap {
    padding: 26px 20px;
  }
}