:root {
  --cream: #fff8ed;
  --white: #ffffff;
  --navy: #172653;
  --purple: #6b45b5;
  --pink: #f44c91;
  --aqua: #0fb5ca;
  --yellow: #ffd51f;
  --peach: #ffd7c7;
  --line: rgba(23, 38, 83, 0.15);
  --shadow: 0 24px 60px rgba(65, 38, 97, 0.13);
  --radius-lg: 2.25rem;
  --radius-md: 1.5rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--navy);
  font-family: "Trebuchet MS", "Avenir Next", Avenir, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 20;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  transform: translateY(-160%);
}

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

.site-header {
  width: min(1180px, calc(100% - 3rem));
  min-height: 5.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.wordmark img {
  width: 2.7rem;
  height: 2.7rem;
  border: 2px solid var(--white);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 3px 12px rgba(23, 38, 83, 0.12);
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  font-size: 0.88rem;
  font-weight: 800;
}

.site-header nav a {
  text-decoration: none;
}

.site-header nav a:hover,
.site-header nav a:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.nav-highlight {
  padding: 0.55rem 1rem;
  border: 2px solid var(--navy);
  border-radius: 999px;
}

main {
  overflow: hidden;
}

.hero {
  width: min(1180px, calc(100% - 3rem));
  min-height: 700px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 5rem;
  padding: 4.5rem 0 6rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow span {
  color: var(--pink);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  max-width: 13ch;
  margin-bottom: 1.4rem;
  font-size: clamp(3.4rem, 7vw, 6.6rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.96;
}

h1 em {
  position: relative;
  color: var(--pink);
  font-style: normal;
}

h1 em::after {
  position: absolute;
  right: 0;
  bottom: -0.2rem;
  left: 0.1rem;
  height: 0.26rem;
  border-radius: 999px;
  background: var(--yellow);
  content: "";
  transform: rotate(-2deg);
}

.hero-intro {
  max-width: 34rem;
  margin-bottom: 2rem;
  color: #45506d;
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button-primary {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 8px 0 var(--yellow);
}

.button-secondary {
  border: 2px solid var(--navy);
  background: rgba(255, 255, 255, 0.76);
  color: var(--navy);
  box-shadow: 0 8px 0 rgba(107, 69, 181, 0.22);
}

.text-link {
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
}

.motto {
  margin-top: 3rem;
  color: var(--purple);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.hero-art {
  position: relative;
  isolation: isolate;
}

.hero-art::before {
  position: absolute;
  z-index: -1;
  inset: 7% -8% -8%;
  border-radius: 45% 55% 50% 42% / 54% 45% 56% 42%;
  background: linear-gradient(145deg, #ffe25f, #ffcbd9 52%, #d9c5ff);
  content: "";
  transform: rotate(4deg);
}

.hero-art img {
  width: min(100%, 560px);
  margin: auto;
  border: 8px solid var(--white);
  border-radius: 38% 44% 35% 45%;
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}

.shape {
  position: absolute;
  z-index: 2;
  display: block;
}

.shape-dot {
  top: -1rem;
  right: 5%;
  width: 3.2rem;
  height: 3.2rem;
  border: 0.6rem solid var(--white);
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 8px 20px rgba(23, 38, 83, 0.14);
}

.shape-loop {
  bottom: 8%;
  left: -10%;
  width: 5rem;
  height: 5rem;
  border: 0.9rem solid var(--purple);
  border-radius: 48% 52% 45% 55%;
}

.shape-squiggle {
  right: -10%;
  bottom: -4%;
  width: 6rem;
  height: 2rem;
  border-top: 0.65rem solid var(--pink);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.intro-section,
.values-section {
  padding: 7.5rem max(1.5rem, calc((100% - 1180px) / 2));
}

.intro-section {
  background: var(--white);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 4rem;
  align-items: end;
  margin-bottom: 3.5rem;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2,
.values-copy h2,
.coming-soon h2 {
  max-width: none;
  margin-bottom: 0;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
}

.section-heading > p:last-child {
  max-width: 28rem;
  margin: 0 0 0.5rem;
  color: #59627b;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.product-card {
  min-height: 480px;
  padding: 2rem;
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.slime-card {
  background: #d9f7f6;
}

.dough-card {
  background: #f3e9ff;
}

.product-card h3 {
  margin-bottom: 0.45rem;
  font-size: 2.4rem;
  letter-spacing: -0.05em;
  line-height: 1;
}

.product-card p:not(.card-number) {
  max-width: 30rem;
  margin-bottom: 1.3rem;
}

.card-number,
.card-note {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card-note {
  display: inline-block;
  padding-top: 0.8rem;
  border-top: 2px solid currentColor;
}

.product-shape {
  position: relative;
  width: 70%;
  height: 190px;
  align-self: center;
}

.slime-shape span {
  position: absolute;
  right: 0;
  left: 0;
  height: 4.2rem;
  margin: auto;
  border: 0.45rem solid var(--white);
  border-radius: 50% 45% 55% 42%;
  box-shadow: 0 10px 20px rgba(23, 38, 83, 0.11);
}

.slime-shape span:nth-child(1) {
  top: 1rem;
  width: 76%;
  background: var(--pink);
  transform: rotate(4deg);
}

.slime-shape span:nth-child(2) {
  top: 4.4rem;
  width: 92%;
  background: var(--aqua);
  transform: rotate(-4deg);
}

.slime-shape span:nth-child(3) {
  top: 8rem;
  width: 82%;
  background: var(--purple);
  transform: rotate(3deg);
}

.dough-shape span {
  position: absolute;
  border: 0.5rem solid var(--white);
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(23, 38, 83, 0.1);
}

.dough-shape span:nth-child(1) {
  top: 2.5rem;
  left: 8%;
  width: 8rem;
  height: 8rem;
  background: var(--yellow);
}

.dough-shape span:nth-child(2) {
  top: 0.2rem;
  left: 42%;
  width: 6.5rem;
  height: 6.5rem;
  background: var(--pink);
}

.dough-shape span:nth-child(3) {
  right: 4%;
  bottom: 0.2rem;
  width: 7.5rem;
  height: 7.5rem;
  background: var(--aqua);
}

.values-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 7rem;
  background: var(--yellow);
}

.market-section {
  padding: 7.5rem max(1.5rem, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 5rem;
  align-items: center;
  background: #d9f7f6;
}

.market-copy h2 {
  max-width: 10ch;
  margin-bottom: 1.5rem;
  font-size: clamp(2.8rem, 5.5vw, 5.2rem);
}

.market-intro,
.location-note {
  max-width: 38rem;
}

.market-intro {
  color: #45506d;
  font-size: 1.08rem;
}

.event-details {
  margin: 2.2rem 0;
  padding: 0.5rem 1.25rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
}

.event-details div {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.event-details div:last-child {
  border-bottom: 0;
}

.event-details dt {
  color: var(--purple);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.event-details dd {
  margin: 0;
  font-weight: 900;
}

.location-note {
  margin-bottom: 1.8rem;
}

.event-actions {
  display: grid;
  gap: 1.75rem;
}

.event-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.share-actions > p {
  margin-bottom: 0.65rem;
  color: var(--purple);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.share-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

.calendar-link {
  min-height: 4.5rem;
  padding: 0.65rem 0.4rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 900;
  text-decoration: none;
}

.calendar-link:hover,
.calendar-link:focus-visible {
  background: var(--white);
  transform: translateY(-2px);
}

.service-icon {
  width: 1.45rem;
  height: 1.45rem;
  display: block;
  background: var(--navy);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.apple-icon {
  -webkit-mask-image: url("assets/icons/apple.svg");
  mask-image: url("assets/icons/apple.svg");
}

.outlook-icon {
  background: #0078d4;
  -webkit-mask-image: url("assets/icons/microsoft-outlook.svg");
  mask-image: url("assets/icons/microsoft-outlook.svg");
}

.google-icon {
  background: #4285f4;
  -webkit-mask-image: url("assets/icons/google-calendar.svg");
  mask-image: url("assets/icons/google-calendar.svg");
}

.whatsapp-icon {
  background: #128c4a;
  -webkit-mask-image: url("assets/icons/whatsapp.svg");
  mask-image: url("assets/icons/whatsapp.svg");
}

.market-map {
  margin: 0;
  padding: 1rem;
  border-radius: 46% 54% 48% 42% / 42% 46% 54% 58%;
  background: var(--white);
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}

.market-map img {
  width: 100%;
  max-height: 650px;
  border-radius: 42% 50% 44% 48% / 38% 42% 52% 48%;
  object-fit: cover;
}

.market-map figcaption {
  padding: 1rem 1rem 0.5rem;
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
}

.catalogue-hero {
  position: relative;
  isolation: isolate;
  width: min(1180px, calc(100% - 3rem));
  min-height: 620px;
  margin: 0 auto;
  padding: 5.5rem 0 7rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 6rem;
  align-items: center;
}

.catalogue-hero::after {
  position: absolute;
  z-index: -1;
  top: 12%;
  right: -11%;
  width: min(48vw, 540px);
  aspect-ratio: 1;
  border-radius: 44% 56% 48% 52% / 52% 40% 60% 48%;
  background: linear-gradient(145deg, #ffe25f, #ffcbd9 52%, #d9c5ff);
  content: "";
  transform: rotate(8deg);
}

.catalogue-hero h1 {
  max-width: 10ch;
  font-size: clamp(3.6rem, 7vw, 6.7rem);
}

.catalogue-hero-intro {
  max-width: 38rem;
  color: #45506d;
  font-size: 1.12rem;
}

.catalogue-event-card {
  width: min(100%, 390px);
  justify-self: center;
  padding: 2.25rem;
  border: 8px solid var(--white);
  border-radius: 44% 56% 47% 53% / 53% 44% 56% 47%;
  background: var(--yellow);
  box-shadow: var(--shadow);
  text-align: center;
  transform: rotate(2deg);
}

.catalogue-event-card .eyebrow {
  color: var(--navy);
}

.catalogue-date {
  margin-bottom: 1rem;
  display: grid;
  color: var(--navy);
  line-height: 1;
}

.catalogue-date span {
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.catalogue-date strong {
  margin: 0.15rem 0;
  font-size: 7rem;
  letter-spacing: -0.08em;
}

.catalogue-event-card > p:not(.eyebrow, .catalogue-date) {
  margin-bottom: 1.25rem;
  font-weight: 900;
}

.catalogue-section {
  padding: 7.5rem max(1.5rem, calc((100% - 1180px) / 2));
  background: var(--white);
}

.catalogue-section-heading {
  margin-bottom: 3.5rem;
}

.catalogue-section-heading h2,
.catalogue-product-copy h2,
.catalogue-more h2 {
  max-width: none;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
}

.catalogue-section-heading > p:last-child {
  max-width: 38rem;
  margin-bottom: 0;
  color: #59627b;
  font-size: 1.05rem;
}

.catalogue-product-list {
  display: grid;
  gap: 2rem;
}

.catalogue-product {
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: stretch;
  background: #f3e9ff;
}

.metallic-slime-product {
  background: #d9f7f6;
}

.metallic-slime-product .catalogue-photo {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #d159a8, #f7608d 58%, #ff9b45);
}

.metallic-slime-product .catalogue-photo img {
  object-fit: contain;
}

.pink-pocket-product {
  background: #ffe2ed;
}

.pink-pocket-product .catalogue-photo img {
  object-position: center 62%;
}

.catalogue-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 1.6rem 3.2rem 1.9rem 3rem;
  background: var(--white);
}

.catalogue-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.catalogue-photo figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.catalogue-product-copy {
  padding: 3.25rem 2.5rem 3.25rem 0;
  align-self: center;
}

.catalogue-product-copy h2 {
  margin-bottom: 1.25rem;
  line-height: 1;
}

.catalogue-product-copy > p:not(.product-kicker, .play-note) {
  max-width: 34rem;
  color: #45506d;
}

.product-kicker {
  margin-bottom: 0.8rem;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ingredients-card {
  margin: 2rem 0 1.4rem;
  padding: 1.5rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.82);
}

.ingredients-card h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.ingredient-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
}

.ingredient-list li {
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(23, 38, 83, 0.22);
  border-radius: 999px;
  background: var(--white);
  font-size: 0.82rem;
  font-weight: 900;
}

.play-note {
  margin-bottom: 0;
  padding-left: 1rem;
  border-left: 4px solid var(--pink);
  font-size: 0.88rem;
}

.catalogue-more {
  position: relative;
  padding: 8rem 1.5rem;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
  text-align: center;
}

.catalogue-more::before,
.catalogue-more::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.catalogue-more::before {
  top: -4rem;
  left: 6%;
  width: 9rem;
  height: 9rem;
  border: 1.5rem solid var(--aqua);
}

.catalogue-more::after {
  right: 7%;
  bottom: -2.5rem;
  width: 8rem;
  height: 8rem;
  background: var(--pink);
}

.catalogue-more > * {
  position: relative;
  z-index: 1;
}

.catalogue-more .eyebrow {
  color: #8edfe8;
}

.catalogue-more h2 {
  max-width: 12ch;
  margin-right: auto;
  margin-left: auto;
}

.catalogue-more > p:not(.eyebrow) {
  max-width: 39rem;
  margin: 1.5rem auto 2rem;
  color: #dce1f1;
}

.values-copy > p:last-child {
  max-width: 33rem;
  margin-top: 1.8rem;
}

.values-copy .eyebrow {
  color: var(--navy);
}

.value-list {
  border-top: 2px solid var(--navy);
}

.value-list article {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 2px solid var(--navy);
}

.value-list article > span {
  font-size: 1.8rem;
}

.value-list h3 {
  margin-bottom: 0.2rem;
  font-size: 1.3rem;
}

.value-list p {
  margin-bottom: 0;
}

.coming-soon {
  position: relative;
  padding: 8rem 1.5rem;
  background: var(--navy);
  color: var(--white);
  text-align: center;
}

.coming-soon .eyebrow {
  color: #8edfe8;
}

.coming-soon h2 {
  max-width: 13ch;
  margin-right: auto;
  margin-left: auto;
}

.coming-soon > p:not(.eyebrow) {
  max-width: 39rem;
  margin: 1.5rem auto 2rem;
  color: #dce1f1;
}

.button-light {
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 8px 0 var(--pink);
}

.soon-sticker {
  position: absolute;
  top: 4rem;
  right: max(5%, calc((100% - 1100px) / 2));
  width: 5.5rem;
  height: 5.5rem;
  border: 3px solid var(--navy);
  border-radius: 48% 52% 43% 57%;
  display: grid;
  place-items: center;
  background: var(--yellow);
  color: var(--navy);
  font-weight: 900;
  transform: rotate(9deg);
}

footer {
  min-height: 10rem;
  padding: 2.5rem max(1.5rem, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}

footer strong {
  font-size: 1.25rem;
}

footer p {
  margin: 0;
  font-size: 0.82rem;
}

.social-links {
  display: flex;
  gap: 0.65rem;
  font-size: 0.8rem;
}

.social-links a {
  min-height: 3rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--white);
  text-decoration: none;
}

.social-links a:hover,
.social-links a:focus-visible {
  border-color: var(--navy);
  box-shadow: 0 4px 0 var(--yellow);
  transform: translateY(-2px);
}

.social-icon {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.facebook-icon {
  background: #0866ff;
  -webkit-mask-image: url("assets/icons/facebook.svg");
  mask-image: url("assets/icons/facebook.svg");
}

.instagram-icon {
  background: #c13584;
  -webkit-mask-image: url("assets/icons/instagram.svg");
  mask-image: url("assets/icons/instagram.svg");
}

.footer-motto {
  justify-self: end;
  color: var(--purple);
  font-weight: 900;
  letter-spacing: 0.08em;
}

@media (max-width: 850px) {
  .site-header {
    width: min(100% - 2rem, 720px);
  }

  .site-header nav a:not(.nav-highlight) {
    display: none;
  }

  .hero {
    width: min(100% - 2rem, 680px);
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 4rem;
    padding-top: 3.5rem;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-intro {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  h1 {
    margin-right: auto;
    margin-left: auto;
  }

  .product-grid,
  .values-section,
  .section-heading,
  .market-section,
  .catalogue-hero,
  .catalogue-product {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 0.5rem;
  }

  .values-section {
    gap: 3.5rem;
  }

  .market-section {
    gap: 3.5rem;
  }

  .market-map {
    width: min(100%, 560px);
    margin: 0 auto;
  }

  .catalogue-hero {
    gap: 3.5rem;
  }

  .catalogue-hero-copy {
    text-align: center;
  }

  .catalogue-hero-intro {
    margin-right: auto;
    margin-left: auto;
  }

  .catalogue-hero::after {
    top: auto;
    right: -18%;
    bottom: 2%;
    width: min(75vw, 520px);
  }

  .catalogue-event-card {
    width: min(88%, 390px);
  }

  .catalogue-product {
    gap: 0;
  }

  .catalogue-photo img {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .catalogue-product-copy {
    padding: 2.5rem 2rem;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(3.1rem, 16vw, 4.6rem);
  }

  .site-header {
    min-height: 4.8rem;
  }

  .wordmark span {
    display: none;
  }

  .nav-highlight {
    padding: 0.45rem 0.8rem;
  }

  .hero {
    padding: 2.8rem 0 5rem;
  }

  .hero-actions {
    flex-direction: column;
    gap: 1rem;
  }

  .hero-art {
    width: 88%;
    margin: auto;
  }

  .intro-section,
  .values-section,
  .market-section,
  .catalogue-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .product-card {
    min-height: 430px;
    padding: 1.4rem;
  }

  .product-shape {
    width: 92%;
    transform: scale(0.8);
  }

  .event-details div {
    grid-template-columns: 4.25rem 1fr;
    gap: 0.75rem;
  }

  .market-section {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    gap: 2.75rem;
  }

  .market-copy h2 {
    font-size: clamp(2.65rem, 13vw, 3.5rem);
  }

  .market-intro {
    font-size: 1rem;
  }

  .event-details {
    margin: 1.75rem 0;
    padding: 0.35rem 1rem;
  }

  .event-button-row {
    display: grid;
  }

  .event-button-row .button {
    width: 100%;
  }

  .share-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .calendar-link {
    min-height: 4.75rem;
    flex-direction: row;
    gap: 0.6rem;
    font-size: 0.82rem;
  }

  .market-map {
    width: calc(100% - 0.75rem);
    padding: 0.7rem;
  }

  .catalogue-hero {
    width: min(100% - 2.5rem, 680px);
    padding: 3.5rem 0 5rem;
  }

  .catalogue-hero h1 {
    font-size: clamp(3.1rem, 16vw, 4.6rem);
  }

  .catalogue-event-card {
    width: min(94%, 360px);
    padding: 1.75rem;
  }

  .catalogue-date strong {
    font-size: 5.8rem;
  }

  .catalogue-section {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .catalogue-product {
    padding: 0.75rem;
  }

  .catalogue-photo {
    border-radius: 1.25rem 2.2rem 1.35rem 2rem;
  }

  .catalogue-product-copy {
    padding: 2.25rem 1rem 1.5rem;
  }

  .ingredients-card {
    padding: 1.25rem;
  }

  .catalogue-more {
    padding: 6rem 1.5rem;
  }

  .soon-sticker {
    top: 2rem;
    right: 1rem;
    width: 4.5rem;
    height: 4.5rem;
  }

  footer {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .social-links {
    width: 100%;
    align-items: stretch;
  }

  .social-links a {
    flex: 1;
    justify-content: center;
  }

  .footer-motto {
    justify-self: start;
  }
}

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

  .button {
    transition: none;
  }
}
