:root {
  --cream: #f3eee4;
  --paper: #faf7f0;
  --ink: #171713;
  --espresso: #211b17;
  --red: #df4a2c;
  --sage: #aebe9b;
  --line: rgba(23, 23, 19, 0.18);
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header {
  width: 100%;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 4vw, 72px);
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.24);
}
.brand { display: flex; align-items: baseline; gap: 10px; }
.brand-name { font-size: 1.65rem; font-weight: 800; letter-spacing: -.045em; }
.brand-type { font-family: var(--serif); font-size: 1.1rem; font-style: italic; }
nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 46px); font-size: .74rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
nav a { transition: opacity .2s ease; }
nav a:hover { opacity: .65; }
.nav-cta { padding: 12px 20px; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; }

.hero { min-height: 860px; height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; color: white; }
.hero-image { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,12,10,.9) 0%, rgba(14,12,10,.56) 46%, rgba(14,12,10,.08) 82%); }
.hero-copy { width: min(780px, calc(100% - 48px)); margin-left: clamp(24px, 8vw, 150px); padding-top: 80px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 24px; font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #ded8cb; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 30px; font-size: clamp(4.25rem, 7.6vw, 8.5rem); font-weight: 750; line-height: .88; letter-spacing: -.07em; }
h1 em { color: #f7baa8; font-family: var(--serif); font-weight: 400; }
.hero-lead { max-width: 560px; margin-bottom: 38px; color: rgba(255,255,255,.78); font-size: 1.12rem; line-height: 1.7; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 26px; font-size: .73rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.button-red { background: var(--red); color: white; }
.button:hover { filter: brightness(1.08); }
.hero-foot { display: flex; gap: 44px; position: absolute; left: clamp(24px, 4vw, 72px); right: clamp(24px, 4vw, 72px); bottom: 34px; z-index: 2; font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-foot span:last-child { margin-left: auto; }

.section-pad { padding: clamp(90px, 11vw, 170px) clamp(24px, 6vw, 110px); }
.manifesto { background: var(--cream); }
.manifesto-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 9vw; align-items: end; }
.manifesto h2 { max-width: 900px; margin-bottom: 0; font-size: clamp(3.3rem, 6vw, 7rem); line-height: .95; letter-spacing: -.06em; }
.manifesto-copy { max-width: 480px; font-size: 1.05rem; }
.manifesto-copy p:last-child { margin-bottom: 0; color: #6f685f; }

.services { display: grid; grid-template-columns: 1fr 1fr; }
.service { min-height: 680px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(38px, 5vw, 80px); }
.service-dark { background: var(--espresso); color: var(--cream); }
.service-red { background: var(--red); color: white; }
.service-top { display: flex; align-items: center; justify-content: space-between; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-tag { padding: 9px 15px; border: 1px solid currentColor; border-radius: 999px; }
.service-body { max-width: 600px; }
.service h3 { margin-bottom: 24px; font-size: clamp(3.1rem, 5.2vw, 6rem); font-weight: 700; line-height: .92; letter-spacing: -.06em; }
.service p { max-width: 520px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: 1.05rem; line-height: 1.7; }
.service a { display: inline-flex; gap: 18px; align-items: center; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.food-image-section { height: min(78vw, 940px); min-height: 570px; position: relative; overflow: hidden; }
.food-image-section img { width: 100%; height: 100%; object-fit: cover; }
.image-caption { display: flex; justify-content: space-between; position: absolute; left: 0; right: 0; bottom: 0; padding: 24px clamp(24px, 4vw, 70px); background: rgba(243,238,228,.92); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.process { background: var(--paper); }
.process-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 80px; }
.process-heading h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(3.5rem, 6vw, 7rem); font-weight: 400; font-style: italic; line-height: 1; letter-spacing: -.05em; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: .25fr 1fr; gap: 40px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.steps > li > span { color: var(--red); font-size: .72rem; font-weight: 800; }
.steps div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: baseline; }
.steps h3 { margin-bottom: 0; font-size: clamp(1.5rem, 2.4vw, 2.6rem); letter-spacing: -.04em; }
.steps p { max-width: 520px; margin-bottom: 0; color: #6c675f; }

.occasions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0; padding: 70px 24px; background: var(--sage); }
.occasions p { margin: 0; padding: 9px 25px; border-right: 1px solid rgba(23,23,19,.35); font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.7rem); font-style: italic; }
.occasions p:last-child { border-right: 0; }

.contact { min-height: 720px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 10vw; align-items: end; padding: clamp(90px, 10vw, 150px) clamp(24px, 6vw, 110px); background: var(--ink); color: white; }
.contact-main h2 { margin-bottom: 34px; font-size: clamp(4rem, 8vw, 9rem); line-height: .88; letter-spacing: -.07em; }
.contact-main > p:last-child { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.68); font-size: 1.15rem; }
.contact-details { padding-top: 28px; border-top: 1px solid rgba(255,255,255,.32); }
.contact-label { margin-bottom: 24px; color: rgba(255,255,255,.45); font-size: .67rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.contact-placeholder { margin-bottom: 10px; font-family: var(--serif); font-size: clamp(1.5rem, 2.3vw, 2.4rem); }
.area { margin: 38px 0 0; color: #f29a80; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; padding: 35px clamp(24px, 4vw, 70px); background: var(--ink); color: rgba(255,255,255,.46); border-top: 1px solid rgba(255,255,255,.16); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
footer p { margin: 0; }
.footer-brand { color: white; font-size: 1rem; font-weight: 800; letter-spacing: -.02em; text-transform: none; }

@media (max-width: 900px) {
  .hero { min-height: 760px; }
  .hero-copy { margin-left: 24px; }
  .manifesto-grid, .contact { grid-template-columns: 1fr; gap: 60px; }
  .services { grid-template-columns: 1fr; }
  .service { min-height: 560px; }
  .process-heading { align-items: flex-start; flex-direction: column; }
  .steps li { grid-template-columns: 70px 1fr; }
  .steps div { grid-template-columns: 1fr; gap: 12px; }
  .contact { min-height: auto; }
}

@media (max-width: 640px) {
  .site-header { min-height: 84px; }
  nav a:not(.nav-cta) { display: none; }
  h1 { font-size: clamp(3.7rem, 17vw, 5.7rem); }
  .hero { height: 820px; }
  .hero-shade { background: linear-gradient(90deg, rgba(14,12,10,.88), rgba(14,12,10,.28)); }
  .hero-foot { gap: 12px; align-items: flex-start; flex-direction: column; }
  .hero-foot span:last-child { margin-left: 0; }
  .manifesto h2 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .service { min-height: 540px; }
  .service h3 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .food-image-section { min-height: 500px; }
  .image-caption { gap: 20px; align-items: flex-start; flex-direction: column; }
  .steps li { grid-template-columns: 1fr; gap: 14px; }
  .occasions p { border-right: 0; border-bottom: 1px solid rgba(23,23,19,.24); }
  footer { grid-template-columns: 1fr; gap: 12px; }
}
