@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Barlow:wght@400;500;600;700&display=swap');
:root{--red:#f12223;--ink:#101010;--white:#f7f5f0;--muted:#b9b7b3}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--ink);color:var(--white);font-family:Barlow,Arial,sans-serif;font-size:17px}a{color:inherit;text-decoration:none}header{height:104px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;border-bottom:1px solid #ffffff20;position:relative;z-index:2;background:#101010}.brand{display:flex;align-items:center;gap:12px;font-size:26px;font-weight:900;line-height:1}.brand img{width:64px;height:64px;object-fit:cover;border-radius:50%}.brand-small{display:block;font-size:13px;letter-spacing:5px;margin-top:6px}nav{display:flex;gap:36px;font-size:15px}nav a:hover,.text-link:hover{color:var(--red)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:36px;background:var(--red);padding:20px 25px;font-weight:700;font-size:16px;transition:background .2s,transform .2s}.button:hover{background:#c9161b;transform:translateY(-2px)}.button span{font-size:23px}.button.small{padding:13px 20px}.hero{min-height:770px;position:relative;padding:74px 5% 0;overflow:hidden}.wolf{position:absolute;width:640px;height:640px;left:21%;top:25px;background:url('assets/alpha-logo.jpg') center/contain no-repeat;filter:grayscale(1);mix-blend-mode:screen;opacity:.09;transform:rotate(-9deg);pointer-events:none}.hero-copy{position:relative;z-index:1;width:57%}.eyebrow{font-size:13px;font-weight:700;letter-spacing:2px;display:flex;align-items:center;gap:10px;margin:0 0 25px}.eyebrow>span{width:20px;height:2px;background:var(--red)}h1,h2,h3{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-weight:800;margin:0;letter-spacing:-1px}h1{font-size:clamp(76px,8.6vw,136px);line-height:.9}em{color:var(--red);font-style:normal}h1 em{display:inline-block;margin-top:6px}.intro{font-size:19px;line-height:1.6;color:var(--muted);margin:29px 0}.actions{display:flex;align-items:center;gap:32px}.text-link{font-size:16px;font-weight:600}.text-link span{margin-left:12px}.hero-photo{position:absolute;right:0;top:64px;width:43%;height:565px;clip-path:polygon(8% 0,100% 0,100% 100%,0 100%)}.hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#000b,transparent 45%)}.hero-photo img{width:100%;height:100%;object-fit:cover}.photo-caption{position:absolute;bottom:28px;left:13%;right:7%;display:flex;flex-direction:column;gap:10px;z-index:1;font-size:13px;font-weight:600;letter-spacing:1.5px}.photo-caption span:first-child{font-size:22px;font-family:'Barlow Condensed',Impact,sans-serif}.hero-bottom{position:relative;margin-top:60px;padding:24px 0;display:flex;justify-content:space-between;border-top:1px solid #ffffff26;font-size:12px;letter-spacing:1.4px;color:var(--muted)}.ticker{padding:22px 0;background:var(--red);display:flex;justify-content:space-around;gap:35px;overflow:hidden;white-space:nowrap;font-family:'Barlow Condensed',Impact,sans-serif;font-size:30px;font-weight:700;letter-spacing:2px;transform:rotate(-1.4deg);margin:4px -1%}.ticker b{color:#101010}.section{padding:104px 6%}.section-top{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:45px}h2{font-size:clamp(56px,6vw,90px);line-height:.95}.section-top>p{max-width:355px;color:var(--muted);line-height:1.7;margin:0}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.dish{border:1px solid #ffffff30;padding:28px 26px;background:#171717;transition:transform .2s,border-color .2s}.dish:hover{border-color:var(--red);transform:translateY(-5px)}.dish-meta{display:flex;justify-content:space-between;font-size:12px;color:#c6c3bf;letter-spacing:1px}.dish-meta span:last-child{font-size:22px}.dish h3{font-size:35px;line-height:1.12;margin:35px 0 45px;letter-spacing:0}.dish-bottom{border-top:1px solid #ffffff26;padding-top:20px;display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:14px;color:var(--muted)}.dish strong{color:var(--white);font-size:22px}.dish.featured{background:#301416;border-color:#803133}.menu-footer{display:flex;justify-content:space-between;gap:30px;margin-top:25px;align-items:center}.menu-footer p{font-size:13px;line-height:1.5;max-width:530px;color:var(--muted)}.menu-footer a{white-space:nowrap}.alpha{border-top:1px solid #ffffff20;display:grid;grid-template-columns:1fr 1fr;gap:12%;align-items:center;padding-top:65px;padding-bottom:85px}.alpha-mark{background:#f00;aspect-ratio:1;max-width:430px;transform:rotate(-4deg);margin:20px}.alpha-mark img{width:100%;height:100%;object-fit:contain}.alpha p:not(.eyebrow){color:var(--muted);line-height:1.7;max-width:435px;margin:28px 0}.closing{background:var(--red);padding:75px 6% 65px;text-align:center}.closing .eyebrow{justify-content:center}.closing h2{font-size:clamp(68px,9vw,128px)}.closing em{color:var(--ink)}.closing .button{margin-top:32px;background:var(--white);color:var(--ink);min-width:220px}.closing>p:last-child{font-size:14px;margin-top:20px}.closing .button:hover{background:white}footer{padding:35px 6%;display:flex;justify-content:space-between;align-items:center;gap:25px;font-size:13px;color:var(--muted)}.footer-brand{font-family:'Barlow Condensed',Impact,sans-serif;font-size:25px;font-weight:700;color:white}:focus-visible{outline:3px solid #fff;outline-offset:6px}@media(min-width:1600px){.hero{min-height:850px}.hero-photo{height:650px}.hero-bottom{margin-top:90px}}@media(max-width:900px){header{padding:0 5%;height:85px}nav{gap:20px}.hero{padding-top:50px;min-height:auto}.hero-copy{width:65%}h1{font-size:90px}.hero-photo{width:40%;height:470px;top:60px}.actions{gap:20px;flex-wrap:wrap}.hero-bottom{margin-top:40px}.section{padding:75px 5%}.dish{padding:20px 18px}.dish h3{font-size:28px}.dish-bottom{align-items:flex-start;flex-direction:column}.alpha{gap:7%}}@media(max-width:600px){header{height:80px}.brand img{width:49px;height:49px}.brand{font-size:21px}.brand-small{font-size:11px;letter-spacing:3px}nav{display:none}.button.small{font-size:14px;padding:10px 13px;gap:13px}.hero{padding:40px 6% 0}.hero-copy{width:100%}.eyebrow{font-size:12px;letter-spacing:1.2px}h1{font-size:clamp(70px,17vw,105px)}.wolf{width:480px;height:480px;left:10%;top:0;opacity:.12}.intro{font-size:17px}.actions{gap:22px}.hero-photo{position:relative;width:114%;right:auto;top:auto;height:310px;margin:38px -7% 0;clip-path:none}.hero-photo img{object-position:center}.photo-caption{left:7%;bottom:22px}.hero-bottom{margin-top:0;padding:21px 0;font-size:11px;gap:15px}.hero-bottom>a{display:none}.ticker{font-size:23px;padding:17px 0;gap:25px}.section{padding:60px 6%}.section-top{display:block;margin-bottom:30px}.section-top>p{margin-top:23px}.menu-grid{grid-template-columns:1fr}.dish{padding:24px}.dish h3{font-size:37px;margin:25px 0}.dish-bottom{flex-direction:row;align-items:center}.menu-footer{align-items:flex-start;flex-direction:column;gap:9px}.alpha{grid-template-columns:1fr;gap:40px}.alpha-mark{max-width:280px;margin:10px auto;width:80%}.alpha h2{font-size:65px}.closing{padding:60px 6%}footer{flex-direction:column;text-align:center;gap:18px}.closing>p:last-child{line-height:1.6}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
