:root {
  --ink: #2e190f;
  --muted: #705b4f;
  --cream: #f8efe2;
  --paper: #fffaf3;
  --sage: #edd5bb;
  --green: #743d29;
  --orange: #c47348;
  --line: #e6d6c4;
  --deep: #472115;
  --glow: #fff1d8;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
}
.site-header,
main,
footer {
  max-width: 1160px;
  margin: auto;
  padding-left: 28px;
  padding-right: 28px;
}
.site-header {
  min-height: 94px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.brand-logo {
  display: block;
  width: 150px;
  height: auto;
}
.footer-brand .brand-logo {
  width: 118px;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: auto;
}
.site-nav a,
footer a {
  color: var(--ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.site-nav a:hover,
footer a:hover,
.text-link:hover {
  color: var(--orange);
}
button {
  font: inherit;
}
.order-trigger,
.button {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 700;
  font-size: 14px;
}
.order-trigger {
  background: var(--green);
  color: #fffaf3;
  padding: 12px 18px;
}
.nav-toggle {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
  padding: 72px 0 84px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero h1,
h2,
h3 {
  font-family: Fraunces, serif;
  letter-spacing: -0.05em;
}
.hero h1 {
  font-size: clamp(54px, 7vw, 88px);
  line-height: 0.94;
  margin: 0;
}
.hero h1 em,
.story h2 em {
  color: var(--green);
  font-weight: 600;
}
.hero-copy > p:not(.eyebrow),
.menu-feature p,
.visit p,
.story > p {
  max-width: 510px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.button {
  padding: 14px 19px;
}
.button-primary {
  background: var(--green);
  color: #fffaf3;
}
.button-secondary {
  border: 1px solid var(--line);
  color: var(--green);
  background: var(--paper);
}
.hero-art {
  min-height: 425px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 72% 27%, #fff4dd 0 6%, transparent 6.4%),
    linear-gradient(145deg, #9a5337, #65311f);
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.hero-art:after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border: 1px solid #fff3dd83;
  border-radius: 50%;
  bottom: -122px;
  left: -77px;
  box-shadow:
    0 0 0 32px #fff3dd24,
    0 0 0 68px #fff3dd16;
}
.coffee-cup {
  font-size: 165px;
  filter: drop-shadow(0 18px 11px #2f160d80);
  z-index: 1;
}
.hero-note {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  background: #fffaf3e8;
  border-radius: 12px;
  padding: 10px 13px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}
.intro {
  padding: 80px 0;
}
.intro h2,
.menu-feature h2,
.visit h2,
.story h2 {
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1;
  margin: 0;
}
.order-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}
.order-card {
  min-height: 250px;
  padding: 28px;
  border-radius: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
}
.order-card-dark {
  background: var(--green);
  color: #fffaf3;
  border: 0;
}
.order-card h3 {
  font-size: 29px;
  margin: 22px 0 8px;
}
.order-card p {
  line-height: 1.5;
  color: var(--muted);
  max-width: 400px;
}
.order-card-dark p {
  color: #f3ddc5;
}
.card-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--sage);
  border-radius: 50%;
  color: var(--green);
  font-size: 20px;
}
.text-link {
  border: 0;
  background: transparent;
  color: var(--green);
  font-weight: 700;
  padding: 0;
  cursor: pointer;
}
.small-note {
  font-size: 12px !important;
}
.menu-feature {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 60px;
  align-items: center;
  background: #f0e2cf;
  border-radius: 30px;
  padding: 46px;
  margin: 12px 0 92px;
}
.menu-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 140px 140px;
  gap: 10px;
}
.mosaic-tile {
  display: grid;
  place-items: center;
  border-radius: 20px;
  font-size: 65px;
  background: #eac2a2;
}
.tile-one {
  grid-row: 1/3;
  background: #bd7b56;
  font-size: 96px;
}
.tile-three {
  background: #d9976b;
}
.visit {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: start;
  padding: 0 0 95px;
}
.visit a {
  color: var(--green);
  font-weight: 700;
}
.hours {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: 22px;
}
.hours h3 {
  font-size: 30px;
  margin: 0 0 19px;
}
.hours dl {
  margin: 0;
}
.hours dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding: 15px 0;
}
.hours dt,
.hours dd {
  font-size: 14px;
  margin: 0;
}
.hours dd {
  font-weight: 700;
}
.story {
  border-top: 1px solid var(--line);
  padding: 88px 0 96px;
}
.story > p {
  max-width: 720px;
}
.values {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}
.values span {
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--sage);
  font-size: 13px;
  font-weight: 700;
  color: var(--green);
}
.club-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 42px;
  border-radius: 28px;
  background: var(--green);
  color: #fffaf3;
  margin-bottom: 82px;
}
.club-cta[hidden] {
  display: none;
}
.club-cta .eyebrow {
  color: #f1b481;
}
.club-cta h2 {
  font-size: 43px;
  margin: 0;
}
.club-cta p:not(.eyebrow) {
  color: #f3ddc5;
  margin: 9px 0 0;
}
.button-light {
  background: #fffaf3;
  color: var(--green);
  white-space: nowrap;
}
footer {
  padding-top: 30px;
  padding-bottom: 42px;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
}
footer > div {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
footer p {
  margin-left: auto;
  color: var(--muted);
  font-size: 12px;
}
body.order-dialog-open {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}
.order-dialog {
  border: 0;
  background: var(--paper);
  border-radius: 28px;
  width: min(520px, calc(100% - 30px));
  max-height: min(760px, calc(100dvh - 32px));
  overflow-y: auto;
  padding: 32px;
  color: var(--ink);
  box-shadow: 0 30px 70px #32150b52;
}
.order-dialog::backdrop {
  background: #33170c88;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
}
.dialog-close {
  position: absolute;
  right: 18px;
  top: 16px;
  border: 0;
  background: #f1e4d3;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 29px;
  line-height: 1;
  cursor: pointer;
}
.order-dialog h2 {
  font-size: 40px;
  line-height: 1;
  margin: 0 0 12px;
}
.order-dialog > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.5;
}
.handoff-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 24px 0 11px;
}
.handoff-options a,
.handoff-options button {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 8px;
  color: var(--ink);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  background: var(--paper);
  cursor: pointer;
}
@media (hover: hover) {
  .handoff-options a:hover,
  .handoff-options button:not(:disabled):hover {
    border-color: var(--green);
    background: #fbf1e4;
  }
}
.handoff-options button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.handoff-option__badge {
  margin-top: -4px;
  font: 700 10px "DM Sans";
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.handoff-options strong {
  font:
    16px Fraunces,
    serif;
  line-height: 1.15;
}
.handoff-options .handoff-option__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--sage);
  color: var(--green);
}
.handoff-options .handoff-option__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.confirm-dialog {
  padding: 28px;
}
.confirm-dialog h2 {
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 10px;
}
.confirm-dialog__actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}
.confirm-dialog__confirm {
  border: 0;
  border-radius: 13px;
  padding: 16px 17px;
  background: var(--green);
  color: #fff;
  font: 600 15px "DM Sans";
  cursor: pointer;
  width: 100%;
}
.confirm-dialog__confirm.danger {
  background: #a3392c;
}
.confirm-dialog__cancel {
  border: 0;
  background: transparent;
  color: var(--ink);
  font: 700 15px "DM Sans";
  padding: 12px;
  cursor: pointer;
  text-align: center;
}
.home-dashboard {
  margin: 24px 0 -8px;
  padding: 24px;
  border-radius: 24px;
  background: var(--green);
  color: #fffaf3;
}
.home-dashboard[hidden] {
  display: none;
}
.home-dashboard.tier-bronze {
  background: linear-gradient(135deg, #96633f, #6b4128);
}
.home-dashboard.tier-gold {
  background: linear-gradient(135deg, #d4a13d, #a3781f);
}
.home-dashboard.tier-platinum {
  background: linear-gradient(135deg, #8b95a3, #4b5563);
}
.home-dashboard > .eyebrow {
  color: #f1b481;
  margin-bottom: 0;
}
.home-dashboard__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
}
.home-dashboard__points {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.home-dashboard__points strong {
  font:
    700 42px/1 Fraunces,
    serif;
}
.home-dashboard__points span {
  font-size: 14px;
  color: #f3ddc5;
}
.home-dashboard__tier {
  padding: 6px 12px;
  border-radius: 999px;
  background: #ffffff26;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.home-dashboard__credit {
  margin: 6px 0 0;
  color: #f4d0a7;
  font: 700 15px "DM Sans";
}
.home-dashboard__credit .cash-icon {
  background: #fffaf3;
  color: var(--ink);
}
.home-dashboard__credit .cash-value {
  color: #fffaf3;
}
.home-dashboard__progress {
  height: 8px;
  border-radius: 999px;
  background: #ffffff33;
  overflow: hidden;
  margin-top: 16px;
}
.home-dashboard__progress span {
  display: block;
  height: 100%;
  background: #f4d0a7;
  border-radius: inherit;
}
.home-dashboard__note {
  margin: 10px 0 0;
  color: #f3ddc5;
  font-size: 13px;
}
.home-dashboard__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.home-dashboard__link {
  border: 0;
  background: transparent;
  color: #fffaf3;
  font-weight: 700;
  font-size: 14px;
  padding: 0;
  cursor: pointer;
}
.store-card {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 24px 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
}
.store-card__body {
  flex: 1;
  min-width: 0;
}
.store-card__map {
  flex: 0 0 auto;
  width: 96px;
  height: 96px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: var(--sage);
}
.store-card__body h3 {
  margin: 6px 0 8px;
  font-size: 22px;
}
.store-card__body > p:not(.eyebrow) {
  color: var(--muted);
  margin: 0 0 14px;
  font-size: 14px;
}
.store-card__meta a {
  color: var(--green);
  font-weight: 700;
}
.tier-unlock {
  display: block;
  width: 100%;
  margin: 24px 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.tier-unlock[hidden] {
  display: none;
}
.tier-unlock__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 700 15px "DM Sans";
}
.tier-unlock__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  margin: 12px 0 8px;
  color: var(--muted);
  font-size: 13px;
}
.tier-unlock__row strong {
  color: var(--ink);
  font-size: 16px;
}
.tier-unlock__bar {
  height: 6px;
  border-radius: 999px;
  background: var(--sage);
  overflow: hidden;
}
.tier-unlock__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--orange);
}
.tier-unlock--gold {
  border-color: #e0b969;
  background: #fdf6e8;
}
.tier-unlock--gold .tier-unlock__bar {
  background: #eaddc0;
}
.tier-unlock--gold .tier-unlock__bar span {
  background: linear-gradient(90deg, #d4a13d, #a3781f);
}
.tier-unlock--platinum {
  border-color: #a7afba;
  background: #f2f4f6;
}
.tier-unlock--platinum .tier-unlock__bar {
  background: #dde1e6;
}
.tier-unlock--platinum .tier-unlock__bar span {
  background: linear-gradient(90deg, #8b95a3, #4b5563);
}
@media (max-width: 720px) {
  .site-header,
  main,
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header {
    min-height: 76px;
    gap: 12px;
    position: relative;
  }
  .brand-logo {
    width: 126px;
  }
  .nav-toggle {
    display: inline-flex;
    border: 0;
    background: transparent;
    color: var(--green);
    font-weight: 700;
    margin-left: auto;
    padding: 8px;
  }
  .site-nav {
    display: none;
    position: absolute;
    z-index: 3;
    left: 20px;
    right: 20px;
    top: 69px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 12px 30px #32150b20;
    flex-direction: column;
    align-items: stretch;
    gap: 1px;
  }
  .site-nav.is-open {
    display: flex;
  }
  .site-nav a {
    padding: 11px;
  }
  .order-trigger {
    padding: 10px 12px;
    font-size: 12px;
  }
  .hero,
  .menu-feature,
  .visit {
    grid-template-columns: 1fr;
  }
  .hero {
    padding: 44px 0 62px;
    gap: 33px;
  }
  .hero-art {
    min-height: 290px;
  }
  .coffee-cup {
    font-size: 125px;
  }
  .order-cards {
    grid-template-columns: 1fr;
  }
  .store-card {
    padding: 16px;
  }
  .store-card__map {
    width: 76px;
    height: 76px;
  }
  .intro {
    padding: 60px 0;
  }
  .menu-feature {
    gap: 28px;
    padding: 28px;
    margin-bottom: 66px;
  }
  .menu-mosaic {
    grid-template-rows: 100px 100px;
  }
  .visit {
    gap: 28px;
    padding-bottom: 65px;
  }
  .story {
    padding: 65px 0;
  }
  .club-cta {
    display: block;
    padding: 30px;
    margin-bottom: 62px;
  }
  .club-cta .button {
    margin-top: 22px;
  }
  footer p {
    margin-left: 0;
    width: 100%;
  }
  .home-dashboard {
    padding: 20px;
    border-radius: 20px;
  }
  .home-dashboard__points strong {
    font-size: 36px;
  }
}

/* Mobile and rendering refinements shared by the homepage and information pages. */
html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img {
  max-width: 100%;
}
a,
button {
  touch-action: manipulation;
}
.hero h1,
.intro h2,
.story h2 {
  text-wrap: balance;
}
.hero-copy > p:not(.eyebrow) {
  text-wrap: pretty;
}
.store-card__map {
  position: relative;
  isolation: isolate;
}
.store-card__map::before {
  content: "⌖";
  position: absolute;
  z-index: -1;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 64% 36%, #fff8e8 0 8%, transparent 9%),
    linear-gradient(145deg, #efd9bd, #e0b88f);
  color: var(--green);
  font: 700 30px Fraunces, serif;
}
.store-card__map.is-map-ready::before {
  display: none;
}
.hero-art,
.order-card,
.club-cta,
.store-card,
.story {
  content-visibility: auto;
  contain-intrinsic-size: auto 420px;
}
.public-menu-card,
.recommended-card,
.item-card {
  contain: layout paint;
}

@media (max-width: 480px) {
  .site-header,
  main,
  footer {
    padding-right: 16px;
    padding-left: 16px;
  }
  .site-header {
    gap: 8px;
  }
  .site-header .brand-logo {
    width: 112px;
  }
  .site-header .order-trigger {
    padding: 10px 11px;
  }
  .hero {
    gap: 28px;
    padding: 38px 0 54px;
  }
  .hero h1 {
    font-size: clamp(44px, 13vw, 58px);
    line-height: 0.96;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }
  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }
  .hero-actions .button {
    min-height: 52px;
    justify-content: space-between;
    padding: 14px 18px;
  }
  .hero-art {
    min-height: 270px;
    border-radius: 24px;
  }
  .intro {
    padding: 52px 0;
  }
  .intro h2,
  .menu-feature h2,
  .visit h2,
  .story h2 {
    font-size: clamp(36px, 11vw, 48px);
  }
  .order-card {
    min-height: auto;
    padding: 23px;
  }
  .club-cta {
    margin-bottom: 50px;
    padding: 26px 22px;
    border-radius: 22px;
  }
  .club-cta h2 {
    font-size: 38px;
  }
  .club-cta .button {
    width: 100%;
    justify-content: space-between;
  }
  .store-card {
    display: grid;
    grid-template-columns: 1fr;
    padding: 20px;
    border-radius: 20px;
  }
  .store-card__map {
    grid-row: 1;
    width: 100%;
    height: 132px;
    border-radius: 14px;
  }
  .story {
    padding: 56px 0 68px;
  }
  footer {
    gap: 20px;
    padding-bottom: 112px;
  }
  footer > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
    width: 100%;
  }
  footer a {
    min-height: 24px;
  }
  .legal {
    padding-top: 42px !important;
  }
  .legal h1 {
    font-size: clamp(34px, 11vw, 44px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-slide,
  .home-dashboard__progress span,
  .tier-unlock__bar span {
    transition: none !important;
  }
}
