:root { --ink:#151611; --cream:#f7edda; --orange:#e64b1f; --gold:#f5ac25; --olive:#363a22; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--cream); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; }
.hero { min-height:92vh; padding:0 6vw 7rem; background:linear-gradient(90deg,rgba(15,17,12,.92) 0%,rgba(15,17,12,.67) 38%,rgba(15,17,12,.03) 68%),url("assets/bacon-squad-banner-v1.png") center/cover; color:#fff; }
nav { height:88px; display:flex; align-items:center; justify-content:space-between; font-weight:800; letter-spacing:.05em; }
nav a { text-decoration:none; }
.brand { display:flex; align-items:center; gap:.65rem; }
.brand span { display:grid; place-items:center; width:36px; height:36px; border-radius:50%; color:var(--cream); background:var(--orange); font-family:Georgia,serif; font-size:1.35rem; }
.hero-copy { max-width:660px; padding-top:12vh; }
.eyebrow { margin:0 0 1rem; color:var(--orange); font-size:.76rem; font-weight:900; letter-spacing:.2em; }
.hero .eyebrow { color:#ffc04a; }
h1,h2 { margin:0; font-family:Georgia,"Times New Roman",serif; line-height:.88; letter-spacing:-.055em; }
h1 { font-size:clamp(4.5rem,10vw,9.8rem); }
h2 { font-size:clamp(2.6rem,5vw,5.4rem); }
.lead { max-width:560px; margin:2rem 0; font-size:clamp(1.1rem,2vw,1.45rem); line-height:1.55; }
.actions { display:flex; align-items:center; gap:1.5rem; flex-wrap:wrap; }
.button { display:inline-block; padding:1rem 1.35rem; border-radius:999px; background:var(--orange); color:#fff; text-decoration:none; font-weight:800; }
.text-link { font-weight:800; text-underline-offset:.25em; }
.manifesto { display:grid; grid-template-columns:minmax(280px,1fr) 1.1fr; gap:clamp(3rem,7vw,8rem); align-items:center; padding:8rem 7vw; }
.manifesto img { width:100%; border-radius:50%; box-shadow:0 28px 70px rgba(34,28,18,.2); }
.manifesto p:not(.eyebrow),.origin p,.disclosure p { font-size:1.08rem; line-height:1.75; }
.gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; padding:1rem; background:var(--ink); }
figure { position:relative; margin:0; overflow:hidden; }
figure img { display:block; width:100%; aspect-ratio:1; object-fit:cover; transition:transform .4s ease; }
figure:hover img { transform:scale(1.025); }
figcaption { position:absolute; left:1rem; bottom:1rem; padding:.65rem .85rem; color:#fff; background:rgba(15,16,12,.84); font-weight:800; }
.origin { max-width:1050px; padding:9rem 7vw; }
.origin p { max-width:720px; }
.disclosure { display:grid; grid-template-columns:1fr 1fr; gap:3rem; align-items:end; margin:0 2vw 2vw; padding:5rem; color:#fff; background:var(--olive); border-radius:2rem; }
footer { display:flex; justify-content:space-between; padding:2rem 7vw 3rem; font-weight:700; }
@media (max-width:760px) {
  .hero { min-height:84vh; padding-bottom:4rem; background-position:62% center; }
  .hero-copy { padding-top:8vh; }
  .manifesto,.disclosure { grid-template-columns:1fr; }
  .manifesto { padding:5rem 6vw; }
  .gallery { grid-template-columns:1fr; }
  .origin { padding:6rem 6vw; }
  .disclosure { margin:0; padding:3rem 6vw; border-radius:0; }
}
