:root {
  --orange: #ff5a08;
  --orange-deep: #e94600;
  --cream: #fff4d8;
  --paper: #fffaf0;
  --ink: #201811;
  --pink: #f7b6b0;
  --green: #b8d89b;
  --yellow: #ffd952;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.announcement {
  height: 34px; padding: 0 5vw; display: flex; align-items: center; justify-content: center;
  gap: 26px; background: var(--ink); color: var(--cream); text-transform: uppercase;
  font-size: 10px; font-weight: 700; letter-spacing: .16em;
}
.site-header {
  height: 102px; padding: 0 5vw; display: flex; align-items: center;
  justify-content: space-between; border-bottom: 1.5px solid var(--ink);
  background: var(--cream); position: relative; z-index: 20;
}
.brand { width: 178px; height: 76px; overflow: hidden; display: grid; place-items: center; }
.brand img { width: 100%;  }
nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
nav > a:not(.nav-cta) { position: relative; }
nav > a:not(.nav-cta)::after {
  content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -5px;
  background: var(--orange); transition: right .25s;
}
nav > a:hover::after { right: 0; }
.nav-cta, .button {
  display: inline-flex; align-items: center; justify-content: center; gap: 28px;
  border: 1.5px solid var(--ink); border-radius: 100px; font-weight: 700;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.nav-cta { padding: 13px 20px; background: var(--orange); color: white; }
.nav-cta:hover, .button:hover { transform: translateY(-3px); box-shadow: 4px 5px 0 var(--ink); }
.menu-toggle { display: none; background: none; border: 0; }

.hero {
  min-height: 670px; display: grid; grid-template-columns: .9fr 1.1fr;
  border-bottom: 1.5px solid var(--ink);
}
.hero-copy { padding: 70px 4vw 70px 7vw; align-self: center; position: relative; z-index: 2; }
.eyebrow {
  margin: 0 0 24px; display: flex; align-items: center; gap: 9px; font-size: 11px;
  font-weight: 800; text-transform: uppercase; letter-spacing: .16em;
}
.eyebrow span { display: block; width: 27px; height: 3px; background: var(--orange); border-radius: 2px; }
h1, h2, h3 { margin: 0; line-height: .92; letter-spacing: -.055em; }
h1 { font-family: "Arial Black", "DM Sans", sans-serif; font-size: clamp(68px, 8.3vw, 126px); text-transform: uppercase; }
h1 em, h2 em { font-family: "Shrikhand", Georgia, serif; color: var(--orange); font-weight: 400; text-transform: none; }
.hero-text { max-width: 470px; margin: 30px 0; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { min-height: 52px; padding: 0 24px; font-size: 13px; }
.button-dark { background: var(--ink); color: white; }
.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid; padding-bottom: 5px; }
.text-link span { color: var(--orange); }

.hero-visual {
  min-height: 670px; position: relative; display: grid; place-items: center;
  overflow: hidden; background: var(--orange);
}
.sunburst {
  width: 130%; aspect-ratio: 1; position: absolute; border-radius: 50%;
  background: repeating-conic-gradient(from 8deg, rgba(255,217,82,.28) 0deg 8deg, transparent 8deg 17deg);
  animation: rotate 50s linear infinite;
}
@keyframes rotate { to { transform: rotate(360deg); } }
.photo-frame {
  width: min(76%, 570px); aspect-ratio: 1; border-radius: 50% 46% 48% 44%;
  overflow: hidden; border: 3px solid var(--ink); box-shadow: 12px 14px 0 rgba(32,24,17,.26);
  transform: rotate(-3deg); position: relative; z-index: 1;
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.03); }
.stamp {
  position: absolute; z-index: 3; right: 5%; bottom: 8%; width: 124px; height: 124px;
  border-radius: 50%; background: var(--yellow); border: 2px solid var(--ink); display: grid;
  place-items: center; transform: rotate(12deg); box-shadow: 4px 5px 0 var(--ink);
}
.stamp span {
  position: absolute; width: 100%; height: 100%; padding: 9px; text-align: center;
  font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .08em;
  word-spacing: 5px; line-height: 26px;
}
.stamp b { font-size: 28px; color: var(--orange); }
.scribble {
  position: absolute; top: 11%; left: 4%; z-index: 3; color: var(--cream);
  font-family: "Shrikhand", cursive; font-size: 22px; line-height: 1; transform: rotate(-8deg);
}
.scribble svg { width: 65px; height: 50px; margin-left: 55px; }
.scribble path { fill: none; stroke: var(--cream); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }

.ticker { background: var(--yellow); border-bottom: 1.5px solid var(--ink); overflow: hidden; white-space: nowrap; }
.ticker-track {
  width: max-content; padding: 15px 0; display: flex;
  animation: ticker linear infinite; text-transform: uppercase; font-weight: 800; letter-spacing: .12em; font-size: 12px;
  will-change: transform;
}
.ticker-group {
  display: flex; flex-shrink: 0; align-items: center; gap: 28px; padding-right: 28px;
}
.ticker-track b { color: var(--orange); font-size: 16px; }
@keyframes ticker {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.menu-section { padding: 110px 6vw 100px; text-align: center; }
.section-heading {
  display: flex; align-items: end; justify-content: space-between; text-align: left;
  margin-bottom: 50px;
}
.section-heading h2, .visit-card h2 { font-size: clamp(46px, 6vw, 84px); }
.section-heading > p { max-width: 320px; font-size: 15px; line-height: 1.6; }
.menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 42px; }
.menu-card {
  min-height: 520px; padding: 24px; border: 1.5px solid var(--ink); text-align: left;
  transition: transform .25s, box-shadow .25s; overflow: hidden;
}
.menu-card:hover { transform: rotate(-1deg) translateY(-8px); box-shadow: 9px 10px 0 var(--ink); }
.card-orange { background: var(--orange); color: white; }
.card-pink { background: var(--pink); }
.card-green { background: var(--green); }
.card-coffee { background: #9fd6dc; }
.card-top, .price-row { display: flex; align-items: center; justify-content: space-between; }
.number { font-family: "Shrikhand", cursive; font-size: 22px; }
.tag {
  padding: 6px 10px; border: 1px solid currentColor; border-radius: 100px;
  text-transform: uppercase; font-size: 8px; font-weight: 800; letter-spacing: .12em;
}
.menu-art { height: 255px; display: grid; place-items: center; position: relative; }
.menu-photo {
  height: 250px; margin: 22px 0 24px; overflow: hidden; border: 2px solid var(--ink);
  border-radius: 44% 56% 47% 53% / 51% 43% 57% 49%;
  box-shadow: 7px 8px 0 rgba(32,24,17,.24); transform: rotate(-1.5deg);
}
.menu-photo img {
  width: 100%; height: 100%; object-fit: cover; transform: scale(1.02);
  transition: transform .45s ease;
}
.menu-card:hover .menu-photo img { transform: scale(1.08); }
.waffle {
  width: 190px; height: 155px; border: 3px solid var(--ink); border-radius: 38% 44% 35% 42%;
  transform: rotate(-7deg); background-color: #d99035;
  background-image: linear-gradient(45deg, transparent 43%, #8d481c 44% 49%, transparent 50%),
                    linear-gradient(-45deg, transparent 43%, #8d481c 44% 49%, transparent 50%);
  background-size: 36px 36px; box-shadow: 8px 11px 0 rgba(32,24,17,.22);
}
.butter {
  position: absolute; width: 58px; height: 48px; display: grid; place-items: center;
  background: var(--yellow); color: var(--orange); border: 2px solid var(--ink);
  transform: rotate(8deg); top: 82px; border-radius: 8px; font-size: 24px;
}
.cream {
  position: absolute; top: 58px; color: white; font-family: "Shrikhand"; font-size: 100px;
  transform: rotate(-12deg); text-shadow: 2px 2px 0 var(--ink);
}
.berry { position: absolute; color: #e8392f; font-size: 54px; top: 105px; left: 49%; text-shadow: 2px 2px 0 var(--ink); }
.egg {
  position: absolute; width: 105px; height: 85px; display: grid; place-items: center;
  background: #fffbea; color: var(--yellow); border: 2px solid var(--ink);
  border-radius: 50% 44% 48% 42%; font-size: 62px; top: 80px;
}
.leaf { position: absolute; color: #387b3e; font-size: 70px; top: 103px; left: 38%; transform: rotate(-20deg); }
.wrap-shape {
  width: 145px; height: 220px; position: relative; overflow: hidden;
  background: #e7ba68; border: 3px solid var(--ink); border-radius: 48% 48% 18% 18%;
  transform: rotate(24deg); box-shadow: 9px 11px 0 rgba(32,24,17,.22);
}
.wrap-shape::before {
  content: ""; position: absolute; width: 125px; height: 52px; top: -14px; left: 7px;
  background: #fff1b5; border: 3px solid var(--ink); border-radius: 50%;
}
.wrap-shape::after {
  content: ""; position: absolute; inset: 72px 16px 18px;
  background: repeating-linear-gradient(65deg, transparent 0 19px, rgba(116,65,25,.32) 20px 23px);
}
.wrap-filling {
  position: absolute; z-index: 2; top: 4px; left: 25px; color: #427f36;
  font-size: 24px; letter-spacing: -7px; transform: rotate(-15deg);
}
.quesadilla-shape {
  width: 220px; height: 115px; position: relative; overflow: hidden;
  background: #efbc45; border: 3px solid var(--ink); border-radius: 110px 110px 18px 18px;
  transform: rotate(-8deg); box-shadow: 9px 11px 0 rgba(32,24,17,.22);
}
.quesadilla-shape::before {
  content: ""; position: absolute; inset: 13px;
  background: repeating-linear-gradient(35deg, transparent 0 25px, rgba(119,63,21,.32) 26px 30px);
  border-radius: inherit;
}
.quesadilla-shape::after {
  content: ""; position: absolute; left: -4px; right: -4px; bottom: -5px; height: 24px;
  background: #fff2a8; border: 3px solid var(--ink);
}
.quesadilla-shape span {
  position: relative; z-index: 2; display: inline-block; margin: 55px 9px 0 24px;
  color: #d64022; font-size: 19px;
}
.cold-cup {
  width: 132px; height: 190px; padding: 30px 12px 18px; position: relative; z-index: 2;
  display: flex; flex-direction: column; justify-content: space-between; align-items: center;
  background: linear-gradient(to bottom, #ebd6bb 0 22%, #91613e 23% 56%, #4b2b20 57%);
  border: 3px solid var(--ink); border-radius: 8px 8px 30px 30px;
  box-shadow: 8px 10px 0 rgba(32,24,17,.22); transform: rotate(5deg);
}
.cold-cup::before {
  content: ""; position: absolute; width: 150px; height: 12px; top: -9px; left: -12px;
  background: var(--cream); border: 3px solid var(--ink); border-radius: 100px;
}
.cold-cup::after {
  content: ""; position: absolute; width: 8px; height: 62px; top: -60px; right: 32px;
  background: var(--orange); border: 2px solid var(--ink); transform: rotate(7deg);
}
.cold-cup strong {
  padding: 5px 7px; background: var(--orange); color: white; border: 2px solid var(--ink);
  font-size: 11px; letter-spacing: .08em; transform: rotate(-3deg);
}
.cup-ice { color: rgba(255,255,255,.75); font-size: 14px; }
.coffee-splash {
  position: absolute; z-index: 1; color: var(--cream); font-family: "Shrikhand";
  font-size: 130px; transform: rotate(-18deg); top: 25px;
  -webkit-text-stroke: 2px var(--ink);
}
.menu-card h3 { font-family: "Arial Black", sans-serif; font-size: 34px; text-transform: uppercase; }
.menu-card p { min-height: 50px; margin: 13px 0 21px; font-size: 13px; line-height: 1.5; max-width: 260px; }
.price-row { border-top: 1px solid currentColor; padding-top: 18px; }
.price-row strong { font-size: 20px; }
.price-row button {
  width: 38px; height: 38px; border: 1.5px solid var(--ink); border-radius: 50%;
  background: var(--cream); font-size: 23px; cursor: pointer; transition: transform .2s;
}
.price-row button:hover { transform: rotate(90deg); background: var(--yellow); }
.button-outline { background: transparent; }

.food-menu-section {
  padding: 110px 6vw; background: var(--paper); border-top: 1.5px solid var(--ink);
}
.food-menu-heading {
  display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 55px;
}
.food-menu-heading h2 { font-size: clamp(48px, 6.5vw, 92px); text-transform: uppercase; }
.menu-key { display: flex; gap: 22px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.menu-key span { display: flex; align-items: center; gap: 7px; }
.veg-dot { width: 10px; height: 10px; border-radius: 50%; background: #287830; display: inline-block; }
.food-menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.food-category {
  padding: 25px; border: 1.5px solid var(--ink); background: var(--cream);
  box-shadow: 5px 6px 0 var(--ink);
}
.croffle-category { background: var(--yellow); }
.category-title { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.category-title > span {
  width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto;
  border-radius: 50%; background: var(--orange); color: white; font-family: "Shrikhand";
}
.category-title h3 {
  font-family: "Arial Black", sans-serif; font-size: 23px; text-transform: uppercase;
  letter-spacing: -.035em; line-height: 1;
}
.price-labels, .dual-price > div {
  display: grid; grid-template-columns: minmax(0, 1fr) 52px 58px; align-items: center; gap: 6px;
}
.price-labels {
  padding: 0 0 8px; border-bottom: 1.5px solid var(--ink); color: var(--orange);
  font-size: 9px; text-align: right; text-transform: uppercase; letter-spacing: .08em;
}
.food-items { display: grid; }
.food-items > div {
  min-height: 37px; padding: 9px 0; border-bottom: 1px dashed rgba(32,24,17,.28);
  font-size: 13px;
}
.food-items > div:last-child { border-bottom: 0; }
.single-price > div { display: flex; justify-content: space-between; gap: 15px; }
.food-items strong { color: var(--orange); text-align: right; }
.dual-price strong { font-size: 12px; }

.beverage-section {
  padding: 100px 6vw 70px; background: var(--orange); color: var(--cream);
  border-top: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink);
}
.beverage-heading {
  display: flex; align-items: end; justify-content: space-between; gap: 30px;
  margin-bottom: 48px;
}
.beverage-heading h2 { font-size: clamp(48px, 6.5vw, 92px); text-transform: uppercase; }
.beverage-heading h2 em { color: var(--yellow); }
.beverage-heading > p { max-width: 300px; line-height: 1.6; }
.beverage-layout {
  display: grid; grid-template-columns: 1fr 1fr 1.15fr; gap: 18px; align-items: stretch;
}
.beverage-panel {
  padding: 30px; border: 2px solid var(--ink); border-radius: 28px;
  box-shadow: 7px 8px 0 var(--ink);
}
.beverage-panel > h3, .croffuccino-title h3 {
  font-family: "Arial Black", sans-serif; font-size: clamp(25px, 2.5vw, 37px);
  line-height: 1; text-transform: uppercase; letter-spacing: -.035em;
}
.light-panel { background: var(--cream); color: var(--orange); }
.light-panel > h3 { text-align: center; margin-bottom: 28px; }
.drink-list { display: grid; gap: 22px; }
.drink-list article { border-top: 1px solid rgba(32,24,17,.25); padding-top: 14px; }
.drink-list article > div { display: flex; justify-content: space-between; gap: 12px; }
.drink-list h4, .flavour-list span {
  margin: 0; font-family: "Arial Black", sans-serif; text-transform: uppercase;
  font-size: 18px; letter-spacing: -.02em;
}
.drink-list strong { font-size: 18px; }
.drink-list p { margin: 6px 0 0; color: var(--ink); font-size: 12px; line-height: 1.45; }
.croffuccino-panel {
  background: #076b2b; color: var(--cream); position: relative; overflow: hidden;
  min-height: 650px;
}
.croffuccino-title { text-align: center; position: relative; z-index: 2; }
.croffuccino-title span {
  display: inline-block; margin-bottom: 13px; padding: 6px 10px; border: 1px solid currentColor;
  border-radius: 100px; text-transform: uppercase; font-size: 8px; font-weight: 800; letter-spacing: .12em;
}
.croffuccino-title h3 { color: var(--orange); }
.croffuccino-title p { margin: 10px 0 0; font-size: 13px; }
.flavour-list {
  display: grid; gap: 25px; margin-top: 46px; position: relative; z-index: 2;
}
.flavour-list div {
  display: flex; justify-content: space-between; border-bottom: 1px dashed rgba(255,244,216,.45);
  padding-bottom: 10px;
}
.flavour-list strong { font-size: 18px; }
.croffee-cup {
  width: 115px; height: 155px; position: absolute; bottom: -22px; right: 30px;
  display: flex; flex-direction: column; align-items: center; justify-content: space-around;
  background: linear-gradient(#e8c8a8 0 25%, #78472f 26% 58%, #301b16 59%);
  border: 3px solid var(--cream); border-radius: 7px 7px 25px 25px; transform: rotate(7deg);
}
.croffee-cup::before {
  content: ""; position: absolute; width: 130px; height: 10px; top: -8px;
  border: 3px solid var(--cream); border-radius: 100px; background: #076b2b;
}
.croffee-cup::after {
  content: ""; position: absolute; width: 7px; height: 56px; top: -58px; right: 25px;
  background: var(--orange); border: 2px solid var(--cream); transform: rotate(6deg);
}
.croffee-cup b {
  background: var(--orange); padding: 4px 6px; border: 1px solid var(--cream);
  font-size: 9px; letter-spacing: .08em;
}
.beverage-tagline {
  margin: 48px 0 0; padding-top: 25px; border-top: 2px solid var(--ink);
  text-align: center; font-family: "Arial Black", sans-serif; text-transform: uppercase;
  font-size: clamp(20px, 3vw, 38px); letter-spacing: -.03em;
}

.story-section {
  min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--cream);
}
.story-art { position: relative; overflow: hidden; display: grid; place-items: center; min-height: 600px; }
.story-shape {
  width: 76%; aspect-ratio: 1; background: var(--orange); border-radius: 40% 60% 58% 42% / 55% 40% 60% 45%;
  transform: rotate(9deg);
}
.mini-photo {
  position: absolute; width: 54%; aspect-ratio: 1; overflow: hidden; transform: rotate(-7deg);
  border: 3px solid var(--cream); box-shadow: 12px 14px 0 rgba(0,0,0,.3);
}
.mini-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-note {
  position: absolute; bottom: 12%; right: 9%; font-family: "Shrikhand"; color: var(--yellow);
  font-size: 24px; transform: rotate(-6deg);
}
.story-copy { padding: 100px 8vw 80px 4vw; align-self: center; }
.eyebrow.light span { background: var(--yellow); }
.story-copy h2 { font-size: clamp(52px, 6vw, 88px); text-transform: uppercase; margin-bottom: 38px; }
.story-copy > p { max-width: 520px; color: #dfd3bc; font-size: 15px; line-height: 1.8; }
.story-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 42px; border-top: 1px solid #6f665b; padding-top: 26px; }
.story-stats strong { display: block; font-family: "Shrikhand"; color: var(--orange); font-size: 29px; }
.story-stats span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.visit-section { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 620px; border-bottom: 1.5px solid var(--ink); }
.visit-card { padding: 90px 7vw; background: var(--cream); }
.visit-details { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin: 40px 0; max-width: 610px; }
.visit-details > div { border-top: 1.5px solid var(--ink); padding-top: 15px; }
.visit-details span { text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .14em; color: var(--orange); }
.visit-details p { font-size: 14px; line-height: 1.7; }
.visit-poster {
  background: var(--yellow); border-left: 1.5px solid var(--ink); display: flex;
  flex-direction: column; justify-content: center; align-items: center; text-align: center;
  padding: 50px 20px; position: relative; overflow: hidden;
}
.poster-small { font-size: 10px; letter-spacing: .2em; font-weight: 800; margin-bottom: 20px; }
.visit-poster strong { font-family: "Arial Black", sans-serif; font-size: clamp(74px, 9vw, 130px); line-height: .72; letter-spacing: -.09em; color: var(--orange); transform: rotate(-3deg); }
.poster-smile { font-size: 110px; line-height: .5; margin-top: 36px; transform: rotate(-8deg); }

.site-footer { background: #201811; color: white; padding: 64px 6vw 40px; }
.site-footer .footer-inner { max-width: 1100px; margin: 0 auto; }
.site-footer .footer-top {
  display: grid;
  grid-template-columns: 1fr 1.35fr 0.9fr;
  gap: 48px;
  align-items: start;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.footer-brand a { display: inline-block; }
.footer-brand img {
  display: block;
  width: 150px;
  margin-bottom: 14px;
}
.footer-brand p:not(.eyebrow) {
  margin: 0;
  max-width: 260px;
  font-size: 15px;
  line-height: 1.65;
  opacity: .95;
}
.footer-contact .contact-list { display: grid; gap: 18px; margin-top: 4px; }
.footer-contact strong {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .75;
}
.footer-contact span, .footer-contact a {
  display: block;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,.98);
}
.footer-contact a:hover { text-decoration: underline; }
.footer-social-note {
  margin: 8px 0 16px;
  max-width: 200px;
  font-size: 14px;
  line-height: 1.55;
  opacity: .9;
}
.footer-social .social-links { display: flex; gap: 12px; align-items: center; }
.footer-social a {
  display: inline-flex;
  align-items: center;
  padding: 11px 18px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  transition: background .2s, transform .2s;
}
.footer-social a:hover { background: rgba(255,255,255,.2); transform: translateY(-1px); }

.site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  gap: 20px;
}
.footer-nav { display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: center; }
.footer-nav a { font-weight: 700; opacity: .95; }
.footer-nav a:hover { opacity: 1; text-decoration: underline; }
.footer-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 13px; opacity: .85; text-transform: none; }

@media (max-width: 900px) {
  .site-footer .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p:not(.eyebrow) { max-width: 420px; }
}
@media (max-width: 600px) {
  .site-footer { padding: 52px 6vw 32px; }
  .site-footer .footer-top { grid-template-columns: 1fr; gap: 32px; padding-bottom: 28px; }
  .site-footer .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-meta { flex-direction: column; align-items: flex-start; gap: 6px; }
}
.toast {
  position: fixed; z-index: 50; bottom: 24px; left: 50%; transform: translate(-50%, 100px);
  background: var(--ink); color: white; border: 1px solid white; border-radius: 100px;
  padding: 14px 22px; font-size: 12px; font-weight: 700; opacity: 0; transition: .35s;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.menu-card.reveal:nth-child(2) { transition-delay: .1s; }
.menu-card.reveal:nth-child(3) { transition-delay: .2s; }

@media (max-width: 900px) {
  .site-header { height: 84px; }
  .brand { width: 145px; }
  .menu-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 6px; z-index: 3; }
  .menu-toggle span:not(.sr-only) { width: 24px; height: 2px; background: var(--ink); transition: .2s; }
  nav {
    position: absolute; left: 0; right: 0; top: 83px; background: var(--cream);
    border-bottom: 1.5px solid var(--ink); padding: 28px 5vw; display: none;
    flex-direction: column; align-items: stretch; gap: 20px;
  }
  nav.open { display: flex; }
  .nav-cta { align-self: start; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 65px 7vw; }
  .hero-visual { min-height: 570px; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); max-width: 900px; margin-left: auto; margin-right: auto; }
  .menu-card { min-height: auto; }
  .food-menu-grid { grid-template-columns: repeat(2, 1fr); }
  .beverage-layout { grid-template-columns: 1fr 1fr; }
  .croffuccino-panel { grid-column: 1 / -1; min-height: 560px; }
  .section-heading { align-items: start; gap: 30px; }
  .story-section { grid-template-columns: 1fr; }
  .story-art { min-height: 650px; }
  .story-copy { padding: 70px 7vw 85px; }
  .visit-section { grid-template-columns: 1fr; }
  .visit-poster { min-height: 530px; border-left: 0; border-top: 1.5px solid var(--ink); }
}

@media (max-width: 600px) {
  .announcement { gap: 10px; justify-content: space-between; font-size: 8px; padding: 0 4vw; }
  .announcement span:nth-child(2) { display: none; }
  h1 { font-size: 19vw; }
  .hero-copy { padding: 55px 6vw; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 22px; }
  .hero-visual { min-height: 440px; }
  .photo-frame { width: 78%; }
  .stamp { width: 90px; height: 90px; right: 2%; bottom: 5%; }
  .stamp span { font-size: 7px; line-height: 19px; }
  .scribble { top: 6%; font-size: 17px; }
  .menu-section { padding: 75px 5vw; }
  .menu-grid { grid-template-columns: 1fr; max-width: 520px; }
  .food-menu-section { padding: 75px 5vw; }
  .food-menu-heading { display: block; }
  .menu-key { margin-top: 25px; flex-wrap: wrap; }
  .food-menu-grid { grid-template-columns: 1fr; }
  .beverage-section { padding: 75px 5vw 55px; }
  .beverage-heading { display: block; }
  .beverage-heading > p { margin-top: 24px; }
  .beverage-layout { grid-template-columns: 1fr; }
  .croffuccino-panel { grid-column: auto; min-height: 620px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 24px; }
  .menu-card { padding: 20px; }
  .story-art { min-height: 450px; }
  .story-shape { width: 88%; }
  .mini-photo { width: 64%; }
  .story-note { font-size: 18px; }
  .story-stats { gap: 4px; }
  .story-stats strong { font-size: 23px; }
  .story-stats span { font-size: 8px; }
  .visit-card { padding: 75px 6vw; }
  .visit-details { grid-template-columns: 1fr; }
  .footer-links, .footer-bottom { flex-direction: column; gap: 22px; }
  .footer-links > div { flex-wrap: wrap; }
}

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