:root {
  --cream: #fffcef;
  --cream-deep: #f8f1dd;
  --paper-blue: #f0f6f8;
  --panel-blue: #abc6df;
  --slate-blue: #8799b8;
  --blush: #e8ccbd;
  --burgundy: #58333a;
  --burgundy-dark: #3f2228;
  --ink: #1f1718;
  --grid: rgba(171, 198, 223, 0.35);
  --shadow: 8px 10px 0 var(--burgundy);
  --radius: 34px;
  --max-width: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--burgundy);
  background-color: var(--cream);
  background-image:
    linear-gradient(var(--grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid) 1px, transparent 1px);
  background-size: 40px 40px;
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
  overflow-x: hidden;
}

body::before,
body::after {
  position: fixed;
  z-index: -1;
  width: 34vw;
  height: 60vh;
  background: var(--paper-blue);
  border-radius: 50%;
  content: "";
  opacity: 0.86;
  pointer-events: none;
}

body::before {
  top: 16vh;
  left: -22vw;
}

body::after {
  right: -21vw;
  bottom: 8vh;
}

a {
  color: inherit;
}

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

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--burgundy-dark);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 14px;
  left: 14px;
  padding: 10px 16px;
  background: var(--burgundy);
  color: var(--cream);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.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;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 32px), 1320px);
  margin: 14px auto 0;
  padding: 10px 12px 10px 18px;
  background: rgba(255, 252, 239, 0.94);
  border: 2px solid var(--burgundy);
  border-radius: 18px;
  box-shadow: 4px 5px 0 rgba(88, 51, 58, 0.18);
  backdrop-filter: blur(12px);
}

.wordmark {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: var(--burgundy);
  font-family: "League Spartan", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.05;
  text-decoration: none;
}

.wordmark-logo {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 10px;
}

.wordmark small {
  display: block;
  margin-bottom: 2px;
  color: var(--slate-blue);
  font-family: "Quicksand", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

.site-nav a {
  font-family: "League Spartan", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:not(.nav-cta) {
  position: relative;
}

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 2px;
  background: var(--burgundy);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 10px 18px;
  color: var(--cream);
  background: var(--burgundy);
  border-radius: 12px;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.nav-cta:hover {
  background: var(--burgundy-dark);
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 40px;
  padding: 9px;
  background: transparent;
  border: 0;
}

.nav-toggle > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--burgundy);
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.hero,
.section,
.contact-section,
.site-footer {
  width: min(calc(100% - 48px), var(--max-width));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
  min-height: 760px;
  padding-block: 80px 110px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--slate-blue);
  font-family: "League Spartan", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bakery-sign {
  position: relative;
  z-index: 0;
  width: min(100%, 680px);
  margin: 0 0 36px;
  padding: 30px 40px 36px;
  overflow: hidden;
  color: var(--slate-blue);
  background:
    radial-gradient(circle at 14% 24%, rgba(63, 34, 40, 0.23) 0 1px, transparent 1.5px),
    radial-gradient(circle at 82% 38%, rgba(63, 34, 40, 0.18) 0 1px, transparent 1.5px),
    radial-gradient(circle at 38% 78%, rgba(63, 34, 40, 0.16) 0 1px, transparent 1.4px),
    var(--blush);
  background-size: 27px 31px, 34px 30px, 40px 38px, auto;
  border: 3px solid var(--burgundy-dark);
  border-radius: 18px 18px 32px 32px;
  box-shadow:
    8px 9px 0 rgba(232, 204, 189, 0.8),
    inset 0 0 0 7px var(--blush),
    inset 0 0 0 9px var(--burgundy-dark);
  text-align: center;
  transform: rotate(-1.2deg);
}

.bakery-sign::before,
.bakery-sign::after {
  position: absolute;
  bottom: 15px;
  width: 52px;
  height: 20px;
  border-bottom: 2px solid var(--burgundy-dark);
  content: "";
}

.bakery-sign::before {
  left: 26px;
  border-radius: 0 0 0 100%;
}

.bakery-sign::after {
  right: 26px;
  border-radius: 0 0 100%;
}

.bakery-sign > span {
  display: block;
  font-family: "Pacifico", cursive;
  font-size: clamp(34px, 5.2vw, 61px);
  line-height: 1.1;
}

.bakery-sign h1 {
  margin: -4px 0 0;
  font-family: "Pacifico", cursive;
  font-size: clamp(72px, 10.5vw, 126px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.sign-flour {
  position: absolute;
  z-index: -1;
  width: 3px;
  height: 3px;
  background: var(--burgundy-dark);
  border-radius: 50%;
  opacity: 0.5;
}

.sign-flour-one {
  top: 22px;
  right: 66px;
  box-shadow: 12px 7px 0 var(--burgundy-dark), -7px 15px 0 var(--burgundy-dark);
}

.sign-flour-two {
  bottom: 40px;
  left: 72px;
  box-shadow: 9px -11px 0 var(--burgundy-dark), 22px 4px 0 var(--burgundy-dark);
}

.sign-flour-three {
  top: 74px;
  left: 32px;
  box-shadow: 11px 15px 0 var(--burgundy-dark), 2px 32px 0 var(--burgundy-dark);
}

.hero-deck {
  max-width: 620px;
  margin: 0;
  font-size: clamp(19px, 2vw, 23px);
  font-weight: 600;
  line-height: 1.55;
}

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

.button {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 20px;
  font-family: "League Spartan", sans-serif;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  border: 2px solid var(--burgundy);
  border-radius: 12px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.button span {
  font-size: 19px;
}

.button-primary {
  color: var(--cream);
  background: var(--burgundy);
  box-shadow: 4px 5px 0 var(--slate-blue);
}

.button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 7px 0 var(--slate-blue);
}

.text-link {
  font-family: "League Spartan", sans-serif;
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

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

.hero-art::before {
  position: absolute;
  inset: 92px 10px 45px 30px;
  z-index: -2;
  background: var(--panel-blue);
  border: 3px solid var(--burgundy);
  border-radius: 46% 54% 42% 58% / 58% 40% 60% 42%;
  box-shadow: 12px 14px 0 var(--burgundy);
  content: "";
  transform: rotate(2deg);
}

.hero-art::after {
  position: absolute;
  z-index: -1;
  top: 118px;
  right: 24px;
  width: 72%;
  height: 330px;
  border: 2px dashed rgba(88, 51, 58, 0.34);
  border-radius: 50%;
  content: "";
  transform: rotate(-12deg);
}

.date-card {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 0;
  display: grid;
  place-items: center;
  width: 158px;
  aspect-ratio: 1;
  padding: 21px 12px 18px;
  color: var(--cream);
  background: var(--burgundy);
  border: 4px solid var(--cream);
  border-radius: 50%;
  box-shadow: 5px 7px 0 var(--slate-blue);
  font-family: "League Spartan", sans-serif;
  line-height: 1;
  text-align: center;
  transform: rotate(7deg);
}

.date-card span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.date-card strong {
  display: block;
  margin: 3px 0;
  font-size: 33px;
  line-height: 0.9;
}

.bread-illustration {
  position: absolute;
  z-index: 1;
  top: 92px;
  left: 50%;
  width: 112%;
  max-width: none;
  height: auto;
  filter: drop-shadow(8px 11px 0 rgba(88, 51, 58, 0.2));
  transform: translateX(-50%) rotate(-1.5deg);
}

.art-note {
  position: absolute;
  z-index: 2;
  right: -3px;
  bottom: 8px;
  padding: 9px 15px;
  color: var(--burgundy);
  background: var(--cream);
  border: 2px solid var(--burgundy);
  font-family: "Pacifico", cursive;
  font-size: 18px;
  transform: rotate(-4deg);
}

.section {
  padding-block: 115px;
}

.section h2,
.contact-section h2 {
  margin: 0;
  color: var(--burgundy);
  font-family: "League Spartan", sans-serif;
  font-size: clamp(48px, 7vw, 84px);
  font-weight: 800;
  line-height: 0.93;
  letter-spacing: -0.04em;
}

.section-label {
  margin-bottom: 28px;
  padding-bottom: 8px;
  font-family: "League Spartan", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--burgundy);
}

.section-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.section-intro .eyebrow {
  padding-top: 10px;
}

.paper-card {
  position: relative;
  z-index: 0;
  background: var(--panel-blue);
  border-radius: var(--radius);
}

.paper-card::after {
  position: absolute;
  inset: 18px -16px -18px 16px;
  z-index: -1;
  border: 5px solid var(--burgundy);
  border-radius: var(--radius);
  content: "";
}

.paper-card-wide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 68px;
  align-items: center;
  padding: clamp(42px, 6vw, 76px);
}

.paper-card p {
  margin-top: 0;
}

.paper-card p:last-child {
  margin-bottom: 0;
}

.card-copy {
  max-width: 800px;
}

.large-copy {
  font-family: "League Spartan", sans-serif;
  font-size: clamp(26px, 3vw, 37px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.mission-stamp {
  display: grid;
  place-items: center;
  transform: rotate(3deg);
}

.mission-stamp img {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(5px 6px 0 rgba(88, 51, 58, 0.18));
}

.event-section {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  gap: clamp(60px, 10vw, 130px);
  align-items: center;
}

.event-copy > p:not(.eyebrow) {
  max-width: 690px;
}

.event-copy h2 {
  margin-bottom: 34px;
}

.event-recipe {
  position: relative;
  padding: 36px;
  background: var(--cream);
  border: 3px solid var(--burgundy);
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}

.event-recipe::before {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 120px;
  height: 34px;
  background: rgba(232, 204, 189, 0.82);
  content: "";
  transform: translateX(-50%) rotate(-3deg);
}

.recipe-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  font-family: "League Spartan", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 3px double var(--burgundy);
}

.event-recipe ul {
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.event-recipe li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(88, 51, 58, 0.55);
}

.event-recipe li strong {
  font-family: "League Spartan", sans-serif;
}

.event-recipe > p {
  margin: 0;
  font-family: "Pacifico", cursive;
  font-size: 18px;
  text-align: right;
}

.sponsorship-section {
  padding-top: 130px;
}

.sponsor-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 68px;
}

.sponsor-heading > p {
  max-width: 460px;
  margin: 0 0 2px auto;
  font-size: 19px;
  font-weight: 600;
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.tier-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px 28px 28px;
  overflow: hidden;
  background: var(--panel-blue);
  border: 3px solid var(--burgundy);
  border-radius: 25px;
  box-shadow: 7px 8px 0 var(--burgundy);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.tier-card::before {
  position: absolute;
  top: -64px;
  right: -52px;
  width: 150px;
  height: 150px;
  background: var(--paper-blue);
  border-radius: 50%;
  content: "";
}

.tier-card:hover {
  box-shadow: 11px 12px 0 var(--burgundy);
  transform: translate(-4px, -4px);
}

.tier-presenting {
  background: var(--blush);
}

.tier-top {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 28px;
  align-items: center;
  justify-content: space-between;
  font-family: "League Spartan", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.tier-badge {
  padding: 5px 9px;
  color: var(--cream);
  background: var(--burgundy);
  border-radius: 6px;
}

.tier-number {
  color: rgba(88, 51, 58, 0.7);
}

.tier-price {
  margin: 22px 0 0;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(48px, 5vw, 64px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.tier-price span {
  margin-right: 2px;
  font-size: 0.55em;
  vertical-align: top;
}

.tier-card h3 {
  min-height: 52px;
  margin: 15px 0 7px;
  font-family: "League Spartan", sans-serif;
  font-size: 24px;
  line-height: 1.05;
}

.tier-impact {
  min-height: 49px;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.tier-card ul {
  display: grid;
  gap: 10px;
  padding: 22px 0 25px;
  margin: 22px 0 26px;
  border-top: 2px solid var(--burgundy);
  border-bottom: 1px solid rgba(88, 51, 58, 0.35);
  list-style: none;
}

.tier-card li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.tier-card li::before {
  position: absolute;
  top: 0.5em;
  left: 1px;
  width: 8px;
  height: 8px;
  background: var(--burgundy);
  border-radius: 50% 0 50% 50%;
  content: "";
  transform: rotate(-38deg);
}

.button-tier {
  width: 100%;
  margin-top: auto;
  color: var(--burgundy);
  background: var(--cream);
}

.button-tier:hover {
  color: var(--cream);
  background: var(--burgundy);
}

.contact-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  min-height: 480px;
  margin-top: 70px;
  overflow: hidden;
  background: var(--slate-blue);
  border: 5px solid var(--burgundy);
  border-radius: 30px;
  box-shadow: 8px 9px 0 var(--burgundy);
}

.contact-doodle {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: 50px;
  background: var(--cream);
  border-right: 4px solid var(--burgundy);
}

.contact-doodle::before,
.contact-doodle::after {
  position: absolute;
  width: 80px;
  height: 18px;
  background: rgba(232, 204, 189, 0.75);
  content: "";
}

.contact-doodle::before {
  top: 25px;
  left: 22px;
  transform: rotate(-20deg);
}

.contact-doodle::after {
  right: 20px;
  bottom: 28px;
  transform: rotate(18deg);
}

.contact-doodle span {
  font-family: "Pacifico", cursive;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.25;
  text-align: center;
  transform: rotate(-4deg);
}

.contact-doodle svg {
  position: absolute;
  right: 16px;
  bottom: 70px;
  width: 130px;
  fill: none;
  stroke: var(--burgundy);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(-8deg);
}

.contact-copy {
  align-self: center;
  padding: clamp(50px, 7vw, 88px);
  color: var(--cream);
}

.contact-copy .eyebrow {
  color: var(--cream);
}

.contact-section h2 {
  max-width: 690px;
  color: var(--cream);
  font-size: clamp(46px, 6vw, 76px);
}

.contact-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 25px 0 30px;
  font-size: 18px;
  font-weight: 600;
}

.email-link {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
  align-items: center;
  max-width: max-content;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 800;
  line-height: 1.05;
  text-decoration: none;
  border-bottom: 3px solid var(--cream);
}

.email-link > span:last-child {
  margin-left: 12px;
  font-size: 26px;
  transition: transform 180ms ease;
}

.email-link:hover > span:last-child {
  transform: translate(3px, -3px);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  padding-block: 36px;
  font-family: "League Spartan", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr 0.8fr;
    gap: 35px;
  }

  .bakery-sign {
    padding-inline: 22px;
  }

  .tier-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tier-presenting {
    grid-column: 1 / -1;
  }

  .tier-presenting h3,
  .tier-presenting .tier-impact {
    min-height: auto;
  }
}

@media (max-width: 820px) {
  .site-header {
    align-items: center;
  }

  .nav-toggle {
    display: block;
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: grid;
    gap: 3px;
    padding: 9px;
    visibility: hidden;
    background: var(--cream);
    border: 2px solid var(--burgundy);
    border-radius: 15px;
    box-shadow: 5px 6px 0 var(--burgundy);
    opacity: 0;
    transform: translateY(-8px);
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 180ms;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 12px 14px;
  }

  .site-nav a:not(.nav-cta)::after {
    display: none;
  }

  .nav-cta {
    text-align: center;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 70px;
  }

  .hero-copy {
    position: relative;
    z-index: 2;
  }

  .hero-art {
    width: min(100%, 580px);
    min-height: 535px;
    margin: 0 auto;
  }

  .section-intro {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .paper-card-wide {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .mission-stamp {
    justify-self: center;
  }

  .event-section {
    grid-template-columns: 1fr;
  }

  .event-recipe {
    width: min(100% - 14px, 540px);
    margin: 0 auto;
  }

  .sponsor-heading {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .sponsor-heading > p {
    margin-left: 0;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-doodle {
    min-height: 300px;
    border-right: 0;
    border-bottom: 4px solid var(--burgundy);
  }
}

@media (max-width: 620px) {
  body {
    background-size: 28px 28px;
    font-size: 16px;
  }

  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
  }

  .wordmark {
    max-width: 230px;
    font-size: 14px;
  }

  .wordmark-logo {
    width: 46px;
    height: 46px;
  }

  .hero,
  .section,
  .contact-section,
  .site-footer {
    width: calc(100% - 28px);
  }

  .hero {
    min-height: auto;
    padding-block: 55px 80px;
  }

  .bakery-sign {
    padding: 25px 14px 30px;
    border-width: 2px;
    box-shadow:
      5px 6px 0 rgba(232, 204, 189, 0.8),
      inset 0 0 0 5px var(--blush),
      inset 0 0 0 7px var(--burgundy-dark);
  }

  .bakery-sign > span {
    font-size: clamp(29px, 10vw, 46px);
  }

  .bakery-sign h1 {
    font-size: clamp(58px, 20vw, 91px);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button-primary {
    width: 100%;
  }

  .text-link {
    align-self: center;
  }

  .hero-art {
    min-height: 440px;
  }

  .hero-art::before {
    inset: 85px 5px 35px 15px;
    box-shadow: 8px 9px 0 var(--burgundy);
  }

  .date-card {
    width: 124px;
    padding: 17px 8px 14px;
  }

  .date-card strong {
    font-size: 27px;
  }

  .bread-illustration {
    top: 96px;
    width: 104%;
  }

  .section {
    padding-block: 82px;
  }

  .section h2 {
    font-size: clamp(45px, 15vw, 68px);
  }

  .paper-card-wide {
    padding: 33px 25px;
  }

  .paper-card::after {
    inset: 11px -7px -12px 9px;
    border-width: 3px;
  }

  .event-section {
    gap: 70px;
  }

  .event-recipe {
    padding: 30px 22px;
  }

  .event-recipe li {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .tier-grid {
    grid-template-columns: 1fr;
  }

  .tier-presenting {
    grid-column: auto;
  }

  .tier-card h3,
  .tier-impact {
    min-height: auto;
  }

  .contact-section {
    margin-top: 35px;
    border-width: 3px;
    border-radius: 20px;
    box-shadow: 5px 6px 0 var(--burgundy);
  }

  .contact-copy {
    padding: 45px 25px 52px;
  }

  .email-link {
    position: relative;
    display: block;
    padding-right: 24px;
    padding-bottom: 8px;
    border-bottom-width: 2px;
    font-size: 18px;
  }

  .email-link > span:nth-child(1),
  .email-link > span:nth-child(2) {
    display: block;
    white-space: nowrap;
  }

  .email-link > span:last-child {
    position: absolute;
    right: 0;
    bottom: 8px;
    margin-left: 0;
  }

  .site-footer {
    flex-direction: column;
    gap: 6px;
    padding-block: 30px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
