:root {
  --bg: #ffffff;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-solid: #ffffff;
  --surface-soft: #f1e9dd;
  --surface-alt: #ede5d9;
  --ink: #191816;
  --muted: #6f6a63;
  --line: rgba(25, 24, 22, 0.08);
  --line-strong: rgba(25, 24, 22, 0.14);
  --accent: #d56d3b;
  --accent-soft: #f4dfd2;
  --shadow-sm: 0 10px 30px rgba(25, 24, 22, 0.06);
  --shadow-md: 0 18px 60px rgba(25, 24, 22, 0.1);
  --shadow-lg: 0 35px 100px rgba(25, 24, 22, 0.14);
  --radius-xs: 14px;
  --radius-sm: 20px;
  --radius-md: 28px;
  --radius-lg: 40px;
  --container: 1360px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

body::selection {
  background: rgba(213, 109, 59, 0.18);
}

body[data-page="portal"] {
  min-height: 100vh;
  background: #ffffff;
}

body[data-page="about"] {
  min-height: 100vh;
  background: #ffffff;
}

body[data-page="portal"] main {
  width: 100%;
  margin: 0;
}

.portal-page {
  min-height: 100vh;
  padding: 0;
}

.portal-shell {
  position: relative;
  display: block;
  min-height: 100vh;
  background: #fff;
}

.portal-inner {
  position: relative;
  width: min(760px, calc(100% - 48px));
  min-height: 100vh;
  margin: 0 auto;
  text-align: center;
}

.portal-kicker {
  position: absolute;
  top: calc(50% - 250px);
  left: 50%;
  width: 100%;
  margin: 0;
  color: #111;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.02em;
  transform: translateX(-50%);
}

.portal-kicker span {
  display: inline-block;
  animation: portal-letter-jump 2.6s ease-in-out infinite;
  animation-delay: calc(var(--wave-index) * 0.12s);
  will-change: transform;
}

.portal-kicker .portal-space {
  width: 0.32em;
}

@keyframes portal-letter-jump {
  0%,
  8%,
  100% {
    transform: translateY(0);
  }

  4% {
    transform: translateY(-9px);
  }
}

.portal-choice-grid {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  gap: 56px;
  align-items: center;
  margin: 0;
  transform: translate(-50%, -50%);
}

.portal-choice {
  display: grid;
  min-height: 190px;
  place-items: center;
  border-radius: 20px;
  filter: none;
  opacity: 1;
  transition:
    transform 0.3s var(--ease);
}

.portal-choice:hover,
.portal-choice:focus,
.portal-choice:active,
.portal-choice:visited {
  filter: none;
  opacity: 1;
}

.portal-choice:hover {
  transform: translateY(-5px) scale(1.02);
}

.portal-choice img {
  width: min(220px, 100%);
  max-height: 190px;
  filter: none;
  opacity: 1;
  object-fit: contain;
}

.portal-divider {
  width: 1px;
  height: 180px;
  background: rgba(25, 24, 22, 0.16);
}

.portal-footer {
  position: absolute;
  top: calc(50% + 205px);
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 8px;
  width: min(640px, 100%);
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(25, 24, 22, 0.16);
  color: rgba(25, 24, 22, 0.5);
  font-size: 10px;
  letter-spacing: 0.04em;
  transform: translateX(-50%);
}

.portal-footer-line {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.about-page-main {
  min-height: 100vh;
  padding: 18px 0 12px;
}

.about-page-shell {
  width: min(100%, 670px);
  margin: 0 auto;
  padding: 0 20px 14px;
}

.about-page-label {
  margin: 0 0 54px;
  color: #151412;
  font-size: 45px;
  font-weight: 500;
  text-align: center;
}

.about-brand-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  margin: 0 auto 62px;
}

.about-brand-link {
  display: grid;
  min-height: 150px;
  place-items: center;
}

.about-brand-logo {
  display: block;
  object-fit: contain;
}

.about-brand-logo-winplan {
  width: 188px;
}

.about-brand-logo-wingsbaby {
  width: 208px;
}

.about-brand-divider {
  width: 1px;
  height: 132px;
  background: rgba(25, 24, 22, 0.12);
}

.about-copy {
  width: min(100%, 556px);
  margin: 0 auto;
  color: #6b615b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0;
  text-align: left;
}

.about-copy p {
  margin: 0 0 22px;
}

.about-copy-heading {
  margin: 0 0 20px;
  color: #514943;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
}

.about-copy p:not(.about-copy-heading):not(.about-copy-closing) {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  text-wrap: pretty;
}

.about-brand-title {
  color: #6b615b;
  font-weight: 500;
}

.about-highlight {
  color: #ff1493;
  font-weight: 500;
}

.about-copy-closing {
  margin-top: 42px;
  text-align: center;
}

.about-page-action {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.about-home-button {
  display: inline-flex;
  min-width: 140px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid rgba(25, 24, 22, 0.18);
  border-radius: 999px;
  color: rgba(25, 24, 22, 0.7);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition:
    border-color 0.24s var(--ease),
    color 0.24s var(--ease),
    transform 0.24s var(--ease);
}

.about-home-button:hover {
  border-color: rgba(25, 24, 22, 0.34);
  color: var(--ink);
  transform: translateY(-1px);
}

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

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

button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  height: 40.56px;
  min-height: 40.56px;
  padding: 0 max(32px, calc((100vw - 978px) / 2));
  background: #12110f;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  align-items: center;
  overflow: hidden;
}

.topbar span {
  min-width: 0;
  flex: 1 1 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topbar span:only-child {
  flex: 0 1 auto;
  overflow: visible;
  text-overflow: clip;
}

.topbar.topbar-centered {
  justify-content: center;
}

.topbar.topbar-centered span {
  flex: 0 0 auto;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: none;
  height: 80px;
  min-height: 80px;
  margin: 0;
  padding: 0 max(32px, calc((100vw - 978px) / 2));
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid var(--line);
  border-left: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  transform-origin: center top;
  transition:
    background 0.35s var(--ease),
    border-color 0.35s var(--ease),
    box-shadow 0.35s var(--ease),
    transform 0.35s var(--ease),
    padding 0.35s var(--ease);
}

body[data-page="home"] .site-header,
body[data-page="detail"] .site-header {
  padding: 0 max(32px, calc((100vw - 1300px) / 2));
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-sm);
  padding: 0 max(32px, calc((100vw - 978px) / 2));
  transform: none;
}

body[data-page="home"] .site-header.is-scrolled,
body[data-page="detail"] .site-header.is-scrolled {
  padding: 0 max(32px, calc((100vw - 1300px) / 2));
}

main,
.site-footer {
  width: min(calc(100% - 28px), var(--container));
  margin: 0 auto;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform-origin: center center;
  transition: transform 0.35s var(--ease);
}

.brand-badge {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(25, 24, 22, 0.12);
  border-radius: 50%;
  background: linear-gradient(135deg, #faf1e8 0%, #fff 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 10px 24px rgba(25, 24, 22, 0.08);
  font-size: 14px;
  transition: box-shadow 0.35s var(--ease);
}

.brand-logo-only {
  gap: 0;
}

.brand-logo-img {
  width: auto;
  height: 76px;
  max-width: 96px;
  object-fit: contain;
  transform-origin: center center;
  transition:
    transform 0.45s var(--ease),
    filter 0.45s var(--ease);
}

.brand-logo-only:hover .brand-logo-img {
  transform: scale(1.06);
  filter: drop-shadow(0 8px 18px rgba(25, 24, 22, 0.08));
}

.site-header.is-scrolled .brand-badge {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 6px 16px rgba(25, 24, 22, 0.06);
}

.site-nav {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transform: translateX(-50%);
  transform-origin: center center;
  transition: transform 0.35s var(--ease);
}

.nav-group {
  position: relative;
}

.nav-group::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(25, 24, 22, 0.82);
  font-size: 14px;
  font-weight: 600;
  transition:
    background 0.25s var(--ease),
    color 0.25s var(--ease),
    transform 0.25s var(--ease);
}

.nav-link::before {
  position: absolute;
  right: 14px;
  bottom: 6px;
  left: 14px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition:
    opacity 0.28s var(--ease),
    transform 0.36s var(--ease);
}

.nav-link:hover::before,
.nav-group.is-open > .nav-link::before {
  opacity: 0.5;
  transform: scaleX(1);
}

.nav-link:hover,
.nav-link.is-current,
.nav-group.is-open > .nav-link {
  background: transparent;
  color: var(--ink);
}

.nav-trigger::after {
  content: "▾";
  font-size: 11px;
  opacity: 0.55;
}

.mega-panel {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  display: grid;
  min-width: 620px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 0.24s var(--ease),
    transform 0.24s var(--ease);
  backdrop-filter: blur(18px);
}

.nav-group:hover .mega-panel,
.nav-group:focus-within .mega-panel,
.nav-group.is-open .mega-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-column {
  display: grid;
  gap: 8px;
  padding: 8px;
}

.mega-column a {
  padding: 10px 12px;
  border-radius: 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  transition:
    background 0.24s var(--ease),
    color 0.24s var(--ease),
    transform 0.24s var(--ease);
}

.mega-column a:hover {
  background: #f6f1ea;
  color: var(--ink);
  transform: translateX(4px);
}

.mega-kicker {
  margin: 0 0 6px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mega-highlight {
  border-radius: 18px;
  background: linear-gradient(180deg, #faf6f0 0%, #f3ebe1 100%);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  transform-origin: center center;
  transition: transform 0.35s var(--ease);
}

.header-chip,
.button,
.slider-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 24px rgba(25, 24, 22, 0.05);
  font-size: 14px;
  font-weight: 600;
  transition:
    transform 0.28s var(--ease),
    background 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    border-color 0.28s var(--ease);
}

.site-header.is-scrolled .brand-mark,
.site-header.is-scrolled .header-actions {
  transform: scale(0.92);
}

.site-header.is-scrolled .site-nav {
  transform: translateX(-50%) scale(0.92);
}

body[data-page="home"] .site-header .brand-mark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(max(32px, calc((100vw - 1300px) / 2))) translateY(-50%);
  transition: transform 0.35s var(--ease);
  will-change: transform;
}

body[data-page="home"] .site-header.is-scrolled .brand-mark {
  transform: translateX(max(32px, calc((100vw - 1300px) / 2))) translateY(-50%) scale(0.92);
}

.header-chip:hover,
.button:hover,
.slider-controls button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(25, 24, 22, 0.08);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 24px rgba(25, 24, 22, 0.05);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  margin: 3px auto;
  background: var(--ink);
  transition: transform 0.25s var(--ease);
}

.hero-section,
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 540px);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  padding: 54px 0 68px;
}

.hero-section {
  min-height: calc(100vh - 160px);
}

.hero-fullbleed {
  position: relative;
  width: 100vw;
  height: clamp(400px, 41.7vw, 700px);
  min-height: 0;
  margin-left: calc(50% - 50vw);
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  overflow: hidden;
  background: #efe7da;
}

.hero-fullbleed::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 243, 236, 0.74) 0%, rgba(247, 243, 236, 0.36) 28%, rgba(247, 243, 236, 0.06) 55%, rgba(247, 243, 236, 0.12) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(25, 24, 22, 0.06));
  content: "";
  pointer-events: none;
  z-index: 1;
}

.hero-carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}

.hero-carousel .hero-background {
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.hero-carousel .hero-background.is-active {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
  padding: 42px 0 52px;
}

.hero-copy,
.page-hero > div:first-child {
  max-width: 690px;
}

.hero-fullbleed .hero-copy {
  max-width: 720px;
}

.hero-copy h1,
.page-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.08em;
}

.lead {
  margin: 0;
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.8;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button.primary {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 16px 36px rgba(25, 24, 22, 0.18);
}

.button.secondary,
.header-chip {
  color: var(--ink);
}

.hero-fullbleed .button.secondary {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
}

.card-shell,
.guide-card,
.product-card,
.feature-card,
.review-card,
.stat-card,
.category-card,
.faq-list details,
.anchor-block {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(8px);
  transition:
    transform 0.4s var(--ease),
    box-shadow 0.4s var(--ease),
    border-color 0.4s var(--ease);
}

.card-shell::before,
.guide-card::before,
.product-card::before,
.feature-card::before,
.review-card::before,
.stat-card::before,
.category-card::before,
.anchor-block::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.26), transparent 40%);
  content: "";
  pointer-events: none;
}

.card-shell {
  padding: 18px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.88)),
    #f4eee3;
  box-shadow: var(--shadow-lg);
}

.card-shell img {
  border-radius: calc(var(--radius-lg) - 8px);
}

.section {
  padding: 28px 0 74px;
}

.section-soft,
.section-dark {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border-radius: 42px;
}

.section-soft {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.7), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(240, 232, 221, 0.92));
}

.section-dark {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.06), transparent 26%),
    linear-gradient(180deg, #1e1b17 0%, #14120f 100%);
  color: #fff;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

.section-heading-centered {
  justify-content: center;
  text-align: center;
  margin-bottom: 34px;
}

.section-heading-centered .eyebrow {
  margin-bottom: 10px;
}

.section-heading-centered h2 {
  font-size: clamp(24px, 2.24vw, 38px);
  text-transform: uppercase;
}

.section-heading h2,
.anchor-block h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.07em;
}

.section-heading.inverted .eyebrow,
.section-dark .eyebrow {
  color: rgba(255, 255, 255, 0.58);
}

.text-link {
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  opacity: 0.8;
  transition: opacity 0.25s var(--ease);
}

.text-link:hover {
  opacity: 1;
}

.guide-grid,
.category-grid,
.feature-grid,
.review-grid,
.stat-grid,
.catalog-grid,
.logo-grid {
  display: grid;
  gap: 22px;
}

.guide-grid,
.guide-grid.compact,
.category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gift-guides-section {
  padding-top: 36px;
  background: #fff;
}

.gift-guides-section .guide-grid {
  grid-template-columns: repeat(4, 250px);
  width: 1240px;
  max-width: 1240px;
  gap: 80px;
  justify-content: center;
  margin: 0 auto;
}

.new-in-section {
  width: min(calc(100% - 28px), 1420px);
  max-width: 1420px;
  margin: 0 auto 74px;
  padding: 36px 0 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.new-in-section .section-heading,
.new-in-section .product-row {
  width: 100%;
}

.new-in-section .product-row {
  grid-template-columns: repeat(4, 280px);
  grid-auto-flow: row;
  grid-auto-columns: initial;
  overflow: visible;
  width: 100%;
  margin: 0 auto;
  padding: 12px 0 14px;
  box-sizing: border-box;
  scroll-snap-type: none;
  justify-content: center;
  gap: 100px;
}

.new-in-section .product-card {
  min-width: 0;
}

.new-in-section .product-card {
  display: flex;
  width: 280px;
  min-height: 360px;
  flex-direction: column;
  align-items: center;
  padding: 16px 16px 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.new-in-section .product-card:hover {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
}

.new-in-section .product-card h3 {
  display: grid;
  flex: 1;
  width: 100%;
  margin: 0;
  place-items: center;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  text-align: center;
}

.new-in-section .product-card img {
  width: 250px;
  height: 250px;
  aspect-ratio: auto;
}

.product-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.product-cta-button {
  position: relative;
  min-width: 190px;
  min-height: 52px;
  padding: 0 28px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
}

.button.primary.product-cta-button {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
}

.product-cta-button:hover {
  background: transparent;
  box-shadow: none;
}

.button.primary.product-cta-button:hover {
  background: transparent;
  box-shadow: none;
  color: var(--ink);
}

.product-cta-button::before {
  position: absolute;
  right: 28px;
  bottom: 8px;
  left: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition:
    opacity 0.28s var(--ease),
    transform 0.36s var(--ease);
}

.product-cta-button:hover::before {
  opacity: 0.5;
  transform: scaleX(1);
}

.shop-products-section {
  width: 1240px;
  max-width: 1240px;
  margin: 0 auto 74px;
  padding: 36px 0 0;
  background: transparent;
}

.shop-products-section .section-heading,
.shop-products-section .category-grid {
  width: 100%;
}

.action-section {
  width: 1240px;
  max-width: 1240px;
  margin: 0 auto 74px;
}

.info-section,
.reviews-section,
.featured-section,
.faq-section {
  width: 1240px;
  max-width: 1240px;
  margin: 0 auto 74px;
  padding: 36px 0 0;
  background: transparent;
}

.info-section .section-heading,
.info-section .stat-grid,
.reviews-section .section-heading,
.reviews-section .review-grid,
.featured-section .section-heading,
.featured-section .logo-grid,
.faq-section .section-heading,
.faq-section .faq-list {
  width: 100%;
}

.reviews-section {
  border-radius: 0;
  overflow: visible;
  padding-bottom: 16px;
}

.reviews-section .review-card {
  background: transparent;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.reviews-section .review-card::before {
  display: none;
}

.reviews-section .review-card:hover {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
}

.reviews-section .review-grid {
  padding-bottom: 12px;
}

.faq-section {
  border-radius: 0;
  overflow: visible;
  padding-bottom: 16px;
}

.info-section .stat-card,
.featured-section .logo-grid span,
.faq-section .faq-list details {
  background: transparent;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.info-section .stat-card:hover,
.featured-section .logo-grid span:hover,
.faq-section .faq-list details:hover {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
}

.faq-section .faq-list {
  padding-bottom: 12px;
}

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

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

.guide-card,
.product-card,
.feature-card,
.review-card,
.stat-card,
.category-card {
  transform: translateY(0);
}

.guide-card:hover,
.product-card:hover,
.feature-card:hover,
.review-card:hover,
.stat-card:hover,
.category-card:hover,
.faq-list details:hover,
.anchor-block:hover {
  transform: translateY(-6px);
  border-color: rgba(25, 24, 22, 0.12);
  box-shadow: var(--shadow-md);
}

.guide-card,
.product-card,
.feature-card,
.review-card,
.stat-card {
  padding: 16px;
}

.gift-guides-section .guide-card {
  display: flex;
  width: 250px;
  min-width: 250px;
  flex-direction: column;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.gift-guides-section .guide-card::before {
  display: none;
}

.gift-guides-section .guide-card:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.guide-card img,
.product-card img,
.feature-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22px;
  transition:
    transform 0.6s var(--ease),
    filter 0.4s var(--ease);
}

.gift-guides-section .guide-card img {
  width: 250px;
  height: 250px;
  aspect-ratio: 1 / 1;
  border-radius: 0;
  object-fit: cover;
}

.card-shell img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.guide-card:hover img,
.product-card:hover img,
.feature-card:hover img,
.card-shell:hover img {
  transform: scale(1.03);
}

.gift-guides-section .guide-card:hover img {
  transform: none;
}

.guide-card h3,
.product-card h3,
.feature-card h3,
.review-card h3 {
  margin: 18px 0 8px;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.gift-guides-section .guide-card h3 {
  display: flex;
  align-items: flex-start;
  width: 250px;
  min-height: 149.28px;
  max-width: 10ch;
  margin: 16px 0 0;
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.gift-guides-section .guide-card h3::after {
  content: " →";
}

.gift-guides-section .guide-card p {
  display: none;
}

.guide-card p,
.product-card p,
.review-card p,
.stat-card p,
.faq-list p,
.anchor-block p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.product-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(270px, 1fr);
  gap: 22px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  scroll-snap-type: x mandatory;
}

.product-row::-webkit-scrollbar {
  height: 8px;
}

.product-row::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(25, 24, 22, 0.18);
}

.product-card {
  scroll-snap-align: start;
}

.catalog-grid[data-paginated-grid] {
  grid-template-columns: repeat(4, 280px);
  align-items: start;
  justify-content: center;
  gap: 100px;
  will-change: opacity;
}

.catalog-grid[data-paginated-grid] .product-card {
  display: flex;
  width: 280px;
  min-height: 360px;
  flex-direction: column;
  align-items: center;
  padding: 16px 16px 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.catalog-grid[data-paginated-grid] .product-card:hover {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
}

.catalog-grid[data-paginated-grid] .product-card img {
  width: 250px;
  height: 250px;
  aspect-ratio: auto;
}

.catalog-grid[data-paginated-grid] .product-card h3 {
  display: grid;
  flex: 1;
  width: 100%;
  margin: 0;
  place-items: center;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  text-align: center;
}

.catalog-grid[data-paginated-grid] .product-card p,
.catalog-grid[data-paginated-grid] .product-meta {
  display: none;
}

.catalog-grid.is-page-forward {
  animation: product-page-fade 0.72s ease-in-out;
}

.catalog-grid.is-page-backward {
  animation: product-page-fade 0.72s ease-in-out;
}

@keyframes product-page-fade {
  0% {
    opacity: 1;
  }

  48% {
    opacity: 0.32;
  }

  100% {
    opacity: 1;
  }
}

.product-pagination {
  --pagination-slot: clamp(30px, 3.2vw, 38px);

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(5.6px, 1.6vw, 25.6px);
  margin: 54px auto 4px;
  color: rgba(25, 24, 22, 0.62);
  font-size: clamp(12px, 1.35vw, 18px);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.pagination-button {
  position: relative;
  display: inline-grid;
  width: var(--pagination-slot);
  height: var(--pagination-slot);
  place-items: center;
  color: inherit;
  transform-origin: center;
  transition:
    opacity 0.24s var(--ease),
    visibility 0.24s var(--ease),
    color 0.28s var(--ease),
    transform 0.28s var(--ease);
}

.pagination-button::after {
  position: absolute;
  right: 6px;
  bottom: 1px;
  left: 6px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition:
    opacity 0.28s var(--ease),
    transform 0.34s var(--ease);
}

.pagination-button:hover,
.pagination-button:focus-visible {
  color: rgba(25, 24, 22, 0.9);
  transform: scale(1.08);
}

.pagination-button:hover::after,
.pagination-button:focus-visible::after {
  opacity: 0.45;
  transform: scaleX(1);
}

.pagination-button.is-current {
  color: var(--ink);
  cursor: default;
}

.pagination-button:disabled {
  cursor: default;
  opacity: 0.45;
  transform: none;
}

.pagination-button:disabled::after {
  opacity: 0;
  transform: scaleX(0);
}

.pagination-button.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.pagination-ellipsis {
  display: inline-grid;
  width: var(--pagination-slot);
  height: var(--pagination-slot);
  place-items: center;
  pointer-events: none;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.stat-card strong {
  font-size: clamp(21px, 2vw, 26px);
  font-weight: 600;
  letter-spacing: -0.05em;
}

.product-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
  color: rgba(25, 24, 22, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-card[data-product-id] {
  cursor: pointer;
}

.product-card[data-product-id]:focus-visible {
  outline: 3px solid rgba(213, 109, 59, 0.32);
  outline-offset: 4px;
}

.product-detail-main {
  position: relative;
  padding: 54px 0 0;
}

.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
  gap: clamp(42px, 6vw, 78px);
  align-items: start;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(25, 24, 22, 0.16);
}

.detail-back-button {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 20;
  display: grid;
  width: 52px;
  height: 58px;
  place-items: center;
  border-radius: 0 999px 999px 0;
  background: rgba(25, 24, 22, 0.38);
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-50%);
  transition:
    background 0.24s var(--ease),
    transform 0.24s var(--ease);
}

.detail-back-button:hover {
  background: rgba(25, 24, 22, 0.56);
  transform: translateY(-50%) translateX(4px);
}

.detail-main-figure {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #fff;
}

.detail-main-media {
  grid-area: 1 / 1;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-main-media[hidden] {
  display: none;
}

.detail-main-transition {
  z-index: 2;
  pointer-events: none;
}

.detail-main-transition.is-dissolving {
  animation: detailMediaDissolve 0.42s ease-out both;
}

.detail-main-transition.is-dissolving-out {
  animation: detailMediaDissolveOut 0.42s ease-out both;
}

@keyframes detailMediaDissolve {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes detailMediaDissolveOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.detail-main-figure video {
  background: #fff;
}

.detail-thumb-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: clamp(28px, 3.2vw, 64px);
}

.detail-thumb-button {
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  border: 1px solid rgba(25, 24, 22, 0.12);
  background: #fff;
  transition:
    border-color 0.24s var(--ease),
    transform 0.24s var(--ease);
}

.detail-thumb-button:hover,
.detail-thumb-button.is-active {
  border-color: rgba(25, 24, 22, 0.36);
  transform: translateY(-2px);
}

.detail-thumb-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.detail-copy {
  padding-top: 14px;
}

.detail-product-name {
  margin: 0 0 6px;
  color: rgba(25, 24, 22, 0.66);
  font-size: 60px;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.045em;
  white-space: nowrap;
  text-transform: uppercase;
}

.detail-kicker {
  margin: 0 0 30px;
  color: rgba(25, 24, 22, 0.52);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.detail-copy h2 {
  margin: 0 0 14px;
  color: #f49a00;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.055em;
}

.detail-copy h2 strong {
  font-weight: 900;
}

.detail-lead {
  max-width: 820px;
  margin: 0;
  color: rgba(25, 24, 22, 0.58);
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 600;
  line-height: 1.55;
}

.detail-spec-block {
  margin-top: 96px;
  padding-top: 58px;
  border-top: 1px solid rgba(25, 24, 22, 0.16);
}

.detail-spec-block h2 {
  margin: 0 0 44px;
  color: rgba(25, 24, 22, 0.54);
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.detail-related-section h2 {
  margin: 0 0 26px;
  color: rgba(25, 24, 22, 0.54);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.detail-spec-block dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 12px 34px;
  margin: 0;
  color: rgba(25, 24, 22, 0.62);
  font-size: 16px;
  font-weight: 700;
}

.detail-spec-block dt {
  color: rgba(25, 24, 22, 0.48);
}

.detail-spec-block dd {
  margin: 0;
}

.detail-icon-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 52px;
}

.detail-icon-image {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.detail-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 2px solid rgba(25, 24, 22, 0.52);
  border-radius: 50%;
  color: rgba(25, 24, 22, 0.56);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.detail-designer {
  margin: 48px 0 0;
  color: rgba(25, 24, 22, 0.5);
  font-size: 13px;
  font-weight: 700;
}

.detail-related-section {
  padding: 78px 0 46px;
  text-align: center;
}

body[data-page="detail"] .site-footer-showcase {
  padding-top: 34px;
}

body[data-page="detail"] .footer-showcase-content {
  padding-top: 64px;
}

.detail-related-section h2 {
  margin-bottom: 52px;
}

.detail-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 188px);
  justify-content: center;
  gap: clamp(52px, 8vw, 112px);
}

.detail-related-card {
  display: grid;
  gap: 18px;
  justify-items: center;
  color: rgba(25, 24, 22, 0.58);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  transition:
    color 0.24s var(--ease),
    transform 0.24s var(--ease);
}

.detail-related-card:hover {
  color: var(--ink);
  transform: translateY(-4px);
}

.detail-related-card img {
  width: 188px;
  height: 188px;
  border: 1px solid rgba(25, 24, 22, 0.16);
  object-fit: contain;
}

.slider-controls {
  display: flex;
  gap: 10px;
}

.slider-controls button {
  width: 44px;
  padding: 0;
}

.category-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  color: var(--ink);
}

.category-card-image {
  align-self: center;
  width: min(78%, 250px);
  height: 150px;
  margin: 10px 0 16px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
  transition: transform 0.45s var(--ease);
}

.category-card:hover .category-card-image {
  transform: translateY(-4px) scale(1.03);
}

.category-card strong {
  max-width: 11ch;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.pill {
  align-self: flex-start;
  padding: 8px 12px;
  border: 1px solid rgba(25, 24, 22, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.warm {
  background: linear-gradient(180deg, #f1dfcb 0%, #f5ece0 100%);
}

.mint {
  background: linear-gradient(180deg, #dfeee4 0%, #eef6f0 100%);
}

.blue {
  background: linear-gradient(180deg, #ddeaf1 0%, #edf4f7 100%);
}

.pink {
  background: linear-gradient(180deg, #f3dde5 0%, #f7edf1 100%);
}

.feature-card {
  padding-bottom: 22px;
}

.review-card {
  padding: 24px;
}

.review-card::after {
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: rgba(25, 24, 22, 0.06);
  font-size: 72px;
  content: "”";
  pointer-events: none;
}

.stat-card {
  min-height: 180px;
  padding: 24px;
}

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

.logo-grid span {
  display: grid;
  min-height: 88px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-sm);
  color: rgba(25, 24, 22, 0.7);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-list details {
  padding: 20px 22px;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  float: right;
  color: rgba(25, 24, 22, 0.42);
  content: "+";
  transition: transform 0.24s var(--ease);
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list p {
  margin-top: 12px;
}

.anchor-block {
  padding: 34px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0 48px;
}

.site-footer p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.site-footer-showcase {
  display: block;
  padding: 22px 0 34px;
}

.footer-rule {
  width: 100%;
  height: 1px;
  background: rgba(25, 24, 22, 0.16);
}

.footer-showcase-content {
  display: grid;
  justify-items: center;
  gap: 28px;
  padding: 28px 0 108px;
  text-align: center;
}

.footer-section-label {
  margin: 0;
  color: rgba(25, 24, 22, 0.58);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.footer-logo-pair {
  --footer-logo-column: 132px;

  display: grid;
  grid-template-columns: var(--footer-logo-column) 1px var(--footer-logo-column);
  gap: 28px;
  align-items: center;
  justify-content: center;
}

.footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  transition: transform 0.28s var(--ease);
}

.footer-logo-link:hover {
  transform: translateY(-2px);
}

.footer-logo {
  display: block;
  object-fit: contain;
}

.footer-logo-winplan {
  width: 124px;
}

.footer-logo-wingsbaby {
  width: 108px;
}

.footer-logo-divider {
  width: 1px;
  height: 64px;
  background: rgba(25, 24, 22, 0.16);
}

.footer-contact-block {
  display: grid;
  gap: 12px;
  justify-items: center;
  width: 100%;
  text-align: center;
}

.footer-contact-block .footer-section-label {
  margin-bottom: 2px;
}

.footer-contact-link,
.footer-location,
.footer-copyright {
  margin: 0;
  color: rgba(25, 24, 22, 0.5);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.footer-contact-link {
  transition: color 0.24s var(--ease);
}

.footer-contact-link:hover {
  color: rgba(25, 24, 22, 0.74);
}

.footer-location {
  margin-top: 2px;
}

.footer-copyright {
  margin: 12px 0 0;
  text-align: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-content: start;
  font-size: 14px;
  font-weight: 600;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.8s var(--ease),
    transform 0.8s var(--ease);
}

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

@media (hover: none) and (pointer: coarse) {
  .portal-choice:hover,
  .guide-card:hover,
  .product-card:hover,
  .feature-card:hover,
  .review-card:hover,
  .stat-card:hover,
  .category-card:hover,
  .faq-list details:hover,
  .anchor-block:hover,
  .detail-thumb-button:hover,
  .detail-related-card:hover,
  .footer-logo-link:hover {
    transform: none;
  }

  .detail-back-button:hover {
    transform: none;
  }

  .guide-card:hover img,
  .product-card:hover img,
  .feature-card:hover img,
  .card-shell:hover img {
    transform: none;
  }
}

@media (max-width: 1100px) {
  .new-in-section .product-row {
    grid-template-columns: repeat(2, 280px);
  }

  .guide-grid,
  .guide-grid.compact,
  .category-grid,
  .feature-grid,
  .review-grid,
  .catalog-grid,
  .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-grid[data-paginated-grid] {
    grid-template-columns: repeat(2, 280px);
  }

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

@media (max-width: 940px) {
  .site-header {
    grid-template-columns: auto auto auto;
    height: 68px;
    min-height: 68px;
    padding: 0 20px;
  }

  .site-header.is-scrolled {
    padding: 0 20px;
    transform: none;
  }

  body[data-page="home"] .site-header,
  body[data-page="home"] .site-header.is-scrolled,
  body[data-page="detail"] .site-header,
  body[data-page="detail"] .site-header.is-scrolled {
    display: flex;
    justify-content: center;
    height: 88px;
    min-height: 88px;
    padding: 0 20px;
  }

  body[data-page="home"] .site-header .brand-mark,
  body[data-page="detail"] .site-header .brand-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  body[data-page="home"] .site-header.is-scrolled .brand-mark,
  body[data-page="detail"] .site-header.is-scrolled .brand-mark {
    transform: translate(-50%, -50%) scale(0.92);
  }

  .menu-toggle {
    display: grid;
  }

  body[data-page="home"] .menu-toggle,
  body[data-page="detail"] .menu-toggle {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 2;
    display: flex;
    width: 32px;
    height: 28px;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: translateY(-50%);
  }

  body[data-page="home"] .menu-toggle span,
  body[data-page="detail"] .menu-toggle span {
    width: 30px;
    height: 2px;
    margin: 0;
    background: var(--ink);
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: min(calc(100vw - 32px), 480px);
    max-height: calc(100vh - 140px);
    margin: 0 auto;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-md);
    overflow-y: auto;
    backdrop-filter: blur(18px);
    transform: none;
  }

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

  .site-header.is-scrolled .site-nav,
  .site-header.is-scrolled .site-nav.is-open {
    transform: none;
  }

  .nav-group,
  .nav-link {
    width: 100%;
  }

  .nav-group::after {
    display: none;
  }

  .nav-link {
    justify-content: space-between;
    min-height: 50px;
    padding: 0 4px;
    font-size: 16px;
  }

  .mega-panel {
    position: static;
    min-width: 0;
    grid-template-columns: 1fr;
    margin-top: 10px;
    border-radius: 20px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    display: none;
  }

  .nav-group:hover .mega-panel,
  .nav-group:focus-within .mega-panel {
    display: none;
  }

  .nav-group.is-open .mega-panel {
    display: grid;
  }

  .header-actions {
    display: none;
  }

  .hero-section,
  .page-hero {
    grid-template-columns: 1fr;
    padding-top: 34px;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-fullbleed,
  .hero-background {
    height: 460px;
  }

  .hero-overlay {
    width: min(calc(100% - 40px), var(--container));
    padding: 30px 0 36px;
    align-items: flex-end;
  }

  .hero-actions {
    gap: 10px;
  }

  .product-detail-hero {
    grid-template-columns: 1fr;
  }

  .detail-copy {
    padding-top: 0;
  }

  .detail-product-name {
    font-size: clamp(38px, 9vw, 60px);
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .detail-copy h2 {
    font-size: clamp(30px, 6.2vw, 46px);
  }

  .detail-lead {
    max-width: 100%;
  }

  .detail-spec-block {
    margin-top: 64px;
    padding-top: 38px;
  }

  .detail-icon-row {
    gap: 18px;
  }

  .detail-related-grid {
    grid-template-columns: repeat(2, 188px);
  }
}

@media (max-width: 680px) {
  .portal-page {
    padding: 0;
  }

  .portal-shell {
    min-height: 100vh;
  }

  .portal-inner {
    width: min(420px, calc(100% - 36px));
    transform: none;
  }

  .portal-kicker {
    top: calc(50% - 260px);
    font-size: 20px;
  }

  .portal-choice-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin: 0;
  }

  .portal-divider {
    width: 72%;
    height: 1px;
    justify-self: center;
  }

  .portal-choice {
    min-height: 130px;
  }

  .portal-choice img {
    width: min(190px, 84%);
  }

  .portal-footer {
    top: calc(50% + 190px);
    flex-wrap: wrap;
    row-gap: 4px;
  }

  .about-page-main {
    padding: 14px 0 10px;
  }

  .about-page-shell {
    width: min(100%, 430px);
    padding: 0 18px 12px;
  }

  .about-page-label {
    margin-bottom: 36px;
  }

  .about-brand-row {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 38px;
  }

  .about-brand-link {
    min-height: 110px;
  }

  .about-brand-logo-winplan {
    width: 154px;
  }

  .about-brand-logo-wingsbaby {
    width: 168px;
  }

  .about-brand-divider {
    width: 82px;
    height: 1px;
    justify-self: center;
  }

  .about-copy {
    width: min(100%, 360px);
    font-size: 15px;
    line-height: 1.56;
  }

  .about-copy p {
    margin-bottom: 20px;
  }

  .about-copy-heading {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.45;
  }

  .about-copy p:not(.about-copy-heading):not(.about-copy-closing) {
    text-align: left;
    text-wrap: pretty;
  }

  .about-copy-closing {
    margin-top: 32px;
  }

  .about-page-action {
    margin-top: 48px;
  }

  main,
  .site-footer {
    width: min(calc(100% - 20px), var(--container));
  }

  .topbar {
    height: 36px;
    min-height: 36px;
    padding: 0 16px;
    justify-content: center;
    gap: 10px;
  }

  .topbar.topbar-centered {
    justify-content: center;
  }

  .topbar span {
    font-size: 10px;
  }

  .topbar span:nth-child(n + 2) {
    display: none;
  }

  .hero-copy h1,
  .page-hero h1 {
    font-size: clamp(38px, 11vw, 50px);
    line-height: 0.98;
  }

  .hero-fullbleed,
  .hero-background {
    height: 420px;
  }

  .hero-fullbleed::before {
    background:
      linear-gradient(180deg, rgba(247, 243, 236, 0.2) 0%, rgba(247, 243, 236, 0.28) 32%, rgba(247, 243, 236, 0.9) 100%);
  }

  .hero-overlay {
    width: calc(100% - 32px);
    padding: 34px 0 28px;
  }

  .hero-fullbleed .hero-copy {
    max-width: 100%;
  }

  .lead {
    font-size: 15px;
    line-height: 1.65;
  }

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

  .hero-actions .button {
    width: 100%;
  }

  .product-detail-main {
    padding-top: 32px;
  }

  .product-detail-hero {
    gap: 28px;
    padding-bottom: 34px;
  }

  .detail-back-button {
    top: auto;
    right: 16px;
    bottom: 18px;
    left: auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(25, 24, 22, 0.74);
    box-shadow: 0 12px 24px rgba(25, 24, 22, 0.2);
    font-size: 28px;
    transform: none;
  }

  .detail-back-button:hover {
    transform: none;
  }

  .detail-thumb-row {
    gap: 12px;
    margin-top: 14px;
  }

  .detail-thumb-button {
    min-height: 88px;
  }

  .detail-product-name {
    margin-bottom: 10px;
  }

  .detail-kicker {
    margin-bottom: 18px;
  }

  .detail-copy h2 {
    margin-bottom: 12px;
  }

  .detail-spec-block dl {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .detail-icon-row {
    gap: 14px;
    margin-top: 36px;
    justify-content: flex-start;
  }

  .detail-icon-image,
  .detail-icon {
    width: 52px;
    height: 52px;
  }

  .detail-related-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .detail-related-card {
    gap: 14px;
  }

  .detail-related-card img {
    width: min(100%, 188px);
    height: auto;
    aspect-ratio: 1 / 1;
  }

  body[data-page="detail"] .site-footer-showcase {
    padding-top: 22px;
  }

  body[data-page="detail"] .footer-showcase-content {
    padding-top: 42px;
  }

  .section-soft,
  .section-dark {
    padding: 26px 18px;
    border-radius: 30px;
  }

  .guide-grid,
  .guide-grid.compact,
  .new-in-section .product-row,
  .category-grid,
  .feature-grid,
  .review-grid,
  .catalog-grid,
  .stat-grid,
  .logo-grid {
    grid-template-columns: 1fr;
  }

  .catalog-grid[data-paginated-grid] {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .new-in-section {
    margin-bottom: 56px;
  }

  .new-in-section .product-card,
  .catalog-grid[data-paginated-grid] .product-card {
    width: min(100%, 320px);
    min-height: 0;
    margin: 0 auto;
    padding: 14px 14px 0;
  }

  .new-in-section .product-card img,
  .catalog-grid[data-paginated-grid] .product-card img {
    width: min(100%, 250px);
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .product-pagination {
    --pagination-slot: 40px;

    gap: 10px;
    margin-top: 36px;
  }

  .site-footer,
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer-showcase {
    padding: 18px 0 26px;
  }

  .footer-showcase-content {
    gap: 22px;
    padding: 22px 0 52px;
  }

  .footer-logo-pair {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-logo-divider {
    width: 72px;
    height: 1px;
  }

  .brand-mark span:last-child {
    display: none;
  }

  .anchor-block {
    padding: 24px;
  }
}
