:root {
  --paper: #fbf7f1;
  --paper-deep: #eee3d4;
  --ink: #1d1715;
  --muted: #746862;
  --purple: #54119a;
  --purple-bright: #7422c7;
  --plum: #24102f;
  --lilac: #d9c3ed;
  --berry: #be6b82;
  --sage: #708270;
  --gold: #dcae68;
  --line: rgba(29, 23, 21, 0.16);
  --max: 1220px;
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  background: var(--paper);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body[data-page="menu"] {
  background: #1a1614;
}

body[data-page="soon"] {
  height: 100dvh;
  overflow: hidden;
  background: #ded1e9;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  transform: translateY(-150%);
  background: #fff;
  color: var(--ink);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px max(22px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid transparent;
  transition: min-height 260ms ease, background-color 260ms ease, border-color 260ms ease;
}

.site-header.is-scrolled {
  min-height: 72px;
  border-color: rgba(29, 23, 21, 0.09);
  background: rgba(251, 247, 241, 0.9);
  backdrop-filter: blur(16px);
}

.site-header.header-dark {
  color: #fff;
}

.site-header.header-dark.is-scrolled {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(25, 19, 17, 0.88);
}

.brand {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  flex: none;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 4px 18px rgba(39, 25, 21, 0.08);
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.52);
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-header nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 0.86rem;
  font-weight: 600;
  transition: background-color 180ms ease, color 180ms ease;
}

.site-header nav a:hover,
.site-header nav a[aria-current="page"] {
  color: var(--purple);
}

.header-dark nav a:hover,
.header-dark nav a[aria-current="page"] {
  color: #e6c8ff;
}

.site-header nav .nav-visit {
  margin-left: 6px;
  padding-inline: 20px;
  background: var(--ink);
  color: #fff;
}

.header-dark nav .nav-visit {
  background: #fff;
  color: var(--ink);
}

.site-header nav .nav-visit:hover {
  background: var(--purple);
  color: #fff;
}

.kicker {
  margin: 0 0 14px;
  color: var(--purple);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kicker.light {
  color: #d9b5f7;
}

h1,
h2,
h3,
blockquote {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0;
}

em {
  color: var(--purple);
  font-weight: 600;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.88rem;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-dark {
  background: var(--ink);
  color: #fff;
}

.button-purple {
  background: var(--purple);
  color: #fff;
}

.button-light {
  background: #fff;
  color: var(--plum);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding-block: 8px;
  border-bottom: 1px solid currentColor;
  font-size: 0.86rem;
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 760ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 760ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.in-view {
  opacity: 1;
  transform: none;
}

/* Home hero */
.home-hero {
  position: relative;
  min-height: 94svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #eee6dd;
}

.hero-image,
.hero-wash {
  position: absolute;
  inset: 0;
}

.hero-image {
  z-index: -2;
  background-image: url("assets/cafe-collage-v2.png");
  background-position: left top;
  background-size: 300% 200%;
  transform: scale(1.04) translate3d(var(--hero-x, 0), var(--hero-y, 0), 0);
  animation: heroArrive 1400ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-wash {
  z-index: -1;
  background: linear-gradient(90deg, rgba(251, 247, 241, 0.98) 0%, rgba(251, 247, 241, 0.92) 38%, rgba(251, 247, 241, 0.3) 68%, rgba(251, 247, 241, 0.02) 100%);
}

.hero-inner {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding-top: 88px;
}

.home-hero h1 {
  max-width: 800px;
  font-size: 7.25rem;
  line-height: 0.86;
}

.home-hero h1 em {
  display: inline-block;
  font-style: italic;
}

.hero-lede {
  max-width: 510px;
  margin: 28px 0 0;
  color: #4f4540;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.hero-caption {
  position: absolute;
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 24px;
  display: flex;
  gap: 20px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.72rem;
  font-weight: 600;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}

.hero-caption span + span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  margin-right: 20px;
  vertical-align: middle;
  background: currentColor;
}

.ticker {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #fff;
}

.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 16px 0;
  animation: tickerMove 24s linear infinite;
  color: #493e39;
  font-family: var(--serif);
  font-size: 0.98rem;
}

.ticker-track i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--purple);
}

/* Scroll ritual */
.ritual {
  position: relative;
  height: 300vh;
  background: var(--plum);
  color: #fff;
}

.ritual-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 680px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
  overflow: hidden;
  padding: 90px max(24px, calc((100vw - var(--max)) / 2));
}

.ritual-sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 78% 48%, rgba(123, 58, 160, 0.34), transparent 34%);
}

.ritual-copy {
  position: relative;
  z-index: 2;
  max-width: 510px;
}

.ritual-lines {
  position: relative;
  min-height: 420px;
}

.ritual-line {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(28px);
  pointer-events: none;
  transition: opacity 420ms ease, transform 520ms ease;
}

.ritual-line.is-active {
  opacity: 1;
  transform: none;
}

.ritual-line > span {
  margin-bottom: 18px;
  color: #d8bdf0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ritual-line h2 {
  font-size: 5.4rem;
  line-height: 0.9;
}

.ritual-line p {
  max-width: 420px;
  margin: 24px 0 0;
  color: #d6cad8;
  font-size: 1rem;
}

.ritual-visual {
  position: relative;
  z-index: 1;
  width: min(580px, 42vw);
  aspect-ratio: 1;
  justify-self: end;
  display: grid;
  place-items: center;
}

.ritual-photo {
  width: calc(72% + var(--scene-progress, 0) * 12%);
  aspect-ratio: 1;
  border-radius: 50%;
  background-image: url("assets/cafe-collage-v2.png");
  background-position: left top;
  background-size: 300% 200%;
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.32);
  transform: rotate(calc(-5deg + var(--scene-progress, 0) * 10deg));
  transition: width 100ms linear;
}

.ritual-orbit {
  position: absolute;
  inset: 2%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: rotate(calc(var(--scene-progress, 0) * 110deg));
}

.ritual-orbit span {
  position: absolute;
  padding: 4px 8px;
  background: var(--plum);
  color: #dbc8e6;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ritual-orbit span:nth-child(1) { top: 4%; left: 28%; }
.ritual-orbit span:nth-child(2) { right: -2%; top: 52%; }
.ritual-orbit span:nth-child(3) { bottom: 6%; left: 18%; }

.steam {
  position: absolute;
  top: -20%;
  left: 37%;
  width: 32%;
  overflow: visible;
  opacity: calc(0.35 + var(--scene-progress, 0) * 0.65);
  transform: translateY(calc(var(--scene-progress, 0) * -28px));
}

.steam path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.72);
  stroke-width: 2;
  stroke-linecap: round;
}

.scene-meter {
  position: absolute;
  right: max(16px, calc((100vw - var(--max)) / 2));
  bottom: 32px;
  width: 110px;
  height: 2px;
  background: rgba(255, 255, 255, 0.18);
}

.scene-meter span {
  display: block;
  width: calc(var(--scene-progress, 0) * 100%);
  height: 100%;
  background: #fff;
}

/* Favourites */
.favourites {
  padding: 130px max(22px, calc((100vw - var(--max)) / 2));
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 28px;
  margin-bottom: 68px;
}

.section-heading .kicker {
  grid-column: 1 / -1;
  margin-bottom: -8px;
}

.section-heading h2,
.visit-content h2,
.board-intro h2 {
  font-size: 4.8rem;
  line-height: 0.92;
}

.dish-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.dish-poster {
  position: relative;
  min-height: 660px;
  display: grid;
  grid-template-rows: 58% 42%;
  overflow: hidden;
  border-radius: 6px;
}

.dish-poster:nth-child(even) {
  margin-top: 90px;
}

.dish-photo {
  min-height: 0;
  background-image: url("assets/cafe-collage-v2.png");
  background-size: 300% 200%;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.dish-poster:hover .dish-photo {
  transform: scale(1.035);
}

.photo-latte { background-position: left top; }
.photo-cold { background-position: center top; }
.photo-bakes { background-position: right top; }
.photo-tart { background-position: left bottom; }

.dish-info {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  padding: 34px;
}

.dish-info p {
  grid-column: 1 / -1;
  margin: 0 0 14px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dish-info h3 {
  font-size: 2.65rem;
  line-height: 0.94;
}

.dish-info > span {
  grid-column: 1;
  max-width: 320px;
  margin-top: 18px;
  font-size: 0.86rem;
  opacity: 0.72;
}

.dish-info strong {
  grid-column: 2;
  grid-row: 2 / 4;
  align-self: end;
  font-family: var(--serif);
  font-size: 1.2rem;
}

.dish-purple { background: #5b2495; color: #fff; }
.dish-cream { background: #e5c7a4; color: #2a1d17; }
.dish-berry { background: #ba697e; color: #fff; }
.dish-sage { background: #7b8c79; color: #fff; }

.promise {
  padding: 140px 22px;
  text-align: center;
  background: var(--purple);
  color: #fff;
}

.promise blockquote {
  font-size: 5.6rem;
  line-height: 0.92;
}

.promise blockquote em {
  color: #ead6fb;
  font-style: italic;
}

.promise-notes {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-top: 46px;
  color: #e7d8f1;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.promise-notes span + span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 34px 1px 0;
  border-radius: 50%;
  background: #fff;
}

/* Visit */
.visit {
  min-height: 850px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
  background: #fff;
}

.visit-image {
  min-height: 680px;
  background-image: url("assets/cafe-collage-v2.png");
  background-position: right bottom;
  background-size: 300% 200%;
}

.visit-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px clamp(40px, 7vw, 120px);
}

.visit-intro {
  max-width: 440px;
  margin: 26px 0 0;
  color: var(--muted);
}

.visit dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 34px;
  margin: 46px 0;
}

.visit dl div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.visit dt {
  margin-bottom: 8px;
  color: var(--purple);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.visit dd {
  margin: 0;
  font-size: 0.92rem;
  overflow-wrap: anywhere;
}

.visit .button {
  align-self: flex-start;
}

.site-footer {
  min-height: 210px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 20px;
  padding: 40px max(22px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.site-footer img {
  width: 110px;
  height: 90px;
  object-fit: contain;
}

.site-footer p {
  margin: 0;
  text-align: center;
  font-family: var(--serif);
  font-size: 1.2rem;
}

.site-footer > span {
  justify-self: end;
  color: var(--muted);
  font-size: 0.72rem;
}

/* Menu */
.menu-hero {
  position: relative;
  min-height: 94svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #1d1512;
}

.menu-hero-image,
.menu-hero-shade {
  position: absolute;
  inset: 0;
}

.menu-hero-image {
  z-index: -2;
  background-image: url("assets/cafe-collage-v2.png");
  background-position: right bottom;
  background-size: 300% 200%;
  transform: scale(1.04);
  animation: heroArrive 1400ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.menu-hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(23, 15, 13, 0.86), rgba(23, 15, 13, 0.3) 68%), linear-gradient(0deg, rgba(23, 15, 13, 0.76), transparent 55%);
}

.menu-hero-copy {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: 150px 0 82px;
}

.menu-hero-copy h1 {
  max-width: 850px;
  font-size: 7.2rem;
  line-height: 0.86;
}

.menu-hero-copy h1 em {
  color: #e2bfff;
  font-style: italic;
}

.menu-hero-copy > p:last-child {
  max-width: 480px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
}

.menu-scroll-cue {
  position: absolute;
  right: max(22px, calc((100vw - var(--max)) / 2));
  bottom: 44px;
  display: flex;
  gap: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 700;
}

.board-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 80px;
  align-items: end;
  padding: 130px max(22px, calc((100vw - var(--max)) / 2));
  background: var(--paper);
}

.board-intro .kicker {
  grid-column: 1 / -1;
  margin-bottom: -12px;
}

.board-intro > p:last-child {
  max-width: 430px;
  margin: 0 0 4px;
  color: var(--muted);
}

.board-wall {
  position: relative;
  padding: 150px max(22px, calc((100vw - var(--max)) / 2)) 0;
  overflow: hidden;
  background: linear-gradient(180deg, #bba793 0%, #9d8875 78%, #6b5547 100%);
}

.board-wall::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image: repeating-linear-gradient(90deg, transparent 0 126px, rgba(75, 49, 35, 0.18) 127px 129px);
}

.wall-lighting {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  width: min(var(--max), calc(100% - 44px));
  height: 100px;
  transform: translateX(-50%);
  border-top: 12px solid #322923;
}

.wall-lighting span {
  position: absolute;
  top: -12px;
  width: 1px;
  height: 66px;
  background: #29211d;
}

.wall-lighting span::after {
  content: "";
  position: absolute;
  left: -32px;
  bottom: -18px;
  width: 65px;
  height: 22px;
  border-radius: 50% 50% 12px 12px;
  background: #2d2622;
  box-shadow: 0 14px 34px 10px rgba(255, 220, 152, 0.48);
}

.wall-lighting span:nth-child(1) { left: 8%; }
.wall-lighting span:nth-child(2) { left: 36%; }
.wall-lighting span:nth-child(3) { left: 64%; }
.wall-lighting span:nth-child(4) { left: 92%; }

.menu-boards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  perspective: 1400px;
}

.menu-board-card {
  position: relative;
  min-height: 720px;
  display: flex;
  flex-direction: column;
  padding: 44px 42px 30px;
  overflow: hidden;
  border: 8px solid #282522;
  border-radius: 3px;
  background: #171817;
  color: #f8f1e4;
  box-shadow: 0 22px 40px rgba(40, 25, 17, 0.35), inset 0 0 55px rgba(222, 194, 137, 0.07);
}

.menu-board-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, 0.05) 4px);
}

.menu-board-card::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -50%;
  width: 50%;
  height: 250%;
  pointer-events: none;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
}

.menu-board-card.in-view::after {
  animation: boardSheen 1800ms 300ms ease both;
}

.menu-board-card header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 12px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(248, 241, 228, 0.2);
}

.menu-board-card header p {
  margin: 7px 0 0;
  color: #cfa1ef;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-board-card h2 {
  grid-column: 2;
  grid-row: 1;
  text-align: right;
  font-size: 3.8rem;
  line-height: 0.84;
}

.menu-board-card ul {
  position: relative;
  flex: 1;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-board-card li {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px dashed rgba(248, 241, 228, 0.13);
}

.menu-board-card li > span {
  font-size: 0.98rem;
  font-weight: 600;
}

.menu-board-card li small {
  display: block;
  margin-top: 2px;
  color: #a89d94;
  font-size: 0.68rem;
  font-weight: 400;
}

.menu-board-card li strong {
  color: #f0d598;
  font-family: var(--serif);
  font-size: 1.05rem;
}

.menu-board-card li.signature > span::after {
  content: "house favourite";
  display: inline-block;
  margin-left: 8px;
  color: #d9b2f3;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.menu-board-card footer {
  position: relative;
  margin-top: 26px;
  color: #cfa1ef;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.counter {
  position: relative;
  z-index: 4;
  height: 190px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 70px calc(max(22px, (100vw - var(--max)) / 2) * -1) 0;
  padding: 0 max(38px, calc((100vw - var(--max)) / 2 + 38px)) 30px;
  border-top: 16px solid #efe3d4;
  background: linear-gradient(180deg, #d7c0a9, #b78f6e);
  box-shadow: 0 -18px 36px rgba(49, 32, 23, 0.2);
}

.register {
  width: 150px;
  height: 100px;
  padding: 16px;
  border-radius: 6px 6px 2px 2px;
  background: #292725;
  transform: perspective(400px) rotateX(-8deg);
}

.register span {
  display: block;
  height: 54px;
  border-radius: 2px;
  background: #42423e;
}

.order-number {
  width: 94px;
  height: 114px;
  display: grid;
  place-items: center;
  align-content: center;
  background: #fff;
  color: #221a17;
  box-shadow: 0 8px 20px rgba(49, 32, 23, 0.16);
}

.order-number small {
  font-size: 0.64rem;
  font-weight: 700;
  text-transform: uppercase;
}

.order-number strong {
  font-family: var(--serif);
  font-size: 2.2rem;
}

.pastry-dome {
  width: 210px;
  height: 106px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  padding: 18px;
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-bottom: 12px solid #7c5e49;
  border-radius: 92px 92px 2px 2px;
  background: rgba(255, 255, 255, 0.18);
}

.pastry-dome i {
  width: 42px;
  height: 26px;
  border-radius: 55% 55% 42% 42%;
  background: #c97c3f;
  box-shadow: inset 0 4px 0 #e5a260;
}

.menu-note-section {
  min-height: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 110px 22px;
  text-align: center;
  background: var(--plum);
  color: #fff;
}

.menu-note-section h2 {
  font-size: 5.2rem;
  line-height: 0.9;
}

.menu-note-section h2 em {
  color: #e1c4f7;
  font-style: italic;
}

.menu-note-section > p:not(.kicker) {
  max-width: 540px;
  margin: 28px 0 34px;
  color: #d5c8d7;
}

.footer-dark {
  border-color: rgba(255, 255, 255, 0.12);
  background: #171311;
  color: #fff;
}

.footer-dark > span {
  color: #a99d96;
}

/* Coming soon */
.soon-page {
  position: relative;
  width: 100%;
  height: 100dvh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 16px;
  background: linear-gradient(180deg, #d5c9e2 0%, #eee4ea 58%, #d1bca8 100%);
}

.soon-sky {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.soon-moon {
  position: absolute;
  top: 7%;
  right: 9%;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #fff8df;
  box-shadow: 0 0 50px rgba(255, 248, 223, 0.72);
}

.soon-moon::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -18px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #d5c9e2;
}

.soon-star {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px #fff;
}

.star-one { top: 18%; left: 12%; }
.star-two { top: 9%; left: 38%; }
.star-three { top: 25%; right: 20%; }

.cafe-window {
  position: relative;
  z-index: 2;
  width: min(960px, calc(100% - 32px));
  height: min(760px, calc(100dvh - 32px));
  display: grid;
  grid-template-rows: 68px 1fr 82px;
  overflow: hidden;
  border: 12px solid #3a2724;
  border-bottom-width: 22px;
  border-radius: 5px 5px 14px 14px;
  background: #fff9ed;
  box-shadow: 0 35px 100px rgba(63, 40, 52, 0.28), inset 0 0 90px rgba(255, 218, 147, 0.42);
}

.window-awning {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.window-awning span:nth-child(odd) { background: var(--purple); }
.window-awning span:nth-child(even) { background: #f7e9df; }

.window-awning span {
  border-radius: 0 0 16px 16px;
  box-shadow: 0 8px 12px rgba(49, 27, 26, 0.16);
}

.window-glow {
  position: absolute;
  inset: 68px 0 82px;
  pointer-events: none;
  background: radial-gradient(circle at 50% 42%, rgba(255, 233, 184, 0.58), transparent 58%);
}

.window-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 30px;
  text-align: center;
}

.soon-logo {
  width: 190px;
  height: 136px;
  margin-bottom: 0;
  object-fit: contain;
  transform: scale(1.46);
}

.window-content h1 {
  font-size: 4.6rem;
  line-height: 0.9;
}

.window-content h1 em {
  font-style: italic;
}

.soon-copy {
  max-width: 500px;
  margin: 20px 0;
  color: #6c5d55;
  font-size: 0.92rem;
}

.window-content address {
  display: grid;
  gap: 3px;
  padding: 11px 20px;
  border-block: 1px solid rgba(84, 17, 154, 0.2);
  font-style: normal;
}

.window-content address span {
  color: var(--purple);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.window-content address strong {
  font-family: var(--serif);
  font-size: 1.15rem;
}

.soon-signoff {
  margin: 17px 0 0;
  color: var(--purple);
  font-family: var(--serif);
  font-size: 1rem;
  font-style: italic;
}

.window-counter {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 12% 12px;
  border-top: 10px solid #9b694b;
  background: linear-gradient(180deg, #d9a67b, #aa7352);
}

.tiny-cup {
  position: relative;
  width: 52px;
  height: 34px;
  border-radius: 4px 4px 17px 17px;
  background: #f3e8d9;
}

.tiny-cup::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 5px;
  width: 16px;
  height: 17px;
  border: 5px solid #f3e8d9;
  border-left: 0;
  border-radius: 0 12px 12px 0;
}

.tiny-cup i,
.tiny-cup i::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}

.tiny-cup i { left: 18px; top: -34px; transform: rotate(-10deg); }
.tiny-cup i::after { left: 13px; top: 4px; transform: rotate(18deg); }

.tiny-plant {
  position: relative;
  width: 48px;
  height: 34px;
  border-radius: 3px 3px 14px 14px;
  background: #6e4d3d;
}

.tiny-plant i {
  position: absolute;
  bottom: 27px;
  left: 20px;
  width: 16px;
  height: 42px;
  border-radius: 100% 0 100% 0;
  transform-origin: bottom;
  background: #667a55;
}

.tiny-plant i:nth-child(1) { transform: rotate(-40deg); }
.tiny-plant i:nth-child(2) { transform: rotate(4deg); }
.tiny-plant i:nth-child(3) { transform: rotate(44deg); }

.soon-side-note {
  position: absolute;
  z-index: 3;
  right: 3.5%;
  bottom: 6%;
  padding: 9px 14px;
  transform: rotate(-6deg);
  background: #fff7dc;
  color: #654838;
  font-family: var(--serif);
  font-size: 0.78rem;
  box-shadow: 0 8px 18px rgba(63, 40, 52, 0.16);
}

@keyframes heroArrive {
  from { opacity: 0; transform: scale(1.12); }
  to { opacity: 1; transform: scale(1.04); }
}

@keyframes tickerMove {
  to { transform: translateX(-50%); }
}

@keyframes boardSheen {
  from { transform: translateX(-80%) rotate(18deg); }
  to { transform: translateX(420%) rotate(18deg); }
}

@media (max-width: 980px) {
  .home-hero h1,
  .menu-hero-copy h1 { font-size: 5.2rem; }
  .ritual-line h2 { font-size: 4.2rem; }
  .ritual-sticky { gap: 20px; }
  .section-heading h2,
  .visit-content h2,
  .board-intro h2 { font-size: 3.9rem; }
  .dish-poster { min-height: 590px; }
  .promise blockquote { font-size: 4.4rem; }
  .visit { grid-template-columns: 1fr 1fr; }
  .menu-board-card { min-height: 690px; padding-inline: 28px; }
  .menu-board-card h2 { font-size: 3.15rem; }
  .menu-board-card header { grid-template-columns: 1fr; }
  .menu-board-card h2 { grid-column: 1; grid-row: 2; text-align: left; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 72px; }
  body { font-size: 15px; }

  .site-header,
  .site-header.is-scrolled {
    min-height: 68px;
    padding: 4px 12px;
  }

  .brand {
    width: 58px;
    height: 58px;
  }

  .site-header nav { gap: 0; }
  .site-header nav a { min-height: 40px; padding: 9px 10px; font-size: 0.76rem; }
  .site-header nav .nav-visit { margin-left: 2px; padding-inline: 13px; }

  .home-hero {
    min-height: 92svh;
    align-items: flex-start;
  }

  .hero-image {
    top: 34%;
    background-position: left top;
    background-size: 300% 200%;
  }

  .hero-wash {
    background: linear-gradient(180deg, rgba(251, 247, 241, 1) 0%, rgba(251, 247, 241, 0.98) 36%, rgba(251, 247, 241, 0.46) 64%, rgba(251, 247, 241, 0.05) 100%);
  }

  .hero-inner {
    width: calc(100% - 32px);
    padding-top: 118px;
  }

  .home-hero h1 {
    max-width: 355px;
    font-size: 3.7rem;
    line-height: 0.89;
  }

  .hero-lede {
    max-width: 345px;
    margin-top: 18px;
    font-size: 0.91rem;
  }

  .hero-actions { gap: 18px; margin-top: 22px; }
  .hero-actions .text-link { display: none; }
  .hero-caption { display: none; }
  .button { min-height: 48px; padding: 12px 16px; }

  .ticker-track { padding-block: 13px; font-size: 0.88rem; }

  .ritual { height: 270vh; }
  .ritual-sticky {
    min-height: 580px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    align-content: center;
    gap: 18px;
    padding: 78px 18px 44px;
  }

  .ritual-sticky::before { background: radial-gradient(circle at 50% 72%, rgba(123, 58, 160, 0.38), transparent 38%); }
  .ritual-copy { width: 100%; max-width: none; }
  .ritual-copy > .kicker { margin-bottom: 0; }
  .ritual-lines { min-height: 212px; }
  .ritual-line { justify-content: flex-start; padding-top: 24px; text-align: center; }
  .ritual-line > span { margin-bottom: 9px; }
  .ritual-line h2 { font-size: 3.35rem; line-height: 0.9; }
  .ritual-line p { max-width: 340px; margin: 13px auto 0; font-size: 0.86rem; }
  .ritual-copy > .kicker { text-align: center; }
  .ritual-visual { width: min(310px, 78vw); justify-self: center; align-self: start; }
  .steam { top: -16%; }
  .scene-meter { right: 18px; bottom: 18px; width: calc(100% - 36px); }

  .favourites { padding: 90px 16px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 38px; }
  .section-heading .kicker { margin-bottom: -6px; }
  .section-heading h2,
  .visit-content h2,
  .board-intro h2 { font-size: 3.25rem; }
  .section-heading .text-link { justify-self: start; }

  .dish-rail {
    display: flex;
    gap: 14px;
    margin-inline: -16px;
    padding: 0 16px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .dish-rail::-webkit-scrollbar { display: none; }
  .dish-poster {
    width: min(84vw, 360px);
    min-width: min(84vw, 360px);
    min-height: 530px;
    grid-template-rows: 56% 44%;
    scroll-snap-align: center;
  }
  .dish-poster:nth-child(even) { margin-top: 0; }
  .dish-info { padding: 24px; }
  .dish-info h3 { font-size: 2.15rem; }
  .dish-info > span { margin-top: 13px; font-size: 0.78rem; }

  .promise { padding: 92px 18px; }
  .promise blockquote { font-size: 3.15rem; }
  .promise-notes { flex-direction: column; gap: 10px; margin-top: 32px; }
  .promise-notes span + span::before { display: none; }

  .visit { min-height: 0; grid-template-columns: 1fr; }
  .visit-image { min-height: 62svh; }
  .visit-content { padding: 72px 20px 84px; }
  .visit dl { gap: 22px 18px; margin-block: 36px; }

  .site-footer {
    min-height: 180px;
    grid-template-columns: auto 1fr;
    padding: 28px 18px;
  }
  .site-footer img { width: 86px; height: 72px; }
  .site-footer p { text-align: right; font-size: 1rem; }
  .site-footer > span { grid-column: 1 / -1; justify-self: center; }

  .menu-hero { min-height: 92svh; }
  .menu-hero-image { background-position: right bottom; }
  .menu-hero-shade { background: linear-gradient(0deg, rgba(23, 15, 13, 0.9) 0%, rgba(23, 15, 13, 0.3) 75%); }
  .menu-hero-copy { width: calc(100% - 32px); padding: 130px 0 94px; }
  .menu-hero-copy h1 { font-size: 4rem; }
  .menu-hero-copy > p:last-child { max-width: 330px; font-size: 0.88rem; }
  .menu-scroll-cue { right: 16px; bottom: 28px; }

  .board-intro {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 88px 18px;
  }
  .board-intro .kicker { margin-bottom: -5px; }
  .board-intro > p:last-child { margin-top: 6px; }

  .board-wall { padding: 128px 14px 0; }
  .wall-lighting { width: calc(100% - 28px); }
  .wall-lighting span:nth-child(1) { left: 10%; }
  .wall-lighting span:nth-child(2) { left: 36%; }
  .wall-lighting span:nth-child(3) { left: 64%; }
  .wall-lighting span:nth-child(4) { left: 90%; }
  .menu-boards { grid-template-columns: 1fr; gap: 18px; }
  .menu-board-card { min-height: 650px; padding: 28px 22px 24px; border-width: 7px; }
  .menu-board-card header { grid-template-columns: 1fr auto; margin-bottom: 20px; padding-bottom: 18px; }
  .menu-board-card h2 { grid-column: 2; grid-row: 1; text-align: right; font-size: 2.85rem; }
  .menu-board-card li { padding: 10px 0; }
  .menu-board-card li > span { font-size: 0.88rem; }
  .menu-board-card li.signature > span::after { display: block; margin: 3px 0 0; }
  .menu-board-card footer { margin-top: 20px; }

  .counter {
    height: 148px;
    margin: 44px -14px 0;
    padding: 0 24px 22px;
  }
  .register { width: 94px; height: 72px; padding: 11px; }
  .register span { height: 38px; }
  .order-number { width: 68px; height: 90px; }
  .pastry-dome { width: 110px; height: 72px; gap: 4px; padding: 12px 9px; }
  .pastry-dome i { width: 24px; height: 16px; }

  .menu-note-section { min-height: 620px; padding: 90px 18px; }
  .menu-note-section h2 { font-size: 3.25rem; }

  .cafe-window {
    width: calc(100% - 8px);
    height: calc(100dvh - 20px);
    grid-template-rows: 48px 1fr 60px;
    border-width: 7px;
    border-bottom-width: 14px;
  }
  .window-glow { inset: 48px 0 60px; }
  .window-content { padding: 6px 16px; }
  .soon-logo { width: 150px; height: 104px; margin-bottom: -4px; transform: scale(1.44); }
  .window-content .kicker { margin-bottom: 8px; font-size: 0.66rem; }
  .window-content h1 { font-size: 3.05rem; }
  .soon-copy { max-width: 330px; margin: 14px 0; font-size: 0.78rem; line-height: 1.45; }
  .window-content address { padding: 8px 12px; }
  .window-content address strong { font-size: 0.98rem; }
  .soon-signoff { margin-top: 11px; font-size: 0.88rem; }
  .window-counter { border-top-width: 7px; padding-bottom: 8px; }
  .tiny-cup { transform: scale(0.8); transform-origin: bottom left; }
  .tiny-plant { transform: scale(0.78); transform-origin: bottom right; }
  .soon-moon { width: 58px; height: 58px; right: 5%; }
  .soon-moon::after { width: 58px; height: 58px; }
  .soon-side-note { display: none; }
}

@media (max-width: 380px), (max-height: 700px) {
  .window-content h1 { font-size: 2.55rem; }
  .soon-logo { width: 126px; height: 84px; transform: scale(1.4); }
  .soon-copy { margin: 9px 0; }
  .soon-signoff { display: none; }
  .window-content address strong { font-size: 0.88rem; }
}

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

/* Physical cafe menu board */
.board-wall {
  padding: 132px max(14px, calc((100vw - var(--max)) / 2)) 96px;
  overflow: hidden;
  background:
    linear-gradient(rgba(76, 57, 48, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 57, 48, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, #8d786b 0%, #a58f80 72%, #766054 100%);
  background-size: 52px 52px, 52px 52px, auto;
}

.board-wall::before {
  opacity: 0.18;
  background: radial-gradient(circle at 50% 10%, rgba(255, 222, 170, 0.42), transparent 48%);
}

.wall-lighting {
  top: 0;
  width: min(var(--max), calc(100% - 28px));
  height: 116px;
  border-top: 0;
}

.wall-lighting span {
  top: -4px;
  width: 3px;
  height: 58px;
  background: #1c1715;
}

.wall-lighting span::after {
  left: -18px;
  bottom: -7px;
  width: 39px;
  height: 27px;
  border-radius: 4px 4px 15px 15px;
  background: #171311;
  box-shadow: 0 22px 38px 16px rgba(255, 218, 150, 0.52);
}

.wall-lighting span:nth-child(1) { left: 16.66%; }
.wall-lighting span:nth-child(2) { left: 50%; }
.wall-lighting span:nth-child(3) { left: 83.33%; }

.menu-boards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  perspective: none;
}

.menu-board-card.physical-board {
  min-height: 790px;
  padding: 0;
  overflow: hidden;
  border: 13px solid #281630;
  border-radius: 1px;
  background: #281630;
  color: #181316;
  box-shadow:
    0 22px 42px rgba(32, 19, 16, 0.38),
    inset 0 0 0 2px rgba(197, 153, 207, 0.32),
    0 0 0 2px rgba(31, 19, 36, 0.62);
}

.menu-board-card.physical-board::before {
  z-index: 4;
  opacity: 1;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.13), transparent 24%, transparent 74%, rgba(85, 35, 91, 0.06));
}

.menu-board-card.physical-board::after {
  display: none;
}

.board-paper {
  position: relative;
  min-height: 764px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 54px 42px 38px;
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 255, 255, 0.65), transparent 30%),
    linear-gradient(180deg, #fff4e4 0%, #f9ead7 100%);
}

.menu-board-card.physical-board .physical-board-heading {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  text-align: center;
}

.menu-board-card.physical-board .physical-board-heading h2 {
  display: block;
  margin: 0;
  color: #5b265f;
  font-family: var(--sans);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.11em;
  text-align: center;
  text-transform: uppercase;
}

.physical-board-heading .ornament {
  position: relative;
  width: 164px;
  height: 18px;
  display: block;
  margin: 7px auto 0;
}

.physical-board-heading .ornament::before,
.physical-board-heading .ornament::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 67px;
  height: 1px;
  background: #6f3c70;
}

.physical-board-heading .ornament::before { left: 0; }
.physical-board-heading .ornament::after { right: 0; }

.physical-board-heading .ornament {
  background: linear-gradient(45deg, transparent 47%, #6f3c70 48% 52%, transparent 53%) center / 9px 9px no-repeat;
}

.physical-board-heading.compact {
  margin-bottom: 12px;
}

.menu-board-card.physical-board .physical-board-heading.compact h2 {
  font-size: 1.14rem;
}

.size-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px 42px;
  gap: 5px;
  margin-top: -1px;
  color: #2e2527;
  font-size: 0.66rem;
  font-weight: 600;
}

.menu-board-card.physical-board .physical-menu-list {
  position: relative;
  z-index: 2;
  flex: none;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-board-card.physical-board .physical-menu-list li {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px 42px;
  align-items: start;
  gap: 5px;
  padding: 6px 0;
  border: 0;
}

.menu-board-card.physical-board .physical-menu-list li > span {
  color: #1f191a;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.22;
}

.menu-board-card.physical-board .physical-menu-list li small {
  display: block;
  margin-top: 3px;
  color: #2f2728;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.3;
}

.menu-board-card.physical-board .physical-menu-list li.with-options small {
  padding-left: 11px;
  line-height: 1.45;
}

.menu-board-card.physical-board .physical-menu-list li.with-options small::first-line {
  padding-left: 0;
}

.menu-board-card.physical-board .physical-menu-list li b {
  color: #211a1b;
  font-size: 0.76rem;
  font-weight: 500;
  text-align: center;
}

.board-brand-logo {
  position: relative;
  z-index: 2;
  width: 174px;
  height: 116px;
  margin: -20px auto 8px;
  object-fit: contain;
  transform: scale(1.42);
}

.board-menu-group {
  position: relative;
  z-index: 2;
}

.refreshers-group {
  margin-top: 32px;
}

.fluffy-list {
  margin-bottom: 16px;
}

.purple-collection {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 14px 15px 13px;
  border: 1.5px solid #8b6588;
  border-radius: 15px;
  background: rgba(255, 244, 228, 0.62);
}

.menu-board-card.physical-board .purple-collection .physical-board-heading {
  margin-bottom: 7px;
}

.menu-board-card.physical-board .purple-collection .physical-board-heading h2 {
  font-size: 0.9rem;
}

.collection-list {
  gap: 2px;
}

.menu-board-card.physical-board .collection-list li {
  grid-template-columns: 30px minmax(0, 1fr) 37px 37px;
  padding: 4px 0;
}

.menu-board-card.physical-board .collection-list li > span {
  font-size: 0.72rem;
}

.menu-board-card.physical-board .collection-list li small {
  font-size: 0.61rem;
}

.menu-board-card.physical-board .collection-list li b {
  font-size: 0.66rem;
}

.drink-icon {
  position: relative;
  width: 19px;
  height: 27px;
  justify-self: center;
  border: 1px solid #72526f;
  border-radius: 2px 2px 5px 5px;
  background: linear-gradient(180deg, #d7c3dc 0 35%, #8b5da0 36% 100%);
  transform: perspective(30px) rotateX(-3deg);
}

.drink-icon::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -3px;
  width: 23px;
  height: 5px;
  border: 1px solid #72526f;
  border-radius: 50%;
  background: #eee0ea;
}

.drink-icon::after {
  content: "";
  position: absolute;
  top: -11px;
  left: 11px;
  width: 1px;
  height: 12px;
  transform: rotate(9deg);
  background: #72526f;
}

.drink-icon.dark { background: linear-gradient(180deg, #c6afd0 0 28%, #5f286b 29% 100%); }
.drink-icon.pale { background: linear-gradient(180deg, #e5d4e8 0 42%, #ae83ba 43% 100%); }

.mountains {
  position: absolute;
  z-index: 0;
  right: -9%;
  bottom: -1px;
  left: -9%;
  height: 116px;
  opacity: 0.54;
  clip-path: polygon(0 72%, 8% 60%, 14% 67%, 24% 46%, 31% 65%, 42% 37%, 48% 57%, 62% 26%, 69% 51%, 78% 42%, 88% 64%, 100% 53%, 100% 100%, 0 100%);
  background:
    linear-gradient(180deg, rgba(168, 125, 177, 0.26), rgba(98, 59, 112, 0.55)),
    repeating-linear-gradient(135deg, transparent 0 8px, rgba(255, 255, 255, 0.12) 9px 10px);
}

.mountains-wide {
  height: 128px;
  opacity: 0.63;
}

.lavender-sprig {
  position: absolute;
  z-index: 2;
  top: 34px;
  left: 24px;
  width: 38px;
  height: 82px;
  transform: rotate(-12deg);
  border-left: 1px solid #765073;
}

.lavender-sprig i {
  position: absolute;
  left: -3px;
  width: 12px;
  height: 5px;
  border-radius: 80% 20% 80% 20%;
  background: #8b648d;
  transform: rotate(-28deg);
}

.lavender-sprig i:nth-child(1) { top: 10px; }
.lavender-sprig i:nth-child(2) { top: 24px; left: -10px; transform: rotate(35deg); }
.lavender-sprig i:nth-child(3) { top: 38px; }
.lavender-sprig i:nth-child(4) { top: 53px; left: -10px; transform: rotate(35deg); }
.lavender-sprig i:nth-child(5) { top: 67px; }

.cloud-doodle {
  position: absolute;
  z-index: 2;
  top: 52px;
  right: 29px;
  width: 54px;
  height: 24px;
  border: 1px solid #8d7086;
  border-radius: 50%;
  border-top-color: transparent;
}

.cloud-doodle i {
  position: absolute;
  bottom: 6px;
  width: 21px;
  height: 21px;
  border: 1px solid #8d7086;
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  background: #fff2e1;
}

.cloud-doodle i:nth-child(1) { left: 4px; }
.cloud-doodle i:nth-child(2) { left: 18px; height: 28px; width: 27px; }
.cloud-doodle i:nth-child(3) { right: 2px; }

.board-cup-art {
  position: absolute;
  z-index: 2;
  bottom: 45px;
  left: 50%;
  width: 130px;
  height: 67px;
  transform: translateX(-50%);
  border: 2px solid #795779;
  border-top: 0;
  border-radius: 5px 5px 48px 48px;
}

.board-cup-art::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -2px;
  width: 130px;
  height: 18px;
  border: 2px solid #795779;
  border-radius: 50%;
  background: #ead7d8;
}

.board-cup-art::after {
  content: "";
  position: absolute;
  right: -29px;
  top: 10px;
  width: 34px;
  height: 35px;
  border: 2px solid #795779;
  border-left: 0;
  border-radius: 0 28px 28px 0;
}

.board-cup-art span {
  position: absolute;
  z-index: 2;
  top: -4px;
  left: 21px;
  width: 88px;
  height: 8px;
  border-radius: 50%;
  background: repeating-radial-gradient(ellipse, transparent 0 6px, #8d668d 7px 8px);
}

.board-cup-art i {
  position: absolute;
  bottom: -12px;
  width: 8px;
  height: 8px;
  border: 1px solid #795779;
  border-radius: 50%;
}

.board-cup-art i:nth-of-type(1) { left: 18px; }
.board-cup-art i:nth-of-type(2) { left: 8px; bottom: -22px; }
.board-cup-art i:nth-of-type(3) { left: 30px; bottom: -24px; }

.board-addons {
  position: relative;
  z-index: 5;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 21px;
  margin: -22px -4px 0;
  padding: 10px 26px;
  background: #35133e;
  color: #fff8eb;
  box-shadow: 0 12px 25px rgba(42, 24, 20, 0.25);
  font-size: 0.76rem;
}

.board-addons strong {
  padding: 5px 12px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 7px;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.board-addons i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}

.iced-note {
  margin-left: auto;
}

@media (max-width: 1100px) {
  .board-wall {
    padding-inline: 0;
  }

  .menu-boards {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 18px 28px;
    scroll-padding-inline: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .menu-boards::-webkit-scrollbar {
    display: none;
  }

  .menu-board-card.physical-board {
    width: min(430px, calc(100vw - 48px));
    min-width: min(430px, calc(100vw - 48px));
    scroll-snap-align: center;
  }

  .board-addons {
    margin: -42px 18px 0;
    flex-wrap: wrap;
  }
}

@media (max-width: 720px) {
  .board-wall {
    padding-top: 112px;
    padding-bottom: 74px;
  }

  .wall-lighting span:nth-child(1) { left: 12%; }
  .wall-lighting span:nth-child(2) { left: 50%; }
  .wall-lighting span:nth-child(3) { left: 88%; }

  .menu-boards {
    padding-inline: 14px;
    scroll-padding-inline: 14px;
  }

  .menu-board-card.physical-board {
    width: calc(100vw - 36px);
    min-width: calc(100vw - 36px);
    min-height: 786px;
    border-width: 10px;
  }

  .board-paper {
    min-height: 766px;
    padding: 48px 29px 32px;
  }

  .menu-board-card.physical-board .physical-board-heading h2 {
    font-size: 1.3rem;
  }

  .menu-board-card.physical-board .physical-board-heading.compact h2 {
    font-size: 1.02rem;
  }

  .menu-board-card.physical-board .physical-menu-list li {
    grid-template-columns: minmax(0, 1fr) 38px 38px;
  }

  .menu-board-card.physical-board .physical-menu-list li > span {
    font-size: 0.82rem;
  }

  .size-heading {
    grid-template-columns: minmax(0, 1fr) 38px 38px;
  }

  .board-brand-logo {
    width: 156px;
    height: 106px;
  }

  .refreshers-group {
    margin-top: 26px;
  }

  .purple-collection {
    padding-inline: 11px;
  }

  .menu-board-card.physical-board .collection-list li {
    grid-template-columns: 27px minmax(0, 1fr) 33px 33px;
  }

  .lavender-sprig {
    left: 16px;
  }

  .cloud-doodle {
    right: 18px;
  }

  .board-addons {
    margin: -42px 14px 0;
    gap: 8px 13px;
    padding: 14px 16px;
    font-size: 0.7rem;
  }

  .board-addons i {
    display: none;
  }

  .iced-note {
    width: 100%;
    margin: 2px 0 0;
    padding-top: 9px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
