:root {
  --bg: #ffffff;
  --text: #050505;
  --muted: #6a6a6a;
  --line: rgba(0, 0, 0, 0.12);
  --line-strong: rgba(0, 0, 0, 0.82);
  --accent: #000000;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  color: var(--text);
  background: #f6f3ee;
  line-height: 1.45;
  font-size: 18px;
}

body::before {
  content: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.topbar {
  border-bottom: 1px solid var(--line);
  background: rgba(246, 243, 238, 0.94);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(6px);
}

.topbar-inner,
.hero,
.section-head,
.kit-grid,
.quick-order,
.footer {
  width: min(1300px, calc(100% - 4rem));
  margin: 0 auto;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.brand-mark {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.brand-wordmark {
  width: 150px;
  object-fit: contain;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.topbar-link {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--muted);
}

.topbar-link-active {
  color: var(--text);
}

.cart-link {
  position: relative;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
}

.cart-link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.25rem;
  border-radius: 999px;
  background: #000000;
  color: #ffffff;
  font-size: 0.72rem;
  letter-spacing: 0;
}

.hero {
  padding: 2.8rem 0 2.2rem;
}

.page-hero {
  padding: 2.8rem 0 1.8rem;
}

.page-hero-inner {
  width: min(1100px, calc(100% - 4rem));
  margin: 0 auto;
  animation: rise 0.6s ease both;
}

.page-layout {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 1.2rem;
  padding-bottom: 2.4rem;
}

.selection-panel {
  border: 1px solid var(--line);
  padding: 1.2rem;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  animation: rise 0.6s ease both;
}

.selection-panel-accent {
  background: #000000;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.14);
}

.selection-copy h2,
.selection-panel h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 3.8vw, 2.6rem);
}

.selection-copy {
  display: grid;
  gap: 0.9rem;
}

.selection-panel-accent .order-note {
  color: rgba(255, 255, 255, 0.74);
}

.hero-inner {
  max-width: 1100px;
  animation: rise 0.6s ease both;
}

.eyebrow {
  margin: 0 0 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  color: var(--muted);
}

.hero h1 {
  margin: 0 0 0.6rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.2rem, 7vw, 5.2rem);
  letter-spacing: 0.01em;
}

.lede {
  margin: 0 0 1.4rem;
  color: var(--muted);
  max-width: 64rem;
  font-size: 1.15rem;
}

.hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.6rem;
}

.hero-tags span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.2rem 0 0.6rem;
  text-align: center;
}

.section-text {
  max-width: 44rem;
}

.section-text h2 {
  margin: 0 0 0.4rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4.8vw, 3.6rem);
}

.section-lede {
  margin: 0;
  color: var(--muted);
}

.bestsellers {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0.4rem 0 2.2rem;
}

.bestseller-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 360px));
  gap: 1.4rem;
  justify-content: center;
  justify-items: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  align-items: start;
}

.bestseller-card {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  background: #000000;
  color: #ffffff;
  overflow: hidden;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  max-width: 360px;
  justify-self: center;
}

.bestseller-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32);
}

.bestseller-card-dark {
  background: #000000;
  color: #ffffff;
}

.bestseller-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #d9d9d9;
}

.bestseller-copy {
  display: grid;
  gap: 0.6rem;
  padding: 1.2rem;
  justify-items: center;
}

.bestseller-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.bestseller-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
}

.bestseller-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.bestseller-card-dark p {
  color: rgba(255, 255, 255, 0.72);
}

.bestseller-card .kit-tag,
.bestseller-card .kit-price {
  border-color: rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.9);
}

.bestsellers {
  width: min(1300px, calc(100% - 4rem));
  margin: 0 auto;
  padding: 0.6rem 0 2.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bestseller-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 360px));
  gap: 1.6rem;
  justify-content: center;
  justify-items: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  align-items: start;
}

.product-showcase {
  width: 100%;
  /* compact 3x2 layout: tighter max width so three smaller cards fit per row */
  max-width: 660px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  margin: 1.2rem auto 0;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
  max-width: 220px;
}

.product-card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #050505;
}

.product-card-copy {
  display: grid;
  gap: 0.35rem;
  padding: 0.6rem;
  text-align: center;
  justify-items: center;
}

.product-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  line-height: 1;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.kit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding-bottom: 2.8rem;
  place-items: center;
}

.kit-card {
  border: 1px solid var(--line);
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #ffffff;
  animation: rise 0.6s ease both;
  align-items: center;
  text-align: center;
  max-width: 520px;
}

.kit-card-starter {
  background: #000000;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.14);
}

.kit-card-starter .kit-image {
  border-color: rgba(255, 255, 255, 0.14);
}

.kit-card-starter .kit-tag,
.kit-card-starter .kit-price {
  border-color: rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.9);
}

.kit-card-starter .kit-lede {
  color: rgba(255, 255, 255, 0.74);
}

.kit-card-starter .kit-list {
  border-color: rgba(255, 255, 255, 0.18);
}

.kit-card-starter .kit-list li {
  border-bottom-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.7);
}

.kit-card-starter .button-primary {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.kit-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid var(--line);
}

.kit-card:nth-child(2) {
  animation-delay: 0.08s;
}

.kit-card-premium {
  background: #000000;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.14);
  max-width: 900px;
  width: 100%;
}

@media (min-width: 768px) {
  .kit-card-premium {
    flex-direction: row;
    align-items: stretch;
    text-align: left;
    padding: 2.2rem;
    gap: 3rem;
  }
  
  .kit-card-premium > .kit-image {
    width: 45%;
    aspect-ratio: auto;
    object-fit: cover;
  }
  
  .kit-card-premium .kit-meta {
    justify-content: flex-start;
  }

  .kit-card-premium h3,
  .kit-card-premium .kit-lede {
    text-align: left;
  }
}

.kit-card-premium .kit-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

.kit-card-premium .kit-image {
  border-color: rgba(255, 255, 255, 0.14);
}

.kit-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.kit-tag,
.kit-price {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.8rem;
  color: var(--muted);
}

.kit-card-premium .kit-tag,
.kit-card-premium .kit-price {
  border-color: rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.9);
}

.kit-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  text-align: center;
}

.kit-lede {
  margin: 0;
  color: var(--muted);
  text-align: center;
  font-size: 1rem;
}

.kit-card-premium .kit-lede {
  color: rgba(255, 255, 255, 0.74);
}

.kit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px dashed var(--line);
}

.kit-list li {
  padding: 0.7rem 0.9rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

.kit-list li:last-child {
  border-bottom: 0;
}

.kit-pickers {
  display: grid;
  gap: 0.75rem;
}

.segmented-control {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.kit-picker {
  display: grid;
  gap: 0.35rem;
}

.kit-picker span {
  font-size: 0.82rem;
  color: var(--muted);
}

.kit-picker select {
  width: 100%;
  appearance: none;
  border: 1px solid var(--line);
  border-radius: 0.95rem;
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  color: var(--text);
  padding: 0.85rem 0.95rem;
  font: inherit;
  font-size: 1rem;
}

.kit-card-premium .kit-picker span {
  color: rgba(255, 255, 255, 0.7);
}

.kit-card-premium .kit-picker select {
  background: rgba(255, 255, 255, 0.97);
  border-color: rgba(255, 255, 255, 0.2);
}

.kit-card-premium .kit-list {
  border-color: rgba(255, 255, 255, 0.18);
}

.kit-card-premium .kit-list li {
  border-bottom-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.7);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.4rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: transparent;
  font-size: 0.95rem;
  font-family: inherit;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--accent);
  color: #ffffff;
  border-color: var(--accent);
}

.button-outline {
  color: var(--text);
}

.contact-layout {
  width: min(980px, calc(100% - 3rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 680px);
  gap: 1.4rem;
  padding-bottom: 3.4rem;
  justify-content: center;
  justify-items: center;
}

.contact-panel {
  justify-content: center;
  min-height: 340px;
  width: 100%;
}

.contact-panel h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.contact-actions {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.6rem;
  width: 100%;
}

.contact-form {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.6rem;
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
}

.contact-form span {
  font-size: 0.82rem;
  color: var(--muted);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--text);
  padding: 0.85rem 0.95rem;
  font: inherit;
  font-size: 1rem;
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.button-outline-light {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.32);
}

.button-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

.button-light {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.button-full {
  width: 100%;
}

.button.is-selected {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  box-shadow: inset 0 0 0 1px var(--text);
}

.quick-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.4rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  animation: rise 0.6s ease both;
  animation-delay: 0.16s;
}

.quick-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.order-note {
  margin: 0.4rem 0 0;
  color: var(--muted);
}

.quick-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem 0 2.6rem;
  color: var(--muted);
}

.footer-wordmark {
  width: 140px;
  opacity: 0.85;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .section-head {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .section-text {
    max-width: none;
  }

  .kit-grid {
    grid-template-columns: 1fr;
  }

  .page-layout {
    grid-template-columns: 1fr;
  }

  .bestseller-strip {
    grid-template-columns: repeat(3, minmax(260px, 78vw));
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scroll-snap-type: x proximity;
    justify-items: center;
  }

  .bestseller-card {
    scroll-snap-align: start;
  }

  .quick-order {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar-inner {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 560px) {
  .hero-actions,
  .quick-actions,
  .topbar-actions {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .kit-card {
    padding: 1rem;
  }

  .bestsellers {
    width: min(100%, calc(100% - 1rem));
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

/* Centralized product card layout */
.hero {
  padding: 4rem 0 2.8rem;
}

.hero-inner {
  margin: 0 auto;
  text-align: center;
}

.lede {
  margin-left: auto;
  margin-right: auto;
}

.page-layout {
  align-items: start;
}

.selection-panel {
  border-radius: 8px;
  padding: 1.4rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
}

.bestsellers {
  width: min(1180px, calc(100% - 3rem));
  padding: 0.8rem 0 3.2rem;
}

.bestseller-strip {
  grid-template-columns: repeat(2, minmax(280px, 360px));
  max-width: 780px;
  overflow: visible;
}

.bestseller-card {
  width: 100%;
  border-radius: 8px;
}

.bestseller-copy {
  text-align: center;
}

.bestseller-meta,
.kit-meta {
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.kit-grid {
  grid-template-columns: repeat(2, minmax(280px, 520px));
  gap: 1.6rem;
  padding: 0.8rem 0 3.4rem;
  justify-content: center;
  align-items: stretch;
  place-items: stretch center;
}

.kit-card,
.kit-card-premium {
  width: 100%;
  max-width: 520px;
  border-radius: 8px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.kit-card {
  padding: 1.3rem;
}

.kit-card-premium {
  text-align: center;
}

.kit-image,
.kit-picker select,
.button,
.kit-list {
  border-radius: 8px;
}

.kit-list {
  overflow: hidden;
  width: 100%;
}

.kit-pickers {
  width: 100%;
}

@media (min-width: 768px) {
  .kit-card-premium {
    flex-direction: column;
    align-items: center;
    padding: 1.3rem;
    gap: 1rem;
  }

  .kit-card-premium > .kit-image {
    width: 100%;
    aspect-ratio: 16 / 10;
  }

  .kit-card-premium h3,
  .kit-card-premium .kit-lede {
    text-align: center;
  }
}

@media (max-width: 900px) {
  .bestseller-strip,
  .kit-grid {
    grid-template-columns: minmax(0, 1fr);
    width: min(560px, 100%);
    max-width: 560px;
  }

  .bestseller-strip {
    overflow: visible;
    scroll-snap-type: none;
  }

  .bestseller-card {
    scroll-snap-align: none;
  }

  .product-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 560px;
  }
}

@media (max-width: 560px) {
  .topbar-inner,
  .hero,
  .section-head,
  .footer {
    width: min(100%, calc(100% - 1.2rem));
  }

  .bestsellers,
  .kit-grid {
    width: min(100%, calc(100% - 1.2rem));
  }

  .product-showcase {
    grid-template-columns: 1fr;
  }

  .brand-lockup {
    justify-content: center;
  }

  .hero {
    padding-top: 2.6rem;
  }
}

/* Starter and premium product pages */
.page-hero {
  padding: 4rem 0 2rem;
}

.page-hero-inner {
  text-align: center;
}

.page-hero h1 {
  margin: 0 0 0.8rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.98;
}

.page-layout {
  width: min(1120px, calc(100% - 3rem));
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 1.4rem;
  padding-bottom: 3.4rem;
}

.product-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(280px, 1fr);
  gap: 1.4rem;
  align-items: stretch;
}

.product-media {
  min-height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #050505;
}

.product-media .kit-image {
  height: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 0;
  object-fit: cover;
}

.product-panel .selection-copy {
  align-content: center;
  padding: 0.6rem;
}

.product-panel .kit-meta {
  justify-content: flex-start;
}

.product-panel .order-note {
  max-width: 34rem;
}

.detail-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  width: 100%;
}

.detail-points span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.75rem 0.65rem;
  background: #fafafa;
  color: #303030;
  font-size: 0.82rem;
  text-align: center;
}

.order-panel {
  position: sticky;
  top: 6rem;
  gap: 1rem;
  min-height: 420px;
  justify-content: center;
}

.order-panel .eyebrow {
  color: rgba(255, 255, 255, 0.6);
}

.order-summary {
  display: grid;
  gap: 0.75rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.order-summary div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.order-summary div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.order-summary span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.order-summary strong {
  font-size: 0.92rem;
  text-align: right;
}

.cart-layout {
  width: min(900px, calc(100% - 3rem));
  margin: 0 auto;
  padding-bottom: 3.4rem;
}

.cart-list {
  display: grid;
  gap: 0.8rem;
}

.cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fafafa;
}

.cart-item div:first-child {
  display: grid;
  gap: 0.25rem;
}

.cart-item span,
.cart-item small,
.cart-empty {
  color: var(--muted);
}

.cart-item strong {
  font-size: 1rem;
}

.cart-item-actions,
.cart-actions {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  flex-wrap: wrap;
}

.cart-actions {
  margin-top: 1rem;
}

/* Catalogue page */
.catalogue-hero {
  padding-bottom: 1.2rem;
}

.catalogue-layout {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
  padding-bottom: 3.4rem;
}

.catalogue-toolbar {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin: 0 auto 1rem;
}

.catalogue-filter {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.65rem 0.9rem;
  color: var(--muted);
  font-size: 0.82rem;
  background: rgba(255, 255, 255, 0.72);
}

.catalogue-filter-active {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

.catalogue-section {
  padding: 0.8rem 0 2.2rem;
}

.catalogue-section-head {
  width: 100%;
}

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

.catalogue-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.07);
}

.catalogue-card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #050505;
}

.catalogue-card-copy {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  flex: 1;
  align-content: start;
}

.catalogue-card h3,
.catalogue-kit-panel h3,
.catalogue-advice h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1;
}

.catalogue-card p,
.catalogue-kit-panel p,
.catalogue-advice p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.scent-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: auto;
}

.scent-notes span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.35rem 0.55rem;
  color: #303030;
  background: #fafafa;
  font-size: 0.76rem;
}

.catalogue-card-accent {
  background: #000000;
  color: #ffffff;
  justify-content: center;
  min-height: 100%;
}

.catalogue-card-accent .kit-tag,
.catalogue-card-accent .kit-price {
  border-color: rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.9);
}

.catalogue-card-accent p {
  color: rgba(255, 255, 255, 0.74);
}

.catalogue-kit-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.catalogue-kit-panel {
  min-height: 280px;
  justify-content: center;
}

.catalogue-kit-panel .kit-tag {
  width: fit-content;
}

.catalogue-kit-panel.selection-panel-accent p {
  color: rgba(255, 255, 255, 0.74);
}

.catalogue-kit-panel.selection-panel-accent .kit-tag {
  border-color: rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.9);
}

.catalogue-advice {
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.07);
}

.catalogue-advice p {
  max-width: 720px;
}

@media (max-width: 980px) {
  .page-layout {
    grid-template-columns: 1fr;
    width: min(720px, calc(100% - 2rem));
  }

  .order-panel {
    position: static;
    min-height: auto;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    width: min(720px, calc(100% - 2rem));
  }

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

@media (max-width: 720px) {
  .page-hero {
    padding: 2.8rem 0 1.4rem;
  }

  .page-hero-inner {
    width: min(100%, calc(100% - 1.2rem));
  }

  .product-panel {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .product-media .kit-image {
    min-height: 300px;
  }

  .detail-points {
    grid-template-columns: 1fr;
  }

  .catalogue-layout {
    width: min(100%, calc(100% - 1.2rem));
  }

  .catalogue-grid,
  .catalogue-kit-row {
    grid-template-columns: 1fr;
  }

  .catalogue-card-copy,
  .catalogue-advice {
    padding: 1rem;
  }

  .cart-layout {
    width: min(100%, calc(100% - 1.2rem));
  }

  .cart-item {
    grid-template-columns: 1fr;
  }

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