:root {
  --cream: #f3efe5;
  --paper: #fffdf8;
  --ink: #17211d;
  --forest: #29483b;
  --rust: #c65f35;
  --gold: #d7a83c;
  --sage: #8ea390;
  --line: rgba(23,33,29,.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 16px clamp(20px,5vw,72px); background: rgba(243,239,229,.93); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--rust); color: white; font-weight: 800; }
.brand-text { font-family: "League Spartan", sans-serif; letter-spacing: .08em; font-weight: 800; }
.nav { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 600; }
.nav a:hover { color: var(--rust); }
.nav-cta { border: 1px solid var(--ink); padding: 9px 14px; border-radius: 999px; }
.hero { min-height: 76vh; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px,6vw,90px); align-items: center; padding: clamp(58px,8vw,110px) clamp(20px,6vw,88px); }
.eyebrow { margin: 0 0 12px; font-size: 12px; letter-spacing: .18em; font-weight: 800; color: var(--rust); }
.hero h1, h2 { font-family: "League Spartan", sans-serif; letter-spacing: -.02em; line-height: .98; }
.hero h1 { margin: 0; font-size: clamp(52px,8vw,112px); max-width: 850px; }
.hero h1 span { color: var(--rust); }
.hero-text { max-width: 680px; font-size: clamp(18px,2vw,24px); margin: 26px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border-radius: 6px; font-weight: 800; letter-spacing: .02em; }
.primary { background: var(--rust); color: white; }
.primary:hover { background: #a84c2c; }
.secondary { border: 1px solid var(--ink); background: transparent; }
.hero-card { background: var(--paper); border: 1px solid var(--line); box-shadow: 18px 18px 0 rgba(41,72,59,.12); transform: rotate(1deg); }
.photo-placeholder { aspect-ratio: 4/3; display: grid; place-items: center; align-content: center; gap: 8px; text-align: center; padding: 30px; background: linear-gradient(135deg, rgba(41,72,59,.08), rgba(198,95,53,.08)); border-bottom: 1px solid var(--line); }
.photo-placeholder strong { font-family: "League Spartan"; letter-spacing: .06em; font-size: 24px; }
.photo-placeholder span { max-width: 290px; opacity: .7; }
.photo-icon { font-size: 54px; transform: rotate(-10deg); color: var(--rust); }
.hero-card-note { padding: 14px 18px; font-size: 12px; font-weight: 800; letter-spacing: .13em; color: var(--forest); }
.section { padding: clamp(70px,9vw,130px) clamp(20px,6vw,88px); border-top: 1px solid var(--line); }
.story { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px,8vw,120px); }
h2 { margin: 0; font-size: clamp(42px,5.5vw,78px); }
.story-copy { font-size: clamp(18px,2vw,24px); max-width: 760px; }
.story-copy p:first-child { margin-top: 0; }
.section-heading { max-width: 820px; margin-bottom: 42px; }
.section-heading > p:last-child { font-size: 19px; }
.build { background: var(--paper); }
.build-grid, .config-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.build-card, .config-card { border: 1px solid var(--line); padding: 28px; min-height: 250px; background: var(--cream); }
.number { font-family: "League Spartan"; font-size: 42px; color: var(--rust); }
h3 { margin: 18px 0 10px; font-family: "League Spartan"; font-size: 30px; line-height: 1; }
.build-card p, .config-card p { margin-bottom: 0; font-size: 17px; }
.configs { background: var(--forest); color: white; }
.configs .eyebrow { color: #f0b96c; }
.config-card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.18); }
.config-card.highlight { background: var(--rust); border-color: var(--rust); }
.config-kicker { font-size: 11px; font-weight: 800; letter-spacing: .16em; opacity: .9; }
.support { padding: clamp(80px,11vw,150px) clamp(20px,6vw,88px); background: var(--rust); color: white; text-align: center; }
.support-inner { max-width: 900px; margin: auto; }
.support h2 { font-size: clamp(48px,7vw,92px); }
.support p { max-width: 760px; margin: 22px auto; font-size: 19px; }
.eyebrow.light { color: #ffe4cf; }
.support-button { background: white; color: var(--rust); margin-top: 10px; }
.disabled { opacity: .9; cursor: default; }
.micro { font-size: 12px !important; opacity: .75; }
.follow { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; }
.follow p { max-width: 650px; }
.socials { display: grid; gap: 10px; font-weight: 800; letter-spacing: .08em; font-size: 14px; }
.socials span { padding: 13px 0; border-bottom: 1px solid var(--line); }
footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; padding: 28px clamp(20px,6vw,88px); background: var(--ink); color: #f7f4ec; font-size: 13px; }
.footer-brand { font-family: "League Spartan"; letter-spacing: .1em; font-weight: 800; }
@media (max-width: 900px) {
  .nav a:not(.nav-cta) { display: none; }
  .hero, .story, .follow { grid-template-columns: 1fr; }
  .build-grid, .config-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-card { max-width: 680px; }
}
@media (max-width: 520px) {
  .site-header { padding: 12px 16px; }
  .brand-text { font-size: 14px; }
  .nav-cta { font-size: 12px; padding: 8px 11px; }
  .hero { padding-top: 46px; }
  .hero h1 { font-size: 54px; }
  .button { width: 100%; }
}
