.feedback-section {
  padding-top: 20px;
}

.seller-proof {
  min-width: 0;
  padding: 12px 0;
}

.seller-proof-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.seller-proof-label {
  margin: 0 0 10px;
  color: #5a6472;
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.seller-proof-header h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.seller-proof-stars {
  display: block;
  margin-top: 10px;
  color: #a66b00;
  font-size: 1.2rem;
  letter-spacing: 0.18em;
}

.seller-proof-logo {
  width: 80px;
  height: auto;
  flex-shrink: 0;
}

.seller-proof-stats {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 12px;
  margin: 0;
}

.seller-proof-stats > div {
  min-width: 0;
  padding: 26px clamp(14px, 2vw, 28px);
  border-radius: 14px;
}

.seller-proof-score {
  background: #14233b;
  color: #ffffff;
}

.seller-proof-count {
  background: #ffd442;
  color: #14233b;
}

.seller-proof-stats dt {
  margin-bottom: 22px;
  font-size: 0.8rem;
  font-weight: 650;
}

.seller-proof-stats dd {
  margin: 0;
  font-size: clamp(2.5rem, 4.8vw, 4.8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.065em;
  white-space: nowrap;
}

.seller-proof-score dd {
  color: #ffd442;
}

.seller-proof-stats dd > span {
  font-size: 0.5em;
}

.seller-proof-stats small {
  display: block;
  margin-top: 20px;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: normal;
}

.seller-proof-score small {
  color: #d6deea;
}

.seller-proof-review {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 28px 0;
}

.seller-proof-quote-mark {
  color: #a66b00;
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 0.9;
}

.seller-proof-review blockquote {
  margin: 0 0 12px;
  font-size: clamp(1.25rem, 2.1vw, 1.7rem);
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.seller-proof-review figcaption {
  color: #5a6472;
  font-size: 0.75rem;
}

.seller-proof-review figcaption span {
  margin-right: 5px;
  color: #32654c;
}

.seller-proof-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid #dce0e5;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.seller-proof-arrow {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #ffd442;
  color: #14233b;
  font-size: 1.25rem;
}

.seller-proof-link:hover .seller-proof-arrow,
.seller-proof-link:focus-visible .seller-proof-arrow {
  background: #14233b;
  color: #ffd442;
}

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

.feedback-card {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 28px;
  border: 1px solid #e1e5eb;
  border-radius: 12px;
}

.feedback-positive {
  margin: 0 0 20px;
  color: #32654c;
  font-size: 0.85rem;
  font-weight: 600;
}

.feedback-positive span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  border-radius: 50%;
  background: #eaf4ed;
}

.feedback-card blockquote {
  flex: 1;
  margin: 0 0 24px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.55;
}

.feedback-card blockquote p {
  margin: 0;
}

.feedback-card figcaption,
.feedback-source {
  font-size: 0.8rem;
  color: #5a6472;
}

.feedback-source {
  margin-top: 20px;
}

@media (max-width: 760px) {
  .feedback-grid {
    grid-template-columns: 1fr;
  }

}

/* Hidden controls stay hidden even when their component uses flex or grid. */
[hidden] {
  display: none !important;
}

.ebay-logo {
  display: inline-block;
  width: 48px;
  height: 22px;
  vertical-align: middle;
  flex-shrink: 0;
  margin-right: 7px;
  background: white;
  border-radius: 3px;
}

.enquiry-page {
  padding-bottom: 65px;
}

.enquiry-page h1 {
  margin-bottom: 24px;
}

.enquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
  gap: 48px;
  align-items: start;
  margin-top: 38px;
}

.enquiry-form fieldset {
  margin: 0 0 32px;
  padding: 0;
  border: 0;
  min-width: 0;
}

.enquiry-form legend {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.enquiry-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 7px;
}

.enquiry-form label > span:not(:only-child) {
  font-weight: 400;
}

.enquiry-form input:not([type="checkbox"]):not([type="hidden"]),
.enquiry-form textarea {
  width: 100%;
  padding: 13px;
  margin-bottom: 20px;
  border: 1px solid #aeb7c2;
  border-radius: 5px;
  color: var(--ink);
  background: white;
}

.enquiry-form textarea {
  display: block;
  resize: vertical;
  min-height: 140px;
  font: inherit;
  line-height: 1.6;
}

.form-help {
  margin: 0 0 12px;
  font-size: 0.875rem;
  color: var(--muted);
}

.form-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.enquiry-form .form-check {
  display: flex;
  align-items: start;
  gap: 12px;
  font-size: 0.9375rem;
  font-weight: 400;
}

.form-check input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 3px;
}

.form-privacy {
  margin-top: 20px;
  font-size: 0.875rem;
  color: var(--muted);
}

.form-privacy a,
.form-notice a,
.received-page a:not(.button) {
  text-decoration: underline;
}

.form-errors,
.form-notice {
  padding: 20px;
  border: 1px solid #e5b780;
  background: #fff4de;
  border-radius: 6px;
  margin-bottom: 24px;
}

.form-errors h2 {
  font-size: 1.25rem;
}

.form-errors ul {
  margin-bottom: 0;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.request-line {
  padding-block: 15px;
  border-bottom: 1px solid #e4dcbf;
}

.request-line p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0 0;
}

.received-page {
  max-width: 850px;
  margin-block: 70px;
}

.basket-next-step .button {
  width: 100%;
  margin-top: 22px;
}

button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

@media (max-width: 850px) {
  .enquiry-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .form-pair {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* Shared palette and page rhythm. */
:root {
  --ink: #14233b;
  --muted: #5c6573;
  --yellow: #ffd442;
  --paper: #fff;
  --soft: #f5f6f7;
  --line: #e4e6e9;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

button,
input {
  font: inherit;
}

button,
summary {
  cursor: pointer;
}

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

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

h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.045em;
}

h1 {
  font-size: clamp(2.75rem, 5.2vw, 4.75rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 750;
}

:focus-visible {
  outline: 3px solid #2564d7;
  outline-offset: 5px;
}

.container {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 20;
  padding: 12px 20px;
  background: var(--yellow);
}

.skip-link:focus {
  top: 10px;
}

.announcement {
  background: var(--ink);
  color: white;
  font-size: 0.8125rem;
}

.announcement-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 10px;
}

.announcement a {
  color: #f9da77;
}

.announcement a span {
  margin-left: 12px;
}

.site-header {
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.wordmark {
  display: inline-block;
  font-size: 2.65rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.07em;
}

.brand-dot {
  color: #dca400;
}

.wholesale-label {
  display: block;
  margin-top: 8px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.37em;
}

.header-inner nav {
  display: flex;
  gap: 34px;
  font-size: 0.875rem;
  font-weight: 600;
}

.header-inner nav a {
  padding-block: 14px;
  border-bottom: 2px solid transparent;
}

.header-inner nav a[aria-current="page"] {
  border-color: #e4b522;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 16px 24px;
  border: 1px solid var(--ink);
  border-radius: 5px;
  background: var(--ink);
  color: white;
  font-size: 0.875rem;
  font-weight: 650;
  line-height: 1.5;
  transition: background 160ms, transform 160ms;
}

.button:hover {
  background: #2c4261;
  transform: translateY(-2px);
}

.button span {
  font-size: 1.25rem;
  line-height: 1;
}

.button-small {
  padding: 12px 19px;
}

.button-outline {
  color: var(--ink);
  background: transparent;
}

.button-outline:hover {
  background: var(--ink);
  color: white;
}

.button-yellow {
  background: var(--yellow);
  color: var(--ink);
  border-color: var(--yellow);
}

.button-yellow:hover {
  background: #ffe68c;
}

.text-link {
  font-size: 0.875rem;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #b6bdc6;
}

.text-link span {
  display: inline-block;
  margin-left: 18px;
}

.eyebrow {
  margin-bottom: 18px;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.14em;
}

/* Pair the introduction with customer feedback; stack both on small screens. */
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  gap: 45px;
  align-items: center;
  padding-block: 47px 50px;
}

.hero-copy {
  padding-block: 10px;
}

.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.small-spark {
  font-size: 1.7rem;
  line-height: 1;
  color: #a26d00;
}

.hero h1 {
  margin-bottom: 25px;
  font-size: clamp(3.3rem, 5.3vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.joy-word {
  position: relative;
  display: inline-block;
}

.joy-word svg {
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 18px;
  fill: none;
  stroke: var(--yellow);
  stroke-width: 7px;
  z-index: -1;
}

.hero-description {
  max-width: 38ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 23px;
}

.hero-footnote {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 0.8125rem;
}

.mini-box {
  color: var(--ink);
  font-size: 1.25rem;
}

.hero-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 12px;
  background: var(--yellow);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image: linear-gradient(#d4a828 1px, transparent 1px), linear-gradient(90deg, #d4a828 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(transparent, black);
  z-index: -1;
}

.hero-product {
  width: 76%;
  padding: 22px;
  transform: rotate(-9deg) translate(2px, 22px);
  border-radius: 24px;
  background: white;
  box-shadow: 16px 24px 0 #caa62733;
}

.hero-product img {
  width: 100%;
  height: 340px;
  object-fit: contain;
}

.hero-sticker {
  position: absolute;
  top: 22px;
  right: 20px;
  z-index: 2;
  width: 132px;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  background: #fff8dd;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  transform: rotate(12deg);
}

.hero-sticker b {
  font-size: 0.75rem;
  letter-spacing: -0.03em;
}

.hero-sticker > span {
  font-size: 2rem;
  line-height: 1;
}

.hero-spark {
  position: absolute;
  font-size: 4.5rem;
  line-height: 1;
}

.spark-one {
  left: 27px;
  top: 41px;
}

.spark-two {
  bottom: 90px;
  right: 20px;
}

.hero-caption {
  position: absolute;
  bottom: 27px;
  left: 30px;
  right: 30px;
}

.hero-caption > span {
  display: block;
  font-size: 0.625rem;
  font-weight: 750;
  letter-spacing: 0.13em;
}

.hero-caption a {
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  font-weight: 750;
}

.vertical-note {
  position: absolute;
  right: 12px;
  top: 190px;
  writing-mode: vertical-rl;
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  font-weight: 700;
}

/* Catalogue cards share one layout across the home and collection pages. */
.section {
  padding-block: 70px;
}

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

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading .eyebrow {
  margin-bottom: 13px;
  color: var(--muted);
}

.category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.chip {
  display: inline-block;
  border: 1px solid #dadde2;
  border-radius: 5px;
  padding: 9px 17px;
  font-size: 0.8125rem;
  font-weight: 600;
  background: white;
}

.chip:hover {
  border-color: var(--ink);
}

.chip.active {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 24px;
}

/* Share each row's image, title and price tracks so wrapped names stay aligned. */
.product-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: 8px;
  min-width: 0;
  padding-bottom: 24px;
}

.product-card > * {
  min-width: 0;
}

.product-card .product-brand {
  margin: 6px 0 0;
}

.product-card h3 {
  margin: 0;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.product-card .card-pricing {
  margin-top: 6px;
  padding-top: 12px;
}

.product-card .pack-discount {
  margin-top: 8px;
  gap: 6px 10px;
}

.product-card .pack-price {
  margin: 8px 0 0;
  font-size: clamp(1.15rem, 2.3vw, 1.5rem);
}

.product-card .add-to-basket {
  align-self: end;
  margin-top: 4px;
  padding: 13px 12px;
  gap: 8px;
}

.product-image-link {
  position: relative;
  display: block;
}

.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 25px;
  overflow: hidden;
  background: #f5f6f7;
  border-radius: var(--radius);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 200ms;
}

.product-image-link:hover img {
  transform: scale(1.045);
}

.card-arrow {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background: white;
  border-radius: 50%;
}

.product-brand {
  margin: 18px 0 8px;
  color: var(--muted);
  font-size: 0.75rem;
}

.product-card h3 {
  margin-bottom: 7px;
  font-size: 1.125rem;
  letter-spacing: -0.025em;
}

.product-card h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.product-category {
  margin: 0;
  color: var(--muted);
  font-size: 0.8125rem;
}

.wholesale-banner {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 52px;
  overflow: hidden;
  border-radius: 10px;
  background: var(--ink);
  color: white;
}

.banner-symbol {
  font-size: 8rem;
  color: var(--yellow);
  line-height: 1;
}

.wholesale-banner .eyebrow {
  color: var(--yellow);
}

.wholesale-banner h2 {
  margin-bottom: 18px;
}

.wholesale-banner p:not(.eyebrow) {
  color: #d0d7e2;
}

.banner-aside {
  margin-left: auto;
  padding-left: 50px;
  border-left: 1px solid #465064;
  text-align: center;
  transform: rotate(7deg);
}

.outline-smile {
  color: var(--yellow);
  font-size: 6rem;
  line-height: 1.1;
}

.banner-aside p {
  font-size: 1.1rem;
}

.retail-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding-block: 66px;
}

.retail-banner h2 {
  margin-bottom: 13px;
}

.retail-banner .eyebrow {
  color: var(--muted);
  margin-bottom: 14px;
}

.retail-banner p {
  color: var(--muted);
  margin-bottom: 0;
}

.site-footer {
  padding-block: 50px 20px;
  background: #f6f7f8;
  border-top: 1px solid var(--line);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  font-size: 0.875rem;
}

.footer-top .wordmark {
  margin-bottom: 16px;
}

.footer-top p {
  color: var(--muted);
  margin-bottom: 12px;
}

.footer-top .footer-heading {
  color: var(--ink);
  font-weight: 700;
}

.footer-top > div > a:not(.wordmark) {
  display: block;
  margin-bottom: 8px;
}

.footer-ebay {
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid #dce0e5;
  color: var(--muted);
  font-size: 0.75rem;
}

/* Pack prices are prominent; individual prices support comparison. */
.card-pricing {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.pack-label {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 4px;
  background: #fff1bb;
  font-size: 0.8125rem;
  font-weight: 650;
}

.pack-price {
  margin: 10px 0 3px;
  font-size: 1.5rem;
  font-weight: 750;
  line-height: 1.3;
}

.pack-price span {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--muted);
}

.unit-price,
.price-reference {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.875rem;
}

.price-pending {
  margin: 12px 0 0;
  font-weight: 600;
  font-size: 0.9375rem;
}

.detail-pricing {
  margin-block: 28px;
}

.detail-pricing .pack-price {
  font-size: 2.2rem;
}

.price-reference {
  margin-top: 14px;
}

.price-reference a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pack-discount {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 0;
  font-size: 0.875rem;
}

.pack-discount s {
  color: var(--muted);
}

.pack-discount span {
  color: #19633b;
  font-weight: 700;
}

.add-to-basket {
  width: 100%;
  margin-top: 18px;
}

.product-enquiry > .add-to-basket {
  margin: 0 0 24px;
}

.floating-basket {
  position: fixed;
  right: 24px;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  z-index: 25;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 270px;
  padding: 14px 20px;
  border: 2px solid var(--ink);
  border-radius: 16px;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 0 8px 30px #14233b30;
}

.floating-basket:hover {
  background: #ffe379;
}

.floating-basket:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 4px;
}

.floating-basket-icon svg {
  display: block;
  width: 30px;
  height: 30px;
}

.floating-basket-copy {
  display: grid;
  gap: 2px;
}

.floating-basket-copy strong {
  font-size: 1rem;
}

.floating-basket-copy > span {
  font-size: 0.8rem;
}

.floating-basket-arrow {
  margin-left: auto;
  font-size: 1.5rem;
}

body.has-floating-basket {
  padding-bottom: calc(108px + env(safe-area-inset-bottom, 0px));
}

.has-floating-basket .basket-notice {
  bottom: calc(114px + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 600px) {
  .floating-basket {
    left: 16px;
    right: 16px;
    min-width: 0;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  }
}

.basket-link {
  white-space: nowrap;
}

.basket-link [data-basket-count] {
  padding: 4px 7px;
  border-radius: 4px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.875rem;
}

.basket-notice {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  width: max-content;
  max-width: calc(100% - 32px);
  padding: 16px 24px;
  background: var(--ink);
  color: white;
  border: 1px solid white;
  border-radius: 8px;
  box-shadow: 0 6px 24px #14233b33;
}

.basket-page {
  padding-bottom: 65px;
}

.basket-page h1 {
  margin-bottom: 20px;
}

.basket-intro {
  color: var(--muted);
  margin-bottom: 35px;
}

.basket-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 1fr);
  gap: 36px;
  align-items: start;
}

.basket-item {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) auto;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.basket-image {
  padding: 8px;
  background: var(--soft);
  border-radius: 6px;
}

.basket-image img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.basket-item h2 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.basket-item-details p,
.basket-item-details > span {
  font-size: 0.875rem;
  color: var(--muted);
}

.basket-item-details label {
  font-size: 0.875rem;
}

.basket-item input {
  width: 75px;
  padding: 9px;
  margin: 0 8px;
  color: var(--ink);
  border: 1px solid #aeb7c2;
  border-radius: 5px;
}

.remove-item {
  display: block;
  margin-top: 14px;
  padding: 4px 0;
  background: none;
  border: 0;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 0.875rem;
}

.basket-line-total {
  font-weight: 700;
  max-width: 150px;
}

.basket-summary {
  padding: 28px;
  background: #fff8df;
  border-radius: 10px;
}

.basket-summary h2 {
  font-size: 1.6rem;
}

.basket-summary p {
  color: var(--muted);
  font-size: 0.875rem;
}

.basket-subtotal {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding-block: 20px;
  margin-bottom: 16px;
  border-block: 1px solid #e4dcbf;
}

.basket-subtotal strong {
  font-size: 1.45rem;
}

.basket-next-step {
  border-top: 1px solid #e4dcbf;
  padding-top: 20px;
}

.basket-next-step p {
  margin: 8px 0 0;
}

.basket-storage-warning {
  padding: 18px;
  background: #fff1bb;
}

@media (max-width: 850px) {
  .basket-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .header-inner {
    position: relative;
  }

  .header-inner .basket-link {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 9px 12px;
    gap: 8px;
  }

  .header-inner .wholesale-label {
    display: none;
  }

  .basket-item {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 14px;
  }

  .basket-line-total {
    grid-column: 2;
    margin: 0;
    max-width: none;
  }

  .basket-item-details > span {
    display: block;
    margin-top: 8px;
  }

  .basket-summary {
    padding: 22px;
  }

  .product-card .add-to-basket {
    padding: 12px 8px;
    gap: 6px;
    font-size: 0.8125rem;
  }
}

/* Collection and search. */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-block: 26px 35px;
  font-size: 0.8125rem;
  color: var(--muted);
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.catalogue-header {
  padding-block: 1px 0;
}

.catalogue-header .breadcrumb {
  margin-block: 24px;
}

.collection-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  align-items: center;
  gap: 42px;
  overflow: hidden;
  padding: 44px 48px;
  border-radius: 20px;
  background: var(--ink);
  color: white;
}

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

.collection-hero .eyebrow {
  margin-bottom: 18px;
  color: var(--yellow);
  font-size: 0.75rem;
}

.catalogue-header h1 {
  max-width: 640px;
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 4.5vw, 4.2rem);
  line-height: 1.07;
}

.collection-hero h1 > span {
  color: var(--yellow);
}

.collection-description {
  max-width: 540px;
  margin: 0;
  color: #e0e5ed;
  font-size: 1rem;
  line-height: 1.7;
}

.collection-wholesale-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #ffffff60;
}

.collection-wholesale-link:hover {
  color: var(--yellow);
}

.collection-pack-badge {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  text-align: center;
  transform: rotate(7deg);
  box-shadow: 10px 10px 0 #ffffff14;
}

.collection-badge-kicker {
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.collection-pack-badge strong {
  margin-block: 10px;
  font-size: 1.15rem;
  line-height: 1;
}

.collection-pack-badge strong > span {
  display: block;
  font-size: 4.9rem;
  font-weight: 850;
  letter-spacing: -0.07em;
}

.collection-badge-discount {
  padding: 5px 12px;
  border-radius: 30px;
  background: var(--ink);
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
}

.collection-hero-spark {
  position: absolute;
  right: -18px;
  top: -76px;
  font-size: 240px;
  color: #ffffff12;
  transform: rotate(12deg);
}

.collection-hero-dot {
  position: absolute;
  right: 260px;
  bottom: -24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--yellow);
}

@media (max-width: 760px) {
  .collection-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    padding: 30px 24px;
    border-radius: 14px;
  }

  .collection-pack-badge {
    width: 100%;
    height: auto;
    padding: 16px;
    border-radius: 12px;
    transform: none;
    box-shadow: none;
    gap: 8px;
  }

  .collection-pack-badge strong {
    margin: 0;
  }

  .collection-pack-badge strong > span {
    display: inline;
    margin-left: 4px;
    font-size: 1.8rem;
  }

  .collection-badge-kicker,
  .collection-hero-dot {
    display: none;
  }
}

.catalogue-body {
  padding-top: 36px;
}

.catalogue-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.search-form {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(100%, 580px);
  padding: 6px 6px 6px 16px;
  border: 1px solid #bfc5ce;
  border-radius: 6px;
}

.search-form > span {
  font-size: 1.8rem;
  line-height: 1;
}

.search-form input[type="search"] {
  width: 100%;
  min-width: 0;
  border: 0;
  padding: 8px 0;
  background: transparent;
  color: var(--ink);
}

.search-form button {
  padding: 9px 18px;
  border: 0;
  border-radius: 4px;
  background: var(--ink);
  color: white;
  font-size: 0.875rem;
}

.results-count {
  color: var(--muted);
  white-space: nowrap;
  font-size: 0.875rem;
}

.search-summary {
  font-size: 0.875rem;
}

.search-summary a {
  margin-left: 16px;
  text-decoration: underline;
}

.empty-state {
  padding: 70px 20px;
  text-align: center;
  background: var(--soft);
  border-radius: 10px;
}

.empty-state > span {
  font-size: 3rem;
}

.empty-state p {
  color: var(--muted);
}

.catalogue-note {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 48px;
  padding: 22px;
  background: var(--soft);
  border-radius: 6px;
  font-size: 0.875rem;
}

.catalogue-note p {
  margin: 0;
}

.catalogue-note a {
  margin-left: auto;
  text-decoration: underline;
  white-space: nowrap;
}

/* Product gallery and wholesale information. */
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 64px;
  padding-block: 10px 40px;
}

.main-image {
  padding: 35px;
  aspect-ratio: 1;
  background: var(--soft);
  border-radius: 10px;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.gallery-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.thumbnail {
  width: 82px;
  height: 82px;
  padding: 8px;
  border: 2px solid var(--line);
  border-radius: 6px;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thumbnail.selected {
  border-color: var(--ink);
}

.product-detail-copy h1 {
  font-size: clamp(2.5rem, 3.5vw, 3.6rem);
  margin-bottom: 25px;
}

.detail-description {
  margin-top: 27px;
  color: var(--muted);
}

.product-enquiry {
  margin-top: 30px;
  padding: 28px;
  background: #fff8df;
  border-radius: 8px;
}

.product-enquiry h2 {
  font-size: 1.5rem;
  line-height: 1.25;
}

.product-enquiry p:not(.eyebrow) {
  color: var(--muted);
}

.product-enquiry .eyebrow {
  font-size: 0.6875rem;
}

.single-purchase {
  margin-block: 24px;
  font-size: 0.875rem;
}

.single-purchase a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

details {
  padding-block: 22px;
  border-bottom: 1px solid var(--line);
}

summary {
  font-weight: 650;
}

details p {
  color: var(--muted);
  margin: 16px 0 0;
}

details p a {
  text-decoration: underline;
}

.back-link {
  display: inline-block;
  margin-top: 10px;
}

.wholesale-intro {
  padding-bottom: 40px;
}

.wholesale-intro > .eyebrow {
  margin-top: 50px;
}

.wholesale-intro h1 {
  margin-bottom: 25px;
}

.intro-text {
  color: var(--muted);
  font-size: 1.125rem;
}

.steps-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.step {
  padding: 30px;
  border-radius: 8px;
  background: var(--soft);
}

.step:last-child {
  background: #fff6d9;
}

.step-number {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 0.875rem;
  font-weight: 750;
}

.step h2 {
  font-size: 1.5rem;
}

.step p {
  color: var(--muted);
}

.status-label {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #dac578;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 650;
}

.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  margin-top: 70px;
  padding-top: 20px;
}

.faq-list details:first-child {
  padding-top: 0;
}

.error-page {
  margin-block: 60px;
}

/* Tablet: preserve the product focus and let controls wrap naturally. */
@media (max-width: 1050px) {
  .container {
    width: calc(100% - 56px);
  }

  .header-cta {
    display: none;
  }

  .hero {
    gap: 28px;
  }

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

  .hero-product {
    width: 80%;
    padding: 15px;
  }

  .hero-product img {
    height: 290px;
  }

  .hero-sticker {
    width: 112px;
    height: 112px;
  }

  .product-grid {
    column-gap: 18px;
  }

  .product-image {
    padding: 17px;
  }

  .banner-symbol {
    display: none;
  }

  .product-detail {
    gap: 32px;
  }

  .steps-section {
    gap: 16px;
  }

  .step {
    padding: 24px;
  }
}

/* Mobile: all navigation remains visible without a scripted menu. */
@media (max-width: 720px) {
  .container {
    width: calc(100% - 36px);
  }

  .announcement-inner {
    justify-content: center;
    padding-block: 8px;
  }

  .announcement-inner > span {
    display: none;
  }

  .header-inner {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    padding-top: 20px;
  }

  .wordmark {
    font-size: 2.25rem;
  }

  .wholesale-label {
    display: inline-block;
    margin-left: 18px;
    vertical-align: middle;
    letter-spacing: 0.19em;
  }

  .header-inner nav {
    justify-content: space-between;
    width: 100%;
    gap: 16px;
    font-size: 0.8125rem;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 30px;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 12.5vw, 5rem);
  }


  .hero-description br {
    display: none;
  }

  .hero-actions {
    gap: 18px;
  }

  .hero-footnote {
    margin-top: 20px;
  }

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

  .hero-product {
    max-width: 350px;
  }

  .hero-product img {
    height: 270px;
  }

  .hero-sticker {
    top: 15px;
    right: 15px;
  }

  .section {
    padding-block: 42px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 16px;
  }

  .category-links {
    gap: 8px;
  }

  .chip {
    padding: 8px 12px;
    font-size: 0.75rem;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 14px;
  }

  .product-image {
    padding: 16px;
  }

  .product-card h3 {
    font-size: 1rem;
  }

  .product-brand {
    margin-top: 13px;
  }

  .wholesale-banner {
    padding: 32px 26px;
  }

  .banner-aside,
  .desktop-break {
    display: none;
  }

  .retail-banner {
    align-items: start;
    flex-direction: column;
    gap: 24px;
    padding-block: 42px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 5px;
  }

  .catalogue-header h1 {
    font-size: 2.75rem;
  }

  .catalogue-tools {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }

  .catalogue-note {
    align-items: start;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
  }

  .catalogue-note a {
    margin-left: 0;
    white-space: normal;
  }

  .catalogue-note > span {
    display: none;
  }

  .product-detail {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .product-enquiry {
    padding: 22px;
  }

  .main-image {
    padding: 25px;
  }

  .thumbnail {
    width: 68px;
    height: 68px;
  }

  .steps-section,
  .faq-section {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .faq-section {
    margin-top: 45px;
  }

  .wholesale-intro > .eyebrow {
    margin-top: 30px;
  }

  .wholesale-intro h1 {
    font-size: 3.4rem;
  }
}

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

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