@font-face {
  font-family: "Outfit";
  src: url("../images/fonts/Outfit.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../images/fonts/Roboto.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  font-family: "Roboto", Arial, sans-serif;
  color-scheme: light;
  --container: 1280px;
  --page-gutter: clamp(18px, 3vw, 36px);
  --shadow-sm: 0 8px 28px rgba(11, 24, 38, .09);
  --shadow-lg: 0 24px 70px rgba(7, 18, 31, .2);
  --shadow-card: 0 12px 32px rgba(11, 24, 38, .12), 0 3px 9px rgba(11, 24, 38, .05);
  --shadow-card-hover: 0 24px 54px rgba(11, 24, 38, .18), 0 8px 18px rgba(11, 24, 38, .07);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
}

* {
  box-sizing: border-box;
  scrollbar-color: #c64025 #fff3e7;
  scrollbar-width: auto;
}

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

html { scroll-behavior: smooth; }

@supports selector(::-webkit-scrollbar) {
  * {
    scrollbar-color: auto;
  }

  *::-webkit-scrollbar {
    width: 14px;
    height: 14px;
  }

  *::-webkit-scrollbar-track {
    background: #fff3e7;
  }

  *::-webkit-scrollbar-thumb {
    min-height: 48px;
    border: 3px solid #fff3e7;
    border-radius: 999px;
    background: linear-gradient(180deg, #22317f 0%, #b51d2a 34%, #ef6b24 70%, #ffc43d 100%);
  }

  *::-webkit-scrollbar-thumb:hover {
    border-width: 2px;
    background: linear-gradient(180deg, #2d409c 0%, #ce2836 34%, #ff7829 70%, #ffd25a 100%);
  }

  *::-webkit-scrollbar-thumb:active {
    background: linear-gradient(180deg, #17245f 0%, #8f1824 34%, #c84817 70%, #e9a810 100%);
  }

  *::-webkit-scrollbar-corner {
    background: #fff3e7;
  }
}

body {
  margin: 0;
  background: #111923;
  color: #101c2b;
  font-size: 16px;
  line-height: 1.5;
}

body, button, input, select, textarea { font-family: "Roboto", Arial, sans-serif; }

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

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

button, input, select { font: inherit; }

button:not(:disabled),
a[href],
[role="button"],
summary,
label,
select:not(:disabled),
input[type="button"]:not(:disabled),
input[type="checkbox"]:not(:disabled),
input[type="file"]:not(:disabled),
input[type="radio"]:not(:disabled),
input[type="reset"]:not(:disabled),
input[type="submit"]:not(:disabled) {
  cursor: pointer;
}

input:not([type]),
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea,
[contenteditable="true"] {
  cursor: text;
}

:disabled,
[aria-disabled="true"] {
  cursor: not-allowed;
}

@media (hover: hover) and (pointer: fine) {
  html,
  body {
    cursor:
      url("../images/cursor-heritage.png") 4 3,
      url("../images/cursor-heritage.svg") 4 3,
      default;
  }
}

@media (forced-colors: active), (prefers-contrast: more) {
  * {
    scrollbar-color: auto;
  }

  html,
  body {
    cursor: auto;
  }
}

svg { width: 1.3em; height: 1.3em; fill: none; }

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

h1, h2, h3, .button, .nav-link, summary, strong, .quote-button {
  font-family: "Outfit", "Roboto", sans-serif;
}

h1, h2, h3 { color: var(--ink); line-height: 1.04; letter-spacing: -.035em; }

h1 { font-size: clamp(2.6rem, 5vw, 5rem); }
h2 { margin-bottom: .8rem; font-size: clamp(2rem, 3.5vw, 3.35rem); }
h3 { font-size: 1.28rem; }

:focus-visible {
  outline: 3px solid var(--focus, #ffb41f);
  outline-offset: 3px;
}

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

.container {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--container));
  margin-inline: auto;
}

.theme-toggle {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

#theme-festival:checked ~ .site-shell {
  --primary: #5930b9;
  --primary-dark: #3f208d;
  --secondary: #006b8f;
  --secondary-dark: #075169;
  --accent: #c91f72;
  --accent-dark: #931952;
  --warm: #f4a11e;
  --ink: #101c2b;
  --ink-soft: #28374a;
  --muted: #5d6878;
  --line: #dde1e9;
  --surface: #ffffff;
  --soft: #f5f2fc;
  --soft-2: #eaf7fb;
  --badge-bg: #fbe7f2;
  --badge-text: #8f174f;
  --nav: #5127a5;
  --nav-dark: #0e1d2c;
  --footer: #0b1826;
  --theme-gradient: linear-gradient(110deg, #0798d4 0%, #5930b9 38%, #c91f72 68%, #f4a11e 100%);
  --theme-gradient-safe: linear-gradient(110deg, #0798d4 0%, #5930b9 48%, #c91f72 100%);
  --announcement: linear-gradient(90deg, #078fce, #7a27ad 48%, #d51d70 78%, #ef7b24);
  --hero-tint: rgba(81, 39, 165, .74);
  --focus: #f4a11e;
}

#theme-heritage:checked ~ .site-shell {
  --primary: #cf3b1f;
  --primary-dark: #9f2518;
  --secondary: #22317f;
  --secondary-dark: #17225c;
  --accent: #ef6b24;
  --accent-dark: #bd3b18;
  --warm: #ffc43d;
  --ink: #10172e;
  --ink-soft: #2e3856;
  --muted: #60687a;
  --line: #dfe3ed;
  --surface: #ffffff;
  --soft: #fff3e7;
  --soft-2: #fff8ed;
  --badge-bg: #ffead8;
  --badge-text: #9b2b18;
  --nav: linear-gradient(90deg, #22317f 0%, #8f2532 48%, #e85b21 100%);
  --nav-dark: #111937;
  --footer: #10172e;
  --theme-gradient: linear-gradient(110deg, #22317f 0%, #b51d2a 34%, #ef6b24 70%, #ffc43d 100%);
  --theme-gradient-safe: linear-gradient(110deg, #22317f 0%, #b51d2a 44%, #ef6b24 100%);
  --announcement: linear-gradient(90deg, #22317f 0%, #b51d2a 42%, #ef6b24 76%, #ffc43d 100%);
  --hero-tint: rgba(218, 74, 25, .74);
  --focus: #ffc43d;
}

#theme-mint:checked ~ .site-shell {
  --primary: #006d77;
  --primary-dark: #074d54;
  --secondary: #102532;
  --secondary-dark: #081923;
  --accent: #d6e848;
  --accent-dark: #9cac20;
  --warm: #f06a5b;
  --ink: #102532;
  --ink-soft: #29414c;
  --muted: #5a6b70;
  --line: #d8e3df;
  --surface: #ffffff;
  --soft: #f6f3ec;
  --soft-2: #e7f4ef;
  --badge-bg: #edf5ba;
  --badge-text: #425008;
  --nav: #102532;
  --nav-dark: #081923;
  --footer: #0a1c25;
  --theme-gradient: linear-gradient(110deg, #102532 0%, #006d77 48%, #8bd3c7 73%, #d6e848 100%);
  --theme-gradient-safe: linear-gradient(110deg, #102532 0%, #006d77 58%, #f06a5b 100%);
  --announcement: linear-gradient(90deg, #102532, #006d77 62%, #f06a5b);
  --hero-tint: rgba(0, 109, 119, .77);
  --focus: #f06a5b;
}

#theme-mint:checked ~ .site-shell .icon-wrap b,
#theme-mint:checked ~ .site-shell .mobile-sticky__basket b { color: var(--ink); }

.site-shell {
  min-width: 320px;
  overflow: clip;
  background: var(--surface);
  color: var(--ink);
  --primary: #cf3b1f;
  --primary-dark: #9f2518;
  --secondary: #22317f;
  --secondary-dark: #17225c;
  --accent: #ef6b24;
  --accent-dark: #bd3b18;
  --warm: #ffc43d;
  --ink: #10172e;
  --ink-soft: #2e3856;
  --muted: #60687a;
  --line: #dfe3ed;
  --surface: #ffffff;
  --soft: #fff3e7;
  --soft-2: #fff8ed;
  --badge-bg: #ffead8;
  --badge-text: #9b2b18;
  --nav: linear-gradient(90deg, #22317f 0%, #8f2532 48%, #e85b21 100%);
  --nav-dark: #111937;
  --footer: #10172e;
  --theme-gradient: linear-gradient(110deg, #22317f 0%, #b51d2a 34%, #ef6b24 70%, #ffc43d 100%);
  --theme-gradient-safe: linear-gradient(110deg, #22317f 0%, #b51d2a 44%, #ef6b24 100%);
  --announcement: linear-gradient(90deg, #22317f 0%, #b51d2a 42%, #ef6b24 76%, #ffc43d 100%);
  --hero-tint: rgba(218, 74, 25, .74);
  --focus: #ffc43d;
}

.page-main { display: block; }
.page-home .page-main--home,
.page-category .page-main--category,
.page-product .page-main--product,
.page-design .page-main--design { display: block; }

.concept-name { display: none; font-weight: 600; }
.page-home .concept-name--home,
.page-category .concept-name--category,
.page-product .concept-name--product,
.page-design .concept-name--design { display: inline; }

.concept-toolbar {
  min-width: 320px;
  height: 44px;
  background: #111923;
  color: #fff;
  font-size: .78rem;
}

.concept-toolbar__inner {
  width: min(calc(100% - 32px), var(--container));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.concept-toolbar p { margin: 0; display: flex; align-items: center; gap: 10px; }
.concept-toolbar p > span { padding: 3px 8px; border: 1px solid rgba(255,255,255,.28); border-radius: 99px; color: #c8d1de; text-transform: uppercase; letter-spacing: .09em; font-size: .62rem; }
.palette-control { display: flex; align-items: center; gap: 7px; }
.palette-label { margin-right: 3px; color: #9fabba; }
.palette-chip { min-height: 29px; padding: 5px 10px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid #374354; border-radius: 99px; color: #dfe5ed; transition: .2s ease; }
.palette-chip i { width: 11px; height: 11px; border-radius: 50%; }
.palette-chip--festival i { background: linear-gradient(135deg, #0798d4, #c91f72, #f4a11e); }
.palette-chip--heritage i { background: linear-gradient(135deg, #22317f 0%, #b51d2a 38%, #ef6b24 70%, #ffc43d 100%); }
.palette-chip--mint i { background: linear-gradient(135deg, #006d77 55%, #d6e848 55%); }
#theme-festival:checked ~ .concept-toolbar .palette-chip--festival,
#theme-heritage:checked ~ .concept-toolbar .palette-chip--heritage,
#theme-mint:checked ~ .concept-toolbar .palette-chip--mint { background: #fff; border-color: #fff; color: #111923; font-weight: 700; }

.announcement { min-height: 34px; background: var(--announcement); color: #fff; font-size: .78rem; font-weight: 700; }
.announcement__viewport { width: 100%; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.announcement__viewport::-webkit-scrollbar { display: none; }
.announcement__slides { width: 300%; display: flex; }
.announcement__slide { flex: 0 0 33.3333%; min-width: 0; scroll-margin-top: 46px; scroll-snap-align: start; scroll-snap-stop: always; }
.announcement__inner { min-height: 34px; display: grid; grid-template-columns: 40px 1fr auto 40px; align-items: center; gap: 12px; }
.announcement__inner p { margin: 0; text-align: center; }
.announcement__phone { white-space: nowrap; text-decoration: underline; text-underline-offset: 3px; }
.announcement__arrow { width: 34px; height: 30px; display: grid; place-items: center; color: #fff; text-decoration: none; }
.announcement__arrow svg { width: 20px; height: 20px; }
.announcement__arrow--previous svg { transform: rotate(90deg); }
.announcement__arrow--next svg { transform: rotate(-90deg); }
.announcement__short { display: none; }

.site-header { position: relative; z-index: 30; background: #fff; }
.commerce-row { min-height: 96px; display: grid; grid-template-columns: 220px minmax(280px, 1fr) auto; align-items: center; gap: clamp(20px, 3vw, 44px); }
.brand { width: 210px; display: flex; flex-direction: column; align-items: flex-start; }
.brand img { width: 100%; height: 53px; object-fit: contain; object-position: left center; }
.site-search-shell { position: relative; z-index: 70; min-width: 0; }
.site-search { width: 100%; height: 48px; display: flex; align-items: stretch; border: 1px solid #cfd5df; border-radius: 10px; background: #fff; overflow: hidden; box-shadow: 0 3px 12px rgba(16,28,43,.04); }
.site-search:focus-within { border-color: var(--primary); box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 18%, transparent); }
.site-search input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 0 17px; color: var(--ink); background: transparent; font-size: .92rem; }
.site-search input::placeholder { color: #7b8492; }
.site-search button,
.site-search button:hover,
.site-search button:focus,
.site-search button:focus-visible,
.site-search button:active {
  width: 48px;
  display: grid;
  place-items: center;
  border: 0;
  background: var(--primary);
  color: #fff !important;
}
.site-search button svg,
.site-search button svg use { width: 22px; height: 22px; color: inherit; stroke: currentColor; }
.product-search-panel {
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  right: 0;
  z-index: 100;
  overflow: hidden;
  border: 1px solid #d9dee7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(10, 24, 42, .2), 0 7px 18px rgba(10, 24, 42, .08);
}
.product-search-panel[hidden],
.product-search-panel__loading[hidden],
.product-search-panel__all[hidden] { display: none !important; }
.product-search-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 4px;
  background: var(--theme-gradient);
}
.product-search-listbox { overflow: hidden; }
.product-search-results {
  max-height: min(60vh, 28rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--primary) #f1f3f6;
}
.product-search-results::-webkit-scrollbar { width: 9px; }
.product-search-results::-webkit-scrollbar-track { background: #f1f3f6; }
.product-search-results::-webkit-scrollbar-thumb { border: 2px solid #f1f3f6; border-radius: 99px; background: var(--theme-gradient); }
.product-search-option {
  min-height: 78px;
  padding: 9px 13px;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  transition: background-color .16s ease, box-shadow .16s ease;
}
.product-search-option:hover,
.product-search-option.is-active,
.product-search-option[aria-selected="true"] {
  background: #fff5ec;
  box-shadow: inset 4px 0 0 var(--primary);
}
.product-search-option__image {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 9px;
  background: var(--soft);
}
.product-search-option__image img { width: 100%; height: 100%; object-fit: contain; }
.product-search-option__image--empty::before {
  content: "";
  width: 26px;
  height: 8px;
  border: 3px solid var(--primary);
  border-radius: 99px;
  transform: rotate(-14deg);
}
.product-search-option__copy { min-width: 0; display: grid; gap: 2px; }
.product-search-option__copy small {
  overflow: hidden;
  color: var(--primary);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.product-search-option__copy strong {
  overflow: hidden;
  font-family: "Outfit";
  font-size: .91rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-search-option__price { color: var(--muted); font-size: .74rem; font-weight: 650; }
.product-search-option__arrow { color: var(--primary); font-family: "Outfit"; font-size: 1.55rem; line-height: 1; }
.product-search-panel__all {
  min-height: 52px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #f0d9cc;
  background: #fff8f2;
  color: var(--primary);
  font-family: "Outfit";
  font-size: .86rem;
  font-weight: 800;
  text-align: center;
}
.product-search-panel__all:hover,
.product-search-panel__all.is-active,
.product-search-panel__all[aria-selected="true"] { background: #ffeadd; color: var(--primary-dark); }
.product-search-panel__loading,
.product-search-panel__message {
  min-height: 76px;
  margin: 0;
  padding: 22px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--muted);
  font-size: .84rem;
  text-align: center;
}
.product-search-panel__loading > span {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  border: 2px solid #f2c9b7;
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: wpplus-search-spin .75s linear infinite;
}
.product-search-panel__message.is-error { color: #8c2d1c; }
@keyframes wpplus-search-spin { to { transform: rotate(360deg); } }
.header-actions { display: flex; align-items: center; gap: 17px; white-space: nowrap; }
.quote-button { min-height: 44px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 8px; background: var(--primary); color: #fff; font-size: .86rem; font-weight: 700; }
.quote-button svg { width: 16px; height: 16px; }
.header-action { display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: .76rem; }
.header-action > svg, .header-action .icon-wrap > svg { width: 25px; height: 25px; color: var(--primary); }
.header-action--phone span { display: grid; font-family: "Outfit"; font-weight: 700; font-size: 1rem; line-height: 1.15; }
.header-action--phone small { color: var(--primary); font-family: "Roboto"; font-size: .66rem; font-weight: 700; }
.header-action--account, .header-action--basket { flex-direction: column; gap: 1px; }
.icon-wrap { position: relative; display: inline-flex; }
.icon-wrap b { position: absolute; top: -8px; right: -9px; min-width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; font-size: .6rem; }
.mobile-menu { display: none; position: static; }

.primary-nav { position: relative; min-height: 55px; background: var(--nav); color: #fff; }
.nav-inner { min-height: 55px; display: flex; align-items: stretch; gap: clamp(16px, 2.2vw, 34px); }
.nav-link, .nav-mega > summary { min-height: 55px; display: flex; align-items: center; gap: 5px; padding: 0 3px; list-style: none; color: #fff; font-size: .91rem; font-weight: 650; letter-spacing: -.01em; }
.nav-mega > summary::-webkit-details-marker, .mobile-menu summary::-webkit-details-marker { display: none; }
.nav-mega > summary svg { width: 16px; height: 16px; transition: transform .2s ease; }
.nav-mega[open] > summary svg { transform: rotate(180deg); }
.nav-link:hover, .nav-mega > summary:hover { color: color-mix(in srgb, var(--warm) 75%, white); }
.page-home .primary-nav .page-nav--home,
.page-category .primary-nav .page-nav--category > summary,
.page-product .primary-nav .page-nav--category > summary,
.page-design .primary-nav .page-nav--design { box-shadow: inset 0 -4px 0 var(--warm); }
.nav-design-link { min-height: 55px; margin-left: auto; display: flex; align-items: center; gap: 7px; font-family: "Outfit"; font-size: .84rem; font-weight: 700; color: #fff; }
.nav-design-link svg { width: 18px; height: 18px; color: var(--warm); }
.mega-panel { position: absolute; top: 100%; left: 0; right: 0; z-index: 50; padding: 30px 0; background: #fff; color: var(--ink); border-bottom: 5px solid var(--primary); box-shadow: var(--shadow-lg); }
.mega-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr 1.05fr; gap: 38px; align-items: stretch; }
.mega-intro { padding-right: 22px; border-right: 1px solid var(--line); }
.mega-intro h2 { margin-bottom: 10px; font-size: 1.8rem; }
.mega-intro p:not(.eyebrow) { margin-bottom: 18px; color: var(--muted); font-size: .9rem; }
.mega-links { display: flex; flex-direction: column; gap: 8px; }
.mega-links strong { margin-bottom: 5px; font-size: .95rem; }
.mega-links a { color: var(--muted); font-size: .88rem; }
.mega-links a:hover { color: var(--primary); }
.mega-feature { position: relative; min-height: 168px; overflow: hidden; border-radius: 15px; background: var(--soft); }
.mega-feature img { width: 100%; height: 100%; object-fit: cover; }
.mega-feature::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(7,18,31,.9)); }
.mega-feature span { position: absolute; left: 18px; right: 18px; bottom: 15px; z-index: 2; display: flex; align-items: center; gap: 5px; color: #fff; font-family: "Outfit"; font-weight: 700; }
.mega-feature span small { position: absolute; bottom: 26px; color: #dbe2eb; font-family: "Roboto"; text-transform: uppercase; letter-spacing: .08em; font-size: .58rem; }
.mega-feature span svg { margin-left: auto; }

.reassurance-rail { min-height: 34px; display: grid; place-items: center; background: var(--nav-dark); color: #fff; }
.reassurance-rail__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.reassurance-rail span { display: flex; align-items: center; gap: 7px; font-size: .72rem; font-weight: 600; }
.reassurance-rail svg { width: 16px; height: 16px; color: var(--warm); }

.eyebrow { margin-bottom: 9px; color: var(--primary); font-family: "Outfit"; font-size: .74rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--primary); font-family: "Outfit"; font-weight: 750; }
.text-link svg { width: 18px; height: 18px; transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }
.text-link--light { color: #fff; }

.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 9px; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button--primary { background: var(--primary); color: #fff; box-shadow: 0 12px 28px color-mix(in srgb, var(--primary) 25%, transparent); }
.button--secondary { background: var(--ink); color: #fff; }
.button--ghost { border: 1px solid rgba(255,255,255,.72); color: #fff; background: rgba(255,255,255,.07); backdrop-filter: blur(7px); }
.button--ghost-dark { border: 1px solid color-mix(in srgb, var(--ink) 24%, transparent); color: var(--ink); background: transparent; }
.button--light { background: #fff; color: var(--ink); }
.button--dark { background: var(--footer); color: #fff; }

.section { padding: clamp(70px, 8vw, 112px) 0; }
.section-heading { margin-bottom: 36px; display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { width: min(100%, 460px); margin-bottom: 4px; color: var(--muted); }
.section-actions { margin-top: 34px; display: flex; justify-content: center; }

/* Progressive scroll entrances: content stays visible without JavaScript. */
.reveal-motion-enabled [data-reveal]:not(.is-revealed) {
  opacity: 0;
  translate: 0 24px;
}
.reveal-motion-enabled [data-reveal="left"]:not(.is-revealed) { translate: -30px 0; }
.reveal-motion-enabled [data-reveal="right"]:not(.is-revealed) { translate: 30px 0; }
.reveal-motion-enabled [data-reveal="scale"]:not(.is-revealed) {
  translate: 0 16px;
  scale: .965;
}
.reveal-motion-enabled.reveal-motion-ready [data-reveal] {
  transition:
    opacity 620ms cubic-bezier(.22, 1, .36, 1),
    translate 620ms cubic-bezier(.22, 1, .36, 1),
    scale 680ms cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal-motion-enabled [data-reveal].is-revealed {
  opacity: var(--reveal-opacity, 1);
  translate: 0 0;
  scale: 1;
}

/* Homepage */
.home-hero { position: relative; min-height: 600px; overflow: hidden; isolation: isolate; background: #132334; }
.home-hero__media, .home-hero__wash { position: absolute; inset: 0; }
.home-hero__media { z-index: -3; background: url("../images/hero-event-crowd.jpg") center 44% / cover no-repeat; transform: scale(1.015); }
.home-hero__wash { z-index: -2; background: linear-gradient(90deg, rgba(6,17,29,.96) 0%, rgba(6,17,29,.82) 39%, var(--hero-tint) 64%, rgba(6,17,29,.17) 100%); }
.home-hero::after { content: ""; position: absolute; inset: auto -12% -65% 42%; z-index: -1; height: 100%; border-radius: 50%; background: var(--theme-gradient); opacity: .68; filter: blur(110px); }
.home-hero__inner { position: relative; min-height: 600px; display: flex; align-items: center; }
.home-hero__copy { width: min(100%, 780px); padding-bottom: 66px; color: #fff; }
.home-hero__copy h1 { max-width: 780px; margin: 0 0 19px; color: #fff; font-size: clamp(3.2rem, 4.7vw, 4.65rem); text-wrap: balance; }
.home-hero__copy h1 em { display: block; color: #fff; font-style: normal; }
#theme-festival:checked ~ .site-shell .home-hero__copy h1 em { background: linear-gradient(90deg, #6ed2f4, #dda1e2 50%, #ffc35b); -webkit-background-clip: text; background-clip: text; color: transparent; }
#theme-heritage:checked ~ .site-shell .home-hero__copy h1 em { background: linear-gradient(90deg, #ffd84d, #ff9b2f 52%, #ff5c32); -webkit-background-clip: text; background-clip: text; color: transparent; }
#theme-mint:checked ~ .site-shell .home-hero__copy h1 em { color: #d6e848; }
.home-hero__copy > p:not(.hero-kicker) { max-width: 590px; margin-bottom: 25px; color: #e7ebf0; font-size: 1.12rem; line-height: 1.55; }
.hero-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 13px; font-family: "Outfit"; font-size: .83rem; font-weight: 750; text-transform: uppercase; letter-spacing: .11em; }
.hero-kicker span { width: 32px; height: 3px; border-radius: 2px; background: var(--warm); }
.hero-actions { display: flex; align-items: center; gap: 12px; }
.hero-notes { margin-top: 22px; display: flex; gap: 25px; color: #d5dde7; font-size: .79rem; font-weight: 600; }
.hero-notes a { display: flex; align-items: center; gap: 7px; border-bottom: 1px solid transparent; transition: color .2s ease, border-color .2s ease; }
.hero-notes a:hover { color: #fff; border-color: currentColor; }
.hero-notes b { font-size: .9rem; transition: transform .2s ease; }
.hero-notes a:hover b { transform: translateX(2px); }
.hero-notes svg { width: 17px; height: 17px; color: var(--warm); }
.home-hero__product { position: absolute; right: 1.2%; bottom: 24px; z-index: -1; width: min(35vw, 470px); filter: drop-shadow(0 28px 40px rgba(0,0,0,.33)); transform: rotate(-5deg); }

.category-launch { position: relative; z-index: 3; margin-top: 0; padding: 0 0 78px; background: var(--ink); }
.category-launch::after { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--theme-gradient); }
.category-launch__heading { min-height: 94px; padding: 22px 20px 14px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #fff; }
.category-launch__heading h2 { margin: 0; color: #fff; font-size: 2.1rem; }
.category-launch__heading .eyebrow { margin-bottom: 2px; color: #fff; opacity: .72; }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }

@media (min-width: 1180px) {
  .category-launch__heading { padding-right: 170px; }
}

.category-card { position: relative; min-height: 254px; overflow: hidden; border-radius: 18px; background: #fff; box-shadow: 0 18px 45px rgba(4,13,23,.32); transition: transform .25s ease, box-shadow .25s ease; }
.category-card:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(4,13,23,.4); }
.category-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--theme-gradient); }
.category-card img { position: absolute; left: 18px; right: 18px; bottom: 6px; width: calc(100% - 36px); height: 172px; object-fit: contain; }
.category-card__label { position: absolute; top: 16px; left: 18px; right: 52px; z-index: 2; display: grid; }
.category-card__label strong { color: var(--ink); font-size: 1.14rem; line-height: 1.1; }
.category-card__label small { margin-top: 2px; color: var(--muted); font-size: .7rem; }
.category-card i { position: absolute; top: 15px; right: 15px; z-index: 2; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); color: var(--primary); }
.category-card i svg { width: 15px; height: 15px; }

.products-section { background: #fff; }
.product-grid { display: grid; gap: 22px; }
.product-grid--four { grid-template-columns: repeat(4, 1fr); }
.product-grid--three { grid-template-columns: repeat(3, 1fr); }
.product-grid--archive { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card { position: relative; z-index: 1; isolation: isolate; min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: var(--shadow-card); transition: transform .22s ease, box-shadow .22s ease; }
.product-card::after { content: ""; position: absolute; inset: auto 0 0; z-index: 3; height: 4px; pointer-events: none; background: var(--theme-gradient); }
.product-card:focus-within { z-index: 2; box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 18%, transparent), var(--shadow-card-hover); }
.product-card__image { position: relative; height: 246px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, var(--soft), #fff 64%); }
.product-card__image::after { content: ""; position: absolute; inset: auto 14px 0; height: 1px; background: var(--line); }
.product-card__image img { width: calc(100% - 34px); height: calc(100% - 34px); object-fit: contain; transition: transform .25s ease; }
.product-badge { position: absolute; top: 13px; left: 13px; z-index: 2; padding: 5px 9px; border-radius: 99px; background: var(--badge-bg); color: var(--badge-text); font-family: "Outfit"; font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.product-card__body { padding: 18px; display: flex; flex: 1; flex-direction: column; }
.product-type { margin-bottom: 5px; color: var(--primary); font-family: "Outfit"; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { margin-bottom: 14px; font-size: 1.13rem; line-height: 1.18; letter-spacing: -.025em; }
.product-card h3 a:hover { color: var(--primary); }
.product-price { margin: auto 0 12px; color: var(--muted); font-size: .72rem; }
.product-price strong { color: var(--ink); font-size: 1.36rem; }
.product-price > span { display: block; margin-top: 2px; }
.product-meta { padding: 10px 0; display: flex; justify-content: space-between; gap: 8px; border-top: 1px solid var(--line); color: var(--muted); font-size: .68rem; }
.product-card__cta { padding-top: 10px; display: flex; align-items: center; justify-content: space-between; color: var(--primary); font-family: "Outfit"; font-size: .82rem; font-weight: 800; }
.product-card__cta svg { width: 17px; height: 17px; }

@media (hover: hover) and (pointer: fine) {
  .product-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: var(--shadow-card-hover); }
  .product-card:hover .product-card__image img { transform: scale(1.035); }
}

.how-section { position: relative; overflow: hidden; background: var(--soft); }
.how-section::before { content: ""; position: absolute; width: 430px; height: 430px; top: -240px; right: -100px; border-radius: 50%; background: var(--theme-gradient); opacity: .15; filter: blur(2px); }
.how-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 8vw, 125px); align-items: start; }
.how-copy { position: sticky; top: 40px; }
.how-copy > p:not(.eyebrow) { margin-bottom: 25px; color: var(--muted); font-size: 1.04rem; }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { position: relative; padding: 0 0 31px; display: grid; grid-template-columns: 58px 1fr; gap: 18px; }
.steps-list li:not(:last-child)::before { content: ""; position: absolute; top: 53px; bottom: 4px; left: 27px; width: 2px; background: var(--line); }
.steps-list li > span { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 17px; background: var(--theme-gradient-safe); color: #fff; font-family: "Outfit"; font-weight: 800; }
.steps-list h3 { margin: 4px 0 5px; font-size: 1.25rem; }
.steps-list p { margin-bottom: 0; color: var(--muted); }

.use-cases { background: var(--ink); color: #fff; }
.use-cases .section-heading h2, .use-cases .eyebrow { color: #fff; }
.use-cases .eyebrow { opacity: .72; }
.use-case-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border-radius: 20px; background: rgba(255,255,255,.13); }
.use-case-grid article { min-height: 215px; padding: 27px; background: color-mix(in srgb, var(--ink) 92%, white); }
.use-case-grid article > span { color: var(--warm); font-family: "Outfit"; font-size: .74rem; font-weight: 800; }
.use-case-grid h3 { margin: 46px 0 9px; color: #fff; font-size: 1.2rem; }
.use-case-grid p { margin-bottom: 0; color: #bdc6d0; font-size: .87rem; }

.partner-marquee {
  --partner-gap: clamp(14px, 1.6vw, 24px);
  --partner-card-width: clamp(168px, 16vw, 224px);
  --partner-card-height: clamp(92px, 8.4vw, 118px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(62px, 6.5vw, 88px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 15%, rgba(97, 43, 176, .08), transparent 25%),
    radial-gradient(circle at 88% 86%, rgba(255, 132, 31, .12), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fffaf5 100%);
}
.partner-marquee::before { content: ""; position: absolute; inset: 0 0 auto; z-index: -1; height: 4px; background: var(--theme-gradient); }
.partner-marquee__heading { margin-bottom: 30px; display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.partner-marquee__heading h2 { margin-bottom: 0; }
.partner-marquee__viewport {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.partner-marquee__track {
  width: max-content;
  display: flex;
  align-items: center;
  will-change: transform;
  animation: wpplus-partner-marquee 40s linear infinite;
}
.partner-marquee__list {
  flex: 0 0 auto;
  margin: 0;
  padding: 10px var(--partner-gap) 10px 0;
  display: flex;
  align-items: center;
  gap: var(--partner-gap);
  list-style: none;
}
.partner-marquee__item {
  position: relative;
  flex: 0 0 var(--partner-card-width);
  width: var(--partner-card-width);
  height: var(--partner-card-height);
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(205, 212, 222, .9);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 26, 51, .1);
}
.partner-marquee__item::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--theme-gradient); opacity: .86; }
.partner-marquee__logo { width: auto; max-width: 78%; height: auto; max-height: 62%; object-fit: contain; }
.partner-marquee__viewport:hover .partner-marquee__track,
.partner-marquee__viewport:focus-within .partner-marquee__track,
.partner-marquee.is-out-of-view .partner-marquee__track,
.partner-marquee.is-page-hidden .partner-marquee__track { animation-play-state: paused; }

@keyframes wpplus-partner-marquee {
  to { transform: translate3d(-50%, 0, 0); }
}

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 9vw, 135px); }
.faq-layout > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 18px; list-style: none; color: var(--ink); font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { flex: 0 0 auto; width: 18px; height: 18px; color: var(--primary); transition: transform .2s ease; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { padding: 0 50px 20px 0; color: var(--muted); font-size: .92rem; }

.quote-banner { position: relative; overflow: hidden; padding: 70px 0; background: var(--theme-gradient-safe); color: #fff; }
.quote-banner::after { content: ""; position: absolute; width: 390px; height: 390px; top: -155px; right: 5%; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; box-shadow: 0 0 0 52px rgba(255,255,255,.05), 0 0 0 105px rgba(255,255,255,.035); }
.quote-banner__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.quote-banner h2, .quote-banner .eyebrow { color: #fff; }
.quote-banner h2 { margin-bottom: 8px; }
.quote-banner p { margin-bottom: 0; color: rgba(255,255,255,.83); }
.quote-banner__actions { display: flex; gap: 11px; flex: 0 0 auto; }

/* Wristbands category */
.category-hero { position: relative; overflow: hidden; padding: 58px 0 68px; background: var(--soft); }
.category-hero::before { content: ""; position: absolute; inset: 0 42% 0 0; background: linear-gradient(110deg, color-mix(in srgb, var(--primary) 10%, transparent), transparent); }
.category-hero__inner { position: relative; min-height: 285px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 35px; }
.category-hero__copy { position: relative; z-index: 2; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 27px; color: var(--muted); font-size: .72rem; }
.breadcrumbs a:hover { color: var(--primary); }
.breadcrumbs span:last-child { color: var(--ink); font-weight: 700; }
.category-hero h1 { margin-bottom: 15px; font-size: clamp(3rem, 5vw, 4.8rem); }
.category-hero__copy > p:not(.eyebrow) { max-width: 650px; margin-bottom: 23px; color: var(--muted); font-size: 1.04rem; }
.category-hero__actions { display: flex; gap: 10px; }
.page-main .category-hero a.category-hero__mobile-action { display: none; }
.category-hero__visual { position: relative; height: 100%; min-height: 285px; display: grid; place-items: center; }
.category-hero__visual::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: var(--theme-gradient); opacity: .78; }
.category-hero__visual > img {
  position: relative;
  z-index: 2;
  width: min(90%, 520px);
  max-height: 380px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(16,28,43,.18));
  mix-blend-mode: darken;
  transform: rotate(-7deg);
}
.category-hero__visual > img[src*="/category-cutouts/"] {
  filter: drop-shadow(0 22px 28px rgba(16,28,43,.22));
  mix-blend-mode: normal;
}
.category-hero__visual > img[src*="hero-fabric-wristbands.png"] { mix-blend-mode: normal; }
.category-hero__visual > img[src*="category-event-passes.jpg"],
.category-hero__visual > img[src*="category-lanyards-printed.jpg"] {
  width: min(84%, 480px);
  max-height: 330px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 24%;
  overflow: hidden;
  border: 6px solid #fff;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 44px rgba(16, 28, 43, .2);
  filter: none;
  mix-blend-mode: normal;
}
body.search .category-hero__visual::before { opacity: .64; }
body.search .category-hero__visual > img {
  filter: drop-shadow(0 22px 30px rgba(16,28,43,.24));
  mix-blend-mode: normal;
}
.orbit { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; }
.orbit--one { width: 330px; height: 330px; }
.orbit--two { width: 460px; height: 460px; border-color: color-mix(in srgb, var(--primary) 22%, transparent); }

.material-section { position: relative; z-index: 2; padding: 54px 0 66px; background: #fff; }
.material-heading { margin-bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.material-heading h2 { margin-bottom: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.material-heading > p { max-width: 350px; margin-bottom: 3px; color: var(--muted); }
.material-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.material-card { position: relative; min-height: 186px; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: var(--shadow-sm); }
.material-card::after { content: ""; position: absolute; inset: auto 0 0; height: 54%; background: linear-gradient(transparent, rgba(8,20,33,.91)); }
.material-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.material-card:hover img { transform: scale(1.04); }
.material-card > span { position: absolute; left: 17px; right: 46px; bottom: 14px; z-index: 2; display: grid; color: #fff; }
.material-card strong { font-size: 1.12rem; }
.material-card small { color: #d5dce5; font-size: .68rem; }
.material-card i { position: absolute; right: 14px; bottom: 17px; z-index: 2; color: #fff; }
.material-card i svg { width: 17px; height: 17px; }

.catalog-section { background: #f8f9fb; scroll-margin-top: 30px; }
.catalog-top { margin-bottom: 27px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.catalog-top h2 { margin-bottom: 0; font-size: clamp(2rem, 3.2vw, 3rem); }
.catalog-count { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .78rem; }
.catalog-count strong { margin-right: 15px; color: var(--ink); }
.catalog-count select { min-height: 42px; padding: 0 34px 0 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); }
.catalog-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 30px; align-items: start; }
.filter-sidebar { position: sticky; top: 20px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.filter-title { min-height: 58px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; background: var(--ink); color: #fff; }
.filter-title a { color: #cad1da; font-size: .68rem; text-decoration: underline; }
.filter-sidebar fieldset, .filter-panel fieldset { margin: 0; padding: 18px 17px; display: grid; gap: 10px; border: 0; border-bottom: 1px solid var(--line); }
.filter-sidebar legend, .filter-panel legend { padding: 0 0 8px; font-family: "Outfit"; font-size: .87rem; font-weight: 800; }
.filter-sidebar label, .filter-panel label { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .78rem; }
.filter-sidebar label span { margin-left: auto; color: #9aa2ae; }
.filter-sidebar input, .filter-panel input { accent-color: var(--primary); }
.filter-help { margin: 16px; padding: 16px; border-radius: 10px; background: var(--soft); }
.filter-help svg { width: 22px; height: 22px; margin-bottom: 8px; color: var(--primary); }
.filter-help strong { display: block; }
.filter-help p { margin: 4px 0 9px; color: var(--muted); font-size: .72rem; }
.filter-help a { color: var(--primary); font-family: "Outfit"; font-size: .75rem; font-weight: 800; }
.product-grid--catalog { grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-grid--catalog .product-card__image { height: 214px; }
.mobile-filters { display: none; }

.category-guide { padding: 62px 0; background: var(--theme-gradient-safe); color: #fff; }
.category-guide__inner { display: grid; grid-template-columns: 1fr 1.6fr auto; gap: 45px; align-items: center; }
.category-guide h2, .category-guide .eyebrow { color: #fff; }
.category-guide h2 { margin-bottom: 7px; }
.category-guide p { margin-bottom: 0; color: rgba(255,255,255,.8); }
.guide-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; overflow: hidden; }
.guide-points span { min-height: 95px; padding: 15px; display: flex; flex-direction: column; background: rgba(6,17,29,.12); }
.guide-points b { color: var(--warm); font-size: .65rem; }
.guide-points strong { margin-top: 9px; }
.guide-points small { color: rgba(255,255,255,.72); font-size: .65rem; }

/* Product page */
.product-stage { padding: 30px 0 78px; background: #f7f8fa; }
.product-breadcrumbs { margin-bottom: 25px; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(470px, .94fr); gap: clamp(36px, 5vw, 72px); align-items: start; }
.product-gallery { min-width: 0; }
.product-gallery__main { position: relative; height: 520px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.product-gallery__main::before { content: ""; position: absolute; width: 280px; height: 280px; top: -160px; right: -140px; border-radius: 50%; background: var(--theme-gradient); opacity: .2; }
.product-gallery__main > img { width: 90%; height: 88%; object-fit: contain; }
.gallery-badge { position: absolute; top: 17px; left: 17px; z-index: 2; padding: 6px 11px; border-radius: 99px; background: var(--badge-bg); color: var(--badge-text); font-family: "Outfit"; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.product-gallery__main > button { position: absolute; right: 17px; bottom: 17px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); }
.product-gallery__main > button svg { width: 20px; height: 20px; }
.product-thumbs { margin-top: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.product-thumbs button { min-width: 0; height: 98px; padding: 5px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 11px; background: #fff; overflow: hidden; }
.product-thumbs button.is-active { border: 2px solid var(--primary); }
.product-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.gallery-note { margin-top: 14px; padding: 14px 17px; display: flex; align-items: center; gap: 11px; border-radius: 11px; background: var(--soft); }
.gallery-note svg { width: 22px; height: 22px; color: var(--primary); }
.gallery-note span { display: grid; color: var(--muted); font-size: .72rem; }
.gallery-note strong { color: var(--ink); font-size: .84rem; }
.product-summary { min-width: 0; }
.product-code { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 8px; color: var(--primary); font-family: "Outfit"; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-code span { color: var(--muted); font-family: "Roboto"; font-weight: 500; letter-spacing: 0; text-transform: none; }
.product-summary h1 { margin-bottom: 13px; font-size: clamp(2.65rem, 4vw, 4.25rem); }
.product-lead { margin-bottom: 18px; color: var(--muted); line-height: 1.55; }
.product-price-block { padding: 15px 18px; display: grid; grid-template-columns: 1fr auto; align-items: center; border-left: 4px solid var(--primary); border-radius: 0 11px 11px 0; background: #fff; box-shadow: var(--shadow-sm); }
.product-price-block p { margin: 0; color: var(--muted); font-size: .8rem; }
.product-price-block p strong { color: var(--ink); font-size: 1.85rem; }
.product-price-block p span { color: var(--muted); }
.product-price-block small { color: var(--muted); }
.product-price-block a { grid-column: 1 / -1; margin-top: 5px; display: inline-flex; align-items: center; gap: 5px; color: var(--primary); font-family: "Outfit"; font-size: .73rem; font-weight: 800; }
.product-price-block a svg { width: 15px; height: 15px; }
.product-facts { margin: 15px 0; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 10px; background: #fff; overflow: hidden; }
.product-facts div { min-width: 0; padding: 10px 11px; }
.product-facts div:not(:last-child) { border-right: 1px solid var(--line); }
.product-facts dt { color: var(--muted); font-size: .6rem; }
.product-facts dd { margin: 2px 0 0; color: var(--ink); font-family: "Outfit"; font-size: .78rem; font-weight: 750; }

.bulk-panel { scroll-margin-top: 20px; overflow: hidden; margin: 15px 0 18px; border: 2px dashed color-mix(in srgb, var(--primary) 42%, var(--line)); border-radius: 14px; background: #fff; }
.bulk-panel__heading { min-height: 64px; padding: 10px 13px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; background: var(--soft); }
.bulk-panel__heading > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: var(--primary); color: #fff; }
.bulk-panel__heading > span svg { width: 19px; height: 19px; }
.bulk-panel__heading .eyebrow { margin-bottom: 0; font-size: .58rem; }
.bulk-panel__heading h2 { margin: 0; font-size: 1.16rem; letter-spacing: -.02em; }
.bulk-panel__heading > b { padding: 4px 7px; border-radius: 99px; background: var(--badge-bg); color: var(--badge-text); font-size: .55rem; letter-spacing: .05em; text-transform: uppercase; }
.bulk-panel > p { margin: 10px 13px; color: var(--muted); font-size: .73rem; }
.table-shell { overflow-x: auto; margin: 0 12px 12px; border: 1px solid var(--line); border-radius: 9px; }
.table-shell table { width: 100%; border-collapse: collapse; min-width: 360px; }
.table-shell th { padding: 7px 10px; background: var(--ink); color: #fff; text-align: left; font-family: "Outfit"; font-size: .64rem; letter-spacing: .03em; }
.table-shell td { position: relative; height: 68px; padding: 10px; text-align: center; }
.table-shell td strong, .table-shell td small { position: relative; z-index: 2; display: block; }
.table-shell td strong { color: var(--ink); font-size: .72rem; }
.table-shell td small { color: var(--muted); font-size: .58rem; }
.table-placeholder { position: absolute; inset: 8px 10px; display: grid; gap: 6px; opacity: .52; }
.table-placeholder span { border-radius: 4px; background: linear-gradient(90deg, var(--soft), #f7f8fa 44%, var(--soft)); }

.product-builder { margin-top: 13px; }
.option-block { margin-top: 14px; }
.option-heading { margin-bottom: 7px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.option-heading label { color: var(--ink); font-family: "Outfit"; font-size: .84rem; font-weight: 800; }
.option-heading a, .option-heading span { color: var(--muted); font-size: .65rem; }
.option-block select { width: 100%; height: 45px; padding: 0 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); }
.upload-box { min-height: 70px; padding: 11px 14px; display: flex; align-items: center; gap: 12px; border: 1.5px dashed color-mix(in srgb, var(--primary) 45%, var(--line)); border-radius: 9px; background: #fff; color: var(--muted); }
.upload-box svg { width: 25px; height: 25px; color: var(--primary); }
.upload-box span { display: grid; font-size: .65rem; }
.upload-box strong { color: var(--ink); font-size: .78rem; }
.upload-box input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.order-row { margin-top: 14px; display: grid; grid-template-columns: 146px 1fr; gap: 10px; align-items: end; }
.quantity-control > label { display: block; margin-bottom: 6px; color: var(--ink); font-family: "Outfit"; font-size: .74rem; font-weight: 800; }
.quantity-control > div { height: 49px; display: grid; grid-template-columns: 38px 1fr 38px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.quantity-control button { border: 0; background: var(--soft); color: var(--ink); }
.quantity-control button svg { width: 15px; height: 15px; }
.quantity-control input { min-width: 0; border: 0; text-align: center; outline: 0; color: var(--ink); font-weight: 700; }
.add-button { width: 100%; height: 49px; }
.order-note { margin: 10px 0 0; display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: .65rem; }
.order-note svg { width: 16px; height: 16px; color: var(--primary); }

.product-details { background: #fff; }
.product-details__layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 9vw, 140px); }
.product-details__layout > div:first-child > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; }
.tick-list { margin: 22px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; list-style: none; }
.tick-list li { position: relative; padding-left: 26px; color: var(--ink-soft); font-size: .87rem; }
.tick-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--soft-2); color: var(--primary); font-size: .7rem; font-weight: 900; }
.details-accordions { border-top: 1px solid var(--line); }
.details-accordions details { border-bottom: 1px solid var(--line); }
.details-accordions summary { min-height: 63px; display: flex; align-items: center; justify-content: space-between; list-style: none; color: var(--ink); font-weight: 800; }
.details-accordions summary::-webkit-details-marker { display: none; }
.details-accordions summary svg { width: 18px; height: 18px; color: var(--primary); transition: transform .2s ease; }
.details-accordions details[open] summary svg { transform: rotate(45deg); }
.details-accordions dl { margin: 0 0 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 9px; overflow: hidden; }
.details-accordions dl div { padding: 10px; background: var(--soft); }
.details-accordions dt { color: var(--muted); font-size: .65rem; }
.details-accordions dd { margin: 2px 0 0; font-family: "Outfit"; font-size: .82rem; font-weight: 700; }
.details-accordions p { margin: 0 0 18px; color: var(--muted); }
.related-products { background: #f7f8fa; }

/* Design your own */
.design-hero { position: relative; overflow: hidden; padding: 64px 0 76px; background: var(--ink); color: #fff; }
.design-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 40%, var(--hero-tint), transparent 35%), linear-gradient(115deg, rgba(255,255,255,.03), transparent 45%); }
.design-hero__inner { position: relative; min-height: 390px; display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; }
.design-hero .breadcrumbs { color: #bdc7d3; }
.design-hero .breadcrumbs span:last-child, .design-hero .eyebrow { color: #fff; }
.design-hero__copy h1 { max-width: 760px; margin-bottom: 18px; color: #fff; font-size: clamp(3.2rem, 5.2vw, 5.1rem); }
.design-hero__copy > p:not(.eyebrow) { max-width: 670px; margin-bottom: 26px; color: #d4dbe4; font-size: 1.06rem; }
.design-hero__visual { position: relative; min-height: 390px; display: grid; place-items: center; }
.design-hero__shape { position: absolute; width: 430px; height: 430px; border-radius: 44% 56% 62% 38% / 42% 38% 62% 58%; background: var(--theme-gradient); transform: rotate(8deg); }
.design-hero__visual > img { position: relative; z-index: 2; width: min(96%, 510px); filter: drop-shadow(0 30px 40px rgba(0,0,0,.35)); transform: rotate(-7deg); }

.design-steps { position: relative; z-index: 2; margin-top: -26px; }
.design-steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border-radius: 15px; background: #fff; box-shadow: var(--shadow-lg); }
.design-steps article { min-height: 108px; padding: 22px 25px; display: flex; align-items: center; gap: 16px; }
.design-steps article:not(:last-child) { border-right: 1px solid var(--line); }
.design-steps article > b { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; background: var(--soft); color: var(--primary); }
.design-steps article > span { display: grid; }
.design-steps article strong { color: var(--ink); font-size: .98rem; }
.design-steps article small { margin-top: 3px; color: var(--muted); font-size: .74rem; }

.design-form-section { background: #f7f8fa; scroll-margin-top: 30px; }
.design-form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.design-form-intro { position: sticky; top: 30px; }
.design-form-intro > p:not(.eyebrow) { color: var(--muted); }
.upload-guidance { margin-top: 27px; padding: 19px; display: flex; align-items: flex-start; gap: 13px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.upload-guidance > span { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; background: var(--soft); color: var(--primary); }
.upload-guidance svg { width: 22px; height: 22px; }
.upload-guidance h3 { margin-bottom: 5px; font-size: 1rem; }
.upload-guidance p { margin-bottom: 0; color: var(--muted); font-size: .76rem; }
.form-help-card { margin-top: 12px; padding: 17px 19px; display: flex; align-items: center; gap: 13px; border-radius: 13px; background: var(--ink); color: #fff; }
.form-help-card > svg { width: 25px; height: 25px; color: var(--warm); }
.form-help-card > div { display: grid; }
.form-help-card strong { font-size: .78rem; }
.form-help-card a { color: #fff; font-family: "Outfit"; font-size: 1.18rem; font-weight: 800; }
.form-help-card small { color: #aeb9c5; font-size: .63rem; }
.design-form {
  position: relative;
  padding: 30px 30px 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--theme-gradient) bottom / 100% 4px no-repeat, #fff;
  box-shadow: var(--shadow-card);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid > label:not(.form-upload) { display: grid; gap: 6px; }
.form-grid label > span { color: var(--ink); font-family: "Outfit"; font-size: .76rem; font-weight: 750; }
.form-grid label > span b { color: var(--accent); }
.form-grid input:not([type="file"]), .form-grid select, .form-grid textarea { width: 100%; min-height: 47px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; outline: 0; background: #fff; color: var(--ink); font-size: .85rem; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 15%, transparent); }
.form-field--wide { grid-column: 1 / -1; }
.form-upload { grid-column: 1 / -1; min-height: 104px; padding: 18px; display: flex; align-items: center; gap: 14px; border: 1.5px dashed color-mix(in srgb, var(--primary) 45%, var(--line)); border-radius: 11px; background: var(--soft); }
.form-upload input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.form-upload > svg { width: 30px; height: 30px; color: var(--primary); }
.form-upload > span { display: grid; }
.form-upload > span strong { color: var(--ink); font-size: .9rem; }
.form-upload > span small { color: var(--muted); font-family: "Roboto"; font-size: .7rem; font-weight: 400; }
.form-upload i { margin-left: auto; padding: 8px 12px; border-radius: 7px; background: var(--primary); color: #fff; font-style: normal; font-size: .7rem; font-weight: 700; }
.form-consent { margin-top: 18px; display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: .73rem; }
.form-consent input { margin-top: 3px; accent-color: var(--primary); }
.form-submit { margin-top: 19px; }
.form-note { margin: 12px 0 0; display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: .65rem; }
.form-note svg { width: 16px; height: 16px; color: var(--primary); }
.design-next { padding: 65px 0; background: var(--soft); }
.design-next__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.design-next h2 { margin-bottom: 0; }
.design-next__inner > p { margin-bottom: 5px; color: var(--muted); }

.page-product .floating-actions a { min-width: 44px; width: 44px; padding: 0; justify-content: center; border-radius: 50%; }
.page-product .floating-actions a span { display: none; }

/* Footer and floating actions */
.site-footer { padding: 68px 0 20px; background: var(--footer); color: #c5cdd7; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .65fr .75fr 1fr; gap: 55px; }
.footer-brand img { width: 210px; height: 58px; padding: 7px 11px; object-fit: contain; border-radius: 8px; background: #fff; }
.footer-brand > p { max-width: 310px; margin: 17px 0 0; color: #c3cbd5; }
.footer-brand .footer-tagline { margin-top: 11px; font-family: "Outfit", sans-serif; font-size: .82rem; font-weight: 600; line-height: 1.35; }
.footer-address { font-size: .78rem; }
.footer-grid h2 { margin-bottom: 16px; color: #fff; font-size: .92rem; letter-spacing: 0; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a { color: #c5cdd7; font-size: .8rem; }
.footer-grid a:hover { color: #fff; }
.footer-contact a:first-of-type { color: #fff; font-family: "Outfit"; font-size: 1.35rem; font-weight: 700; }
.footer-contact p { margin-top: 9px; color: #8d9aa8; font-size: .72rem; }
.footer-bottom { margin-top: 44px; padding-top: 18px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; border-top: 1px solid rgba(255,255,255,.13); color: #8793a1; font-size: .66rem; line-height: 1.6; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 2px 8px; }
.footer-legal a { color: #c5cdd7; }
.footer-legal a:hover { color: #fff; }
.floating-actions { position: fixed; right: 17px; bottom: 22px; z-index: 70; display: grid; gap: 8px; }
.floating-actions a { min-width: 124px; min-height: 44px; padding: 0 14px; display: flex; align-items: center; gap: 9px; border-radius: 9px; background: var(--ink); color: #fff; box-shadow: 0 8px 25px rgba(0,0,0,.21); font-family: "Outfit"; font-size: .78rem; font-weight: 800; }
.floating-actions a:first-child { background: var(--primary); }
.floating-actions svg { width: 18px; height: 18px; }
.mobile-sticky { display: none; }

@media (max-width: 1240px) {
  .commerce-row { grid-template-columns: 190px minmax(250px, 1fr) auto; gap: 20px; }
  .brand { width: 185px; }
  .header-actions { gap: 12px; }
  .header-action--account span, .header-action--basket > span:last-child { display: none; }
  .nav-inner { gap: 20px; }
  .nav-design-link { display: none; }
  .category-card { min-height: 238px; }
  .category-card img { height: 160px; }
  .product-card__image { height: 220px; }
  .product-grid--catalog { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1179px) {
  :root { --page-gutter: 28px; }
  .primary-nav { display: none; }
  .commerce-row { min-height: 122px; padding: 13px 0; display: flex; flex-wrap: wrap; gap: 10px 20px; }
  .brand { width: 195px; }
  .brand img { height: 47px; }
  .site-search-shell { order: 3; width: 100%; }
  .site-search { height: 45px; }
  .header-actions { margin-left: auto; }
  .header-action--phone { display: flex; }
  .header-action--account { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu > summary { min-width: 52px; min-height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0; list-style: none; color: var(--ink); font-family: "Roboto"; font-size: .68rem; }
  .mobile-menu > summary svg { width: 25px; height: 25px; color: var(--primary); }
  .mobile-panel { position: absolute; top: 100%; left: 0; right: 0; z-index: 60; max-height: calc(100vh - 130px); padding: 18px var(--page-gutter) 26px; overflow-y: auto; background: #fff; border-top: 1px solid var(--line); border-bottom: 5px solid var(--primary); box-shadow: var(--shadow-lg); }
  .mobile-panel nav { display: grid; }
  .mobile-panel nav > a, .mobile-panel nav > details > summary { min-height: 46px; display: flex; align-items: center; justify-content: space-between; list-style: none; border-bottom: 1px solid var(--line); color: var(--ink); font-family: "Outfit"; font-weight: 750; }
  .mobile-panel nav > details > summary svg { width: 18px; height: 18px; color: var(--primary); }
  .mobile-panel nav > details[open] > summary svg { transform: rotate(180deg); }
  .mobile-panel nav > details > div { padding: 7px 0 10px 15px; display: grid; gap: 8px; border-bottom: 1px solid var(--line); }
  .mobile-panel nav > details > div a { color: var(--muted); font-size: .8rem; }
  .page-home .mobile-panel .page-nav--home,
  .page-category .mobile-panel .page-nav--category > summary,
  .page-product .mobile-panel .page-nav--category > summary,
  .page-design .mobile-panel .page-nav--design { color: var(--primary); }
  .mobile-panel__contact { margin-top: 16px; padding: 15px; display: flex; align-items: center; justify-content: space-between; border-radius: 10px; background: var(--soft); }
  .mobile-panel__contact a { color: var(--primary); font-weight: 700; }
  .reassurance-rail { min-height: 36px; }
  .reassurance-rail__inner { min-height: 36px; }

  .home-hero, .home-hero__inner { min-height: 550px; }
  .home-hero__copy { width: 72%; padding-bottom: 38px; }
  .home-hero__copy h1 { font-size: clamp(3.25rem, 6.25vw, 4rem); }
  .home-hero__product { right: -7%; bottom: 24px; width: 46vw; }
  .hero-notes { display: none; }
  .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
  .category-card { min-height: 220px; }
  .category-card img { left: 10px; right: 10px; width: calc(100% - 20px); height: 147px; }
  .category-card__label { left: 13px; }
  .category-card__label strong { font-size: 1rem; }
  .category-card__label small { display: none; }
  .product-grid--four { grid-template-columns: repeat(2, 1fr); }
  .product-card__image { height: 260px; }
  .use-case-grid { grid-template-columns: repeat(2, 1fr); }
  .category-hero__inner { grid-template-columns: 1.1fr .9fr; }
  .category-hero__visual::before { width: 330px; height: 330px; }
  .orbit--one { width: 270px; height: 270px; }
  .orbit--two { width: 360px; height: 360px; }
  .material-grid { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .material-card { min-height: 165px; }
  .catalog-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 22px; }
  .category-guide__inner { grid-template-columns: .8fr 1.4fr; }
  .category-guide__inner > .button { grid-column: 1 / -1; justify-self: start; }
  .product-layout { grid-template-columns: minmax(0, 1fr) minmax(430px, .96fr); gap: 32px; }
  .product-gallery__main { height: 450px; }
  .product-thumbs button { height: 82px; }
  .product-summary h1 { font-size: 2.75rem; }
  .product-facts { grid-template-columns: repeat(2, 1fr); }
  .product-facts div:nth-child(2) { border-right: 0; }
  .product-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.3fr .7fr .7fr .9fr; gap: 30px; }
}

@media (max-width: 1024px) {
  .product-grid--archive { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .header-action--phone { display: none; }
  .home-hero__copy { width: 72%; }
  .home-hero__product { opacity: .83; }
  .how-grid { grid-template-columns: 1fr; gap: 45px; }
  .how-copy { position: static; }
  .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .quote-banner__inner { align-items: flex-start; flex-direction: column; }
  .material-grid { grid-template-columns: repeat(2, 1fr); }
  .material-card { min-height: 190px; }
  .catalog-layout { display: block; }
  .filter-sidebar { display: none; }
  .mobile-filters { margin-bottom: 20px; display: block; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
  .mobile-filters > summary { min-height: 48px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; list-style: none; font-family: "Outfit"; font-weight: 800; }
  .mobile-filters > summary::-webkit-details-marker { display: none; }
  .mobile-filters > summary svg { width: 18px; height: 18px; color: var(--primary); }
  .filter-panel--mobile { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
  .filter-panel--mobile fieldset { border-bottom: 0; }
  .filter-panel--mobile fieldset:first-child { border-right: 1px solid var(--line); }
  .product-grid--catalog { grid-template-columns: repeat(2, 1fr); }
  .category-guide__inner { display: flex; flex-direction: column; align-items: stretch; }
  .product-layout { grid-template-columns: 1fr; }
  .product-gallery__main { height: 520px; }
  .product-summary { padding-top: 5px; }
  .product-details__layout { grid-template-columns: 1fr; gap: 45px; }
  .design-hero__inner { grid-template-columns: 1.05fr .95fr; gap: 35px; }
  .design-hero__shape { width: 340px; height: 340px; }
  .design-form-layout { grid-template-columns: 1fr; gap: 42px; }
  .design-form-intro { position: static; }
  .design-form-intro > p:not(.eyebrow) { max-width: 680px; }
  .design-form-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; }
  .design-form-intro > .eyebrow, .design-form-intro > h2, .design-form-intro > p { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
  :root {
    --shadow-card: 0 8px 22px rgba(11, 24, 38, .1), 0 2px 7px rgba(11, 24, 38, .045);
    --shadow-card-hover: 0 14px 34px rgba(11, 24, 38, .14), 0 5px 12px rgba(11, 24, 38, .06);
  }

  :root { --page-gutter: 16px; }
  body { font-size: 15px; padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  body.single-product,
  body.woocommerce-cart,
  body.woocommerce-checkout,
  body.wpplus-checkout-flow { padding-bottom: 0; }
  .concept-toolbar { height: 46px; }
  .concept-toolbar__inner { width: calc(100% - 20px); gap: 6px; }
  .concept-toolbar p { flex: 0 0 auto; }
  .concept-toolbar p > span { padding: 3px 6px; }
  .concept-name { display: none !important; }
  .palette-control { min-width: 0; gap: 4px; }
  .palette-label { display: none; }
  .palette-chip { min-height: 28px; padding: 4px 7px; gap: 4px; font-size: .66rem; }
  .palette-chip i { width: 9px; height: 9px; }
  .announcement { min-height: 44px; font-size: .67rem; }
  .announcement__inner { width: 100%; min-height: 44px; grid-template-columns: 28px 1fr auto 28px; gap: 3px; }
  .announcement__arrow { width: 28px; height: 28px; }
  .announcement__arrow svg { width: 17px; height: 17px; }
  .announcement__inner p { min-width: 0; overflow: visible; text-overflow: clip; white-space: normal; line-height: 1.2; text-wrap: balance; }
  .announcement__full { display: none; }
  .announcement__short { display: inline; }
  .announcement__phone { white-space: nowrap; font-size: .64rem; }
  .commerce-row { min-height: 123px; padding: 9px 0; gap: 8px; }
  .brand { width: 143px; }
  .brand img { height: 39px; }
  .site-search { height: 42px; }
  .site-search input { padding: 0 12px; font-size: .8rem; }
  .site-search button { width: 43px; }
  .product-search-panel { top: calc(100% + 7px); border-radius: 12px; }
  .product-search-results { max-height: min(55vh, 25rem); }
  .product-search-option { min-height: 72px; padding: 8px 10px; grid-template-columns: 56px minmax(0, 1fr) 14px; gap: 9px; }
  .product-search-option__image { width: 56px; height: 56px; }
  .product-search-option__copy strong { font-size: .84rem; }
  .product-search-option__price { font-size: .7rem; }
  .product-search-panel__all { min-height: 50px; padding-inline: 12px; font-size: .8rem; }
  .header-actions { gap: 2px; }
  .quote-button { min-width: 53px; min-height: 42px; padding: 0 8px; flex-direction: column; gap: 0; font-size: .66rem; }
  .quote-button svg { display: none; }
  .header-action--basket { min-width: 45px; font-size: .62rem; }
  .header-action .icon-wrap > svg { width: 23px; height: 23px; }
  .mobile-menu > summary { min-width: 45px; min-height: 42px; font-size: .62rem; }
  .mobile-menu > summary svg { width: 23px; height: 23px; }
  .reassurance-rail { min-height: 32px; overflow: hidden; }
  .reassurance-rail__inner { width: 100%; min-height: 32px; padding: 0 12px; justify-content: center; gap: 12px; }
  .reassurance-rail span { font-size: .61rem; white-space: nowrap; }
  .reassurance-rail span:nth-child(2) { display: none; }
  .reassurance-rail svg { width: 14px; height: 14px; }
  .mobile-panel { padding-inline: 17px; }
  .mobile-panel__contact { align-items: flex-start; flex-direction: column; gap: 3px; }

  h2 { font-size: 2rem; }
  .section { padding: 66px 0; }
  .section-heading { margin-bottom: 25px; align-items: flex-start; flex-direction: column; gap: 10px; }
  .section-heading > p { font-size: .87rem; }
  .partner-marquee {
    --partner-gap: 12px;
    --partner-card-width: 146px;
    --partner-card-height: 84px;
    padding: 58px 0;
  }
  .partner-marquee__heading { margin-bottom: 22px; align-items: flex-start; }
  .partner-marquee__heading h2 { font-size: 2rem; }
  .partner-marquee__viewport { -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
  .partner-marquee__track { animation-duration: 32s; }
  .partner-marquee__logo { max-width: 80%; max-height: 64%; }
  .button { min-height: 48px; padding: 0 17px; }
  .home-hero, .home-hero__inner { min-height: 570px; }
  .home-hero__media { background-position: 61% center; }
  .home-hero__wash { background: linear-gradient(90deg, rgba(6,17,29,.96), rgba(6,17,29,.73)); }
  .home-hero__inner { align-items: flex-start; padding-top: 57px; }
  .home-hero__copy { width: 100%; padding-bottom: 0; }
  .home-hero__copy h1 { max-width: 390px; margin-bottom: 15px; font-size: clamp(2.65rem, 12vw, 3.45rem); }
  .home-hero__copy > p:not(.hero-kicker) { max-width: 350px; margin-bottom: 19px; font-size: .94rem; line-height: 1.45; }
  .hero-kicker { font-size: .67rem; }
  .hero-actions { align-items: stretch; flex-direction: column; width: 205px; gap: 8px; }
  .hero-actions .button { min-height: 44px; }
  .hero-notes { display: none; }
  .home-hero__product { right: -58px; bottom: -7px; width: 310px; opacity: .9; }
  .home-hero__product { right: -48px; bottom: -21px; width: 252px; opacity: .78; }
  .category-launch { margin-top: 0; padding-bottom: 56px; background: var(--ink); }
  .category-launch::after { top: 0; }
  .category-launch__heading { min-height: 66px; padding: 12px 4px 8px; }
  .category-launch__heading h2 { font-size: 1.55rem; }
  .category-launch__heading .eyebrow, .category-launch__heading > a { display: none; }
  .category-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .category-card { min-height: 188px; border-radius: 14px; }
  .category-card img { left: 8px; right: 8px; bottom: 5px; width: calc(100% - 16px); height: 126px; }
  .category-card__label { top: 12px; left: 12px; right: 38px; }
  .category-card__label strong { font-size: .93rem; }
  .category-card i { top: 10px; right: 10px; width: 26px; height: 26px; }
  .product-grid--four, .product-grid--three { grid-template-columns: repeat(2, 1fr); gap: 11px; }
  .product-card { border-radius: 13px; }
  .product-card__image { height: 150px; }
  .product-card__body { padding: 12px; }
  .product-card h3 { min-height: 41px; margin-bottom: 9px; font-size: .91rem; }
  .product-price strong { font-size: 1.15rem; }
  .product-meta { align-items: flex-start; flex-direction: column; gap: 2px; }
  .product-card__cta { font-size: .74rem; }
  .how-grid { gap: 38px; }
  .steps-list li { grid-template-columns: 48px 1fr; gap: 13px; }
  .steps-list li > span { width: 47px; height: 47px; border-radius: 13px; }
  .steps-list li:not(:last-child)::before { top: 46px; left: 23px; }
  .use-case-grid { grid-template-columns: 1fr; }
  .use-case-grid article { min-height: 155px; }
  .use-case-grid h3 { margin-top: 28px; }
  .faq-layout { gap: 25px; }
  .faq-list summary { min-height: 61px; font-size: .91rem; }
  .quote-banner { padding: 54px 0; }
  .quote-banner__inner { gap: 24px; }
  .quote-banner__actions { width: 100%; flex-direction: column; }

  .category-hero { padding: 28px 0 38px; }
  .category-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, var(--soft) 0%, var(--soft) 44%, color-mix(in srgb, var(--soft) 82%, transparent) 64%, color-mix(in srgb, var(--soft) 28%, transparent) 84%, transparent 100%); }
  .category-hero__inner { min-height: 300px; display: block; }
  .category-hero__copy { position: relative; z-index: 3; }
  .breadcrumbs { margin-bottom: 17px; font-size: .65rem; }
  .category-hero h1 { max-width: 360px; margin-bottom: 10px; font-size: 2.65rem; }
  .category-hero__copy > p:not(.eyebrow) { max-width: 305px; margin-bottom: 18px; color: color-mix(in srgb, var(--ink) 76%, var(--muted)); font-size: .86rem; }
  .category-hero__actions { gap: 7px; }
  .category-hero__actions .button { min-height: 42px; padding: 0 12px; font-size: .73rem; }
  .page-main .category-hero a.category-hero__mobile-action {
    position: relative;
    z-index: 4;
    width: fit-content;
    max-width: 100%;
    min-height: 46px;
    margin-top: 18px;
    padding: 0 18px;
    display: inline-flex;
    border-radius: 999px;
    background: var(--theme-gradient-safe);
    box-shadow: 0 12px 25px color-mix(in srgb, var(--primary) 25%, transparent);
    color: #fff;
    font-size: .78rem;
    line-height: 1.2;
    text-align: left;
  }
  .page-main .category-hero a.category-hero__mobile-action:hover,
  .page-main .category-hero a.category-hero__mobile-action:focus-visible { color: #fff; }
  .page-main .category-hero a.category-hero__mobile-action svg { flex: 0 0 auto; color: #fff; transform: rotate(90deg); }
  .category-hero__visual {
    position: absolute;
    right: clamp(-64px, -8vw, -24px);
    bottom: -72px;
    z-index: 0;
    width: clamp(260px, 74vw, 310px);
    min-height: 250px;
    opacity: .86;
  }
  .category-hero__visual > img { max-height: 230px; }
  .category-hero__actions .button--ghost-dark { background: rgba(255,255,255,.9); }
  .category-hero__visual::before { width: 220px; height: 220px; }
  .orbit--one { width: 170px; height: 170px; }
  .orbit--two { width: 245px; height: 245px; }
  .material-section { padding: 34px 0 44px; }
  .material-heading { margin-bottom: 18px; align-items: flex-start; flex-direction: column; gap: 6px; }
  .material-heading h2 { font-size: 1.65rem; }
  .material-heading > p { font-size: .8rem; }
  .material-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .material-card { min-height: 135px; border-radius: 13px; }
  .material-card > span { left: 11px; bottom: 10px; }
  .material-card strong { font-size: .9rem; }
  .material-card small { display: none; }
  .material-card i { right: 10px; bottom: 12px; }
  .catalog-top { align-items: flex-start; flex-direction: column; gap: 15px; }
  .catalog-count { width: 100%; }
  .catalog-count strong { margin-right: auto; }
  .catalog-count label { display: none; }
  .catalog-count select { max-width: 160px; }
  .product-grid--catalog { grid-template-columns: 1fr; }
  .product-grid--catalog .product-card { display: grid; grid-template-columns: 42% 58%; }
  .product-grid--catalog .product-card__image { height: 100%; min-height: 190px; }
  .product-grid--catalog .product-card h3 { min-height: 0; }
  .product-grid--catalog .product-meta { flex-direction: row; }
  .filter-panel--mobile { grid-template-columns: 1fr; }
  .filter-panel--mobile fieldset:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .category-guide { padding: 49px 0; }
  .guide-points { grid-template-columns: 1fr; }
  .guide-points span { min-height: 75px; }

  .product-stage { padding: 18px 0 50px; }
  .product-breadcrumbs { margin-bottom: 12px; white-space: nowrap; flex-wrap: nowrap; overflow: hidden; }
  .product-breadcrumbs a:nth-of-type(2), .product-breadcrumbs a:nth-of-type(3), .product-breadcrumbs span:nth-of-type(2), .product-breadcrumbs span:nth-of-type(3) { display: none; }
  .product-layout { gap: 17px; }
  .product-gallery__main { height: 202px; border-radius: 16px; }
  .product-gallery__main > img { width: 88%; height: 88%; }
  .gallery-badge { top: 9px; left: 9px; font-size: .56rem; }
  .product-gallery__main > button { right: 9px; bottom: 9px; width: 37px; height: 37px; }
  .product-thumbs { margin-top: 7px; gap: 6px; }
  .product-thumbs button { height: 50px; border-radius: 8px; }
  .gallery-note { display: none; }
  .product-code { margin-bottom: 4px; font-size: .59rem; }
  .product-code span { display: none; }
  .product-summary h1 { margin-bottom: 7px; font-size: 2rem; }
  .product-lead { margin-bottom: 10px; font-size: .78rem; line-height: 1.4; }
  .product-price-block { padding: 9px 12px; }
  .product-price-block p strong { font-size: 1.5rem; }
  .product-price-block small { font-size: .68rem; }
  .product-price-block a { margin-top: 2px; }
  .product-facts { margin: 8px 0; }
  .product-facts div { padding: 6px 8px; }
  .product-facts dt { font-size: .54rem; }
  .product-facts dd { font-size: .69rem; }
  .bulk-panel { margin: 9px 0 13px; }
  .bulk-panel__heading { min-height: 52px; grid-template-columns: 31px 1fr; padding: 7px 9px; }
  .bulk-panel__heading > span { width: 29px; height: 29px; border-radius: 8px; }
  .bulk-panel__heading > span svg { width: 16px; height: 16px; }
  .bulk-panel__heading h2 { font-size: .96rem; }
  .bulk-panel__heading > b { display: none; }
  .bulk-panel > p { margin: 7px 9px; font-size: .63rem; }
  .table-shell { margin: 0 8px 8px; }
  .table-shell table { min-width: 300px; }
  .table-shell th { padding: 5px 8px; font-size: .57rem; }
  .table-shell td { height: 54px; padding: 7px; }
  .table-shell td strong { font-size: .64rem; }
  .table-shell td small { display: none; }
  .option-block { margin-top: 11px; }
  .upload-box { min-height: 61px; }
  .order-row { grid-template-columns: 122px 1fr; }
  .product-details__layout { gap: 35px; }
  .tick-list { grid-template-columns: 1fr; }
  .related-products .product-grid { grid-template-columns: repeat(2, 1fr); }

  .design-hero { padding: 34px 0 48px; }
  .design-hero__inner { min-height: 560px; display: block; }
  .design-hero .breadcrumbs { margin-bottom: 20px; }
  .design-hero__copy { position: relative; z-index: 3; }
  .design-hero__copy h1 { max-width: 390px; font-size: 2.75rem; }
  .design-hero__copy > p:not(.eyebrow) { max-width: 350px; font-size: .9rem; }
  .design-hero__visual { position: absolute; right: -70px; bottom: -40px; width: 310px; min-height: 300px; opacity: .9; }
  .design-hero__shape { width: 260px; height: 260px; }
  .design-steps { margin-top: -18px; }
  .design-steps__grid { grid-template-columns: 1fr; }
  .design-steps article { min-height: 82px; padding: 15px 17px; }
  .design-steps article:not(:last-child) { border-right: 0; border-bottom: 1px solid var(--line); }
  .design-form-intro { display: block; }
  .upload-guidance { margin-top: 20px; }
  .design-form { padding: 20px 16px; }
  .form-grid { grid-template-columns: 1fr; gap: 14px; }
  .form-field--wide, .form-upload { grid-column: auto; }
  .form-upload { align-items: flex-start; flex-wrap: wrap; }
  .form-upload i { margin-left: 44px; }
  .form-submit { width: 100%; }
  .design-next { padding: 52px 0; }
  .design-next__inner { grid-template-columns: 1fr; gap: 16px; }

  .site-footer { padding-top: 50px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .floating-actions { right: 12px; bottom: calc(78px + env(safe-area-inset-bottom)); }
  .floating-actions a { min-width: 44px; min-height: 44px; padding: 0; justify-content: center; border-radius: 50%; }
  .floating-actions a:first-child { display: none; }
  .floating-actions a span { display: none; }
  .mobile-sticky {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 80;
    min-height: calc(68px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    visibility: hidden;
    border-top: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 -10px 30px rgba(11,24,38,.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition:
      transform .24s cubic-bezier(.22, 1, .36, 1),
      opacity .18s ease,
      visibility 0s linear .24s;
  }
  .mobile-sticky.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }
  body.single-product .mobile-sticky,
  body.woocommerce-cart .mobile-sticky,
  body.woocommerce-checkout .mobile-sticky,
  body.wpplus-checkout-flow .mobile-sticky {
    display: none !important;
  }
  .mobile-sticky a { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 2px; color: var(--ink); font-size: .62rem; font-weight: 700; }
  .mobile-sticky a:nth-child(2) { background: var(--primary); color: #fff; }
  .mobile-sticky svg { width: 21px; height: 21px; }
  .mobile-sticky__basket { position: relative; display: inline-flex; }
  .mobile-sticky__basket b { position: absolute; top: -8px; right: -11px; width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; font-size: .55rem; }
}

@media (max-width: 767px) {
  .reveal-motion-enabled [data-reveal]:not(.is-revealed),
  .reveal-motion-enabled [data-reveal="left"]:not(.is-revealed),
  .reveal-motion-enabled [data-reveal="right"]:not(.is-revealed) {
    translate: 0 14px;
  }
  .reveal-motion-enabled [data-reveal="scale"]:not(.is-revealed) {
    translate: 0 10px;
    scale: .98;
  }
  .reveal-motion-enabled.reveal-motion-ready [data-reveal] {
    transition-duration: 440ms, 440ms, 500ms;
    transition-delay: var(--reveal-delay, 0ms);
  }
}

@media (max-width: 370px) {
  .palette-chip { padding-inline: 5px; }
  .palette-chip--mint { font-size: 0; }
  .palette-chip--mint i { margin: 0 3px; }
  .brand { width: 127px; }
  .product-grid--four, .product-grid--three { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .product-grid--archive { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .partner-marquee__viewport { overflow-x: auto; -webkit-mask-image: none; mask-image: none; scrollbar-width: thin; scrollbar-color: var(--primary) transparent; }
  .partner-marquee__track { width: auto; animation: none !important; transform: none !important; }
  .partner-marquee__list { flex-wrap: wrap; justify-content: center; padding: 8px var(--partner-gap); }
  .partner-marquee__list[aria-hidden="true"] { display: none; }
  .product-search-panel__loading > span { animation: none !important; }
  .product-card:hover { transform: none !important; }
  .product-card:hover .product-card__image img { transform: none !important; }
  .reveal-motion-enabled [data-reveal],
  .reveal-motion-enabled [data-reveal]:not(.is-revealed) {
    opacity: var(--reveal-opacity, 1) !important;
    translate: 0 0 !important;
    scale: 1 !important;
  }
}
