:root {
  --ink: #10100f;
  --paper: #f5efe2;
  --cream: #fff8e8;
  --orange: #f4511e;
  --yellow: #ffc928;
  --red: #741b15;
  --line: rgba(16, 16, 15, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }

.topbar {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px clamp(20px, 4vw, 64px);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  position: sticky;
  top: 0;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.02em; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--orange); color: white; font-size: 13px; transform: rotate(-7deg); }
nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 38px); }
nav a { font-size: 14px; font-weight: 750; text-decoration: none; }
.nav-cta { background: var(--ink); color: white; padding: 13px 18px; border-radius: 999px; }

.hero { min-height: 690px; display: grid; grid-template-columns: .92fr 1.08fr; border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(72px, 9vw, 132px) clamp(24px, 6vw, 92px); }
.eyebrow { margin: 0 0 22px; font-size: 12px; line-height: 1; letter-spacing: .18em; font-weight: 900; }
h1 { margin: 0; font-size: clamp(64px, 8.6vw, 138px); line-height: .77; letter-spacing: -.075em; text-transform: uppercase; }
h1 em { color: var(--orange); font-family: Georgia, serif; font-weight: 500; text-transform: none; }
.intro { max-width: 470px; margin: 42px 0 34px; font-size: 20px; line-height: 1.5; }
.button { display: inline-flex; align-items: center; gap: 42px; padding: 17px 22px; border: 2px solid var(--ink); font-weight: 850; text-decoration: none; transition: .2s; }
.button:hover { background: var(--ink); color: white; }

.hero-feature { position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: clamp(28px, 4vw, 58px); background: var(--yellow); isolation: isolate; }
.feature-number { position: absolute; top: 34px; right: 38px; font-size: 13px; font-weight: 900; }
.hero-embed { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: white; }
.feature-text { position: relative; z-index: 2; display: grid; gap: 10px; width: min(470px, 90%); padding: 24px 26px; background: rgba(255, 201, 40, .95); box-shadow: 8px 8px 0 var(--ink); }
.feature-text > span:first-child, .watch { font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.feature-text strong { max-width: 520px; font-family: Georgia, serif; font-style: italic; font-size: clamp(30px, 3.8vw, 58px); line-height: .95; letter-spacing: -.04em; }
.watch { margin-top: 8px; text-decoration: underline; text-underline-offset: 6px; }

.marquee { overflow: hidden; background: var(--ink); color: var(--cream); padding: 18px 0; white-space: nowrap; }
.marquee div { font-size: clamp(18px, 2vw, 28px); font-weight: 900; letter-spacing: .04em; text-align: center; }
.marquee i { color: var(--orange); margin: 0 20px; font-style: normal; }

.locker-room-line { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 34px clamp(20px, 5vw, 76px); border-bottom: 1px solid var(--line); text-align: center; }
.locker-room-line span { font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.locker-room-line strong { color: var(--orange); font-family: Georgia, serif; font-size: clamp(28px, 4vw, 58px); font-style: italic; letter-spacing: -.04em; }

.dishes { padding: clamp(76px, 10vw, 140px) clamp(20px, 5vw, 76px); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 52px; }
h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(48px, 7vw, 95px); line-height: .92; letter-spacing: -.055em; }
.section-head > p { max-width: 340px; font-size: 17px; line-height: 1.5; }
.insta-gallery { display: grid; grid-template-columns: repeat(2, minmax(280px, 620px)); gap: 14px; margin-bottom: 14px; }
.insta-gallery iframe { width: 100%; height: 700px; border: 1px solid var(--line); background: white; }
.dish-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.dish-card { min-height: 390px; padding: 28px; border: 1px solid var(--line); display: flex; flex-direction: column; background: var(--cream); transition: transform .22s ease, box-shadow .22s ease; }
.dish-card:hover { transform: translateY(-5px) rotate(-.3deg); box-shadow: 0 18px 40px rgba(16,16,15,.12); }
.dish-card.card-wide { grid-column: span 2; }
.card-meta { display: flex; justify-content: space-between; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.dish-card h3 { max-width: 620px; margin: auto 0 22px; font-family: Georgia, serif; font-style: italic; font-size: clamp(34px, 4vw, 62px); line-height: .94; letter-spacing: -.04em; }
.dish-card p { max-width: 430px; margin: 0 0 26px; font-size: 16px; line-height: 1.5; }
.dish-card a { align-self: flex-start; font-weight: 900; text-underline-offset: 5px; }
.accent-orange { background: var(--orange); color: white; }
.accent-yellow { background: var(--yellow); }
.dark-red { background: var(--red); color: white; }
.salmon { background: #efb6a0; }
.food-quote { margin: 58px 0 0; padding: 40px 0 0; border-top: 1px solid var(--line); font-family: Georgia, serif; font-size: clamp(34px, 5vw, 72px); font-style: italic; line-height: 1; letter-spacing: -.045em; }

.about { display: grid; grid-template-columns: .75fr 1.25fr; min-height: 620px; background: var(--ink); color: var(--cream); }
.about-badge { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 50px; border-right: 1px solid rgba(255,255,255,.2); text-align: center; }
.about-badge:before { content: ""; position: absolute; }
.about-badge strong { color: var(--yellow); font-family: Georgia, serif; font-style: italic; font-size: clamp(80px, 11vw, 168px); line-height: 1; }
.about-badge span { font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.about-copy { padding: clamp(70px, 10vw, 140px); }
.about-copy h2 { max-width: 800px; }
.about-copy > p:not(.eyebrow) { max-width: 620px; margin: 36px 0 30px; font-size: 20px; line-height: 1.55; color: rgba(255,248,232,.76); }
.text-link { font-weight: 900; color: var(--yellow); text-underline-offset: 7px; }

footer { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px clamp(20px, 5vw, 76px); font-size: 14px; font-weight: 750; }
footer > a:last-child { text-underline-offset: 4px; }

/* Bio */
.bio-page { overflow: hidden; }
.bio-hero { padding: clamp(70px, 8vw, 120px) clamp(20px, 5vw, 76px) 0; }
.bio-title { margin-bottom: clamp(50px, 7vw, 90px); }
.bio-title h1 { max-width: 1150px; font-size: clamp(60px, 9.5vw, 148px); }
.dual-life { display: grid; grid-template-columns: 1.35fr .75fr; gap: 14px; align-items: stretch; }
.dual-life figure { min-width: 0; margin: 0; position: relative; overflow: hidden; background: var(--ink); }
.dual-life img { display: block; width: 100%; height: 100%; min-height: 580px; object-fit: cover; }
.hockey-shot img { object-position: center; }
.chef-shot img { object-position: center top; }
.dual-life figcaption { position: absolute; inset: auto 22px 22px; display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 17px 19px; background: rgba(16,16,15,.88); color: var(--cream); }
.dual-life figcaption span { font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.dual-life figcaption strong { font-family: Georgia, serif; font-size: 24px; font-style: italic; }
.same-hands { padding: clamp(80px, 11vw, 165px) clamp(20px, 8vw, 124px); background: var(--yellow); }
.same-hands > p { margin: 0 0 22px; font-size: 13px; font-weight: 900; letter-spacing: .2em; }
.same-hands h2 { font-size: clamp(72px, 12vw, 178px); text-transform: uppercase; }
.same-hands h2 em { color: var(--orange); font-weight: 500; text-transform: none; }
.origin-story { display: grid; grid-template-columns: .55fr 1.45fr; border-bottom: 1px solid rgba(255,255,255,.15); background: var(--ink); color: var(--cream); }
.story-label { display: flex; justify-content: space-between; align-items: flex-start; padding: clamp(42px, 6vw, 84px); border-right: 1px solid rgba(255,255,255,.15); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.story-copy { padding: clamp(60px, 9vw, 130px); }
.story-lead { max-width: 970px; margin: 0 0 70px; font-family: Georgia, serif; font-size: clamp(35px, 5vw, 72px); font-style: italic; line-height: 1.08; letter-spacing: -.035em; }
.story-columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 7vw, 100px); max-width: 930px; }
.story-columns p { margin: 0; color: rgba(255,248,232,.72); font-size: 18px; line-height: 1.65; }
.bio-punchline { display: grid; grid-template-columns: 1fr minmax(300px, 2.4fr) 1fr; align-items: center; gap: 35px; padding: clamp(70px, 10vw, 140px) clamp(20px, 5vw, 76px); text-align: center; background: var(--orange); color: white; }
.bio-punchline span { font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.bio-punchline blockquote { margin: 0; font-family: Georgia, serif; font-size: clamp(38px, 5.5vw, 80px); font-style: italic; line-height: 1; letter-spacing: -.04em; }
.bio-cta { padding: clamp(80px, 10vw, 150px) clamp(20px, 8vw, 124px); }
.bio-cta h2 { margin-bottom: 48px; font-size: clamp(70px, 11vw, 155px); }
.bio-cta > div { display: flex; align-items: center; gap: 34px; flex-wrap: wrap; }
.coach-note { margin: 90px 0 0; padding-top: 22px; border-top: 1px solid var(--line); font-family: Georgia, serif; font-size: clamp(24px, 3vw, 40px); font-style: italic; text-align: right; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-feature { min-height: 560px; }
  .insta-gallery { grid-template-columns: minmax(280px, 620px); }
  .locker-room-line { grid-template-columns: 1fr; gap: 12px; }
  .dish-grid { grid-template-columns: 1fr 1fr; }
  .dish-card.card-wide { grid-column: span 2; }
  .about { grid-template-columns: 1fr; }
  .about-badge { min-height: 360px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .dual-life { grid-template-columns: 1fr 1fr; }
  .dual-life img { min-height: 460px; }
  .origin-story { grid-template-columns: 1fr; }
  .story-label { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .bio-punchline { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .topbar nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 11px 14px; }
  .hero-copy { padding-top: 72px; }
  .hero-feature { min-height: 500px; padding: 25px; }
  .feature-text strong { font-size: 42px; }
  .section-head { display: block; }
  .section-head > p { margin-top: 22px; }
  .dish-grid { grid-template-columns: 1fr; }
  .insta-gallery { grid-template-columns: 1fr; }
  .insta-gallery iframe { height: 560px; }
  .dish-card.card-wide { grid-column: span 1; }
  .dish-card { min-height: 350px; }
  .about-copy { padding: 70px 24px; }
  footer { flex-direction: column; align-items: flex-start; padding-top: 40px; padding-bottom: 40px; }
  .dual-life { grid-template-columns: 1fr; }
  .dual-life img { min-height: 450px; }
  .story-columns { grid-template-columns: 1fr; }
  .story-copy { padding: 65px 24px; }
  .story-lead { margin-bottom: 45px; }
  .bio-punchline { padding-top: 80px; padding-bottom: 80px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .dish-card { transition: none; }
}
