:root {
  --paper: #ebe9e4;
  --ink: #292a2c;
  --green: #213d30;
  --green-soft: rgba(33, 61, 48, 0.5);
  --orange: #d43d1a;
  --line: rgba(33, 61, 48, 0.22);
  --field: #fff;
  --sans: neuzeit-grotesk, "Helvetica Neue", Arial, sans-serif;
  --serif: Cardo, Georgia, serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
}

a { color: var(--orange); text-decoration: none; }
a:hover { color: #ff5333; }

.site-header {
  padding: 3rem 1.25rem 1.5rem;
  text-align: center;
}

.wordmark {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.5rem;
  color: var(--green);
  font: 400 1.85rem/0.9 var(--serif);
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

.wordmark:hover { color: var(--green); }
.wordmark .initial { font-size: 1.25em; }
.wordmark .from {
  color: var(--green-soft);
  font-style: italic;
  font-size: 0.9em;
  letter-spacing: 0;
  text-transform: lowercase;
}

.rule {
  width: min(80rem, 85vw);
  height: 1px;
  margin: 0.75rem auto 0.35rem;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(33, 61, 48, 0.45), transparent);
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 1.35rem;
  font: 400 1.05rem/1.2 var(--serif);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.desktop-nav a { color: #333; }
.desktop-nav a:hover { color: var(--orange); }

.menu-button,
.mobile-menu { display: none; }

main { overflow: hidden; }

.intro,
.story,
.kitchen-feature,
.paintings,
.signup {
  width: min(1120px, calc(100% - 3rem));
  margin-inline: auto;
}

.intro {
  max-width: 980px;
  padding: clamp(6rem, 13vw, 11rem) 0 clamp(7rem, 14vw, 12rem);
  text-align: center;
}

.eyebrow,
.section-number {
  color: var(--orange);
  font: 700 0.75rem/1.2 var(--sans);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  color: var(--green);
  font-family: var(--serif);
  font-weight: 400;
}

h1 {
  max-width: 900px;
  margin: 0.7rem auto 1.5rem;
  font-size: clamp(3.2rem, 8vw, 7.5rem);
  line-height: 0.94;
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 1;
}

.standfirst {
  max-width: 720px;
  margin: 0 auto 2rem;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2.3vw, 1.55rem);
  line-height: 1.5;
}

.text-link {
  display: inline-block;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid currentColor;
  font-weight: 700;
}

.story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 9vw, 9rem);
  padding: clamp(5rem, 10vw, 9rem) 0;
  border-top: 1px solid var(--line);
}

.story-copy {
  max-width: 610px;
  font-family: var(--serif);
  font-size: 1.2rem;
}

.story-copy p:first-child { margin-top: 0; }

.kitchen-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  padding: clamp(5rem, 10vw, 9rem) 0;
  border-top: 1px solid var(--line);
}

.kitchen-feature figure { margin: 0; }
.kitchen-feature img {
  display: block;
  width: 100%;
  height: auto;
}

.kitchen-feature figcaption {
  max-width: 720px;
  margin-top: 0.75rem;
  color: rgba(41, 42, 44, 0.68);
  font: 400 0.8rem/1.45 var(--sans);
}

.kitchen-copy p:not(.section-number) {
  font-family: var(--serif);
  font-size: 1.12rem;
}

.ina-quote {
  width: min(900px, calc(100% - 3rem));
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 9rem) 0;
  border-top: 1px solid var(--line);
  text-align: center;
}

.ina-quote p {
  margin: 0;
  color: var(--green);
  font: 400 clamp(2.4rem, 5.5vw, 5rem)/1.08 var(--serif);
}

.ina-quote cite {
  display: block;
  margin-top: 1.75rem;
  color: var(--orange);
  font: 700 0.8rem/1.2 var(--sans);
  font-style: normal;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.paintings {
  padding: clamp(6rem, 11vw, 10rem) 0;
  border-top: 1px solid var(--line);
  text-align: center;
}

.paintings .section-number { margin-bottom: 1rem; }

.gallery-note {
  max-width: 600px;
  margin: 1.5rem auto 3.5rem;
  color: rgba(41, 42, 44, 0.68);
}

.painting-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 4rem) clamp(1.25rem, 3vw, 2.5rem);
}

.painting-grid figure { margin: 0; }

.painting-frame {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
}

.painting-frame img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  box-shadow: 0 12px 35px rgba(33, 26, 17, 0.14);
}

.painting-grid figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.85rem;
  color: var(--green);
  font: 400 0.9rem/1.35 var(--serif);
  text-align: left;
}

.painting-grid figcaption cite { font-style: italic; }
.painting-grid figcaption span {
  color: rgba(41, 42, 44, 0.58);
  font-family: var(--sans);
  font-size: 0.75rem;
}

.workshop-invitation {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(6rem, 11vw, 9rem) 0;
  border-top: 1px solid var(--line);
  text-align: center;
}

.workshop-invitation h2 { margin: 0.85rem 0 1.5rem; }

.workshop-invitation > p:not(.section-number) {
  margin: 0 auto;
  font-family: var(--serif);
  font-size: 1.12rem;
}

.workshop-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-top: 2rem;
}

.workshop-links a {
  color: var(--orange);
  font: 700 0.78rem/1.2 var(--sans);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.signup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 460px);
  gap: clamp(3rem, 10vw, 9rem);
  padding: clamp(6rem, 11vw, 10rem) 0;
  border-top: 1px solid var(--line);
}

.signup-copy p:last-child {
  max-width: 520px;
  font-family: var(--serif);
  font-size: 1.2rem;
}

form { font-family: var(--sans); }

label {
  display: block;
  margin-bottom: 0.4rem;
}

input,
button {
  width: 100%;
  min-height: 3.5rem;
  border-radius: 6px;
  font: inherit;
}

input {
  margin-bottom: 1rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid transparent;
  background: var(--field);
}

input:focus {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

button[type="submit"] {
  margin-top: 0.4rem;
  border: 1px solid #e3701a;
  background: #d3d0c8;
  color: var(--green);
  cursor: pointer;
  font-weight: 700;
}

button[type="submit"]:hover {
  background: #d7d5d0;
  color: var(--orange);
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-footer {
  padding: 3rem 1.5rem 6rem;
  border-top: 1px solid var(--line);
  text-align: center;
  font: 400 0.85rem/1.55 var(--sans);
}

.site-footer .credit {
  margin-top: 2.5rem;
  color: #666;
  font-size: 0.9rem;
  letter-spacing: 0.0725em;
}

.site-footer .credit a { color: inherit; }
.mobile-only { display: none; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767px) {
  body { padding-bottom: 58px; }

  .site-header { padding: 1.5rem 1.25rem 0; }

  .wordmark {
    flex-direction: column;
    gap: 0;
    font-size: clamp(2.35rem, 12vw, 3.45rem);
    line-height: 0.78;
  }

  .wordmark .from {
    margin: 0.15em 0 0.08em;
    font-size: 0.82em;
  }

  .site-header > .rule { width: 70%; margin-top: 1rem; }
  .desktop-nav { display: none; }

  .menu-button {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 58px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: var(--paper);
    box-shadow: 0 -2px 10px -4px rgba(0, 0, 0, 0.34);
  }

  .menu-button span:not(.visually-hidden) {
    width: 22px;
    height: 3px;
    border-radius: 3px;
    background: var(--orange);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(8px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(4) { transform: translateY(-8px) rotate(-45deg); }

  .mobile-menu {
    position: fixed;
    z-index: 99;
    inset: 0 0 58px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    padding: 2rem;
    background: var(--paper);
    font: 400 1.25rem/1.4 var(--serif);
    text-transform: uppercase;
  }

  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { color: var(--ink); }
  .mobile-menu .mobile-wordmark {
    color: var(--green);
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
  .mobile-menu .rule { width: 80%; margin: 0.5rem 0 1rem; }

  .intro,
  .story,
  .paintings,
  .signup { width: min(100% - 2.5rem, 620px); }

  .intro { padding: 5.5rem 0 7rem; }
  h1 { font-size: clamp(3rem, 16vw, 5rem); }

  .story,
  .kitchen-feature,
  .signup {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .painting-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-inline: auto;
  }

  .ina-quote { width: min(100% - 2.5rem, 620px); }

  .painting-grid figcaption {
    display: block;
    font-size: 0.82rem;
  }

  .painting-grid figcaption span {
    display: block;
    margin-top: 0.15rem;
  }
  .mobile-only { display: initial; }
  .desktop-only { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

/* Cover-style header and hero */
.site-header {
  position: relative;
  z-index: 20;
  min-height: 112px;
  display: grid;
  place-items: center;
  padding: 1.5rem 5.5rem;
  background: #f7f6f2;
}

.desktop-nav { display: none; }

.wordmark { font-size: 2.05rem; }

.menu-button {
  position: absolute;
  z-index: 21;
  top: 50%;
  right: 1.75rem;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-button span:not(.visually-hidden) {
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: var(--orange);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(8px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(4) { transform: translateY(-8px) rotate(-45deg); }

.site-menu {
  position: fixed;
  z-index: 19;
  inset: 0;
  display: block;
  overflow-y: auto;
  padding: clamp(2.5rem, 6vw, 5.5rem) clamp(2rem, 7vw, 7rem);
  background: var(--paper);
}

.site-menu[hidden] { display: none; }
.site-menu a { color: var(--ink); }
.site-menu a:hover { color: var(--orange); }
.menu-inner {
  width: min(1280px, 100%);
  margin: 0 auto;
}
.site-menu .menu-wordmark {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.4rem;
  width: max-content;
  margin-bottom: clamp(3rem, 7vh, 5.5rem);
  color: var(--green);
  font: 400 1.65rem/1 var(--serif);
  letter-spacing: 0.08em;
  text-transform: none;
}

.site-menu .menu-wordmark > span:not(.from) { text-transform: uppercase; }
.site-menu .menu-wordmark .initial { font-size: 1.25em; }
.site-menu .menu-wordmark .from {
  color: var(--green-soft);
  font-style: italic;
  letter-spacing: 0;
  text-transform: lowercase;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(2.5rem, 5vw, 5rem);
}

.menu-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.menu-group h2 {
  width: 100%;
  margin: 0 0 1.35rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line);
  color: var(--green);
  font: 400 clamp(1.55rem, 2.2vw, 2.2rem)/1.1 var(--serif);
}

.menu-group a,
.menu-future {
  padding: 0.34rem 0;
  font: 400 0.9rem/1.4 var(--sans);
}

.menu-future {
  color: rgba(41, 42, 44, 0.4);
  font-style: italic;
}

.intro {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: none;
  height: clamp(560px, 50vw, 760px);
  min-height: 0;
  padding: clamp(6rem, 13vw, 11rem) 1.5rem;
  background:
    linear-gradient(90deg, rgba(12, 24, 18, 0.72), rgba(12, 24, 18, 0.42)),
    url("images/hero.jpg") center / cover no-repeat,
    var(--green);
  color: white;
}

.hero-content { max-width: 980px; }
.intro h1 { color: white; }
.intro .eyebrow,
.intro .text-link { color: #f29b66; }
.intro .standfirst { color: rgba(255, 255, 255, 0.93); }

@media (max-width: 767px) {
  body { padding-bottom: 0; }

  .site-header {
    min-height: 155px;
    padding: 1.25rem 3rem;
  }

  .wordmark { font-size: clamp(2.1rem, 10vw, 2.8rem); }

  .site-menu .menu-wordmark {
    font-size: clamp(1.3rem, 6vw, 1.7rem);
  }

  .site-menu {
    padding: 2rem 2rem 4rem;
  }

  .site-menu .menu-wordmark { margin-bottom: 3rem; }

  .menu-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .menu-group h2 { font-size: 1.8rem; }

  .menu-group a,
  .menu-future {
    padding: 0.42rem 0;
    font-size: 1rem;
  }

  .menu-button {
    position: absolute;
    top: 1rem;
    right: 0.45rem;
    bottom: auto;
    left: auto;
    transform: none;
    width: 48px;
    height: 48px;
    background: transparent;
    box-shadow: none;
  }

  .intro {
    width: 100%;
    height: auto;
    min-height: 620px;
    padding: 5.5rem 1.25rem 6rem;
    background-position: 48% center;
  }
}
