:root {
  --paper: #fff7eb;
  --paper-deep: #f4e5d2;
  --ink: #2a1712;
  --muted: #86695b;
  --orange: #f35b12;
  --orange-dark: #d9410d;
  --yellow: #ffc52e;
  --line: rgba(74, 31, 18, 0.15);
  --shadow: 0 24px 54px rgba(106, 45, 18, 0.16);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper-deep);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--paper-deep);
}

body {
  min-width: 320px;
  min-height: 100dvh;
  margin: 0;
  background:
    radial-gradient(circle at 8% 88%, rgba(255, 197, 46, 0.28), transparent 24rem),
    linear-gradient(135deg, #f8ead9 0%, var(--paper) 50%, #fbe7cf 100%);
}

a {
  color: inherit;
}

.page-shell {
  display: flex;
  flex-direction: column;
  width: min(100%, 1440px);
  min-height: 100dvh;
  margin: 0 auto;
  padding: clamp(1.2rem, 3vw, 2.4rem) clamp(1.2rem, 5vw, 5.5rem) 1.1rem;
  overflow: hidden;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header {
  position: relative;
  z-index: 2;
}

.brand {
  display: inline-flex;
  width: clamp(8.4rem, 15vw, 11.8rem);
  transition: transform 180ms ease;
}

.brand:hover {
  transform: rotate(-2deg) scale(1.02);
}

.brand:focus-visible,
.store-card:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 5px;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.header-note,
.footer-line,
.footer-line + span,
.site-footer > span:last-child {
  color: var(--muted);
}

.header-note {
  max-width: 18rem;
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-align: right;
  text-transform: uppercase;
}

.main-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(28rem, 1.1fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 9.5rem);
  flex: 1;
  padding: clamp(2rem, 5vh, 4.5rem) 0 clamp(2rem, 6vh, 5rem);
}

.story {
  min-width: 0;
}

.eyebrow,
.section-kicker,
.food-label,
.food-corner,
.store-number,
.picker-note,
.site-footer {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--orange-dark);
}

.eyebrow-dot {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 0.3rem rgba(243, 91, 18, 0.12);
}

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

h1 {
  max-width: 9ch;
  margin-bottom: 1.35rem;
  font-family: "Avenir Next Condensed", "Avenir Next", sans-serif;
  font-size: clamp(3.45rem, 7vw, 6.5rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.86;
}

h1 em {
  color: var(--orange);
  font-style: normal;
}

.intro {
  max-width: 28rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  line-height: 1.5;
}

.food-frame {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 34rem);
  aspect-ratio: 1.16;
  margin-top: clamp(2rem, 4.2vh, 3.6rem);
  overflow: hidden;
  border-radius: 1.7rem;
  background:
    linear-gradient(142deg, rgba(255, 197, 46, 0.9), transparent 48%),
    linear-gradient(28deg, var(--orange-dark), var(--orange));
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}

.food-frame::before,
.food-frame::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.food-frame::before {
  inset: 1.2rem;
  border: 1px solid rgba(255, 247, 235, 0.4);
  border-radius: 1.1rem;
}

.food-frame::after {
  right: -4rem;
  bottom: -6rem;
  width: 18rem;
  height: 18rem;
  border: 2.2rem solid rgba(255, 247, 235, 0.12);
  border-radius: 50%;
}

.food-rings {
  position: absolute;
  top: -8rem;
  left: -5rem;
  width: 19rem;
  height: 19rem;
  border: 1.2rem solid rgba(255, 247, 235, 0.12);
  border-radius: 50%;
}

.food-frame img {
  position: relative;
  z-index: 1;
  width: min(83%, 21rem);
  height: auto;
  filter: drop-shadow(0 1.3rem 0.9rem rgba(88, 31, 12, 0.3));
  transform: translateY(0.7rem) rotate(2deg);
}

.food-label,
.food-corner {
  position: absolute;
  z-index: 2;
  color: var(--paper);
}

.food-label {
  right: 1.5rem;
  bottom: 1.4rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(255, 247, 235, 0.55);
  border-radius: 0.5rem;
  font-size: 0.59rem;
}

.food-corner {
  top: 1.7rem;
  left: 1.7rem;
  color: rgba(255, 247, 235, 0.72);
  font-size: 0.6rem;
}

.store-picker {
  align-self: center;
  width: 100%;
  max-width: 40rem;
  padding: clamp(1.5rem, 3.2vw, 2.5rem);
  border: 1px solid rgba(74, 31, 18, 0.1);
  border-radius: 1.7rem;
  background: rgba(255, 250, 243, 0.76);
  box-shadow: 0 1rem 3rem rgba(106, 45, 18, 0.08);
  backdrop-filter: blur(12px);
}

.picker-heading {
  margin-bottom: 1.65rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid var(--line);
}

.section-kicker {
  margin-bottom: 0.55rem;
  color: var(--orange-dark);
  font-size: 0.62rem;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.store-list {
  display: grid;
  gap: 0.8rem;
}

.store-card {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-height: 8.8rem;
  padding: 1rem 1.1rem 1rem 1.35rem;
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  background: rgba(255, 247, 235, 0.74);
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.store-card:hover {
  border-color: rgba(243, 91, 18, 0.4);
  background: #fffaf4;
  box-shadow: 0 0.9rem 1.6rem rgba(106, 45, 18, 0.1);
  transform: translateY(-3px);
}

.store-card:active {
  transform: translateY(0) scale(0.985);
}

.store-number {
  align-self: start;
  padding-top: 0.25rem;
  color: var(--orange);
  font-size: 0.7rem;
}

.store-details {
  display: grid;
  gap: 0.34rem;
}

.store-details strong {
  font-size: clamp(1.1rem, 2.2vw, 1.42rem);
  letter-spacing: -0.035em;
  line-height: 1;
}

.store-location {
  color: var(--orange-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.store-status {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  width: max-content;
  padding: 0.34rem 0.55rem;
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: none;
}

.store-status[hidden] {
  display: none;
}

.store-status::before {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.status-open {
  background: #dff2e5;
  color: #24704b;
}

.status-closed {
  background: #fbe0d9;
  color: #b3442a;
}

.status-unknown {
  background: #eee3d5;
  color: #806b5b;
}

.store-action {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: max-content;
  padding: 0.8rem 0.95rem;
  border-radius: 0.75rem;
  background: var(--orange);
  color: #fffaf4;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 180ms ease;
}

.store-card:hover .store-action {
  background: var(--orange-dark);
}

.store-action span {
  font-size: 1rem;
  line-height: 0.7;
}

.picker-note {
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: none;
}

.site-footer {
  gap: 0.8rem;
  color: var(--orange-dark);
  font-size: 0.6rem;
}

.footer-line {
  flex: 1;
  max-width: 6rem;
  height: 1px;
  background: var(--line);
}

@media (max-width: 900px) {
  .main-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.4rem;
    padding-top: 2.8rem;
  }

  .store-picker {
    order: 1;
    max-width: none;
  }

  .story {
    order: 2;
  }

  .story {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(15rem, 1fr);
    align-items: center;
    gap: 2rem;
  }

  .story .eyebrow,
  .story h1,
  .story .intro {
    grid-column: 1;
  }

  .food-frame {
    grid-column: 2;
    grid-row: 1 / span 3;
    margin-top: 0;
  }

}

@media (max-width: 620px) {
  .page-shell {
    padding: 1rem 1rem 0.9rem;
  }

  .site-header {
    align-items: flex-start;
  }

  .brand {
    width: 8.7rem;
  }

  .header-note {
    display: none;
  }

  .main-layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2.5rem;
    padding: 2rem 0 2.2rem;
  }

  .store-picker {
    order: 1;
    padding: 1.25rem;
    border-radius: 1.35rem;
  }

  .story {
    display: block;
    order: 2;
  }

  .story h1 {
    max-width: 11ch;
    margin-bottom: 1rem;
    font-size: clamp(3.1rem, 16vw, 4.6rem);
  }

  .intro {
    max-width: 20rem;
    font-size: 0.93rem;
  }

  .food-frame {
    width: 100%;
    margin-top: 1.7rem;
    border-radius: 1.35rem;
  }

  .food-frame img {
    width: 82%;
  }

  .store-card {
    grid-template-columns: 1.7rem minmax(0, 1fr);
    gap: 0.65rem;
    min-height: 0;
    padding: 1rem;
  }

  .store-number {
    font-size: 0.62rem;
  }

  .store-details strong {
    font-size: 1.02rem;
  }

  .store-location {
    font-size: 0.66rem;
  }

  .store-action {
    grid-column: 2;
    justify-self: start;
    padding: 0.68rem 0.78rem;
    font-size: 0.61rem;
  }

  .site-footer {
    padding-top: 0.85rem;
    border-top: 1px solid var(--line);
    font-size: 0.56rem;
  }
}

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