:root {
  --ink: #171717;
  --ivory: #f7f3ec;
  --paper: #fffdf9;
  --white: #fff;
  --terracotta: #b84f35;
  --olive: #68704a;
  --gold: #b58a4a;
  --line-light: rgba(255, 255, 255, .16);
  --line-dark: rgba(23, 23, 23, .14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --container: min(1360px, calc(100vw - 88px));
  --ease: cubic-bezier(.2, .75, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); line-height: 1.7; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { color: var(--white); background: var(--terracotta); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 18px; color: var(--white); background: var(--terracotta); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.profile-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; color: var(--white); transition: background .35s ease, box-shadow .35s ease; }
.profile-header::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--line-light); content: ""; }
.profile-header.is-scrolled { background: rgba(18, 18, 16, .96); box-shadow: 0 12px 40px rgba(0, 0, 0, .2); backdrop-filter: blur(18px); }
.profile-header-inner { display: grid; width: min(1500px, calc(100vw - 48px)); min-height: 88px; align-items: center; margin-inline: auto; grid-template-columns: 190px 1fr auto; gap: 28px; }
.profile-brand { width: 170px; height: 66px; }
.profile-brand img { width: 100%; height: 100%; object-fit: contain; }
.profile-nav { display: flex; justify-content: center; gap: 32px; }
.profile-nav a { color: rgba(255, 255, 255, .76); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.profile-nav a:hover { color: var(--white); }
.back-link { display: inline-flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, .84); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.back-link::before { content: "←"; font-size: 1rem; }
.profile-menu { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; color: var(--white); border: 1px solid var(--line-light); background: transparent; cursor: pointer; }

.chef-hero { position: relative; min-height: 880px; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: #111; }
.chef-hero-media, .chef-hero-media img, .chef-hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.chef-hero-media img { object-fit: cover; object-position: center 40%; transform: scale(1.015); }
.chef-hero-scrim { background: linear-gradient(90deg, rgba(9, 10, 8, .8) 0%, rgba(9, 10, 8, .34) 52%, rgba(9, 10, 8, .08) 75%), linear-gradient(0deg, rgba(9, 10, 8, .88) 0%, transparent 58%); }
.chef-hero-content { position: relative; z-index: 2; display: grid; align-items: end; padding: 190px 0 82px; grid-template-columns: minmax(0, 1fr) 350px; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 1px; background: currentColor; content: ""; }
.chef-hero h1 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(4.6rem, 8vw, 9.6rem); font-weight: 500; letter-spacing: -.055em; line-height: .78; }
.chef-hero h1 em { display: block; color: #e17453; font-size: .58em; font-weight: 500; }
.chef-deck { max-width: 760px; margin: 34px 0 0; color: rgba(255, 255, 255, .82); font-size: clamp(1rem, 1.2vw, 1.25rem); }
.hero-note { padding: 28px; border: 1px solid rgba(181, 138, 74, .42); border-radius: 2px 26px 2px 2px; background: rgba(17, 17, 15, .68); backdrop-filter: blur(15px); }
.hero-note strong { display: block; margin-bottom: 8px; color: var(--gold); font-family: var(--serif); font-size: 1.65rem; font-weight: 600; }
.hero-note p { margin: 0; color: rgba(255, 255, 255, .75); font-size: .9rem; }

.article-shell { display: grid; padding-block: clamp(90px, 9vw, 160px); grid-template-columns: minmax(0, 760px) minmax(260px, 360px); justify-content: space-between; gap: 100px; }
.article-body .lead { margin: 0 0 42px; color: #34312e; font-family: var(--serif); font-size: clamp(1.85rem, 2.8vw, 3rem); font-weight: 500; letter-spacing: -.025em; line-height: 1.12; }
.article-body p { margin: 0 0 30px; color: #45413c; font-size: 1.04rem; }
.article-body h2 { margin: 70px 0 24px; font-family: var(--serif); font-size: clamp(2.65rem, 4.2vw, 4.7rem); font-weight: 600; letter-spacing: -.04em; line-height: .96; }
.pull-quote { position: relative; margin: 68px 0; padding: 42px 44px 42px 56px; color: var(--white); border-radius: 2px 30px 2px 2px; background: linear-gradient(135deg, #24241d, #161614); box-shadow: 20px 20px 0 rgba(181, 138, 74, .18); }
.pull-quote::before { position: absolute; top: 20px; left: 20px; color: var(--gold); font-family: var(--serif); font-size: 4rem; content: "“"; }
.pull-quote p { margin: 0; color: var(--white); font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); font-style: italic; line-height: 1.08; }
.pull-quote cite { display: block; margin-top: 20px; color: var(--gold); font-size: .75rem; font-style: normal; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

.article-aside { position: relative; }
.aside-sticky { position: sticky; top: 118px; }
.aside-card { margin-bottom: 22px; padding: 30px; border: 1px solid var(--line-dark); border-radius: 2px 24px 2px 2px; background: rgba(255, 253, 249, .82); box-shadow: 0 20px 55px rgba(23, 23, 23, .07); }
.aside-card h2 { margin: 0 0 22px; font-family: var(--serif); font-size: 2rem; line-height: 1; }
.fact-list { display: grid; margin: 0; gap: 18px; }
.fact-list div { padding-bottom: 18px; border-bottom: 1px solid var(--line-dark); }
.fact-list div:last-child { padding-bottom: 0; border-bottom: 0; }
.fact-list dt { margin-bottom: 3px; color: var(--terracotta); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.fact-list dd { margin: 0; color: #393631; font-size: .92rem; }
.ingredient-list { display: flex; flex-wrap: wrap; gap: 8px; }
.ingredient-list span { padding: 8px 11px; color: #4d5138; border: 1px solid rgba(104, 112, 74, .3); border-radius: 99px; background: rgba(104, 112, 74, .08); font-size: .72rem; font-weight: 700; }

.closing-section { position: relative; overflow: hidden; padding: clamp(90px, 10vw, 170px) 0; color: var(--white); background: #1a1a17; }
.closing-section::before { position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(181, 138, 74, .17), transparent 34%); content: ""; }
.closing-grid { position: relative; display: grid; align-items: center; grid-template-columns: 1.1fr .9fr; gap: 100px; }
.closing-section h2 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 6vw, 7rem); font-weight: 500; letter-spacing: -.05em; line-height: .86; }
.closing-section h2 em { color: var(--gold); font-weight: 500; }
.closing-copy p { margin: 0 0 28px; color: rgba(255, 255, 255, .72); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; color: var(--white); border: 1px solid rgba(255, 255, 255, .34); border-radius: 2px 16px 2px 2px; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: transform .25s var(--ease), background .25s ease; }
.button:hover { background: rgba(255, 255, 255, .09); transform: translateY(-2px); }

.profile-footer { padding: 70px 0 30px; color: rgba(255, 255, 255, .65); background: #10100f; }
.footer-grid { display: grid; align-items: center; grid-template-columns: 210px 1fr auto; gap: 50px; }
.footer-grid img { width: 180px; height: 76px; object-fit: contain; }
.footer-grid p { margin: 0; max-width: 620px; font-size: .84rem; }
.footer-grid a { color: var(--white); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .7rem; }

@media (max-width: 980px) {
  :root { --container: min(100% - 48px, 860px); }
  .profile-header-inner { grid-template-columns: 170px 1fr auto; }
  .profile-nav { display: none; }
  .profile-menu { display: inline-flex; }
  .profile-header.is-open .profile-nav { position: absolute; top: 88px; right: 0; left: 0; display: grid; padding: 28px; background: rgba(18, 18, 16, .98); gap: 22px; }
  .chef-hero { min-height: 820px; }
  .chef-hero-content { grid-template-columns: 1fr; gap: 36px; }
  .hero-note { max-width: 430px; }
  .article-shell { grid-template-columns: 1fr; gap: 60px; }
  .aside-sticky { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .closing-grid { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 640px) {
  :root { --container: calc(100vw - 36px); }
  .profile-header-inner { width: calc(100vw - 28px); min-height: 78px; grid-template-columns: 142px 1fr auto; }
  .profile-brand { width: 138px; height: 58px; }
  .back-link { font-size: 0; }
  .back-link::before { font-size: 1.2rem; }
  .profile-header.is-open .profile-nav { top: 78px; }
  .chef-hero { min-height: 760px; }
  .chef-hero-media img { object-position: 58% center; }
  .chef-hero-scrim { background: linear-gradient(0deg, rgba(9, 10, 8, .92) 0%, rgba(9, 10, 8, .38) 62%, rgba(9, 10, 8, .18) 100%); }
  .chef-hero-content { padding: 150px 0 50px; }
  .chef-hero h1 { font-size: clamp(4.15rem, 19vw, 6.4rem); }
  .chef-deck { margin-top: 24px; font-size: .94rem; }
  .hero-note { display: none; }
  .article-shell { padding-block: 72px; }
  .article-body .lead { font-size: 2rem; }
  .article-body p { font-size: .98rem; }
  .pull-quote { margin: 54px 0; padding: 42px 28px 36px 42px; box-shadow: 10px 10px 0 rgba(181, 138, 74, .18); }
  .aside-sticky { grid-template-columns: 1fr; }
  .closing-grid { gap: 36px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
