:root {
  --ink: #050505;
  --soft-ink: #050505;
  --paper: #ffffff;
  --cloud: #f7fbfb;
  --kelp: #1c8c5b;
  --citrus: #ffb703;
  --coral: #ff5a3d;
  --line: rgba(5, 5, 5, 0.14);
  --shadow: 0 24px 70px rgba(5, 5, 5, 0.1);
  --display: "Fraunces", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  transition: top 150ms ease;
}
.skip-link:focus { top: 1rem; }

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
}

h1 {
  font-size: 5.35rem;
}

h2 {
  font-size: 4rem;
  max-width: 12ch;
}

h3 {
  font-size: 2rem;
}

section {
  scroll-margin-top: 96px;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(5, 5, 5, 0.08);
  display: flex;
  justify-content: space-between;
  left: 0;
  min-height: 84px;
  padding: 16px 48px;
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  color: var(--ink);
  display: grid;
  font-family: var(--display);
  font-size: 1.78rem;
  font-weight: 900;
  line-height: 0.88;
}

.brand span:last-child {
  color: var(--ink);
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 30px;
}

.site-nav a,
.eyebrow,
.button,
.menu-item span,
.quick-notes p,
.site-footer p,
.inquiry-form button {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-nav a {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  min-height: 24px;
  transition: color 180ms ease;
}

.site-nav a:hover {
  color: var(--ink);
}

.hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 38%, rgba(255, 255, 255, 0.96) 66%, #fff 100%),
    url("assets/hero-lobster.jpg") left center / cover no-repeat;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);
  min-height: 74svh;
  padding: 72px 48px;
  position: relative;
}

.hero::after {
  background: linear-gradient(90deg, var(--kelp), var(--citrus), var(--coral));
  bottom: 0;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  right: 0;
}

.hero-copy {
  align-self: center;
  grid-column: 2;
  justify-self: end;
  max-width: 620px;
  text-align: right;
}

.eyebrow {
  color: var(--ink);
  margin-bottom: 18px;
}

.lede,
.sourcing-copy p,
.events-copy p,
.gallery-copy p,
.inquiry-copy p,
.menu-item p {
  color: var(--soft-ink);
  font-size: 1rem;
  line-height: 1.8;
}

.lede {
  margin-left: auto;
  margin-top: 24px;
  max-width: 40ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 32px;
}

.button {
  align-items: center;
  border: 1px solid var(--ink);
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px 13px;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--paper);
  color: var(--ink);
}

.button.primary:hover {
  background: var(--cloud);
  border-color: var(--ink);
}

.button.secondary {
  background: var(--paper);
  color: var(--ink);
}

.button.secondary:hover {
  border-color: var(--ink);
  color: var(--ink);
}

.quick-notes {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quick-notes p {
  align-items: center;
  color: var(--ink);
  display: flex;
  justify-content: center;
  min-height: 78px;
  padding: 18px;
  text-align: center;
}

.quick-notes p:nth-child(1) {
  color: var(--ink);
}

.quick-notes p:nth-child(2) {
  color: var(--ink);
}

.quick-notes p:nth-child(3) {
  color: var(--ink);
}

.quick-notes p:nth-child(4) {
  color: var(--ink);
}

.sourcing,
.events,
.inquiry {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.sourcing {
  background: var(--cloud);
  min-height: 660px;
}

.sourcing-photo,
.events-photo,
.gallery-item {
  margin: 0;
}

.sourcing-photo img,
.events-photo img {
  height: 100%;
  object-fit: cover;
}

.sourcing-photo img {
  object-position: center;
}

.sourcing-copy,
.events-copy,
.inquiry-copy {
  align-self: center;
  padding: 76px 64px;
}

.sourcing-copy h2,
.events-copy h2,
.gallery-copy h2,
.inquiry-copy h2 {
  margin-bottom: 28px;
}

.sourcing-copy p:last-child,
.events-copy p:last-child,
.gallery-copy p:last-child,
.inquiry-copy p:last-child {
  max-width: 44ch;
}

.menus,
.gallery-band {
  padding: 92px 48px;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(160px, 0.28fr) minmax(0, 0.72fr);
  margin-bottom: 52px;
}

.section-heading h2 {
  max-width: 13ch;
}

.menu-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.menu-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(5, 5, 5, 0.06);
  min-height: 310px;
  padding: 28px;
  position: relative;
}

.menu-item::before {
  border-radius: 8px 8px 0 0;
  content: "";
  height: 6px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}

.menu-item:nth-child(1)::before {
  background: var(--kelp);
}

.menu-item:nth-child(2)::before {
  background: var(--kelp);
}

.menu-item:nth-child(3)::before {
  background: var(--coral);
}

.menu-item span {
  color: var(--ink);
  display: block;
  margin-bottom: 42px;
}

.menu-item p {
  margin-top: 20px;
}

.events {
  background: var(--paper);
  border-top: 1px solid var(--line);
  min-height: 620px;
}

.events-copy {
  order: 1;
}

.events-photo {
  order: 2;
}

.events-photo img {
  object-position: center 45%;
}

.gallery-band {
  background: var(--cloud);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.gallery-item {
  overflow: hidden;
}

.gallery-item img {
  border-radius: 8px;
  box-shadow: var(--shadow);
  height: 100%;
  object-fit: cover;
}

.gallery-item.tall {
  grid-row: span 2;
  min-height: 620px;
}

.gallery-copy {
  align-self: end;
  background: var(--paper);
  border-left: 8px solid var(--citrus);
  border-radius: 8px;
  padding: 42px;
}

.inquiry {
  background:
    linear-gradient(135deg, rgba(28, 140, 91, 0.1), rgba(255, 183, 3, 0.14) 45%, rgba(255, 90, 61, 0.08)),
    var(--paper);
  border-top: 1px solid var(--line);
  padding: 0;
}

.inquiry-form {
  align-self: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
  margin: 76px 64px 76px 0;
  padding: 36px;
}

.inquiry-form label {
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: 8px;
}

.inquiry-form input,
.inquiry-form textarea {
  background: var(--cloud);
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  outline: none;
  padding: 13px 14px;
}

.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
  color: var(--ink);
  opacity: 0.58;
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  background: var(--paper);
  border-color: var(--ink);
}

.inquiry-form button {
  background: var(--paper);
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  margin-top: 16px;
  min-height: 50px;
  padding: 14px 20px 13px;
  transition: background 180ms ease, border-color 180ms ease;
}

.inquiry-form button:hover {
  background: var(--cloud);
  border-color: var(--ink);
}

.form-message {
  color: var(--soft-ink);
  font-size: 0.88rem;
  line-height: 1.6;
  min-height: 24px;
}

.site-footer {
  align-items: center;
  background: var(--paper);
  border-top: 1px solid var(--line);
  color: var(--ink);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 22px 48px;
}

.site-footer p:last-child {
  color: var(--ink);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1020px) {
  h1 {
    font-size: 4.2rem;
  }

  h2 {
    font-size: 3.2rem;
  }

  .site-header {
    padding: 16px 28px;
  }

  .hero {
    grid-template-columns: minmax(0, 0.7fr) minmax(340px, 0.9fr);
    padding: 56px 28px;
  }

  .menus,
  .gallery-band {
    padding: 76px 28px;
  }

  .sourcing-copy,
  .events-copy,
  .inquiry-copy {
    padding: 64px 34px;
  }

  .inquiry-form {
    margin: 64px 34px 64px 0;
  }
}

@media (max-width: 820px) {
  h1 {
    font-size: 3.35rem;
  }

  h2 {
    font-size: 2.65rem;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .site-nav {
    flex-wrap: wrap;
    gap: 16px 22px;
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.62) 48%, #fff 100%),
      url("assets/hero-lobster.jpg") center top / cover no-repeat;
    grid-template-columns: 1fr;
    min-height: 72svh;
    padding: 260px 22px 44px;
  }

  .hero-copy {
    grid-column: 1;
    max-width: 560px;
  }

  .quick-notes,
  .sourcing,
  .events,
  .inquiry,
  .menu-grid,
  .section-heading,
  .gallery-band {
    grid-template-columns: 1fr;
  }

  .quick-notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sourcing {
    min-height: 0;
  }

  .sourcing-photo img,
  .events-photo img {
    aspect-ratio: 4 / 3;
  }

  .events-copy {
    order: 2;
  }

  .events-photo {
    order: 1;
  }

  .gallery-item.tall {
    grid-row: auto;
    min-height: 0;
  }

  .gallery-item img {
    aspect-ratio: 4 / 3;
  }

  .inquiry-form {
    margin: 0 22px 58px;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 1.7rem;
  }

  .brand {
    font-size: 1.45rem;
  }

  .hero {
    min-height: 70svh;
    padding: 230px 18px 38px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .quick-notes {
    grid-template-columns: 1fr;
  }

  .menus,
  .gallery-band {
    padding: 58px 18px;
  }

  .sourcing-copy,
  .events-copy,
  .inquiry-copy {
    padding: 52px 22px;
  }

  .gallery-copy,
  .inquiry-form {
    padding: 28px;
  }

  .inquiry-copy,
  .inquiry-form {
    margin-inline: 18px;
    width: auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px;
  }
}
