:root {
  --bg: #eef7ff;
  --surface: #ffffff;
  --ink: #17191d;
  --muted: #657081;
  --line: rgba(22, 33, 49, 0.12);
  --accent: #fb1268;
  --accent-deep: #d90058;
  --highlight: #eef4fb;
  --shadow: 0 18px 46px rgba(62, 90, 126, 0.12);
  --radius: 24px;
  --radius-sm: 16px;
  --wrap: 1180px;
  --wrap-narrow: 760px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(251, 18, 104, 0.08), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #eef7ff 100%);
  color: var(--ink);
  line-height: 1.65;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(251, 18, 104, 0.38);
  outline-offset: 3px;
}

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

.wrap {
  width: min(calc(100% - 2rem), var(--wrap));
  margin: 0 auto;
}

.wrap-inner {
  width: 100%;
}

.narrow {
  width: min(calc(100% - 2rem), var(--wrap-narrow));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid var(--line);
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
}

.brand::before {
  content: "";
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 9px;
  background: url("/favicon-32.png") center / cover no-repeat;
  box-shadow: 0 8px 18px rgba(251, 18, 104, 0.18);
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 30;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--accent-deep);
  color: #fff9f4;
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

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

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.site-nav a {
  text-decoration: none;
  color: var(--muted);
}

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

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font: inherit;
}

.hero {
  padding: 4.5rem 0 2rem;
}

.shopping-hero {
  min-height: 690px;
  padding: 3.2rem 0 2.2rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.9) 0 10%, transparent 22%),
    radial-gradient(circle at 42% 8%, rgba(255, 255, 255, 0.78) 0 7%, transparent 20%),
    radial-gradient(circle at 72% 26%, rgba(255, 255, 255, 0.82) 0 8%, transparent 24%),
    radial-gradient(circle at 31% 86%, rgba(255, 255, 255, 0.72) 0 10%, transparent 23%),
    linear-gradient(180deg, #eaf4ff 0%, #f7fbff 54%, #eef7ff 100%);
}

.shopping-hero-grid {
  position: relative;
  min-height: 620px;
}

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

.shopping-copy h1 {
  margin: 0 0 1.9rem;
  max-width: 930px;
  color: #17191d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(3.4rem, 5vw, 4.7rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.product-search {
  display: flex;
  align-items: center;
  width: min(100%, 1000px);
  min-height: 106px;
  padding: 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 70px rgba(45, 70, 105, 0.12);
}

.product-search input {
  min-width: 0;
  flex: 1 1 auto;
  height: 74px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #1d2026;
  font: 400 clamp(1.15rem, 2.2vw, 1.75rem) / 1.1 Inter, ui-sans-serif, system-ui, sans-serif;
  padding: 0 1.4rem;
}

.product-search input::placeholder {
  color: #a8a8a8;
  opacity: 1;
}

.search-source-badges {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex: 0 0 auto;
  margin-right: 1rem;
}

.search-source-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #d6d6d6;
  color: #fff;
  font: 800 0.9rem / 1 Inter, ui-sans-serif, system-ui, sans-serif;
}

.search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  flex: 0 0 auto;
  min-width: 205px;
  height: 86px;
  border: 0;
  border-radius: 999px;
  background: #fb1268;
  color: #fff;
  cursor: pointer;
  font: 500 1.75rem / 1 Inter, ui-sans-serif, system-ui, sans-serif;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.search-button svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
}

.search-button:hover,
.search-button:focus-visible {
  background: #e90059;
  box-shadow: 0 18px 42px rgba(251, 18, 104, 0.24);
  transform: translateY(-1px);
}

.search-shortcuts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.55rem;
  margin-top: 1.75rem;
}

.shortcut-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 56px;
  padding: 0.65rem 1.7rem;
  border: 2px solid #17191d;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  color: #17191d;
  text-decoration: none;
  font: 500 1.35rem / 1 Inter, ui-sans-serif, system-ui, sans-serif;
}

.shortcut-red {
  min-width: 270px;
  border-color: transparent;
  background: linear-gradient(90deg, #ff2a37, #ff4a58);
  color: #fff;
  font-weight: 800;
}

.shortcut-dark {
  min-width: 210px;
  border-color: transparent;
  background: #1e2023;
  color: #fff;
  font-weight: 900;
}

.shortcut-pill:hover,
.shortcut-pill:focus-visible {
  transform: translateY(-1px);
}

.shopping-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 900px;
  margin: 5.2rem 0 0;
  padding: 0;
  list-style: none;
  color: #657081;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.shopping-steps li {
  position: relative;
  padding-top: 2.7rem;
}

.shopping-steps li + li::before {
  content: "";
  position: absolute;
  top: 1.28rem;
  right: calc(100% + 1rem);
  width: calc(100% - 2rem);
  border-top: 2px dashed rgba(80, 88, 99, 0.3);
}

.shopping-steps span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #dbe3ee;
  color: #4f5a69;
  font-weight: 900;
}

.shopping-steps strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.28rem;
  line-height: 1.2;
}

.shopping-steps small {
  display: block;
  font-size: 0.96rem;
  line-height: 1.3;
}

.shopping-visual {
  position: absolute;
  right: -3.5rem;
  top: 0;
  z-index: 1;
  width: min(48vw, 760px);
  min-height: 560px;
  pointer-events: none;
}

.plane {
  position: absolute;
  right: -180px;
  top: 145px;
  width: 610px;
  height: 118px;
  border-radius: 68% 18% 18% 68% / 58% 46% 46% 58%;
  background:
    linear-gradient(90deg, transparent 0 72%, #f9136b 72% 76%, transparent 76%),
    linear-gradient(180deg, #fff 0%, #f6f3ed 64%, #c9cbd0 100%);
  box-shadow: 0 26px 48px rgba(22, 40, 70, 0.2);
  transform: rotate(15deg);
}

.plane::before,
.plane::after {
  content: "";
  position: absolute;
  top: 70px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: radial-gradient(circle, #14171d 0 30%, #555a64 31% 45%, #f4f4f4 46% 68%, transparent 69%);
  box-shadow: inset -10px -8px 12px rgba(0, 0, 0, 0.22);
}

.plane::before {
  right: 130px;
}

.plane::after {
  right: 265px;
}

.wing {
  position: absolute;
  right: 138px;
  width: 360px;
  height: 82px;
  border-radius: 18px;
  background: linear-gradient(145deg, #f7f7f7 0%, #c3c4c9 100%);
  transform-origin: right center;
}

.wing-top {
  top: 52px;
  transform: rotate(26deg) skewX(-18deg);
}

.wing-bottom {
  top: 82px;
  transform: rotate(-18deg) skewX(-18deg);
  filter: brightness(0.92);
}

.tail {
  position: absolute;
  right: -18px;
  top: -26px;
  width: 110px;
  height: 94px;
  border-radius: 14px 70px 16px 18px;
  background: linear-gradient(145deg, #fff 0%, #cfd1d7 100%);
  transform: rotate(-30deg);
}

.window-row {
  position: absolute;
  top: 38px;
  right: 225px;
  width: 170px;
  height: 14px;
  background: repeating-linear-gradient(90deg, #15171b 0 9px, transparent 9px 23px);
}

.mascot-face {
  position: absolute;
  right: 145px;
  top: 0;
  width: 215px;
  height: 190px;
  border-radius: 48% 48% 52% 52%;
  background: radial-gradient(circle at 36% 38%, #fff 0 4px, transparent 5px), #e82273;
  box-shadow: inset -28px -16px 0 rgba(130, 0, 62, 0.24);
}

.mascot-face::before,
.mascot-face::after {
  content: "";
  position: absolute;
  top: 30px;
  width: 90px;
  height: 82px;
  background: #e82273;
  clip-path: polygon(50% 0, 100% 100%, 0 74%);
}

.mascot-face::before {
  left: 6px;
  transform: rotate(-28deg);
}

.mascot-face::after {
  right: 2px;
  transform: rotate(30deg);
}

.parcel {
  position: absolute;
  background: linear-gradient(145deg, #f8c573, #c37a28);
  box-shadow: 0 18px 26px rgba(84, 54, 22, 0.16);
}

.parcel::before {
  content: "";
  position: absolute;
  inset: 16% 42% 0 34%;
  background: rgba(255, 245, 210, 0.62);
  clip-path: polygon(0 0, 100% 0, 78% 62%, 48% 42%, 18% 62%);
}

.parcel-small {
  right: 10px;
  top: 40px;
  width: 70px;
  height: 58px;
  transform: rotate(17deg);
  clip-path: polygon(16% 0, 100% 18%, 84% 100%, 0 78%);
}

.parcel-large {
  right: 275px;
  top: 420px;
  width: 160px;
  height: 150px;
  transform: rotate(15deg);
  clip-path: polygon(18% 0, 100% 18%, 82% 100%, 0 78%);
}

.category-showcase {
  padding: 3.2rem 0 4.5rem;
  background: linear-gradient(180deg, #eef7ff 0%, #f8fbff 100%);
}

.category-panel {
  padding: clamp(2.5rem, 5vw, 5.3rem) clamp(1.3rem, 4vw, 4.2rem);
  border: 1px solid rgba(111, 132, 158, 0.18);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(62, 90, 126, 0.12);
}

.category-heading {
  max-width: 720px;
  margin: 0 auto clamp(2.3rem, 4vw, 4rem);
  text-align: center;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.category-heading h2 {
  margin: 0;
  color: #17191d;
  font-size: clamp(2.3rem, 4.2vw, 4.25rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

.category-heading p {
  margin: 1.2rem auto 0;
  max-width: 680px;
  color: #737b8c;
  font-size: clamp(1.15rem, 2vw, 1.85rem);
  line-height: 1.42;
  font-weight: 500;
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.7rem);
}

.directory-card {
  --icon-fill: #5bb9f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 178px;
  padding: 1.45rem 1rem;
  border: 2px solid rgba(223, 205, 192, 0.95);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  color: #17191d;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(70, 95, 130, 0.05);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.directory-card:hover,
.directory-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(251, 18, 104, 0.42);
  background: #fff;
  box-shadow: 0 18px 46px rgba(251, 18, 104, 0.11);
}

.directory-card span {
  margin-top: 1.2rem;
  width: 100%;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.02rem, 1.38vw, 1.42rem);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
  text-align: center;
  overflow-wrap: anywhere;
}

.directory-icon {
  width: clamp(64px, 5.4vw, 86px);
  height: clamp(64px, 5.4vw, 86px);
  overflow: visible;
  filter: drop-shadow(0 4px 0 rgba(10, 21, 35, 0.16));
}

.directory-icon path,
.directory-icon circle {
  fill: var(--icon-fill);
  stroke: #102238;
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-hoodies {
  --icon-fill: #25384b;
}

.icon-tshirts,
.icon-shorts {
  --icon-fill: #ff304b;
}

.icon-jackets,
.icon-pants,
.icon-sneakers {
  --icon-fill: #3d85f7;
}

.icon-bags {
  --icon-fill: #ff9f1c;
}

.icon-accessories {
  --icon-fill: #eef3f8;
}

.icon-watches {
  --icon-fill: #f5fbff;
}

.icon-jewelry {
  --icon-fill: #ffd333;
}

.icon-sweaters {
  --icon-fill: #26bf7a;
}

.article-shell h1,
.section-heading h1,
.section-heading h2,
.split h2 {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 1.04;
  margin: 0;
  letter-spacing: -0.03em;
}

.section-heading h2,
.split h2 {
  font-size: clamp(1.8rem, 3.8vw, 3rem);
}

.article-shell h2 {
  margin-top: 2.8rem;
  margin-bottom: 0.7rem;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1.16;
}

.article-shell h3 {
  margin-top: 1.6rem;
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
}

.eyebrow,
.feature-kicker,
.callout-label,
.footer-title {
  margin: 0 0 0.8rem;
  color: var(--accent-deep);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lead {
  margin-top: 1.25rem;
  font-size: 1.12rem;
  color: var(--muted);
  max-width: 62ch;
}

.micro-note {
  margin-top: 0.85rem;
  color: var(--muted);
  font-size: 0.94rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  background: var(--accent);
  color: #fff9f4;
  text-decoration: none;
  font-weight: 700;
}

.button:hover,
.button:focus-visible {
  background: var(--accent-deep);
}

.text-link {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.callout {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.92);
  box-shadow: var(--shadow);
}

.faq-list,
.article-list,
.route-list {
  display: grid;
  gap: 1rem;
}

.max-copy {
  color: var(--muted);
}

.section {
  padding: 2rem 0 3.5rem;
}

.section-heading {
  margin-bottom: 1.5rem;
}

.matrix-item,
.article-list article {
  display: block;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 252, 246, 0.88);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.matrix-item:hover,
.article-list article:hover {
  transform: translateY(-2px);
  border-color: rgba(251, 18, 104, 0.32);
  background: #fffdf8;
}

.feature-grid h3,
.matrix-item h2,
.article-list h3 {
  margin: 0 0 0.5rem;
  font-size: 1.22rem;
  line-height: 1.2;
}

.section-tint {
  background: linear-gradient(180deg, rgba(238, 247, 255, 0.95) 0%, rgba(255, 255, 255, 0.65) 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 2rem;
}

.stack > * + * {
  margin-top: 1rem;
}

.feature-band {
  padding-top: 1.25rem;
}

.feature-grid,
.footer-grid,
.matrix {
  display: grid;
  gap: 1rem;
}

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

.faq-section .narrow {
  padding-bottom: 0.8rem;
}

.faq-list details {
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.site-footer {
  padding: 2.5rem 0;
  border-top: 1px solid var(--line);
}

.footer-grid {
  grid-template-columns: 1.4fr 1fr 1fr;
}

.footer-grid a {
  display: block;
  width: fit-content;
  margin-top: 0.4rem;
  color: var(--muted);
  text-decoration: none;
}

.article-main {
  padding: 2rem 0 4rem;
}

.article-shell {
  padding: 0.6rem 0 0;
}

.article-shell p a,
.matrix-item a,
.route-list a {
  color: var(--accent-deep);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.2rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.breadcrumbs a {
  text-decoration: none;
}

.matrix {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.route-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.callout {
  margin-top: 2rem;
}

.callout p {
  margin: 0;
}

@media (max-width: 900px) {
  .split,
  .feature-grid,
  .footer-grid,
  .matrix,
  .route-list {
    grid-template-columns: 1fr;
  }

  .shopping-hero {
    min-height: auto;
    padding-top: 2rem;
  }

  .shopping-hero-grid {
    min-height: auto;
  }

  .shopping-copy h1 {
    font-size: clamp(2.8rem, 12vw, 4.8rem);
  }

  .shopping-visual {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    min-height: 320px;
    margin-top: -2rem;
  }

  .plane {
    right: -210px;
    top: 96px;
    transform: rotate(15deg) scale(0.78);
  }

  .mascot-face {
    right: 80px;
    transform: scale(0.76);
    transform-origin: top right;
  }

  .parcel-large {
    right: 190px;
    top: 250px;
    transform: rotate(15deg) scale(0.72);
  }

  .shopping-steps {
    margin-top: 3.2rem;
  }

  .category-panel {
    border-radius: 28px;
  }

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

@media (max-width: 760px) {
  .site-header .wrap {
    flex-wrap: wrap;
    padding: 0.7rem 0;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0.6rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero {
    padding-top: 3rem;
  }

  .article-shell h1,
  .section-heading h1,
  .section-heading h2,
  .split h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .lead {
    font-size: 1.03rem;
  }

  .section {
    padding: 1.4rem 0 2.8rem;
  }

  .shopping-hero {
    padding-top: 1.45rem;
  }

  .shopping-copy h1 {
    margin-bottom: 1.2rem;
    font-size: clamp(2.5rem, 13vw, 4.1rem);
  }

  .product-search {
    display: grid;
    grid-template-columns: 1fr auto;
    min-height: auto;
    padding: 0.45rem;
    border-radius: 34px;
  }

  .product-search input {
    grid-column: 1 / -1;
    height: 58px;
    padding: 0 1rem;
    font-size: 1.05rem;
  }

  .search-source-badges {
    margin: 0 0 0 0.65rem;
  }

  .search-source-badges span {
    width: 30px;
    height: 30px;
    font-size: 0.72rem;
  }

  .search-button {
    min-width: 134px;
    height: 54px;
    gap: 0.45rem;
    font-size: 1.12rem;
  }

  .search-button svg {
    width: 22px;
    height: 22px;
  }

  .search-shortcuts {
    gap: 0.75rem;
    margin-top: 1rem;
  }

  .shortcut-pill,
  .shortcut-red,
  .shortcut-dark {
    min-width: 0;
    min-height: 44px;
    padding: 0.55rem 1.05rem;
    font-size: 0.98rem;
  }

  .shopping-steps {
    grid-template-columns: 1fr;
    gap: 1.1rem;
    margin-top: 2rem;
  }

  .shopping-steps li {
    min-height: 52px;
    padding: 0 0 0 3.65rem;
  }

  .shopping-steps li + li::before {
    display: none;
  }

  .shopping-steps span {
    width: 42px;
    height: 42px;
  }

  .shopping-visual {
    min-height: 250px;
  }

  .plane {
    right: -330px;
    top: 82px;
    transform: rotate(15deg) scale(0.56);
  }

  .mascot-face {
    right: 12px;
    top: 8px;
    transform: scale(0.56);
  }

  .parcel-small {
    right: 8px;
    top: 22px;
    transform: rotate(17deg) scale(0.72);
  }

  .parcel-large {
    right: 112px;
    top: 176px;
    transform: rotate(15deg) scale(0.58);
  }

  .category-showcase {
    padding: 2rem 0 3rem;
  }

  .category-panel {
    width: min(calc(100% - 1rem), var(--wrap));
    padding: 2.4rem 1rem;
    border-radius: 26px;
  }

  .category-heading {
    margin-bottom: 1.8rem;
  }

  .category-heading h2 {
    font-size: clamp(2.15rem, 11vw, 3.2rem);
  }

  .category-heading p {
    font-size: 1.08rem;
  }

  .directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .directory-card {
    min-height: 142px;
    border-radius: 18px;
    padding: 1rem 0.7rem;
  }

  .directory-card span {
    margin-top: 0.9rem;
    font-size: clamp(0.92rem, 4.5vw, 1.06rem);
    line-height: 1.08;
  }

  .directory-icon {
    width: 58px;
    height: 58px;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
