:root {
  --container: 1320px;
  --bg: #eee9dc;
  --surface: #e0d7c4;
  --ink: #243126;
  --muted: #586057;
  --accent: #2f5a3b;
  --accent-dark: #1d4129;
  --accent-text: #f6f1e6;
  --line: #c4baa6;
  --yellow: #dbc879;
  --radius: 16px;
  --header: 76px;
  color-scheme: light dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Verdana, "Trebuchet MS", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}
.skip {
  position: fixed;
  top: 8px;
  left: 12px;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--bg);
  transform: translateY(-150%);
  z-index: 20;
}
.skip:focus {
  transform: none;
}
.site-header {
  height: var(--header);
  position: sticky;
  top: 0;
  z-index: 10;
  background: color-mix(in srgb, var(--bg) 93%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav-row {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  height: 66px;
  width: 66px;
  display: flex;
  align-items: center;
}
.brand img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}
nav {
  display: flex;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
}
nav a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}
.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 12px;
  background: var(--accent-dark);
  color: var(--accent-text);
  border: 1px solid var(--accent-dark);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.nav-cta {
  min-height: 42px;
  padding-inline: 18px;
}
.nav-cta:hover,
.button:hover {
  background: #15331f;
}
.nav-cta:active,
.button:active {
  transform: translateY(1px);
}
.menu-button {
  display: none;
}
.hero {
  height: 84svh;
  min-height: 700px;
  max-height: 840px;
}
.hero-grid {
  height: 100%;
  display: grid;
  grid-template-columns: 56% 44%;
  align-items: stretch;
}
.hero-copy {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 54px clamp(50px, 6vw, 96px) 54px 0;
}
.hero-visual {
  height: 100%;
  margin: 0;
  display: flex;
  overflow: hidden;
  border-radius: 0 0 var(--radius) var(--radius);
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kicker {
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 13px;
  font-weight: 800;
  color: var(--accent);
}
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(62px, 5.2vw, 82px);
  line-height: 0.92;
  letter-spacing: -0.055em;
  margin: 0;
  max-width: 770px;
}
h1 span {
  display: block;
  white-space: nowrap;
}
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 74px);
  line-height: 1;
  letter-spacing: -0.045em;
  margin: 0 0 26px;
  max-width: 760px;
}
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 1;
  margin: 0 0 18px;
}
.hero-text {
  font-size: 21px;
  color: var(--muted);
  max-width: 520px;
  margin: 30px 0 28px;
}
.bakery,
.places,
.season,
.orders {
  padding: 120px 0;
}
.bakery-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 120px;
  align-items: end;
}
.bakery-copy p,
.places-heading p,
.season-copy p,
.order-grid p {
  font-size: 20px;
  color: var(--muted);
  max-width: 60ch;
}
.bakery-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.bakery-notes span {
  padding: 22px;
  background: var(--surface);
  border-radius: var(--radius);
  font-weight: 800;
}
.places {
  background: var(--accent);
  color: var(--accent-text);
}
.places-heading {
  max-width: 760px;
}
.places-heading p {
  color: #d8e2d6;
}
.place-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 20px;
  margin-top: 56px;
}
.place {
  border-radius: var(--radius);
  overflow: hidden;
}
.place-photo {
  display: grid;
  grid-template-columns: 480px 1fr;
  background: var(--bg);
  color: var(--ink);
}
.place-photo img {
  width: 480px;
  height: 100%;
  object-fit: cover;
}
.place-color {
  background: var(--yellow);
  color: #263128;
  display: flex;
  align-items: flex-end;
  min-height: 490px;
}
.place-copy {
  padding: 42px;
}
.place-copy p {
  margin: 0 0 28px;
}
.place-copy dl {
  margin: 0 0 30px;
}
.place-copy dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid color-mix(in srgb, currentColor 25%, transparent);
}
.place-copy dt,
.place-copy dd {
  margin: 0;
}
.place-copy dd {
  font-weight: 800;
}
.place-copy a {
  font-weight: 800;
  text-underline-offset: 5px;
}
.season-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  align-items: center;
}
.season-grid figure {
  margin: 0;
  max-width: 520px;
  justify-self: center;
}
.season-grid img {
  border-radius: var(--radius);
  width: 520px;
}
.orders {
  background: var(--surface);
}
.order-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 100px;
  align-items: end;
}
.order-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}
.order-contact > a:last-child {
  font-weight: 800;
  overflow-wrap: anywhere;
}
.contact-strip {
  padding: 50px 0;
}
.contact-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.contact-row div {
  display: grid;
  gap: 5px;
}
.contact-row span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--muted);
  font-weight: 800;
}
.contact-row a {
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: anywhere;
}
footer {
  border-top: 1px solid var(--line);
  padding: 46px 0;
}
.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.footer-grid img {
  width: 82px;
  height: 82px;
}
.footer-grid p {
  max-width: 620px;
  text-align: right;
  color: var(--muted);
  font-size: 14px;
}
.reveal {
  opacity: 1;
  transform: none;
}
.js .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.js .reveal.visible {
  opacity: 1;
  transform: none;
}
.no-js .reveal {
  opacity: 1;
  transform: none;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #18251c;
    --surface: #26352a;
    --ink: #f0ebdf;
    --muted: #c9c5b9;
    --accent: #3f6748;
    --accent-dark: #d8c875;
    --accent-text: #17231a;
    --line: #425146;
    --yellow: #b7a754;
  }
  .places {
    background: #294632;
    color: #f0ebdf;
  }
  .place-photo {
    background: #202e24;
    color: #f0ebdf;
  }
  .place-color {
    color: #17231a;
  }
}
@media (max-width: 900px) {
  .container {
    width: min(var(--container), calc(100% - 32px));
  }
  .menu-button {
    display: block;
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 9px 14px;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
  }
  nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--bg);
    padding: 22px 16px;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  nav.open {
    display: flex;
  }
  nav a {
    padding: 8px;
  }
  .hero {
    height: auto;
    max-height: none;
    min-height: 0;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    height: auto;
  }
  .hero-copy {
    min-height: calc(76svh - 76px);
    padding: 62px 0;
  }
  .hero-visual {
    width: min(720px, 100%);
    height: auto;
    aspect-ratio: 4/5;
    border-radius: var(--radius);
  }
  .bakery-grid,
  .place-grid,
  .season-grid,
  .order-grid {
    grid-template-columns: 1fr;
  }
  .bakery-grid,
  .season-grid,
  .order-grid {
    gap: 52px;
  }
  .place-photo {
    grid-template-columns: 1fr;
  }
  .place-photo img {
    width: min(480px, 100%);
    height: auto;
    max-height: 540px;
  }
  .place-color {
    min-height: 390px;
  }
  .season-grid figure {
    justify-self: start;
  }
  .contact-row {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-grid p {
    text-align: left;
  }
  .bakery,
  .places,
  .season,
  .orders {
    padding: 88px 0;
  }
}
@media (max-width: 520px) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 44px;
  }
  .hero-text {
    font-size: 18px;
  }
  .bakery-notes,
  .contact-row {
    grid-template-columns: 1fr;
  }
  .place-copy {
    padding: 30px;
  }
  .place-copy dl div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }
  .brand,
  .brand img {
    width: 60px;
    height: 60px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .js .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .button,
  .nav-cta {
    transition: none;
  }
}
