:root {
  --paper: #f2ecdf;
  --wine: #592920;
  --rust: #ad492c;
  --ink: #3a2821;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}
body:has(dialog[open]) {
  overflow: hidden;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #c56938;
  outline-offset: 5px;
}
button {
  color: inherit;
}
.skip {
  position: fixed;
  top: -100px;
  z-index: 99;
  background: white;
  padding: 15px;
}
.skip:focus {
  top: 10px;
}
header {
  height: 104px;
  margin: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #59292035;
  position: relative;
  z-index: 3;
}
.wordmark {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -1.5px;
}
.wordmark span {
  font-size: 23px;
  font-style: italic;
  margin: 0 4px;
}
.wordmark i {
  display: block;
  font:
    8px Arial,
    Helvetica,
    sans-serif;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 7px;
}
nav {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 12px;
}
nav a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.basket-trigger {
  border: 1px solid #59292070;
  border-radius: 40px;
  background: none;
  padding: 12px 19px;
}
.bag-count {
  margin-left: 14px;
}
.hero {
  padding: 32px 5% 0;
  overflow: hidden;
}
.hero-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.7;
}
.stamp {
  width: 86px;
  height: 86px;
  display: grid;
  place-content: center;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 1px;
  transform: rotate(13deg);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
}
h1 {
  font-size: clamp(65px, 10.5vw, 165px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  margin: 4px 0 35px;
  color: var(--wine);
}
em {
  font-weight: 500;
}
h1 em {
  color: var(--rust);
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 35px;
}
.hero-bottom p {
  font-size: 12px;
  line-height: 1.6;
}
.hero-bottom .tiny {
  font-size: 9px;
  letter-spacing: 1px;
}
.round-link {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 9px;
  letter-spacing: 1.5px;
}
.round-link b {
  display: grid;
  place-items: center;
  width: 55px;
  height: 55px;
  border: 1px solid #59292080;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 400;
  transition: background 0.3s;
}
.round-link:hover b {
  background: var(--wine);
  color: var(--paper);
}
.hero-photo {
  height: 410px;
  position: relative;
  border-radius: 180px 180px 0 0;
  overflow: hidden;
  max-width: 1400px;
  margin: auto;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
  filter: brightness(0.88);
  transform: scale(1.03);
}
.hero-photo span {
  position: absolute;
  bottom: 30px;
  left: 35px;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: 32px;
  color: white;
  text-shadow: 0 2px 15px #3219;
}
.story {
  height: 470vh;
  position: relative;
  background: #f2ecdf;
}
.story-stage {
  height: 100svh;
  min-height: 640px;
  position: sticky;
  top: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 35px 5%;
  isolation: isolate;
  background: var(--paper);
  transition: color 0.3s;
}
.story-stage:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #32170f;
  opacity: var(--dark, 0);
}
.stage-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chapter-number {
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.chapter {
  position: absolute;
  left: 6%;
  top: 24%;
  z-index: 2;
  max-width: 45%;
  opacity: var(--copy-opacity, 1);
  transform: translateY(var(--copy-y, 0px));
}
.chapter-label {
  font-size: 10px;
  letter-spacing: 2px;
}
.chapter h2 {
  font-size: clamp(34px, 4.3vw, 66px);
  line-height: 1.1;
  letter-spacing: -2px;
  margin: 25px 0;
}
.chapter h2 em {
  color: var(--rust);
}
.chapter p {
  font-size: 13px;
  line-height: 1.9;
  max-width: 325px;
}
.scene {
  position: absolute;
  inset: 12% -8% 8% 32%;
}
.scene canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.loaf {
  position: absolute;
  left: 8%;
  top: 14%;
  width: 85%;
  height: 75%;
  opacity: var(--loaf-opacity, 0);
  transform: translateY(var(--loaf-y, 40px)) scale(var(--loaf-scale, 0.6))
    rotate(var(--loaf-rotate, -15deg));
  z-index: 2;
}
.scores {
  opacity: var(--score-opacity, 0);
}
.orbit {
  position: absolute;
  border: 1px solid #8f6c4533;
  border-radius: 50%;
  left: 16%;
  top: 14%;
  width: 65%;
  aspect-ratio: 1;
  transform: rotateX(57deg) rotate(var(--orbit-rotate, 0deg));
  opacity: var(--orbit-opacity, 1);
}
.orbit-two {
  transform: rotateY(48deg) rotate(var(--orbit-rotate, 0deg));
  left: 20%;
  top: 9%;
  width: 57%;
}
.heat {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse, #ed731778 0%, #a8392333 35%, transparent 67%);
  opacity: var(--heat, 0);
  transform: scale(var(--heat-scale, 1));
  filter: blur(15px);
}
.scene-note {
  position: absolute;
  bottom: 7%;
  width: 100%;
  text-align: center;
  font-size: 8px;
  letter-spacing: 3px;
  opacity: 0.6;
}
.story-bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 9px;
  letter-spacing: 1.5px;
  z-index: 4;
}
.story-bottom > span {
  white-space: nowrap;
}
.progress {
  height: 1px;
  background: #ad492c50;
  flex: 1;
}
.progress i {
  display: block;
  height: 2px;
  width: calc(var(--story-progress, 0) * 100%);
  background: var(--rust);
}
.steam {
  position: absolute;
  inset: 0;
  opacity: var(--steam, 0);
  z-index: 4;
}
.steam i {
  position: absolute;
  width: 24px;
  height: 110px;
  border-left: 2px solid #fff8d955;
  border-radius: 50%;
  left: 45%;
  top: 15%;
  filter: blur(3px);
  transform: translateY(var(--steam-y, 0px)) rotate(-12deg);
}
.steam i:nth-child(2) {
  left: 54%;
  top: 13%;
  height: 135px;
}
.steam i:nth-child(3) {
  left: 63%;
  top: 18%;
  height: 90px;
}
.accessible-story {
  display: none;
}
.manifesto {
  text-align: center;
  padding: 125px 22% 140px;
  border-top: 1px solid #59292025;
}
.manifesto h2 {
  font-size: clamp(46px, 6vw, 88px);
  line-height: 1.06;
  letter-spacing: -4px;
  margin: 30px 0;
}
.manifesto h2 span {
  color: var(--rust);
  font-style: italic;
}
.manifesto > p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.9;
  max-width: 520px;
  margin: 0 auto;
}
.manifesto svg {
  display: block;
  width: 100px;
  margin: 25px auto 0;
}
.manifesto > span {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: 18px;
}
.counter {
  padding: 95px 5% 70px;
  background: #e6ddca;
}
.counter-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.counter-heading h2 {
  font-size: clamp(65px, 8vw, 116px);
  line-height: 1;
  letter-spacing: -5px;
  margin: 25px 0 40px;
}
.counter-heading > p {
  line-height: 1.8;
  margin-bottom: 50px;
}
.counter-heading small {
  font-size: 10px;
  opacity: 0.6;
  display: block;
  margin-top: 15px;
}
.menu-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 35px;
}
.menu-tabs button {
  border: 1px solid #59292055;
  border-radius: 25px;
  padding: 10px 20px;
  background: transparent;
  font-size: 12px;
}
.menu-tabs button.active {
  background: var(--wine);
  color: var(--paper);
}
.menu-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.menu-items article[hidden] {
  display: none;
}
.product-art {
  height: 320px;
  overflow: hidden;
  position: relative;
  border-radius: 50% 50% 0 0;
  background: #f0e9dd;
}
.product-art img {
  position: absolute;
  width: 240%;
  height: 160%;
  max-width: none;
  object-fit: cover;
  top: -19%;
  left: -41%;
  transition: transform 0.7s;
}
.croissant-art img {
  left: -121%;
  top: -42%;
  width: 300%;
  height: 200%;
}
.cake-art img {
  left: -180%;
  top: -40%;
  width: 300%;
  height: 200%;
}
.product-art:hover img {
  transform: scale(1.045);
}
.product-art span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f2ecdfec;
  font-size: 8px;
  letter-spacing: 1.5px;
  padding: 13px;
  text-align: center;
}
.product-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 25px;
}
.product-title h3 {
  font-size: 30px;
  letter-spacing: -1px;
  margin: 0 0 10px;
}
.product-title span {
  font-size: 13px;
}
.menu-items article > p {
  font-size: 11px;
  line-height: 1.6;
}
.add {
  background: none;
  border: 0;
  border-bottom: 1px solid #59292077;
  width: 100%;
  text-align: left;
  padding: 17px 0;
  font-size: 11px;
}
.add span {
  float: right;
  font-size: 18px;
}
.add:hover {
  color: var(--rust);
}
.allergens {
  margin: 40px 0 0;
  font-size: 10px;
  opacity: 0.7;
}
.invitation {
  background: var(--wine);
  color: var(--paper);
  padding: 90px 5% 40px;
  position: relative;
  overflow: hidden;
}
.invitation:before {
  content: '&';
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 700px;
  line-height: 1;
  position: absolute;
  right: -30px;
  bottom: -120px;
  color: #f2ecdf09;
  pointer-events: none;
}
.invitation h2 {
  font-size: clamp(65px, 9vw, 135px);
  line-height: 1.02;
  letter-spacing: -5px;
  margin: 30px 0 40px;
}
.reserve-open {
  border: 1px solid #f2ecdf88;
  border-radius: 50px;
  padding: 20px 30px;
  background: transparent;
  color: var(--paper);
  font-size: 12px;
  position: relative;
}
.reserve-open span {
  margin-left: 35px;
}
.reserve-open:hover {
  background: var(--paper);
  color: var(--wine);
}
.invitation-bottom {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.invitation-bottom span {
  font-size: 9px;
  line-height: 1.6;
  letter-spacing: 2px;
}
.invitation-bottom p {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: 25px;
  margin: 0;
}
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding: 45px 5%;
  font-size: 10px;
}
footer p {
  line-height: 1.8;
  margin: 0;
}
footer p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
dialog {
  border: 0;
  border-radius: 3px;
  background: var(--paper);
  color: var(--ink);
  width: min(530px, 92vw);
  padding: 45px;
  max-height: 90svh;
  overflow: auto;
}
dialog::backdrop {
  background: #28190dc4;
  backdrop-filter: blur(7px);
}
dialog h2 {
  font-size: 45px;
  line-height: 1.1;
  letter-spacing: -2px;
  margin: 20px 0 30px;
}
.close {
  position: absolute;
  right: 17px;
  top: 12px;
  border: 0;
  background: none;
  font-size: 28px;
}
.bag-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #59292030;
  padding: 15px 0;
  font-size: 12px;
  gap: 10px;
}
.bag-row button {
  background: none;
  border: 0;
  text-decoration: underline;
  font-size: 10px;
}
.bag-total {
  margin: 25px 0;
}
.primary {
  background: var(--wine);
  color: var(--paper);
  padding: 15px 25px;
  border: 0;
  border-radius: 30px;
  width: 100%;
  font-size: 12px;
}
.primary:disabled {
  opacity: 0.45;
  cursor: default;
}
.demo-note {
  font-size: 10px;
  line-height: 1.6;
  margin: 20px 0 0;
  opacity: 0.7;
}
.checkout-result,
#reservation-result {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 20px;
}
label {
  display: block;
  font-size: 11px;
  margin-bottom: 17px;
}
input,
select {
  display: block;
  width: 100%;
  border: 1px solid #59292055;
  background: transparent;
  padding: 13px;
  margin-top: 7px;
  color: inherit;
  border-radius: 0;
}
.toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 30px);
  opacity: 0;
  background: var(--wine);
  color: var(--paper);
  border: 1px solid #e6ddca50;
  padding: 15px 25px;
  border-radius: 30px;
  z-index: 20;
  font-size: 12px;
  pointer-events: none;
  transition: 0.25s;
  white-space: nowrap;
}
.toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media (min-width: 1600px) {
  header,
  .hero,
  .counter,
  .invitation,
  footer {
    padding-left: max(5%, calc((100vw - 1440px) / 2));
    padding-right: max(5%, calc((100vw - 1440px) / 2));
  }
  header {
    margin: 0;
  }
}
@media (max-width: 800px) {
  header {
    height: 85px;
  }
  nav {
    gap: 15px;
  }
  nav a:first-child {
    display: none;
  }
  .wordmark {
    font-size: 24px;
  }
  .wordmark i {
    font-size: 6px;
  }
  .hero {
    padding-top: 25px;
  }
  .stamp {
    width: 67px;
    height: 67px;
    font-size: 7px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
  }
  h1 {
    margin-top: 22px;
    letter-spacing: -4px;
  }
  .hero-bottom .tiny {
    display: none;
  }
  .hero-photo {
    height: 340px;
    border-radius: 120px 120px 0 0;
  }
  .hero-photo span {
    font-size: 23px;
    left: 23px;
  }
  .story-stage {
    min-height: 600px;
  }
  .chapter {
    top: 17%;
    max-width: 90%;
    left: 6%;
  }
  .chapter h2 {
    font-size: 40px;
    line-height: 1.08;
    margin: 15px 0;
  }
  .chapter p {
    font-size: 11px;
    line-height: 1.7;
  }
  .scene {
    inset: 35% -10% 8% 0;
  }
  .loaf {
    top: 5%;
    height: 90%;
  }
  .scene-note {
    bottom: 0;
  }
  .story-bottom {
    font-size: 7px;
    gap: 12px;
    letter-spacing: 0.5px;
  }
  .manifesto {
    padding: 90px 8%;
  }
  .manifesto h2 {
    letter-spacing: -2px;
  }
  .menu-items {
    gap: 20px;
  }
  .product-art {
    height: 220px;
  }
  .product-title h3 {
    font-size: 23px;
  }
  .counter-heading h2 {
    letter-spacing: -3px;
  }
  .counter-heading > p {
    font-size: 11px;
  }
  .invitation h2 {
    letter-spacing: -3px;
  }
  footer {
    flex-wrap: wrap;
  }
  footer > .wordmark {
    width: 100%;
  }
}
@media (max-width: 550px) {
  nav > a {
    display: none;
  }
  .hero-top > .eyebrow {
    max-width: 190px;
  }
  .hero h1 {
    font-size: 16vw;
    letter-spacing: -3px;
    margin-bottom: 30px;
  }
  .hero-bottom p {
    font-size: 10px;
  }
  .round-link {
    font-size: 7px;
    gap: 10px;
  }
  .round-link b {
    width: 42px;
    height: 42px;
  }
  .hero-photo {
    height: 280px;
    border-radius: 85px 85px 0 0;
  }
  .hero-photo img {
    object-position: 45% center;
  }
  .hero-photo span {
    font-size: 19px;
    bottom: 20px;
  }
  .chapter h2 {
    font-size: 36px;
  }
  .scene {
    inset: 40% -15% 9% -10%;
  }
  .chapter p {
    max-width: 280px;
  }
  .counter {
    padding-top: 65px;
  }
  .counter-heading {
    display: block;
  }
  .counter-heading > p {
    margin-bottom: 25px;
  }
  .counter-heading h2 {
    font-size: 64px;
    margin-bottom: 25px;
  }
  .menu-tabs {
    gap: 8px;
  }
  .menu-tabs button {
    padding: 9px 13px;
    font-size: 11px;
  }
  .menu-items {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .product-art {
    height: 350px;
    max-width: 420px;
    margin: auto;
  }
  .product-title h3 {
    font-size: 31px;
  }
  .menu-items article > p {
    font-size: 12px;
  }
  .add {
    font-size: 12px;
  }
  .invitation h2 {
    font-size: 60px;
    letter-spacing: -3px;
  }
  .invitation {
    padding-top: 65px;
  }
  .invitation-bottom {
    margin-top: 65px;
  }
  dialog {
    padding: 35px 25px;
  }
  .manifesto > p:not(.eyebrow) {
    font-size: 13px;
  }
  .stage-top {
    gap: 15px;
  }
  .chapter-number {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
  .story {
    height: auto;
  }
  .story-stage {
    position: relative;
    min-height: 680px;
    --loaf-opacity: 1 !important;
    --loaf-scale: 1 !important;
    --loaf-y: 0px !important;
    --loaf-rotate: 0deg !important;
    --loaf-saturation: 1 !important;
    --score-opacity: 1 !important;
  }
  .scene canvas {
    display: none;
  }
  .accessible-story {
    display: block;
    padding: 35px 6%;
    max-width: 800px;
  }
  .accessible-story p {
    line-height: 1.8;
  }
  .story-bottom {
    display: none;
  }
}

.baked-crust {
  opacity: var(--baked-opacity, 0);
}
@media (prefers-reduced-motion: reduce) {
  .baked-crust {
    opacity: 1;
  }
}
