:root {
  --bg: #f4efe6;
  --paper: #faf6f0;
  --ink: #2a2723;
  --muted: #6b645c;
  --accent: #c45c28;
  --line: #d8d0c4;
  --menu-bg: #1c3a2e;
  --sans: "Schibsted Grotesk", "Segoe UI", sans-serif;
  --serif: "Source Serif 4", Georgia, serif;
  --container: min(1080px, calc(100% - 2rem));
  --header: 4.25rem;
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + .75rem);
}
body {
  margin: 0;
  color: var(--ink);
  background-color: var(--bg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.045'/%3E%3C/svg%3E");
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.55;
}
body.nav-open { overflow: hidden; }
img, iframe { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -.01em;
}
h1 { margin-bottom: .7rem; font-size: clamp(2.1rem, 6vw, 3.4rem); }
h2 { margin-bottom: .6rem; font-size: clamp(1.7rem, 4vw, 2.35rem); }
h3 { font-size: 1.15rem; }
address { font-style: normal; }
.container { width: var(--container); margin-inline: auto; }

.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 1000;
  padding: .6rem .9rem;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-180%);
}
.skip-link:focus { transform: none; }

.kicker,
.section-note {
  margin: 0 0 .85rem;
  color: var(--muted);
  font-size: .92rem;
}
.section-note { margin: .15rem 0 0; }

.button {
  display: inline-block;
  padding: .55rem 1rem;
  color: var(--paper);
  background: var(--accent);
  border: 0;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}
.button:hover { background: #a84d22; }
.text-link { text-underline-offset: .18em; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding-top: env(safe-area-inset-top);
  background: rgba(244, 239, 230, .94);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: var(--header);
}
.brand {
  position: relative;
  z-index: 102;
  display: inline-flex;
  margin-right: auto;
  line-height: 0;
  text-decoration: none;
}
.brand-logo {
  display: block;
  width: clamp(10.5rem, 30vw, 14.5rem);
  height: auto;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}
.site-nav a {
  font-size: .98rem;
  text-decoration: none;
}
.site-nav a:hover { text-decoration: underline; text-underline-offset: .2em; }
.lang-switch {
  display: flex;
  position: relative;
  z-index: 102;
  align-items: center;
  gap: .1rem;
  margin-left: .75rem;
  font-size: .85rem;
}
.lang-switch button {
  min-width: 2.1rem;
  min-height: 2.5rem;
  padding: .2rem;
  color: var(--muted);
  background: transparent;
  border: 0;
  cursor: pointer;
}
.lang-switch button[aria-pressed="true"] {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: .2em;
}
.nav-toggle {
  display: none;
  position: relative;
  z-index: 102;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  background: transparent;
  border: 1px solid var(--line);
}
.nav-toggle span {
  display: block;
  width: 1rem;
  height: 1px;
  margin: 5px auto;
  background: var(--ink);
}
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }

.hero {
  padding: 2.4rem 0 3.4rem;
  color: var(--paper);
  background: var(--menu-bg);
}
.hero-inner {
  display: grid;
  gap: 2.25rem;
}
.hero-copy { max-width: 34rem; }
.hero .kicker { color: rgba(250, 246, 240, .68); }
.hero h1 { margin-bottom: .65rem; }
.hero-lead {
  max-width: 28rem;
  margin-bottom: 1.35rem;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  line-height: 1.4;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .85rem 1.2rem;
}
.hero-actions .text-link { color: var(--paper); }
.hero-hours {
  max-width: 22rem;
  padding-left: 1.15rem;
  border-left: 3px solid var(--accent);
}
.hero-hours-label {
  margin: 0 0 .65rem;
  color: rgba(250, 246, 240, .62);
  font-size: .82rem;
}
.hero-hours p:not(.hero-hours-label) {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin: 0;
  padding: .55rem 0;
  border-top: 1px solid rgba(250, 246, 240, .18);
  font-weight: 500;
}
.hero-hours p:last-child { border-bottom: 1px solid rgba(250, 246, 240, .18); }

.photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 0;
  margin: 0;
  background: #ddd4c6;
  border: 1px solid var(--line);
}
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo figcaption {
  position: absolute;
  right: .6rem;
  bottom: .45rem;
  margin: 0;
  color: rgba(255,255,255,.85);
  font-size: .8rem;
}
.photo--hero { aspect-ratio: 4 / 5; }
.photo--landscape { aspect-ratio: 16 / 10; }
.photo--loaf {
  aspect-ratio: 16 / 10;
  background: #1a3329;
}
.photo--loaf img { object-position: center; }

.section { padding: 3.25rem 0; }
.section-heading { margin-bottom: 2rem; }

.menu { color: var(--paper); background: var(--menu-bg); }
.menu .section-note { color: rgba(250, 246, 240, .68); }
.menu-groups { display: grid; gap: 2.75rem; }
.menu-group h3 {
  margin: 0 0 1.1rem;
  padding-bottom: .45rem;
  border-bottom: 1px solid rgba(255,255,255,.18);
  font-size: 1.2rem;
}
.menu-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 14.5rem), 1fr));
  gap: 1.5rem 1.1rem;
}
.menu-card {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  gap: .55rem .8rem;
  min-width: 0;
}
.menu-card img {
  grid-column: 1 / -1;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #244438;
}
.menu-card-copy { min-width: 0; }
.menu-card h4 { margin: 0 0 .2rem; font-size: .98rem; font-weight: 600; }
.menu-card p { margin: 0; color: rgba(250,246,240,.62); font-size: .88rem; }
.menu-card .price { margin: 0; font-weight: 600; white-space: nowrap; }

.daily { background: var(--paper); }
.daily-intro { margin-bottom: 1.35rem; }
.daily-intro .kicker {
  color: var(--menu-bg);
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .8rem;
}
.daily-intro h2 {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: .4rem;
  border-bottom: 3px solid var(--accent);
  font-size: clamp(2rem, 5vw, 2.85rem);
}
.daily-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-bottom: 1.45rem;
  overflow-x: auto;
}
.daily-tabs button {
  flex: 0 0 auto;
  min-width: 3.6rem;
  min-height: 2.7rem;
  padding: .45rem .95rem;
  color: var(--menu-bg);
  background: transparent;
  border: 1px solid rgba(28, 58, 46, .28);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.daily-tabs button:hover {
  color: var(--paper);
  background: var(--menu-bg);
  border-color: var(--menu-bg);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(28, 58, 46, .18);
}
.daily-tabs button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.daily-tabs button[aria-selected="true"] {
  color: var(--paper);
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 4px 12px rgba(196, 92, 40, .28);
}
.daily-panel {
  display: grid;
  transition: opacity .22s ease, transform .22s ease;
}
.daily-panel.is-switching {
  opacity: 0;
  transform: translateY(8px);
}
.daily-image {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #ddd4c6;
  border: 1px solid var(--line);
}
.daily-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .45s ease;
}
.daily-image:hover img { transform: scale(1.03); }
.daily-copy { padding: 1.25rem 0 0; }
.daily-day {
  display: inline-block;
  margin-bottom: .45rem;
  padding: .15rem .55rem;
  color: var(--paper);
  background: var(--menu-bg);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.daily-copy h3 {
  max-width: 18ch;
  margin-bottom: 1.1rem;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
}
.daily-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .4rem 1.1rem;
}
.daily-price { margin: 0; font-weight: 600; }
.daily-meta p:last-child { margin: 0; color: var(--muted); font-size: .92rem; }

.baked { background: transparent; }
.baked-grid { display: grid; gap: 1.5rem; align-items: center; }
.baked-grid > * { min-width: 0; }
.baked-copy h2 { max-width: 16ch; }

.hours-grid { display: grid; gap: 1.5rem; max-width: 36rem; }
.hours-list { margin: 0; }
.hours-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .55rem 0;
  border-top: 1px solid var(--line);
}
.hours-list div:last-child { border-bottom: 1px solid var(--line); }
.hours-list dt { font-weight: 600; }
.hours-list dd { margin: 0; }
.hours-lunch { margin: 0; }
.hours-lunch strong { display: block; margin-bottom: .25rem; }

.find-grid { display: grid; gap: 1.5rem; }
.find-grid > * { min-width: 0; }
.find-us address { margin: 1rem 0; font-size: 1.1rem; }
.map-wrap { overflow: hidden; min-height: 22rem; background: #ddd4c6; border: 1px solid var(--line); }
.map-wrap iframe { width: 100%; height: 22rem; border: 0; }

.social-inner { display: grid; gap: 1rem; }
.social-links { display: grid; gap: .65rem; }
.icon-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  width: fit-content;
  text-underline-offset: .18em;
}
.icon-link svg {
  flex: 0 0 auto;
  width: 1.2rem;
  height: 1.2rem;
}

.site-footer {
  padding: 1.6rem 0 calc(1.6rem + env(safe-area-inset-bottom));
  color: var(--paper);
  background: var(--menu-bg);
  border-top: 0;
}
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem 1.5rem; }
.brand--footer { margin-right: auto; }
.brand--footer .brand-logo { mix-blend-mode: screen; }
.footer-inner p { margin: 0; color: rgba(250, 246, 240, .72); font-size: .9rem; }
.lang-switch--footer { margin-left: 0; }
.site-footer .lang-switch button { color: rgba(250, 246, 240, .55); }
.site-footer .lang-switch button[aria-pressed="true"] { color: var(--paper); }

@media (min-width: 760px) {
  :root { --container: min(1080px, calc(100% - 3.5rem)); }
  .hero { padding: 3rem 0 4.25rem; }
  .hero-inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(14rem, .55fr);
    align-items: end;
    gap: 3.5rem;
  }
  .daily-panel { grid-template-columns: 1.1fr .9fr; gap: 1.75rem; align-items: start; }
  .daily-copy { padding: .2rem 0 0; }
  .baked-grid { grid-template-columns: .7fr 1.3fr; gap: 2.5rem; }
  .find-grid { grid-template-columns: .7fr 1.3fr; gap: 2.5rem; align-items: start; }
}

@media (max-width: 900px) {
  .nav-toggle { display: block; order: 2; }
  .lang-switch { margin-left: auto; }
  .site-nav {
    position: fixed;
    inset: var(--header) 0 auto;
    z-index: 101;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: .5rem 1rem 1rem;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    opacity: 0;
    pointer-events: none;
  }
  .site-nav.is-open { opacity: 1; pointer-events: auto; }
  .site-nav a { padding: .85rem 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 480px) {
  :root { --container: min(1080px, calc(100% - 1.2rem)); --header: 3.85rem; }
  .brand-logo { width: 10rem; }
  .hero { padding: 1.5rem 0 2.6rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .daily-panel.is-switching { opacity: 1; transform: none; }
  .daily-image:hover img { transform: none; }
  .daily-tabs button:hover { transform: none; }
}
