:root {
  --ink: #171411;
  --paper: #f4eee4;
  --cream: #fffaf1;
  --clay: #a4452d;
  --olive: #43533a;
  --sage: #c3c0a3;
  --gold: #c7a35a;
  --charcoal: #20211d;
  --muted: #6f665b;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a { color: inherit; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 74px;
  padding: 14px clamp(18px, 5vw, 62px);
  color: var(--cream);
  background: linear-gradient(180deg, rgba(14, 12, 10, .72), rgba(14, 12, 10, .08));
}

.brand,
.header-cta,
nav a,
.button {
  text-decoration: none;
}

.brand {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border-radius: 6px;
  background: rgba(255, 250, 241, .94);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.header-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  border: 1px solid rgba(255, 250, 241, .34);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 850;
}

.hero {
  min-height: 96vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 124px clamp(22px, 7vw, 96px) 96px;
  color: var(--cream);
  background:
    linear-gradient(90deg, rgba(13, 11, 9, .90), rgba(13, 11, 9, .58) 46%, rgba(13, 11, 9, .10)),
    url("../assets/selected/hero-gastronomia.jpg") center center / cover;
}

.hero-copy {
  width: min(760px, 100%);
}

.eyebrow,
.manifesto-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.eyebrow.dark,
.manifesto-kicker {
  color: var(--clay);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(42px, 7.5vw, 86px);
  line-height: .93;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.02;
}

h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.25;
}

p {
  font-size: 17px;
  line-height: 1.72;
  color: var(--muted);
}

.hero p {
  max-width: 650px;
  color: rgba(255, 250, 241, .84);
}

.actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 900;
}

.button.primary {
  background: var(--gold);
  color: #19140d;
}

.button.secondary {
  border: 1px solid rgba(255, 250, 241, .38);
  color: var(--cream);
}

.hero-meta {
  position: absolute;
  right: clamp(22px, 7vw, 96px);
  bottom: 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  max-width: 620px;
}

.hero-meta span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 250, 241, .28);
  border-radius: 3px;
  background: rgba(23, 20, 17, .44);
  color: rgba(255, 250, 241, .88);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.manifesto {
  display: grid;
  grid-template-columns: .45fr 1fr;
  gap: 58px;
  padding: 112px clamp(22px, 7vw, 96px) 92px;
}

.manifesto-text {
  max-width: 980px;
}

.manifesto-text p {
  max-width: 760px;
  font-size: 19px;
}

.principles {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(23, 20, 17, .18);
}

.principles article {
  min-height: 236px;
  padding: 30px 34px 0 0;
  border-right: 1px solid rgba(23, 20, 17, .14);
}

.principles article:last-child {
  border-right: 0;
}

.principles span {
  display: block;
  margin-bottom: 42px;
  color: var(--clay);
  font-weight: 950;
}

.editorial-split {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1fr);
  gap: 74px;
  align-items: center;
  padding: 0 clamp(22px, 7vw, 96px) 116px;
}

.portrait {
  height: min(760px, 78vw);
  min-height: 480px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
}

.split-copy {
  max-width: 680px;
}

.craft {
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(0, 1fr);
  gap: 52px;
  align-items: end;
  padding: 108px clamp(22px, 7vw, 96px);
  background: var(--charcoal);
  color: var(--cream);
}

.craft-copy {
  max-width: 520px;
}

.craft-copy p {
  color: rgba(255, 250, 241, .76);
}

.craft-gallery {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-auto-rows: 260px;
  gap: 12px;
}

.craft-gallery img {
  border-radius: 6px;
}

.craft-gallery .wide {
  grid-row: span 2;
}

.ingredient-band {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 60px;
  align-items: end;
  padding: 82px clamp(22px, 7vw, 96px);
  background: var(--olive);
  color: var(--cream);
}

.ingredient-band p {
  color: rgba(255, 250, 241, .78);
}

.experience {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
  padding: 116px clamp(22px, 7vw, 96px);
}

.experience figure {
  height: 620px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
}

.awards {
  padding: 108px clamp(22px, 7vw, 96px);
  background: #fff8ee;
}

.awards-head {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(280px, .7fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 38px;
}

.awards-head p:last-child {
  font-size: 17px;
}

.award-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 54px;
}

.award-logos article {
  min-height: 190px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(23, 20, 17, .12);
  border-radius: 6px;
  background: #fffdf8;
}

.award-logos img {
  width: 100%;
  height: 96px;
  object-fit: contain;
}

.award-logos span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.award-story {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(0, 1fr);
  gap: 58px;
  align-items: center;
}

.award-story figure {
  height: 560px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
}

.award-list {
  display: grid;
  gap: 16px;
}

.award-list p {
  margin: 0;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(23, 20, 17, .14);
  color: var(--ink);
}

.booking {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 42px;
  align-items: center;
  padding: 86px clamp(22px, 7vw, 96px);
  color: var(--cream);
  background:
    linear-gradient(90deg, rgba(30, 27, 24, .90), rgba(30, 27, 24, .62)),
    url("../assets/selected/dining-table-glasses.jpg") center center / cover;
}

.booking h2 {
  max-width: 780px;
  margin-bottom: 0;
}

.booking .booking-actions {
  margin-top: 0;
  justify-content: flex-end;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  padding: 54px clamp(22px, 7vw, 96px);
  background: #14120f;
  color: rgba(255, 250, 241, .78);
}

.footer-brand img {
  width: 76px;
  height: 76px;
  margin-bottom: 16px;
  padding: 8px;
  border-radius: 6px;
  background: var(--cream);
  object-fit: contain;
}

.footer-brand span {
  display: block;
  margin-bottom: 14px;
  color: var(--cream);
  font-size: 22px;
  font-weight: 900;
}

.footer p {
  margin-bottom: 0;
  color: rgba(255, 250, 241, .70);
}

address {
  display: grid;
  gap: 10px;
  font-style: normal;
  text-align: right;
}

address a {
  color: var(--cream);
  text-decoration: none;
  font-weight: 760;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 92vh;
    align-items: end;
    padding-bottom: 118px;
  }

  .hero-meta {
    left: 22px;
    right: 22px;
    justify-content: flex-start;
  }

  .manifesto,
  .editorial-split,
  .craft,
  .ingredient-band,
  .experience,
  .awards-head,
  .award-story,
  .booking,
  .footer {
    grid-template-columns: 1fr;
  }

  .principles,
  .award-logos {
    grid-template-columns: 1fr;
  }

  .principles article {
    min-height: auto;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 20, 17, .14);
  }

  .principles span {
    margin-bottom: 18px;
  }

  .portrait,
  .experience figure,
  .award-story figure {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .craft-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .craft-gallery img {
    aspect-ratio: 4 / 5;
  }

  .craft-gallery .wide {
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .booking .booking-actions,
  address {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 64px;
  }

  .brand {
    width: 50px;
    height: 50px;
    padding: 6px;
  }

  .header-cta {
    min-height: 38px;
    padding: 9px 12px;
  }

  .hero {
    padding-top: 102px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  p {
    font-size: 16px;
  }

  .actions,
  .booking-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }
}
