:root {
  --red: #990700;
  --red-dark: #710500;
  --cream: #f8f0e3;
  --paper: #fffaf2;
  --ink: #221d1a;
  --muted: #6f625a;
  --yellow: #ffd64a;
  --line: #dfd1c3;
  --dark: #2b2421;
  --display: Georgia, "Times New Roman", serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 20px 60px rgba(56, 31, 22, 0.12);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 98px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  line-height: 1.55;
}

a { color: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: white;
  background: var(--red);
  border-radius: 8px;
  transform: translateY(-140%);
}

.skip-link:focus { transform: translateY(0); }

.announcement {
  min-height: 38px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 18px;
  color: #fff;
  background: var(--red);
  font-size: 0.85rem;
  letter-spacing: 0.015em;
  text-align: center;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 16px clamp(20px, 5vw, 72px);
  background: rgba(255, 250, 242, 0.94);
  border-bottom: 1px solid rgba(153, 7, 0, 0.12);
  backdrop-filter: blur(12px);
}

.logo {
  display: inline-flex;
  align-items: baseline;
  gap: 0.16em;
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(1.85rem, 3.2vw, 2.7rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.82;
  text-decoration: none;
  white-space: nowrap;
}

.logo em {
  font-size: 0.74em;
  font-weight: 500;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2.4vw, 34px);
}

.site-nav a {
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
}

.site-nav > a:not(.nav-cta):hover,
.site-nav > a:not(.nav-cta):focus-visible {
  color: var(--red);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 750;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.nav-cta,
.button-primary {
  color: #fff;
  background: var(--red);
}

.nav-cta:hover,
.nav-cta:focus-visible,
.button-primary:hover,
.button-primary:focus-visible {
  background: var(--red-dark);
  box-shadow: 0 10px 24px rgba(113, 5, 0, 0.18);
  transform: translateY(-1px);
}

.menu-button { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: min(660px, calc(100vh - 120px));
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  background:
    radial-gradient(circle at 78% 27%, rgba(255, 214, 74, 0.55), transparent 19%),
    linear-gradient(120deg, var(--cream) 0 63%, #ead9c9 63% 100%);
}

.hero-copy {
  z-index: 2;
  align-self: center;
  padding: clamp(52px, 8vw, 104px) clamp(24px, 7vw, 104px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--red-dark);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  padding: 7px 13px;
  border-radius: 999px;
  background: var(--yellow);
}

.hero h1,
.section h2,
.about-section h2,
.opening-section h2 {
  margin: 0;
  color: var(--red);
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(3.15rem, 7.3vw, 6.4rem);
  line-height: 0.91;
}

.lead {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.03rem, 1.7vw, 1.3rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
}

.button-secondary {
  color: var(--red);
  background: rgba(255, 250, 242, 0.62);
  border-color: var(--red);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: #fff;
  background: var(--red);
  transform: translateY(-1px);
}

.opening-note {
  max-width: 520px;
  margin: 25px 0 0;
  color: var(--red-dark);
}

.hero-art { position: relative; min-height: 520px; }

.shape {
  position: absolute;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.shape-one { width: min(28vw, 360px); aspect-ratio: 1; right: 11%; top: 16%; }
.shape-two { width: min(17vw, 205px); aspect-ratio: 1; right: 57%; top: 50%; background: var(--red); }
.shape-three { width: min(9vw, 112px); aspect-ratio: 1; right: 11%; top: 69%; background: var(--yellow); }

.pot {
  position: absolute;
  z-index: 2;
  right: 19%;
  top: 34%;
  width: min(21vw, 260px);
  height: min(13vw, 160px);
  min-height: 112px;
  border-radius: 16px 16px 54px 54px;
  background: linear-gradient(145deg, #eee8df, #918a83);
  box-shadow: inset -14px -12px 25px rgba(0, 0, 0, 0.14), 0 22px 38px rgba(0, 0, 0, 0.17);
  transform: rotate(-4deg);
}

.pot::before {
  content: "";
  position: absolute;
  left: -14px;
  right: -14px;
  top: -16px;
  height: 32px;
  border-radius: 50%;
  background: #77716c;
  box-shadow: inset 0 7px 9px rgba(255, 255, 255, 0.27);
}

.pot::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -63px;
  right: -63px;
  top: 23px;
  height: 20px;
  border-radius: 999px;
  background: #403b37;
}

.whisk {
  position: absolute;
  z-index: 1;
  right: 27%;
  top: 16%;
  width: 18px;
  height: 180px;
  border-radius: 999px;
  background: #5b534d;
  transform: rotate(26deg);
  transform-origin: bottom;
}

.section { padding: clamp(68px, 8vw, 112px) clamp(22px, 6vw, 90px); }
.offers-section { background: var(--cream); }

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); }

.section h2,
.about-section h2,
.opening-section h2 {
  font-size: clamp(2.35rem, 5vw, 4.3rem);
  line-height: 0.98;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.offer-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}

.offer-card::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -26px;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: rgba(255, 214, 74, 0.5);
}

.offer-card small {
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offer-card h3 {
  margin: 17px 0 10px;
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.15vw, 1.85rem);
  font-weight: 500;
  line-height: 1.06;
}

.offer-card h3 span { font-size: 0.76em; }

.price {
  position: relative;
  z-index: 1;
  margin: auto 0 0;
  font-size: clamp(1.65rem, 2.5vw, 2.15rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1;
  white-space: nowrap;
}

.price span {
  display: inline;
  font-size: 0.68em;
  font-weight: 700;
}

.price-note { margin: 16px 0 0; color: var(--muted); font-size: 0.76rem; }

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
  align-items: center;
  gap: clamp(40px, 8vw, 120px);
  padding: clamp(74px, 10vw, 130px) clamp(22px, 8vw, 120px);
  background: var(--paper);
}

.about-copy { max-width: 760px; }
.about-copy > p:not(.section-kicker) { max-width: 680px; margin: 22px 0 0; color: var(--muted); font-size: 1.05rem; }

.about-stamp {
  aspect-ratio: 1;
  width: min(100%, 380px);
  display: grid;
  place-content: center;
  justify-self: center;
  color: var(--red);
  background: var(--cream);
  border: 2px solid var(--red);
  border-radius: 50%;
  font-family: var(--display);
  text-align: center;
  transform: rotate(-3deg);
  box-shadow: 16px 18px 0 var(--yellow);
}

.about-stamp span { font-size: clamp(2rem, 4vw, 3.6rem); line-height: 0.85; letter-spacing: -0.06em; }
.about-stamp em { font-size: clamp(1.7rem, 3.3vw, 3rem); line-height: 1; }
.about-stamp small { margin-top: 18px; font-family: var(--body); font-weight: 850; letter-spacing: 0.2em; }

.visit-section { background: #ead9c9; }
.visit-heading { margin-bottom: 38px; }

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 16px;
}

.info-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: clamp(25px, 3vw, 36px);
  border-radius: 20px;
}

.info-card h3 {
  margin: 0 0 22px;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 500;
}

.info-card p { margin: 0 0 14px; }
.info-large { font-size: 1.35rem; font-weight: 750; }
.info-card-red { color: #fff; background: var(--red); }
.info-card-yellow { color: var(--red-dark); background: var(--yellow); }
.info-card-paper { color: var(--ink); background: var(--paper); }

.hours { margin: 0; }
.hours div { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid rgba(113, 5, 0, 0.18); }
.hours div:last-child { border-bottom: 0; }
.hours dt { font-weight: 650; }
.hours dd { margin: 0; white-space: nowrap; }

.text-link,
.email-link {
  width: fit-content;
  margin-top: auto;
  color: var(--red);
  font-weight: 800;
  text-underline-offset: 4px;
}

.email-link { margin: 2px 0 22px; overflow-wrap: anywhere; }
.text-link.light { color: #fff; }

.opening-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: clamp(54px, 7vw, 86px) clamp(22px, 8vw, 120px);
  color: var(--red-dark);
  background: var(--yellow);
}

.opening-section > div { max-width: 760px; }
.opening-section p:not(.section-kicker) { margin: 18px 0 0; font-size: 1.08rem; }
.button-dark { flex-shrink: 0; color: #fff; background: var(--dark); }
.button-dark:hover, .button-dark:focus-visible { background: #151210; transform: translateY(-1px); }

.footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 38px;
  padding: 54px clamp(22px, 7vw, 104px) 28px;
  color: #f9eee4;
  background: var(--dark);
}

.footer p { margin: 7px 0; color: #d6c7bc; }
.footer a { text-decoration-color: rgba(255,255,255,0.35); text-underline-offset: 4px; }
.footer-logo { color: #fff; }
.copyright { grid-column: 1 / -1; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.82rem; }

:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

@media (max-width: 1100px) {
  .offer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .info-card-paper { grid-column: 1 / -1; min-height: 240px; }
}

@media (max-width: 850px) {
  html { scroll-padding-top: 82px; }
  .site-header { grid-template-columns: 1fr auto; min-height: 72px; padding-block: 13px; }
  .menu-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 14px;
    color: var(--red);
    background: transparent;
    border: 1px solid var(--red);
    border-radius: 999px;
    font: inherit;
    font-weight: 750;
  }
  .menu-icon,
  .menu-icon::before,
  .menu-icon::after { display: block; width: 17px; height: 2px; background: currentColor; border-radius: 2px; }
  .menu-icon { position: relative; }
  .menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; }
  .menu-icon::before { top: -5px; }
  .menu-icon::after { top: 5px; }
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 14px 20px 22px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(56, 31, 22, 0.12);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 4px; }
  .site-nav .nav-cta { margin-top: 8px; padding-inline: 18px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding-bottom: 40px; }
  .hero-art { min-height: 340px; }
  .shape-one { width: 260px; right: 16%; top: 25px; }
  .shape-two { width: 150px; right: 59%; top: 150px; }
  .shape-three { width: 92px; right: 12%; top: 230px; }
  .pot { width: 195px; height: 122px; right: 24%; top: 102px; }
  .whisk { right: 37%; top: 20px; height: 145px; }
  .about-section { grid-template-columns: 1fr; }
  .about-stamp { width: min(72vw, 340px); }
  .opening-section { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .announcement { font-size: 0.75rem; }
  .announcement span[aria-hidden] { display: none; }
  .announcement span, .announcement strong { width: 100%; }
  .logo { font-size: 1.75rem; }
  .hero h1 { font-size: clamp(3.15rem, 16vw, 4.7rem); }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .offer-grid, .info-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 190px; }
  .info-card-paper { grid-column: auto; }
  .footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}

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