:root {
  --orange: #ff6a21;
  --orange-dark: #c94b12;
  --black: #090909;
  --cream: #fff7ef;
  --muted: #6e6761;
  --line: rgba(9,9,9,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--cream); color: var(--black); }
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: 18px clamp(18px, 5vw, 72px); background: rgba(255,247,239,.86); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.brand { font-weight: 950; font-size: clamp(25px, 3vw, 36px); letter-spacing: -1.5px; }
.brand-beef, .dot { color: var(--orange); }.amp { margin: 0 2px; color: var(--orange-dark); }.brand-punch { color: var(--black); }
nav { display: flex; align-items: center; gap: clamp(12px, 2vw, 28px); font-size: 14px; font-weight: 750; }
.nav-cta { padding: 10px 16px; border: 1px solid var(--black); border-radius: 999px; background: var(--black); color: white; }
.hero { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(28px, 5vw, 80px); align-items: center; min-height: 82vh; padding: clamp(48px, 8vw, 104px) clamp(18px, 5vw, 72px); }
.eyebrow { margin: 0 0 16px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; color: var(--orange-dark); font-size: 12px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 18px; font-size: clamp(64px, 12vw, 160px); line-height: .83; letter-spacing: -7px; }
.lead { max-width: 720px; color: #2e2a27; font-size: clamp(19px, 2vw, 25px); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 14px 22px; border-radius: 999px; font-weight: 900; transition: transform .18s ease, box-shadow .18s ease; }.button:hover { transform: translateY(-2px); box-shadow: 0 16px 35px rgba(9,9,9,.14); }.primary { background: var(--orange); color: var(--black); border: 2px solid var(--black); }.secondary { background: transparent; border: 2px solid var(--black); }.large { min-height: 58px; padding-inline: 30px; }
.hero-card { position: relative; overflow: hidden; padding: clamp(26px, 4vw, 42px); border: 2px solid var(--black); border-radius: 34px; background: var(--black); color: white; box-shadow: 18px 18px 0 var(--orange); }
.pulse { position: absolute; right: -90px; top: -90px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, var(--orange), transparent 68%); opacity: .85; }
.hero-card h2 { position: relative; font-size: clamp(42px, 5vw, 78px); line-height: .9; letter-spacing: -3px; margin-bottom: 28px; }.hero-card h2 span { color: var(--orange); }
.hero-card ul { position: relative; display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }.hero-card li { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.18); }.hero-card strong { color: var(--orange); }.hero-card small { color: rgba(255,255,255,.78); font-size: 14px; }
.strip { padding: clamp(42px, 7vw, 78px) clamp(18px, 5vw, 72px); background: var(--orange); border-block: 2px solid var(--black); }.strip p { font-size: 18px; font-weight: 800; }.strip h2 { margin: 0; max-width: 900px; font-size: clamp(38px, 6vw, 82px); line-height: .92; letter-spacing: -3px; }
.grid-section { padding: clamp(64px, 9vw, 120px) clamp(18px, 5vw, 72px); }.section-heading { max-width: 850px; margin-bottom: 42px; }.section-heading h2, .case-study h2, .cta h2 { font-size: clamp(38px, 6vw, 78px); line-height: .94; letter-spacing: -3px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }article { min-height: 260px; padding: 26px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.55); }article span { display: inline-flex; margin-bottom: 34px; font-weight: 950; color: var(--orange-dark); }article h3 { font-size: 24px; letter-spacing: -.8px; }article p { color: var(--muted); line-height: 1.6; }
.case-study { display: grid; grid-template-columns: 1fr .72fr .72fr; gap: 18px; align-items: stretch; padding: clamp(52px, 7vw, 86px) clamp(18px, 5vw, 72px); background: #fff; border-block: 1px solid var(--line); }.case-card { padding: 30px; border-radius: 30px; border: 2px solid var(--black); }.punch-card { background: var(--black); color: white; }.label { color: var(--orange-dark); font-weight: 950; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }.punch-card .label { color: var(--orange); }
.cta { margin: clamp(48px, 8vw, 100px) clamp(18px, 5vw, 72px); padding: clamp(42px, 7vw, 88px); border-radius: 38px; background: var(--black); color: white; text-align: center; }.cta p:not(.eyebrow) { max-width: 700px; margin: 0 auto 28px; color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.55; }.cta .eyebrow { color: var(--orange); }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 34px clamp(18px, 5vw, 72px); border-top: 1px solid var(--line); color: var(--muted); }footer p { margin: 0; }footer a { font-weight: 800; color: var(--black); }
@media (max-width: 920px) { .hero, .case-study { grid-template-columns: 1fr; } .service-grid { grid-template-columns: 1fr 1fr; } h1 { letter-spacing: -4px; } }
@media (max-width: 640px) { nav a:not(.nav-cta) { display: none; } .service-grid { grid-template-columns: 1fr; } .hero-card { box-shadow: 9px 9px 0 var(--orange); } .hero-card li { grid-template-columns: 1fr; gap: 4px; } footer { flex-direction: column; } }
