:root { --crimson:#b11226; --deep:#190d10; --ink:#28181c; --muted:#77696b; --cream:#f7f2ec; --line:#e9dfd9; --white:#fffdfa; --serif:Georgia,'Times New Roman',serif; --sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--cream); color:var(--ink); font-family:var(--sans); line-height:1.6; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
.site-header { position:absolute; z-index:5; top:0; left:0; width:100%; padding:22px 5vw; display:flex; align-items:center; justify-content:space-between; color:white; }
.brand { display:flex; align-items:center; gap:12px; font-weight:800; letter-spacing:.04em; }
.brand img { width:43px; height:43px; border-radius:12px; }
.brand span { font-size:1.12rem; }
.nav { display:flex; gap:25px; align-items:center; font-size:.9rem; font-weight:650; }
.nav a { opacity:.84; transition:opacity .2s; }
.nav a:hover { opacity:1; }
.nav .nav-cta { background:white; color:var(--crimson); padding:10px 17px; border-radius:999px; opacity:1; }
.hero { min-height:760px; position:relative; display:grid; align-items:end; overflow:hidden; color:white; background:var(--deep); }
.hero:before { content:''; position:absolute; inset:0; background:linear-gradient(90deg,rgba(24,8,11,.88) 0%,rgba(24,8,11,.58) 43%,rgba(24,8,11,.2) 100%),url('assets/cow-portrait.jpg') center/cover; }
.hero-content { position:relative; z-index:1; width:min(1160px,90vw); margin:0 auto; padding:180px 0 105px; }
.eyebrow { color:#f2b4ba; font-weight:800; text-transform:uppercase; letter-spacing:.18em; font-size:.73rem; }
h1,h2,h3 { margin:0; font-family:var(--serif); font-weight:500; line-height:1.06; }
h1 { max-width:700px; margin-top:18px; font-size:clamp(3.4rem,8vw,7rem); letter-spacing:-.055em; }
.hero-copy { max-width:520px; margin:25px 0 32px; color:#f4e8e4; font-size:1.1rem; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:8px; border-radius:999px; padding:13px 21px; background:var(--crimson); color:white; font-weight:800; border:1px solid var(--crimson); }
.button.light { background:white; color:var(--crimson); border-color:white; }
.button.outline { background:transparent; color:var(--crimson); border-color:var(--crimson); }
.button + .button { margin-left:8px; }
.section { width:min(1160px,90vw); margin:0 auto; padding:105px 0; }
.section-head { display:flex; justify-content:space-between; gap:40px; align-items:end; margin-bottom:42px; }
.section h2 { font-size:clamp(2.3rem,5vw,4.5rem); letter-spacing:-.045em; max-width:600px; }
.section-intro { color:var(--muted); max-width:430px; }
.story { display:grid; grid-template-columns:1fr 1fr; gap:75px; align-items:center; }
.story-image { height:550px; border-radius:30px; object-fit:cover; width:100%; }
.story-copy h2 { margin:13px 0 20px; }
.story-copy p { color:var(--muted); font-size:1.05rem; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.feature { background:var(--white); border:1px solid var(--line); border-radius:24px; padding:28px; min-height:245px; }
.feature-number { color:var(--crimson); font-weight:900; font-size:.8rem; letter-spacing:.15em; }
.feature h3 { font-size:1.75rem; margin:42px 0 12px; }
.feature p { color:var(--muted); margin:0; }
.visual-band { display:grid; grid-template-columns:1.1fr .9fr; min-height:570px; background:var(--deep); color:white; }
.visual-band img { width:100%; height:100%; min-height:570px; object-fit:cover; }
.visual-copy { padding:85px clamp(30px,7vw,100px); display:flex; flex-direction:column; justify-content:center; }
.visual-copy h2 { font-size:clamp(2.4rem,5vw,4.7rem); margin:15px 0 24px; }
.visual-copy p { color:#dfcecb; max-width:430px; }
.mini-links { margin-top:28px; display:flex; gap:25px; color:#f2b4ba; font-weight:750; font-size:.92rem; }
.footer { background:#120a0c; color:#e6d5d1; padding:45px 5vw; display:flex; justify-content:space-between; gap:30px; align-items:center; font-size:.87rem; }
.footer .brand { color:white; }
.footer-links { display:flex; flex-wrap:wrap; gap:18px; color:#cdbbb8; }
.legal-shell { min-height:100vh; padding:140px 5vw 80px; }
.legal { max-width:850px; margin:auto; background:var(--white); border:1px solid var(--line); border-radius:30px; padding:clamp(28px,6vw,75px); }
.legal h1 { color:var(--ink); font-size:clamp(2.7rem,6vw,5rem); margin:10px 0 25px; }
.legal h2 { font-family:var(--sans); font-size:1.15rem; font-weight:850; margin:34px 0 10px; }
.legal p,.legal li { color:var(--muted); }
.legal a { color:var(--crimson); text-decoration:underline; text-underline-offset:3px; }
.legal-header { position:relative; background:var(--deep); }
@media (max-width:760px) { .site-header { padding:16px 5vw; } .nav { gap:12px; } .nav a:not(.nav-cta) { display:none; } .hero { min-height:700px; } .hero-content { padding-bottom:70px; } .button { padding:12px 16px; } .section { padding:75px 0; } .section-head,.story,.visual-band { display:block; } .section-intro { margin-top:20px; } .story-image { height:380px; margin-bottom:35px; } .feature-grid { grid-template-columns:1fr; } .feature { min-height:0; } .feature h3 { margin-top:25px; } .visual-band img { height:380px; min-height:0; } .visual-copy { padding:65px 8vw; } .footer { display:block; } .footer-links { margin-top:24px; } }
