:root {
  --ink: #f8fafc;
  --muted: #aeb8c8;
  --soft: #d8dee9;
  --bg: #07101f;
  --bg-2: #0f172a;
  --panel: #151d2f;
  --panel-2: #1e293b;
  --panel-3: #202b41;
  --line: rgba(226, 232, 240, 0.16);
  --accent: #e3363c;
  --accent-2: #ff6b6f;
  --gold: #f4b860;
  --mint: #7dd3a8;
  --shell-quote-bg: #15803d;
  --shell-quote-bg-hover: #166534;
  --shell-quote-text: #ffffff;
  --light-bg: #f6f7fb;
  --light-card: #ffffff;
  --light-ink: #0b1730;
  --light-muted: #5b6473;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  --radius: 8px;
  --page-max: 1840px;
  --page-gutter: clamp(28px, 3vw, 80px);
  --frame-width: min(var(--page-max), calc(100% - var(--page-gutter) - var(--page-gutter)));
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(135deg, rgba(227, 54, 60, 0.1) 0%, transparent 28%),
    linear-gradient(180deg, #07101f 0%, #101827 48%, #0b1120 100%);
  color: var(--ink);
}

img,
svg {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  color: var(--muted);
  line-height: 1.68;
}

.site-shell {
  min-height: 100vh;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-frame {
  width: var(--frame-width);
}

.site-header .container,
.page-hero .container,
main .section > .container,
.choose-band > .container,
.steps-band > .container,
.testimonial-band > .container,
.bottom-cta > .container,
.site-footer .container {
  width: var(--frame-width);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
  background: #01173D;
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 44px rgba(2, 6, 23, 0.18);
}

/* Branded merchandise packs service page */
.merch-packs-page {
  background: #07101f;
}

.merch-packs-page .primary-nav a[data-service-nav] {
  font-size: 0.88rem;
}

.packs-hero {
  position: relative;
  min-height: clamp(620px, 43vw, 790px);
  overflow: hidden;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
  background: #07101f;
}

.packs-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.packs-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #07101f 0%, #07101f 58%, rgba(7, 16, 31, 0.94) 64%, rgba(7, 16, 31, 0.24) 77%, rgba(7, 16, 31, 0.08) 100%);
}

.packs-hero-inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 4vw, 72px) 0 clamp(50px, 5vw, 90px);
}

.packs-breadcrumb {
  position: absolute;
  top: clamp(24px, 2.3vw, 42px);
  left: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #d4deeb;
  font-size: 0.88rem;
}

.packs-breadcrumb a {
  color: #ffffff;
}

.packs-breadcrumb a:hover,
.packs-breadcrumb a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.packs-hero-copy {
  max-width: min(800px, 53%);
  padding-top: 28px;
}

.packs-hero-copy .eyebrow,
.packs-section .eyebrow,
.packs-closing .eyebrow {
  letter-spacing: 0.1em;
}

.packs-hero-copy h1 {
  max-width: 800px;
  margin: 16px 0 22px;
  font-family: inherit;
  font-size: clamp(3rem, 3.4vw, 4rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.packs-hero-copy > p:not(.packs-hero-support) {
  max-width: 720px;
  margin: 0;
  color: #eef4fb;
  font-size: 1.1rem;
  line-height: 1.72;
}

.packs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.packs-hero-support {
  max-width: 690px;
  margin: 19px 0 0;
  color: #d4deeb;
  font-size: 0.94rem;
  line-height: 1.55;
}

.packs-confidence-band {
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
  background: #0a1527;
}

.packs-confidence-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.packs-confidence-item {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px clamp(16px, 2vw, 32px);
  border-left: 1px solid rgba(148, 163, 184, 0.15);
}

.packs-confidence-item:first-child {
  border-left: 0;
}

.packs-confidence-item strong {
  max-width: 190px;
  color: #f8fafc;
  font-size: 0.94rem;
  line-height: 1.35;
}

.packs-line-icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(147, 197, 253, 0.4);
  border-radius: 8px;
  color: #93c5fd;
  background: rgba(30, 64, 175, 0.12);
}

.packs-line-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.packs-section {
  padding: clamp(70px, 7vw, 118px) 0;
}

.packs-section-heading {
  max-width: 900px;
  margin: 0 auto clamp(40px, 4vw, 64px);
  text-align: center;
}

.packs-section-heading--left {
  max-width: 940px;
  margin-left: 0;
  text-align: left;
}

.packs-section-heading h2,
.packs-definition h2,
.packs-closing h2 {
  margin: 12px 0 18px;
  font-family: inherit;
  font-size: clamp(2.2rem, 3.1vw, 3.6rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.packs-section-heading p {
  max-width: 780px;
  margin: 0 auto;
  font-size: 1.03rem;
}

.packs-section-heading--left p {
  margin-left: 0;
}

.packs-short-container {
  max-width: var(--page-max);
}

.packs-audiences {
  padding: clamp(64px, 6vw, 86px) 0;
  color: #0b1730;
  background: #f4f7fb;
}

.packs-audiences .packs-compact-heading h2 {
  color: #0b1730;
}

.packs-compact-heading {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.packs-compact-heading--left {
  margin: 0;
  text-align: left;
}

.packs-compact-heading h2,
.packs-quote-cta h2 {
  margin: 10px 0 14px;
  font-family: inherit;
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.packs-compact-heading p {
  margin: 0;
  color: #536073;
  font-size: 1.04rem;
}

.packs-audience-labels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.14);
  border-bottom: 1px solid rgba(15, 23, 42, 0.14);
  list-style: none;
}

.packs-audience-labels li {
  position: relative;
  display: flex;
  min-height: 92px;
  align-items: center;
  padding: 22px 26px 22px 45px;
  border-left: 1px solid rgba(15, 23, 42, 0.14);
  color: #0b1730;
  font-size: 1.05rem;
  font-weight: 750;
  line-height: 1.35;
}

.packs-audience-labels li:first-child {
  border-left: 0;
}

.packs-audience-labels li::before {
  content: "";
  position: absolute;
  left: 24px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e3363c;
}

.packs-details {
  padding: clamp(64px, 6vw, 88px) 0;
  background: #0b1526;
}

.packs-details-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: start;
}

.packs-details .packs-compact-heading h2 {
  color: #ffffff;
}

.packs-details-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(148, 163, 184, 0.24);
  list-style: none;
}

.packs-details-list li {
  position: relative;
  padding: 19px 4px 19px 34px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  color: #d7e0ec;
  font-size: 1rem;
  line-height: 1.55;
}

.packs-details-list li::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 4px;
  width: 13px;
  height: 7px;
  border-left: 2px solid #70c7eb;
  border-bottom: 2px solid #70c7eb;
  transform: rotate(-45deg);
}

.packs-quote-cta {
  padding: clamp(48px, 5vw, 68px) 0;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
  background: #111d31;
}

.packs-quote-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(36px, 6vw, 90px);
  align-items: center;
}

.packs-quote-cta h2 {
  max-width: 760px;
  margin-top: 0;
  color: #ffffff;
}

.packs-quote-cta p {
  max-width: 760px;
  margin: 0;
  color: #c9d4e2;
  font-size: 1.02rem;
}

.packs-quote-actions {
  display: grid;
  min-width: 250px;
  gap: 12px;
}

.packs-use-cases {
  color: #0b1730;
  background: #f6f7fb;
}

.packs-use-cases h2,
.packs-use-cases h3 {
  color: #0b1730;
}

.packs-use-cases p {
  color: #536073;
}

.packs-use-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(15, 23, 42, 0.14);
  border-bottom: 1px solid rgba(15, 23, 42, 0.14);
}

.packs-use-case-grid article {
  min-width: 0;
  padding: clamp(26px, 2.6vw, 44px);
  border-left: 1px solid rgba(15, 23, 42, 0.14);
}

.packs-use-case-grid article:first-child {
  border-left: 0;
}

.packs-use-case-grid h3 {
  margin: 22px 0 12px;
  font-size: 1.22rem;
  line-height: 1.3;
}

.packs-use-case-grid p {
  margin: 0;
  font-size: 0.95rem;
}

.packs-use-cases .packs-line-icon {
  color: #1d4ed8;
  border-color: rgba(29, 78, 216, 0.25);
  background: #eef4ff;
}

.packs-definition {
  border-top: 1px solid rgba(148, 163, 184, 0.13);
  border-bottom: 1px solid rgba(148, 163, 184, 0.13);
  background: #0c1729;
}

.packs-definition-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: start;
}

.packs-definition h2 {
  max-width: 700px;
}

.packs-definition-copy {
  padding-top: 24px;
  border-top: 3px solid #e3363c;
}

.packs-definition-copy p {
  margin: 0 0 20px;
  color: #c7d2e1;
  font-size: 1.08rem;
}

.packs-process {
  color: #0b1730;
  background: #f4f7fb;
}

.packs-process h2,
.packs-process h3 {
  color: #0b1730;
}

.packs-process p {
  color: #5b6473;
}

.packs-process-showcase {
  max-width: 1240px;
  margin: 0 auto;
}

.packs-process-infographic {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.13);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.13);
  background: #ffffff;
}

.packs-process-infographic img {
  display: block;
  width: 100%;
  height: auto;
}

.packs-process-accessible-title,
.packs-process-cards,
.packs-process-qualifications {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.packs-options {
  border-top: 1px solid rgba(148, 163, 184, 0.13);
  border-bottom: 1px solid rgba(148, 163, 184, 0.13);
  background: #07101f;
}

.packs-options-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.packs-options-grid section {
  min-width: 0;
  padding: clamp(28px, 3vw, 48px);
  border-left: 1px solid rgba(148, 163, 184, 0.16);
}

.packs-options-grid section:first-child {
  border-left: 0;
}

.packs-options-grid h3 {
  margin: 22px 0 12px;
  font-size: 1.25rem;
}

.packs-options-grid p {
  margin: 0;
}

.packs-options-grid a,
.packs-discovery-links a {
  color: #bfdbfe;
  text-decoration: underline;
  text-decoration-color: rgba(191, 219, 254, 0.35);
  text-underline-offset: 4px;
}

.packs-options-grid a:hover,
.packs-options-grid a:focus-visible,
.packs-discovery-links a:hover,
.packs-discovery-links a:focus-visible {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

.packs-discovery-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin-top: 34px;
  font-weight: 750;
}

.packs-boundaries {
  color: #0b1730;
  background: #f6f7fb;
}

.packs-boundaries h2,
.packs-boundaries h3 {
  color: #0b1730;
}

.packs-boundaries p,
.packs-boundaries li {
  color: #536073;
}

.packs-boundary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(15, 23, 42, 0.13);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.packs-boundary-column {
  position: relative;
  min-width: 0;
  padding: 34px clamp(24px, 2.8vw, 44px) 38px;
  border-left: 1px solid rgba(15, 23, 42, 0.12);
}

.packs-boundary-column:first-child {
  border-left: 0;
}

.packs-boundary-column::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #2563eb;
}

.packs-boundary-column--confirm::before {
  background: #d49a38;
}

.packs-boundary-column--not-supported::before {
  background: #e3363c;
}

.packs-boundary-column h3 {
  margin: 0 0 20px;
  font-size: 1.22rem;
}

.packs-boundary-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.packs-boundary-column li {
  position: relative;
  margin-top: 15px;
  padding-left: 22px;
  font-size: 0.94rem;
  line-height: 1.58;
}

.packs-boundary-column li::before {
  content: "";
  position: absolute;
  top: 0.63em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2563eb;
}

.packs-boundary-column--confirm li::before {
  background: #d49a38;
}

.packs-boundary-column--not-supported li::before {
  background: #e3363c;
}

.packs-planning {
  background: #0b1526;
}

.packs-planning-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: clamp(50px, 7vw, 120px);
  align-items: start;
}

.packs-planning h2 {
  margin: 12px 0 18px;
  font-size: clamp(2.2rem, 3vw, 3.5rem);
}

.packs-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.packs-checklist li {
  position: relative;
  min-height: 36px;
  padding-left: 31px;
  color: #d5deea;
  line-height: 1.55;
}

.packs-checklist li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 17px;
  height: 9px;
  border-left: 2px solid #93c5fd;
  border-bottom: 2px solid #93c5fd;
  transform: rotate(-45deg);
}

.packs-planning-cta {
  padding: clamp(30px, 3vw, 46px);
  border: 1px solid rgba(147, 197, 253, 0.25);
  border-radius: 8px;
  background: #121f34;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.packs-planning-cta h3 {
  margin: 24px 0 10px;
  font-size: 1.42rem;
}

.packs-planning-cta p {
  margin: 0 0 16px;
}

.packs-planning-cta .packs-privacy-note {
  color: #cbd5e1;
  font-size: 0.86rem;
}

.packs-stack-actions {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.packs-faq {
  scroll-margin-top: 128px;
  color: #0b1730;
  background: #f4f7fb;
}

#packs-faq-title {
  scroll-margin-top: 148px;
}

.packs-faq > .container {
  max-width: var(--page-max);
}

.packs-faq h2,
.packs-faq h3 {
  color: #0b1730;
}

.packs-faq p {
  color: #536073;
}

.packs-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.packs-faq-group {
  overflow: hidden;
  padding: 26px clamp(24px, 3vw, 40px) 8px;
  border: 1px solid rgba(15, 23, 42, 0.13);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
}

.packs-faq-group h3 {
  margin: 0;
  padding: 0 0 18px;
  border-bottom: 2px solid #e3363c;
  font-size: 1.3rem;
}

.packs-faq-item {
  border-bottom: 1px solid rgba(15, 23, 42, 0.14);
}

.packs-faq-item summary {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 22px;
  align-items: center;
  padding: 24px 0;
  color: #0b1730;
  cursor: pointer;
  font-size: clamp(1.25rem, 1.35vw, 1.375rem);
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

.packs-faq-item summary::-webkit-details-marker {
  display: none;
}

.packs-faq-item summary:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(37, 99, 235, 0.35);
  outline-offset: 4px;
}

.packs-faq-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(29, 78, 216, 0.25);
  border-radius: 50%;
  background: #f2f6ff;
}

.packs-faq-toggle::before,
.packs-faq-toggle::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 11px;
  width: 18px;
  height: 2px;
  background: #1d4ed8;
}

.packs-faq-toggle::after {
  transform: rotate(90deg);
  transition: transform 160ms ease;
}

.packs-faq-item[open] .packs-faq-toggle::after {
  transform: rotate(0);
}

.packs-faq-answer {
  padding: 0 64px 28px 0;
}

.packs-faq-answer p {
  margin: 0;
  color: #3f4d61;
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
  line-height: 1.6;
}

.packs-closing {
  padding: clamp(74px, 7vw, 118px) 0;
  border-top: 1px solid rgba(148, 163, 184, 0.15);
  background: #07101f;
}

.packs-closing-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
}

.packs-closing p {
  max-width: 940px;
  margin: 0;
  font-size: 1.04rem;
}

.packs-closing .packs-closing-note {
  margin-top: 18px;
  color: #d4deeb;
  font-size: 0.88rem;
}

.packs-closing-actions {
  display: grid;
  gap: 12px;
}

@media (max-width: 1500px) {
  .primary-nav a[data-service-nav] {
    font-size: 0.79rem;
    padding-right: 10px;
    padding-left: 10px;
  }

  .packs-hero-copy {
    max-width: 54%;
  }

  .packs-hero-copy h1 {
    font-size: 3.25rem;
  }
}

@media (max-width: 1180px) {
  .packs-confidence-grid,
  .packs-use-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .packs-confidence-item:nth-child(3),
  .packs-use-case-grid article:nth-child(3) {
    border-top: 1px solid rgba(148, 163, 184, 0.15);
    border-left: 0;
  }

  .packs-confidence-item:nth-child(4),
  .packs-use-case-grid article:nth-child(4) {
    border-top: 1px solid rgba(148, 163, 184, 0.15);
  }

  .packs-process-layout {
    grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
    gap: 44px;
  }

  .packs-boundary-grid {
    grid-template-columns: 1fr;
  }

  .packs-boundary-column,
  .packs-boundary-column:first-child {
    border-top: 1px solid rgba(15, 23, 42, 0.12);
    border-left: 0;
  }

  .packs-boundary-column:first-child {
    border-top: 0;
  }
}

@media (max-width: 1100px) {
  .packs-hero {
    min-height: 0;
    display: grid;
    grid-template-rows: auto auto;
  }

  .packs-hero-image {
    position: relative;
    z-index: 0;
    grid-row: 2;
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: 70% center;
  }

  .packs-hero-shade {
    display: none;
  }

  .packs-hero-inner {
    grid-row: 1;
    min-height: 0;
    padding: 38px 0 50px;
  }

  .packs-breadcrumb {
    position: static;
    margin-bottom: 32px;
  }

  .packs-hero-copy {
    max-width: 760px;
    padding-top: 0;
  }

  .packs-hero-copy > p:not(.packs-hero-support) {
    color: #c8d3e1;
    text-shadow: none;
  }
}

@media (max-width: 900px) {
  .packs-hero {
    min-height: 0;
  }

  .packs-hero-copy {
    max-width: min(720px, 57%);
  }

  .packs-hero-copy h1 {
    font-size: 2.8rem;
  }

  .packs-definition-layout,
  .packs-process-layout,
  .packs-planning-layout,
  .packs-closing-inner,
  .packs-details-layout,
  .packs-quote-inner {
    grid-template-columns: 1fr;
  }

  .packs-audience-labels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .packs-audience-labels li:nth-child(3) {
    border-top: 1px solid rgba(15, 23, 42, 0.14);
    border-left: 0;
  }

  .packs-audience-labels li:nth-child(4) {
    border-top: 1px solid rgba(15, 23, 42, 0.14);
  }

  .packs-quote-actions {
    grid-template-columns: repeat(2, minmax(0, max-content));
    min-width: 0;
  }

  .packs-process-image {
    width: min(100%, 720px);
    margin: 0 auto;
  }

  .packs-options-grid {
    grid-template-columns: 1fr;
  }

  .packs-options-grid section,
  .packs-options-grid section:first-child {
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    border-left: 0;
  }

  .packs-options-grid section:first-child {
    border-top: 0;
  }
}

@media (max-width: 820px) {
  .packs-hero-image {
    aspect-ratio: 4 / 3;
    object-position: 70% center;
  }

  .packs-faq-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .packs-checklist {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  #packs-process-title,
  #packs-faq-title {
    scroll-margin-top: 240px;
  }

  .packs-hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .packs-hero-shade {
    display: none;
  }

  .packs-hero-inner {
    order: 1;
    min-height: 0;
    padding: 28px 0 42px;
    background: #07101f;
  }

  .packs-breadcrumb {
    position: static;
    margin-bottom: 34px;
  }

  .packs-hero-copy {
    max-width: none;
    padding-top: 0;
  }

  .packs-hero-copy h1 {
    max-width: 650px;
  }

  .packs-hero-image {
    position: relative;
    inset: auto;
    order: 2;
    height: auto;
    aspect-ratio: 16 / 9;
    object-position: center;
  }

  .packs-process {
    padding: 64px 0;
  }

  .packs-process-infographic {
    display: none;
  }

  .packs-process-accessible-title,
  .packs-process-cards,
  .packs-process-qualifications {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .packs-process-accessible-title {
    margin-bottom: 30px;
    color: #0b1730;
    font-size: 2rem;
    line-height: 1.12;
  }

  .packs-process-cards {
    display: grid;
    gap: 16px;
    list-style: none;
  }

  .packs-process-cards li {
    padding: 24px;
    border: 1px solid rgba(15, 23, 42, 0.13);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
  }

  .packs-process-cards span {
    display: inline-block;
    margin-bottom: 12px;
    color: #d92d3a;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .packs-process-cards h3 {
    margin: 0 0 9px;
    font-size: 1.2rem;
  }

  .packs-process-cards p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
  }

  .packs-process-qualifications {
    display: grid;
    gap: 12px;
    margin-top: 20px;
    list-style: none;
  }

  .packs-process-qualifications li {
    padding: 15px 18px;
    border-left: 4px solid #e3363c;
    color: #344258;
    background: #e9eef6;
    line-height: 1.5;
  }

  .packs-faq-group {
    padding: 22px 20px 6px;
  }

  .packs-faq-item summary {
    min-height: 72px;
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 14px;
    padding: 21px 0;
    font-size: 1.0625rem;
  }

  .packs-faq-toggle {
    width: 40px;
    height: 40px;
  }

  .packs-faq-toggle::before,
  .packs-faq-toggle::after {
    top: 18px;
    left: 10px;
  }

  .packs-faq-answer {
    padding: 0 0 24px;
  }

  .packs-faq-answer p {
    font-size: 1rem;
    line-height: 1.65;
  }
}

@media (max-width: 580px) {
  .packs-hero-inner,
  .packs-confidence-grid,
  .packs-section > .container,
  .packs-closing > .container {
    width: min(100% - 24px, 1160px);
  }

  .packs-hero-copy h1 {
    margin-top: 12px;
    font-size: 2.35rem;
    line-height: 1.05;
  }

  .packs-hero-actions,
  .packs-discovery-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .packs-confidence-grid,
  .packs-use-case-grid,
  .packs-audience-labels {
    grid-template-columns: 1fr;
  }

  .packs-confidence-item,
  .packs-confidence-item:first-child,
  .packs-confidence-item:nth-child(3),
  .packs-use-case-grid article,
  .packs-use-case-grid article:first-child,
  .packs-use-case-grid article:nth-child(3) {
    min-height: 88px;
    border-top: 1px solid rgba(148, 163, 184, 0.15);
    border-left: 0;
  }

  .packs-confidence-item:first-child,
  .packs-use-case-grid article:first-child {
    border-top: 0;
  }

  .packs-audience-labels li,
  .packs-audience-labels li:first-child,
  .packs-audience-labels li:nth-child(3),
  .packs-audience-labels li:nth-child(4) {
    min-height: 70px;
    border-top: 1px solid rgba(15, 23, 42, 0.14);
    border-left: 0;
  }

  .packs-audience-labels li:first-child {
    border-top: 0;
  }

  .packs-compact-heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .packs-details-layout {
    gap: 30px;
  }

  .packs-quote-actions {
    grid-template-columns: 1fr;
  }

  .packs-section {
    padding: 64px 0;
  }

  .packs-section-heading {
    margin-bottom: 36px;
  }

  .packs-section-heading h2,
  .packs-definition h2,
  .packs-closing h2,
  .packs-planning h2 {
    font-size: 2rem;
  }

  .packs-definition-layout {
    gap: 30px;
  }

  .packs-process-layout {
    gap: 42px;
  }

  .packs-step-list li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
  }

  .packs-step-list li > span {
    width: 40px;
    height: 40px;
  }

  .packs-step-list li:not(:last-child)::before {
    top: 40px;
    left: 19px;
  }

  .packs-boundary-column {
    padding: 30px 22px 32px;
  }

  .packs-planning-cta {
    padding: 28px 22px;
  }

  .packs-faq-item summary {
    min-height: 64px;
    gap: 12px;
  }

  .packs-faq-answer {
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .packs-faq-toggle::after,
  .merch-packs-page .btn {
    transition: none;
  }
}

/* Branded merchandise packs correction pass 3 */
.merch-packs-page .packs-hero {
  min-height: 0;
  padding: 0 0 20px;
  overflow: visible;
  background: #07101f;
}

.merch-packs-page .packs-hero-inner {
  width: var(--frame-width);
  max-width: var(--page-max);
  min-height: 0;
  display: block;
  padding: 0;
}

.merch-packs-page .packs-breadcrumb {
  position: static;
  min-height: 44px;
  margin: 0;
  padding: 15px 0 12px;
  color: #b8c5d5;
  font-size: 0.82rem;
}

.packs-hero-layout {
  position: relative;
  display: block;
  min-height: clamp(510px, 39vw, 640px);
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 8px;
  background: #07101f;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

.packs-hero-layout::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(7, 16, 31, 0.94) 0%, rgba(7, 16, 31, 0.82) 32%, rgba(7, 16, 31, 0.37) 53%, rgba(7, 16, 31, 0.02) 76%);
}

.merch-packs-page .packs-hero-copy {
  position: relative;
  z-index: 2;
  width: min(52%, 730px);
  min-height: clamp(510px, 39vw, 640px);
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(46px, 4.6vw, 76px);
}

.merch-packs-page .packs-hero-copy .eyebrow,
.packs-kitting-process .eyebrow,
.packs-audiences .eyebrow,
.packs-details .eyebrow {
  letter-spacing: 0.1em;
}

.merch-packs-page .packs-hero-copy h1 {
  max-width: 640px;
  margin: 10px 0 12px;
  font-size: clamp(2.65rem, 3.1vw, 4.1rem);
  line-height: 1.05;
}

.merch-packs-page .packs-hero-copy > p:not(.packs-hero-support) {
  max-width: 610px;
  margin: 0;
  color: #dbe6f2;
  font-size: 1.05rem;
  line-height: 1.58;
}

.merch-packs-page .packs-hero-actions {
  gap: 10px;
  margin-top: 16px;
}

.packs-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  background: #07101f;
}

.merch-packs-page .packs-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.packs-kitting-process {
  padding: clamp(72px, 6.5vw, 88px) 0;
  color: #0b1730;
  background: #f4f7fb;
}

.packs-process-heading {
  max-width: none;
  margin: 0 0 34px;
}

.packs-process-heading h2 {
  margin: 10px 0 14px;
  color: #0b1730;
  font-family: inherit;
  font-size: clamp(2.25rem, 3vw, 3.25rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
  white-space: nowrap;
}

.packs-process-heading p {
  max-width: none;
  margin: 0;
  color: #536073;
  font-size: 1.04rem;
  white-space: nowrap;
}

.packs-process-content {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(410px, 0.9fr);
  gap: clamp(48px, 5vw, 88px);
  align-items: start;
}

.packs-process-visual {
  min-width: 0;
}

.packs-process-audiences {
  min-width: 0;
  padding-top: clamp(24px, 3vw, 56px);
}

.packs-process-audiences h2 {
  max-width: 620px;
  margin: 10px 0 12px;
  color: #0b1730;
  font-family: inherit;
  font-size: clamp(2.1rem, 2.7vw, 3rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: pretty;
}

.packs-process-audiences > p {
  max-width: 620px;
  margin: 0;
  color: #536073;
  font-size: 1.06rem;
  line-height: 1.58;
}

.packs-process-audiences .packs-audience-labels {
  display: grid;
  grid-template-columns: 1fr;
  margin: 22px 0 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.packs-process-audiences .packs-audience-labels li,
.packs-process-audiences .packs-audience-labels li:first-child,
.packs-process-audiences .packs-audience-labels li:nth-child(3),
.packs-process-audiences .packs-audience-labels li:nth-child(4) {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: center;
  padding: 12px 4px 12px 20px;
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 0;
  color: #0b1730;
  background: transparent;
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.35;
}

.packs-process-audiences .packs-audience-labels li::before {
  content: "";
  position: absolute;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e3363c;
}

.packs-process-photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px 8px 0 0;
}

.packs-process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.13);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
  list-style: none;
}

.packs-process-steps li {
  min-width: 0;
  padding: 28px clamp(20px, 2.4vw, 32px) 32px;
  border-left: 1px solid rgba(15, 23, 42, 0.13);
}

.packs-process-steps li:first-child {
  border-left: 0;
}

.packs-process-steps span {
  display: block;
  margin-bottom: 14px;
  color: #e3363c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.packs-process-steps h3 {
  margin: 0 0 10px;
  color: #0b1730;
  font-size: 1.22rem;
  line-height: 1.22;
}

.packs-process-steps p {
  margin: 0;
  color: #536073;
  font-size: 0.96rem;
  line-height: 1.58;
}

.packs-process-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
  color: var(--brand-cyan);
  font-size: 0.875rem;
  font-weight: 750;
  text-decoration: none;
}

.packs-process-link::after {
  content: "\2192";
  transition: transform 160ms ease;
}

.packs-process-link:hover,
.packs-process-link:focus-visible {
  color: var(--brand-red);
  text-decoration: underline;
}

.packs-process-link:hover::after,
.packs-process-link:focus-visible::after {
  transform: translateX(0.18rem);
}

.merch-packs-page .packs-audiences {
  padding: clamp(58px, 5.4vw, 72px) 0;
  background: #ffffff;
}

.packs-audiences .packs-short-container {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(44px, 6vw, 78px);
  align-items: center;
}

.packs-audiences .packs-compact-heading {
  max-width: 520px;
  margin: 0;
  text-align: left;
}

.packs-audiences .packs-compact-heading h2 {
  font-size: clamp(2rem, 2.8vw, 2.85rem);
}

.packs-audiences .packs-audience-labels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border: 0;
}

.packs-audiences .packs-audience-labels li,
.packs-audiences .packs-audience-labels li:first-child,
.packs-audiences .packs-audience-labels li:nth-child(3),
.packs-audiences .packs-audience-labels li:nth-child(4) {
  min-height: 74px;
  padding: 20px 22px 20px 44px;
  border: 1px solid rgba(15, 23, 42, 0.13);
  border-radius: 6px;
  background: #f6f8fc;
}

.packs-audiences .packs-audience-labels li::before {
  left: 22px;
  width: 7px;
  height: 7px;
}

.merch-packs-page .packs-details {
  padding: clamp(60px, 5.5vw, 76px) 0;
}

.merch-packs-page .packs-details-layout {
  gap: clamp(44px, 6vw, 84px);
  align-items: center;
}

.merch-packs-page .packs-details .packs-compact-heading h2 {
  font-size: clamp(2rem, 2.8vw, 2.85rem);
}

.merch-packs-page .packs-quote-cta {
  padding: clamp(48px, 4.8vw, 64px) 0;
}

.merch-packs-page .packs-faq {
  padding: clamp(70px, 6vw, 88px) 0;
}

.merch-packs-page .packs-faq .packs-section-heading {
  max-width: none;
  margin-left: 0;
  text-align: left;
}

.merch-packs-page .packs-faq .packs-section-heading p {
  margin-left: 0;
}

@media (max-width: 900px) {
  .merch-packs-page .packs-hero-inner {
    width: min(100% - 40px, 720px);
  }

  .packs-hero-layout {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .packs-hero-layout::before {
    display: none;
  }

  .packs-hero-media {
    position: relative;
    inset: auto;
    order: 2;
    height: auto;
  }

  .merch-packs-page .packs-hero-copy {
    width: 100%;
    min-height: 0;
    order: 1;
    background: #0b1730;
  }

  .merch-packs-page .packs-hero-image {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .packs-process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .packs-process-content {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .packs-process-heading,
  .packs-process-audiences h2,
  .packs-process-audiences > p {
    max-width: 720px;
  }

  .packs-process-heading h2,
  .packs-process-heading p {
    white-space: normal;
  }

  .packs-process-steps li:nth-child(3) {
    border-top: 1px solid rgba(15, 23, 42, 0.13);
    border-left: 0;
  }

  .packs-process-steps li:nth-child(4) {
    border-top: 1px solid rgba(15, 23, 42, 0.13);
  }

  .packs-audiences .packs-short-container,
  .merch-packs-page .packs-details-layout,
  .merch-packs-page .packs-quote-inner {
    grid-template-columns: 1fr;
  }

  .packs-audiences .packs-compact-heading {
    max-width: 720px;
  }
}

@media (max-width: 580px) {
  .merch-packs-page .packs-hero {
    padding-bottom: 20px;
  }

  .merch-packs-page .packs-hero-inner,
  .packs-kitting-process > .container {
    width: min(100% - 24px, 1240px);
  }

  .merch-packs-page .packs-breadcrumb {
    min-height: 40px;
    padding-top: 12px;
  }

  .merch-packs-page .packs-hero-copy {
    padding: 30px 24px 34px;
  }

  .merch-packs-page .packs-hero-copy h1 {
    font-size: clamp(2.18rem, 10vw, 2.65rem);
  }

  .merch-packs-page .packs-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .packs-kitting-process {
    padding: 58px 0;
  }

  .packs-process-heading {
    margin-bottom: 0;
  }

  .packs-process-heading h2 {
    font-size: 2rem;
  }

  .packs-process-photo {
    display: none;
  }

  .packs-process-audiences .packs-audience-labels {
    grid-template-columns: 1fr;
  }

  .packs-process-steps {
    grid-template-columns: 1fr;
    border-top: 1px solid rgba(15, 23, 42, 0.13);
    border-radius: 8px;
  }

  .packs-process-steps li,
  .packs-process-steps li:first-child,
  .packs-process-steps li:nth-child(3),
  .packs-process-steps li:nth-child(4) {
    padding: 24px;
    border-top: 1px solid rgba(15, 23, 42, 0.13);
    border-left: 0;
  }

  .packs-process-steps li:first-child {
    border-top: 0;
  }

  .packs-audiences .packs-audience-labels {
    grid-template-columns: 1fr;
  }

  .packs-audiences .packs-audience-labels li,
  .packs-audiences .packs-audience-labels li:first-child,
  .packs-audiences .packs-audience-labels li:nth-child(3),
  .packs-audiences .packs-audience-labels li:nth-child(4) {
    min-height: 66px;
  }
}

.site-utility-band {
  width: 100%;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  background: #263B56;
}

.site-utility-inner {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: flex-end;
}

.site-utility-phone {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #cbd8e8;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: color 160ms ease, text-shadow 160ms ease;
}

.site-utility-phone:hover,
.site-utility-phone:focus-visible {
  color: var(--white);
  text-shadow: 0 0 18px rgba(125, 211, 252, 0.28);
}

.header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 1.6vw, 24px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 200px;
  flex: 0 0 auto;
}

.brand-has-image {
  min-width: 220px;
}

.brand-mark {
  width: 82px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 1px;
  font-weight: 900;
  font-size: 2.05rem;
  letter-spacing: 0;
  color: var(--white);
}

.brand-mark span {
  line-height: 1;
}

.brand-mark .brand-d {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #07101f;
  background: var(--white);
  clip-path: polygon(0 0, 72% 0, 100% 50%, 72% 100%, 0 100%, 23% 50%);
}

.brand-mark .brand-a {
  color: var(--accent);
}

.brand-has-image .brand-mark {
  width: auto;
  height: auto;
  gap: 0;
  font-size: 0;
}

.brand-logo-image {
  width: auto;
  height: 54px;
  max-width: min(300px, 48vw);
  object-fit: contain;
}

.brand-has-image .brand-text {
  display: none;
}

.brand-text strong {
  display: block;
  max-width: 150px;
  font-size: 0.76rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.brand-text span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  margin-top: 2px;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  flex-wrap: wrap;
  flex: 1 1 auto;
  margin-left: auto;
}

.primary-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--soft);
  font-size: 0.875rem;
  font-weight: 780;
  line-height: 1.2;
  letter-spacing: 0.01em;
  padding: 11px 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a[aria-current="page"] {
  color: var(--white);
  border-color: rgba(125, 211, 252, 0.28);
  background: rgba(125, 211, 252, 0.1);
}

.primary-nav .shell-request-quote {
  color: var(--shell-quote-text);
  border-color: rgba(255, 255, 255, 0.16);
  background: var(--shell-quote-bg);
  box-shadow: 0 12px 28px rgba(21, 128, 61, 0.24);
}

.primary-nav .shell-request-quote:hover,
.primary-nav .shell-request-quote:focus-visible {
  color: var(--shell-quote-text);
  border-color: rgba(255, 255, 255, 0.28);
  background: var(--shell-quote-bg-hover);
}

.shell-request-quote:focus-visible,
.shell-footer-quote:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

/* Shared registry-driven navigation and accessible shell controls. */
.skip-link {
  position: fixed;
  z-index: 2000;
  top: 8px;
  left: 12px;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 2px solid #f4b860;
  border-radius: 8px;
  color: #07101f;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 8, 24, 0.32);
  font-weight: 900;
  padding: 9px 14px;
  transform: translateY(calc(-100% - 24px));
  transition: transform 140ms ease;
}

.skip-link:focus,
.skip-link:focus-visible {
  outline: 0;
  transform: translateY(0);
}

.site-utility-inner {
  justify-content: space-between;
  gap: 16px;
}

.site-utility-claim {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  margin: 0;
  overflow: hidden;
  color: #f4f8fc;
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.005em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-utility-claim-separator,
.site-utility-claim-accent {
  color: #ff7378;
}

.site-utility-claim-accent {
  font-weight: 950;
}

.site-utility-phone {
  flex: 0 0 auto;
  gap: 7px;
}

.site-utility-phone-icon {
  width: 17px;
  height: 17px;
  color: #ff6b6f;
}

.shell-catalogue-menu {
  position: relative;
  flex: 0 0 auto;
}

.shell-catalogue-toggle {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--soft);
  background: transparent;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 780;
  line-height: 1.2;
  letter-spacing: 0.01em;
  padding: 11px 9px;
  white-space: nowrap;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.shell-catalogue-toggle svg {
  width: 15px;
  height: 15px;
  transition: transform 160ms ease;
}

.shell-catalogue-toggle:hover,
.shell-catalogue-toggle:focus-visible,
.shell-catalogue-toggle[aria-expanded="true"] {
  border-color: rgba(125, 211, 252, 0.28);
  color: #fff;
  background: rgba(125, 211, 252, 0.1);
}

.shell-catalogue-toggle:focus-visible {
  outline: 3px solid #f4b860;
  outline-offset: 2px;
}

.shell-catalogue-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.shell-catalogue-panel {
  position: absolute;
  z-index: 120;
  top: calc(100% + 10px);
  left: 0;
  width: min(940px, calc(100vw - 32px));
  max-height: min(620px, calc(100vh - 205px));
  overflow-y: auto;
  border: 1px solid #335c88;
  border-radius: 14px;
  color: #102c4a;
  background: #f7fbff;
  box-shadow: 0 26px 64px rgba(0, 10, 28, 0.42);
  padding: 18px;
  scrollbar-gutter: stable;
}

.shell-catalogue-panel-heading {
  display: flex;
  min-height: 44px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 9px;
  border-bottom: 1px solid #d7e2ef;
  color: #294563;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  padding: 0 2px 14px;
  text-transform: uppercase;
}

.shell-catalogue-panel-kicker {
  color: #526a82;
}

.primary-nav .shell-catalogue-panel .shell-catalogue-view-all {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 7px;
  min-width: 220px;
  justify-content: space-between;
  border: 1px solid #174e7b;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #0a3157 0%, #155f92 100%);
  box-shadow: 0 7px 18px rgba(10, 49, 87, 0.18);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0;
  padding: 8px 12px;
  text-transform: none;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.shell-catalogue-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px 18px;
  padding-top: 16px;
}

.shell-catalogue-group {
  min-width: 0;
}

.primary-nav .shell-catalogue-panel .shell-catalogue-category {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  border: 1px solid #c9dbea;
  border-radius: 8px;
  color: #082b4d;
  background: #edf5fb;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.25;
  padding: 8px 9px;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.shell-catalogue-category-label {
  min-width: 0;
  white-space: nowrap;
}

.shell-catalogue-category-action {
  flex: 0 0 auto;
  color: #a51f35;
  font-size: 0.9rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: none;
}

.shell-catalogue-group ul {
  display: grid;
  gap: 2px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.primary-nav .shell-catalogue-panel .shell-catalogue-group li a {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: flex-start;
  border: 0;
  border-radius: 6px;
  color: #526a82;
  background: transparent;
  font-size: 0.79rem;
  font-weight: 700;
  line-height: 1.28;
  padding: 6px 7px;
  transition: background 150ms ease, box-shadow 150ms ease, color 150ms ease, transform 150ms ease;
  white-space: normal;
}

.primary-nav .shell-catalogue-panel a:hover,
.primary-nav .shell-catalogue-panel a:focus-visible {
  border-color: transparent;
  color: #8e1127;
  background: #fff0f1;
}

.primary-nav .shell-catalogue-panel a:focus-visible {
  outline: 3px solid #f4b860;
  outline-offset: 2px;
}

.primary-nav .shell-catalogue-panel .shell-catalogue-view-all:hover,
.primary-nav .shell-catalogue-panel .shell-catalogue-view-all:focus-visible {
  border-color: #15944a;
  color: #fff;
  background: linear-gradient(135deg, #0d7837 0%, #22b95e 100%);
  box-shadow: 0 9px 22px rgba(14, 128, 58, 0.28);
  transform: translateY(-1px);
}

.primary-nav .shell-catalogue-panel .shell-catalogue-category:hover,
.primary-nav .shell-catalogue-panel .shell-catalogue-category:focus-visible {
  border-color: #55b978;
  color: #07552a;
  background: #e4f7eb;
  box-shadow: 0 5px 14px rgba(16, 126, 58, 0.15);
  transform: translateY(-1px);
}

.primary-nav .shell-catalogue-panel .shell-catalogue-category:hover .shell-catalogue-category-action,
.primary-nav .shell-catalogue-panel .shell-catalogue-category:focus-visible .shell-catalogue-category-action {
  color: #08743a;
}

.primary-nav .shell-catalogue-panel .shell-catalogue-group li a:hover,
.primary-nav .shell-catalogue-panel .shell-catalogue-group li a:focus-visible {
  color: #08713a;
  background: #e9f8ef;
  box-shadow: inset 3px 0 0 #20a95a;
  transform: translateX(2px);
}

.primary-nav .shell-request-quote {
  border-radius: 12px;
  background: linear-gradient(135deg, #11853f 0%, #20b95e 56%, #14964b 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 8px 22px rgba(12, 132, 61, 0.24);
}

.primary-nav .shell-request-quote:hover,
.primary-nav .shell-request-quote:focus-visible {
  background: linear-gradient(135deg, #0d7637 0%, #26c866 56%, #118541 100%);
}

@media (max-width: 1320px) {
  .primary-nav > a {
    padding-inline: 6px;
  }

  .shell-catalogue-toggle {
    font-size: 0.84rem;
    padding-inline: 7px;
  }

  .sitewide-search {
    flex-basis: 145px;
    width: 145px;
  }

  .shell-catalogue-panel {
    width: min(900px, calc(100vw - 32px));
  }

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

@media (max-width: 760px) {
  .shell-catalogue-menu {
    flex: 1 0 100%;
    width: 100%;
  }

  .shell-catalogue-toggle {
    width: 100%;
    justify-content: space-between;
    border-color: rgba(125, 211, 252, 0.22);
    border-radius: 8px;
    padding-inline: 12px;
  }

  .shell-catalogue-panel {
    position: static;
    width: 100%;
    max-height: min(62vh, 540px);
    margin-top: 6px;
    border-radius: 10px;
    padding: 12px;
  }

  .shell-catalogue-panel-heading {
    gap: 8px;
  }

  .primary-nav .shell-catalogue-panel .shell-catalogue-view-all {
    width: 100%;
    justify-content: space-between;
  }

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

@media (max-width: 580px) {
  .site-utility-inner {
    gap: 8px;
  }

  .site-utility-claim {
    font-size: 0.69rem;
  }

  .site-utility-claim-lead,
  .site-utility-claim-separator {
    display: none;
  }

  .site-utility-phone {
    gap: 4px;
    font-size: 0.68rem;
  }

  .site-utility-phone-icon {
    width: 15px;
    height: 15px;
  }

  .shell-catalogue-grid {
    grid-template-columns: 1fr;
  }
}
/* End shared registry-driven navigation and accessible shell controls. */

.sitewide-search {
  position: relative;
  z-index: 80;
  flex: 0 1 160px;
  width: 160px;
  min-width: 0;
}

.sitewide-search [hidden] {
  display: none !important;
}

html.sitewide-search-open {
  overflow: hidden;
}

.sitewide-search-desktop-form,
.sitewide-search-mobile-form {
  position: relative;
  width: 100%;
}

.sitewide-search-control {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  border: 1px solid rgba(203, 216, 232, 0.34);
  border-radius: 10px;
  background: #f8fbff;
  box-shadow: 0 8px 22px rgba(0, 12, 32, 0.18);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.sitewide-search-control:focus-within {
  border-color: #7dd3fc;
  box-shadow: 0 0 0 3px rgba(125, 211, 252, 0.2), 0 12px 26px rgba(0, 12, 32, 0.24);
}

.sitewide-search-icon {
  display: inline-grid;
  flex: 0 0 34px;
  place-items: center;
  color: #294563;
}

.sitewide-search-icon svg,
.sitewide-search-mobile-toggle svg {
  width: 19px;
  height: 19px;
}

.sitewide-search-input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #102c4a;
  background: transparent;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 750;
  padding: 10px 4px 10px 0;
}

.sitewide-search-input::placeholder {
  color: #58708c;
  opacity: 1;
}

.sitewide-search-input::-webkit-search-cancel-button {
  display: none;
}

.sitewide-search-clear,
.sitewide-search-mobile-close {
  display: inline-grid;
  place-items: center;
  border: 0;
  color: #294563;
  background: transparent;
  cursor: pointer;
}

.sitewide-search-clear {
  flex: 0 0 34px;
  min-height: 42px;
  font-size: 1.35rem;
}

.sitewide-search-clear:hover,
.sitewide-search-clear:focus-visible,
.sitewide-search-mobile-close:hover,
.sitewide-search-mobile-close:focus-visible {
  color: #b80424;
}

.sitewide-search-clear:focus-visible,
.sitewide-search-mobile-close:focus-visible,
.sitewide-search-mobile-toggle:focus-visible {
  outline: 3px solid #f4b860;
  outline-offset: 2px;
}

.sitewide-search-panel {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  width: min(430px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid #335c88;
  border-radius: 14px;
  background: #071d3b;
  box-shadow: 0 24px 54px rgba(0, 10, 28, 0.38);
}

.sitewide-search-results {
  max-height: min(520px, calc(100vh - 190px));
  margin: 0;
  overflow-y: auto;
  padding: 0;
  list-style: none;
  scrollbar-gutter: stable;
}

.primary-nav .sitewide-search-result,
.sitewide-search-mobile-dialog .sitewide-search-result {
  display: grid;
  min-height: 0;
  grid-template-columns: 60px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  justify-content: initial;
  border: 0;
  border-bottom: 1px solid rgba(148, 184, 220, 0.18);
  border-radius: 0;
  color: #fff;
  background: transparent;
  padding: 12px 14px;
  white-space: normal;
}

.sitewide-search-option.is-active .sitewide-search-result,
.primary-nav .sitewide-search-result:hover,
.primary-nav .sitewide-search-result:focus-visible,
.sitewide-search-mobile-dialog .sitewide-search-result:hover,
.sitewide-search-mobile-dialog .sitewide-search-result:focus-visible {
  border-color: rgba(148, 184, 220, 0.18);
  color: #fff;
  background: #173f70;
}

.sitewide-search-result img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}

.sitewide-search-result img.is-missing {
  visibility: hidden;
}

.sitewide-search-result-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.sitewide-search-result-copy strong {
  overflow: hidden;
  color: #fff;
  font-size: 0.94rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sitewide-search-result-copy span {
  overflow: hidden;
  color: #b8cce3;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sitewide-search-result-copy span:last-child {
  color: #7dd3fc;
  font-weight: 850;
}

.sitewide-search-result-arrow {
  color: #ff626c;
  font-size: 1.25rem;
}

.sitewide-search-empty {
  margin: 0;
  color: #d8e6f5;
  line-height: 1.55;
  padding: 18px;
}

.primary-nav .sitewide-search-view-all,
.sitewide-search-mobile-dialog .sitewide-search-view-all {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #b80424;
  font-size: 0.86rem;
  font-weight: 900;
  padding: 12px 16px;
  white-space: normal;
}

.primary-nav .sitewide-search-view-all:hover,
.primary-nav .sitewide-search-view-all:focus-visible,
.sitewide-search-mobile-dialog .sitewide-search-view-all:hover,
.sitewide-search-mobile-dialog .sitewide-search-view-all:focus-visible {
  border: 0;
  color: #fff;
  background: #97112a;
}

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

.sitewide-search-mobile-toggle,
.sitewide-search-mobile-dialog {
  display: none;
}

@media (min-width: 1321px) and (max-width: 1400px) {
  .header-inner {
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .brand {
    flex: 1 1 auto;
  }

  .primary-nav {
    order: 3;
    flex: 1 0 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 0;
    overflow-x: visible;
  }
}

@media (min-width: 1401px) and (max-width: 1600px) {
  .header-inner {
    gap: 12px;
  }

  .brand-has-image {
    min-width: 180px;
  }

  .primary-nav > a {
    padding-inline: 3px;
  }

  .sitewide-search {
    flex-basis: 130px;
    width: 130px;
  }
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  min-width: 0;
  padding-left: clamp(12px, 1.8vw, 24px);
  border-left: 1px solid rgba(148, 163, 184, 0.18);
  flex: 0 0 auto;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: #dbeafe;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: color 160ms ease, text-shadow 160ms ease;
}

.header-phone:hover,
.header-phone:focus-visible {
  color: var(--white);
  text-shadow: 0 0 18px rgba(125, 211, 252, 0.28);
}

.header-actions > .btn-primary {
  min-height: 44px;
  padding: 0 20px;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: var(--shell-quote-bg);
  box-shadow: 0 14px 32px rgba(21, 128, 61, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.header-actions > .btn-primary:hover,
.header-actions > .btn-primary:focus-visible {
  border-color: rgba(255, 255, 255, 0.22);
  background: var(--shell-quote-bg-hover);
  box-shadow: 0 18px 40px rgba(21, 128, 61, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 150ms ease, border-color 150ms ease, background 150ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--accent), #b8202a);
  box-shadow: 0 14px 34px rgba(227, 54, 60, 0.28);
}

.btn-success {
  color: var(--white);
  background: linear-gradient(135deg, #22c55e, #15803d);
  box-shadow: 0 14px 34px rgba(34, 197, 94, 0.24);
}

.btn-secondary {
  color: var(--white);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.07);
}

.btn-quiet {
  color: var(--soft);
  border-color: var(--line);
  background: transparent;
}

.hero {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  background: #07101f;
  border-bottom: 1px solid var(--line);
}

.hero::before,
.hero::after {
  display: none;
}

.hero-stage {
  position: relative;
  width: var(--frame-width);
  aspect-ratio: 1916 / 821;
  min-height: 560px;
  margin: 0 auto;
  overflow: hidden;
  background: #07101f;
}

.hero-stage::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.78) 0%, rgba(7, 16, 31, 0.6) 31%, rgba(7, 16, 31, 0.18) 58%, rgba(7, 16, 31, 0.02) 100%),
    linear-gradient(180deg, rgba(7, 16, 31, 0.05) 0%, rgba(7, 16, 31, 0.01) 58%, rgba(7, 16, 31, 0.08) 100%);
  pointer-events: none;
}

.hero-image-layer {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  transform: none;
}

.hero-content {
  position: absolute;
  z-index: 2;
  top: 12.5%;
  left: 0;
  width: min(640px, 48%);
  max-width: 640px;
}

.eyebrow {
  color: var(--accent-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--white);
  line-height: 1.05;
  margin: 0;
}

h1 {
  max-width: 860px;
  font-size: 4.85rem;
}

.dma-heading-type,
.dma-display-heading,
.about-hero-copy h1 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0;
}

.dma-display-heading,
.about-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(2.65rem, 4vw, 4.45rem);
}

.hero h1 {
  max-width: 640px;
  font-size: 4.55rem;
}

h2 {
  font-size: 2.85rem;
}

h3 {
  font-size: 1.18rem;
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  font-size: 1.12rem;
}

.accent-word {
  color: var(--accent);
}

.hero-actions,
.section-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero-proof {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 4px 10px;
  align-items: center;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.hero-proof .proof-icon {
  grid-row: span 2;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(227, 54, 60, 0.55);
  border-radius: 999px;
  color: var(--accent-2);
  font-size: 0.75rem;
  font-weight: 900;
}

.hero-proof strong {
  color: var(--white);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero-proof small {
  color: var(--soft);
}

.hero-proof-grid {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: clamp(26px, 3.2vw, 64px);
  width: min(1120px, 76%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.section {
  padding: 58px 0;
}

.centered {
  justify-content: center;
  text-align: center;
}

.centered p {
  margin-left: auto;
  margin-right: auto;
}

.stats-band {
  background: var(--light-card);
  color: var(--light-ink);
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat-item {
  min-height: 86px;
  display: grid;
  align-content: center;
  justify-content: center;
  text-align: center;
  border-left: 1px solid rgba(15, 23, 42, 0.12);
  padding: 12px;
}

.stat-item:first-child {
  border-left: 0;
}

.stat-item strong {
  color: var(--light-ink);
  font-size: 1.55rem;
  text-transform: uppercase;
}

.stat-item span {
  color: var(--light-muted);
  font-size: 0.88rem;
  margin-top: 4px;
}

.home-light-section,
.steps-band,
.testimonial-band {
  background: var(--light-bg);
  color: var(--light-ink);
}

.home-light-section h2,
.steps-band h2,
.testimonial-band h2 {
  color: var(--light-ink);
}

.home-light-section p,
.steps-band p,
.testimonial-band p {
  color: var(--light-muted);
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}

.home-category-grid .category-card {
  background: var(--light-card);
  color: var(--light-ink);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
}

.home-category-grid .card-media {
  aspect-ratio: 1.1;
  background: linear-gradient(180deg, #ffffff, #edf1f7);
}

.home-category-grid .category-card img {
  object-fit: contain;
  padding: 10px;
}

.home-category-grid .category-card img.category-card-image-photo {
  height: 100%;
  object-fit: cover;
  padding: 0;
  width: 100%;
}

.home-category-grid .card-body {
  padding: 16px;
  text-align: center;
}

.home-category-grid h3 {
  color: var(--light-ink);
  font-size: 0.95rem;
}

.home-category-grid p,
.home-category-grid .tag-row {
  display: none;
}

.home-category-grid .card-actions {
  justify-content: center;
}

.home-category-grid .card-actions .btn-quiet {
  display: none;
}

.home-category-grid .btn-secondary {
  min-height: 30px;
  color: var(--accent);
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 0.8rem;
}

.choose-band {
  padding: 46px 0;
  background: linear-gradient(135deg, #07101f, #092040);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.choose-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.choose-item {
  min-height: 145px;
  padding: 18px 22px;
  text-align: center;
  border-left: 1px solid var(--line);
}

.choose-item:first-child {
  border-left: 0;
}

.choose-item span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(227, 54, 60, 0.6);
  border-radius: 999px;
  color: var(--accent-2);
  font-weight: 900;
  margin-bottom: 12px;
}

.choose-item strong,
.step-item strong {
  display: block;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.88rem;
}

.choose-item p {
  margin: 8px 0 0;
  font-size: 0.88rem;
}

.steps-band {
  padding: 42px 0;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.step-item {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 10px 18px;
  align-items: center;
}

.step-item span {
  grid-row: span 2;
  color: rgba(15, 23, 42, 0.12);
  font-size: 5.4rem;
  line-height: 0.9;
  font-weight: 900;
}

.step-item strong {
  color: var(--light-ink);
}

.step-item p {
  margin: 0;
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-product-grid .product-card {
  background: var(--light-card);
  color: var(--light-ink);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
}

.home-product-grid .card-media {
  aspect-ratio: 1.35;
  background: linear-gradient(180deg, #ffffff, #edf1f7);
}

.home-product-grid .product-card img {
  object-fit: contain;
  padding: 10px;
}

.home-product-grid h3 {
  color: var(--light-ink);
}

.home-product-grid .product-card p {
  color: var(--light-muted);
}

.home-product-grid .tag-row {
  display: none;
}

.testimonial-band {
  padding: 58px 0;
  background:
    linear-gradient(90deg, #ffffff 0%, #f3f5f8 52%, rgba(11, 23, 48, 0.2) 100%),
    var(--light-bg);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 0.72fr 0.56fr 1fr;
  gap: 38px;
  align-items: center;
}

.testimonial-proof-card {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

.testimonial-proof-card img {
  width: 100%;
  aspect-ratio: 1.1;
  object-fit: cover;
  background: #eef2f7;
}

.review-score {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--light-ink);
  font-weight: 900;
}

.review-score span {
  color: #f4b860;
  letter-spacing: 0.05em;
}

.testimonial-grid blockquote {
  margin: 0;
  border-left: 4px solid var(--accent);
  padding: 12px 0 12px 28px;
}

.testimonial-grid blockquote p {
  color: var(--light-ink);
  font-size: 1.08rem;
}

.testimonial-grid cite {
  color: var(--light-muted);
  font-style: normal;
  font-weight: 800;
}

.bottom-cta {
  padding: 34px 0;
  background: linear-gradient(135deg, #b80424, #e3363c);
}

.bottom-cta h2 {
  color: var(--white);
  font-size: 2.15rem;
}

.bottom-cta .eyebrow {
  color: var(--white);
}

.section-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.section-header p {
  max-width: 620px;
  margin: 12px 0 0;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid-3 {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 360px), 1fr));
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.need-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.need-card,
.related-card {
  display: grid;
  gap: 8px;
  min-height: 154px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  padding: 20px;
}

.need-card span,
.related-card span {
  color: var(--accent-2);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.need-card strong,
.related-card strong {
  color: var(--white);
  font-size: 1.05rem;
}

.need-card small,
.related-card small {
  color: var(--muted);
  line-height: 1.5;
}

.need-card:hover,
.related-card:hover {
  border-color: rgba(227, 54, 60, 0.38);
  transform: translateY(-1px);
}

.product-groups {
  display: grid;
  gap: 32px;
}

.product-group {
  display: grid;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.product-group:first-child {
  border-top: 0;
  padding-top: 0;
}

.product-group-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
}

.product-group-header h3 {
  font-size: 1.55rem;
}

.product-group-header p {
  max-width: 760px;
  margin: 10px 0 0;
}

.category-section-groups {
  display: grid;
  gap: 30px;
  margin-bottom: 34px;
}

.category-section-block {
  display: grid;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.category-section-block:first-child {
  border-top: 0;
  padding-top: 0;
}

.category-section-header {
  display: grid;
  gap: 8px;
  max-width: 760px;
}

.category-section-header h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.7rem);
}

.category-section-header p {
  margin: 0;
  color: var(--muted);
}

.category-section-grid {
  margin-bottom: 4px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  overflow: hidden;
  transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.card:hover {
  transform: translateY(-2px);
  border-color: rgba(227, 54, 60, 0.38);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
}

.product-card[hidden],
.product-card[data-grid-reveal-hidden="true"] {
  display: none !important;
}

.card-body {
  padding: clamp(22px, 1.45vw, 28px);
}

.card-media {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01)),
    var(--bg-2);
}

.product-card-media-link {
  display: grid;
  place-items: center;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.category-card img,
.product-card img,
.card-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.category-card img.category-card-image-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  padding: 0;
}

.media-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border-radius: 999px;
  color: var(--white);
  background: rgba(227, 54, 60, 0.92);
  font-size: 0.72rem;
  font-weight: 900;
  padding: 0 10px;
  box-shadow: 0 10px 22px rgba(227, 54, 60, 0.28);
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.product-meta span,
.product-meta a {
  color: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 6px 9px;
  background: rgba(255, 255, 255, 0.055);
  text-decoration: none;
}

.product-meta .product-supply-badge {
  color: #d7f5ff;
  border-color: rgba(79, 196, 220, 0.45);
  background: rgba(79, 196, 220, 0.12);
}

.home-light-section .product-meta span,
.home-light-section .product-meta a,
.home-light-section .media-badge + img + .product-meta span {
  color: var(--light-muted);
  border-color: rgba(15, 23, 42, 0.14);
  background: rgba(15, 23, 42, 0.035);
}

.product-meta a:hover,
.product-meta a:focus-visible,
.product-type-link-row a:hover,
.product-type-link-row a:focus-visible {
  color: var(--white);
  border-color: rgba(227, 54, 60, 0.55);
  background: rgba(227, 54, 60, 0.18);
}

.card .eyebrow {
  font-size: 0.7rem;
}

.product-title-link {
  color: inherit;
  text-decoration: none;
}

.category-title-link {
  color: inherit;
  text-decoration: none;
}

.product-title-link:hover,
.product-title-link:focus-visible,
.category-title-link:hover,
.category-title-link:focus-visible {
  color: var(--accent-2);
}

.card p {
  margin: 12px 0 0;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.tag {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--soft);
  font-size: 0.8rem;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.06);
}

.subcategory-nav-strip {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.035);
}

.subcategory-nav-label {
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding-top: 9px;
  text-transform: uppercase;
  white-space: nowrap;
}

.subcategory-nav-links {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

.subcategory-nav-pill {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(125, 211, 252, 0.58);
  border-radius: 999px;
  padding: 0 13px;
  color: #7dd3fc;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  background: rgba(14, 165, 233, 0.18);
  box-shadow: 0 10px 24px rgba(14, 165, 233, 0.12);
}

.subcategory-nav-pill:hover,
.subcategory-nav-pill:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(125, 211, 252, 0.82);
  background: rgba(14, 165, 233, 0.25);
}

.product-grid-reveal {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin: 22px 0 0;
  border: 1px solid rgba(34, 197, 94, 0.38);
  border-radius: var(--radius);
  padding: 16px 18px;
  background:
    linear-gradient(135deg, rgba(34, 197, 94, 0.14), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.product-grid-reveal-top {
  justify-content: flex-start;
  margin: 0 0 14px;
  border-color: transparent;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.product-grid-reveal-bottom {
  flex-direction: column;
  justify-content: center;
  margin: 24px 0 0;
  padding: 22px;
  text-align: center;
}

.product-grid-reveal-count {
  margin: 0;
  color: var(--white);
  font-size: 0.98rem;
  font-weight: 800;
}

.product-grid-reveal-button {
  justify-content: center;
  width: min(100%, 460px);
  min-height: 58px;
  border-color: rgba(34, 197, 94, 0.76);
  padding: 0 32px;
  color: #ffffff;
  background: #16a34a;
  font-size: 1.04rem;
  letter-spacing: 0.02em;
  box-shadow: 0 14px 30px rgba(22, 163, 74, 0.24);
}

.product-grid-reveal-button:hover,
.product-grid-reveal-button:focus-visible {
  border-color: rgba(134, 239, 172, 0.9);
  color: #ffffff;
  background: #15803d;
  box-shadow: 0 18px 38px rgba(22, 163, 74, 0.32);
}

.product-grid-reveal [data-grid-show-more][hidden] {
  display: none;
}

.product-type-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}

.product-type-link-row span,
.product-type-link-row a {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 10px;
  font-size: 0.78rem;
  font-weight: 900;
}

.product-type-link-row span {
  color: var(--soft);
  background: rgba(255, 255, 255, 0.055);
}

.product-type-link-row a {
  color: var(--white);
  text-decoration: none;
  background: rgba(227, 54, 60, 0.16);
}

.card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.page-hero {
  padding: 70px 0 36px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}

.page-hero p {
  max-width: 880px;
  font-size: 1.05rem;
}

.catalogue-page-hero {
  position: relative;
  border-bottom: 1px solid var(--line);
  background: #07101f;
}

.catalogue-hero-stage {
  position: relative;
  width: var(--frame-width);
  aspect-ratio: 1916 / 821;
  margin: 0 auto;
  overflow: hidden;
  background: #07101f;
}

.catalogue-hero-stage::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.9) 0%, rgba(7, 16, 31, 0.76) 31%, rgba(7, 16, 31, 0.24) 63%, rgba(7, 16, 31, 0.03) 100%),
    linear-gradient(180deg, rgba(7, 16, 31, 0.1) 0%, rgba(7, 16, 31, 0.02) 64%, rgba(7, 16, 31, 0.18) 100%);
  pointer-events: none;
}

.catalogue-hero-image-layer {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.catalogue-hero-content {
  position: absolute;
  z-index: 2;
  top: 17%;
  left: 0;
  width: min(740px, 48%);
  padding: 0;
}

.catalogue-page-hero h1 {
  max-width: 760px;
  font-size: 5rem;
}

.catalogue-page-hero p {
  max-width: 760px;
  color: var(--soft);
  font-size: 1.08rem;
  line-height: 1.62;
}

.catalogue-beta-page .section {
  scroll-margin-top: 92px;
}

.catalogue-page-hero--beta .catalogue-hero-stage {
  aspect-ratio: 1916 / 680;
  min-height: 620px;
  max-height: 720px;
}

.catalogue-page-hero--beta .catalogue-hero-stage::before {
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.92) 0%, rgba(7, 16, 31, 0.78) 32%, rgba(7, 16, 31, 0.35) 62%, rgba(7, 16, 31, 0.08) 100%),
    linear-gradient(180deg, rgba(7, 16, 31, 0.06) 0%, rgba(7, 16, 31, 0.02) 52%, rgba(7, 16, 31, 0.54) 100%);
}

.catalogue-page-hero--beta .catalogue-hero-content {
  top: clamp(42px, 5.4vw, 78px);
  width: min(780px, 54%);
}

.catalogue-page-hero--beta h1 {
  font-size: clamp(3.6rem, 5vw, 5.4rem);
  line-height: 0.98;
}

.catalogue-page-hero--beta p {
  max-width: 690px;
}

.catalogue-hero-actions {
  margin-top: 24px;
}

.catalogue-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
  max-width: 680px;
}

.catalogue-hero-chips a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(125, 211, 252, 0.46);
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.16);
  color: #e0f2fe;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.2;
  padding: 0 12px;
}

.catalogue-hero-chips a:hover,
.catalogue-hero-chips a:focus-visible {
  border-color: rgba(125, 211, 252, 0.86);
  background: rgba(14, 165, 233, 0.25);
}

.catalogue-hero-strip {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(226, 232, 240, 0.16);
  background: rgba(7, 16, 31, 0.78);
  backdrop-filter: blur(16px);
}

.catalogue-hero-strip a {
  display: grid;
  gap: 5px;
  min-height: 104px;
  border-right: 1px solid rgba(226, 232, 240, 0.12);
  padding: 18px 20px;
}

.catalogue-hero-strip a:last-child {
  border-right: 0;
}

.catalogue-hero-strip span {
  color: var(--accent-2);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.catalogue-hero-strip strong {
  color: var(--white);
  font-size: 0.98rem;
}

.catalogue-hero-strip small {
  color: var(--muted);
  line-height: 1.42;
}

.catalogue-hero-strip a:hover,
.catalogue-hero-strip a:focus-visible {
  background: rgba(255, 255, 255, 0.055);
}

.need-grid--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalogue-path-grid,
.catalogue-method-grid,
.catalogue-preview-grid {
  display: grid;
  gap: 14px;
}

.catalogue-path-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.catalogue-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalogue-preview-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalogue-path-card,
.catalogue-method-card,
.catalogue-preview-grid a {
  display: grid;
  gap: 9px;
  min-width: 0;
  min-height: 150px;
  border: 1px solid rgba(226, 232, 240, 0.15);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    rgba(15, 23, 42, 0.72);
  padding: 18px;
}

.catalogue-path-card span,
.catalogue-preview-grid span {
  color: #7dd3fc;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.catalogue-path-card strong,
.catalogue-method-card strong,
.catalogue-preview-grid strong {
  color: var(--white);
  font-size: 1.02rem;
  line-height: 1.22;
}

.catalogue-path-card small,
.catalogue-method-card small {
  color: var(--muted);
  line-height: 1.5;
}

a.catalogue-path-card:hover,
a.catalogue-path-card:focus-visible,
.catalogue-method-card:hover,
.catalogue-method-card:focus-visible,
.catalogue-preview-grid a:hover,
.catalogue-preview-grid a:focus-visible {
  border-color: rgba(125, 211, 252, 0.55);
  background:
    linear-gradient(145deg, rgba(14, 165, 233, 0.16), rgba(255, 255, 255, 0.025)),
    rgba(15, 23, 42, 0.8);
  transform: translateY(-1px);
}

.catalogue-path-card--planned {
  border-style: dashed;
  background:
    linear-gradient(145deg, rgba(125, 211, 252, 0.08), rgba(255, 255, 255, 0.012)),
    rgba(15, 23, 42, 0.5);
}

.catalogue-path-card--planned span {
  color: rgba(216, 222, 233, 0.78);
}

.catalogue-method-card {
  min-height: 132px;
}

.catalogue-preview-grid a {
  min-height: 108px;
  align-content: center;
}

.catalogue-quote-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: clamp(18px, 2vw, 30px);
  align-items: center;
}

.branding-methods-index-page .page-hero-section {
  padding: 0;
  border-bottom: 1px solid rgba(125, 211, 252, 0.16);
  background: #07101f;
}

.branding-method-index-hero-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1916 / 500;
  min-height: 390px;
  max-height: 440px;
  margin: 0 auto;
  overflow: hidden;
  background: #07101f;
}

.branding-method-index-hero-stage::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.98) 0%, rgba(7, 16, 31, 0.88) 28%, rgba(7, 16, 31, 0.46) 56%, rgba(7, 16, 31, 0.04) 100%),
    linear-gradient(180deg, rgba(7, 16, 31, 0.03) 0%, rgba(7, 16, 31, 0.02) 62%, rgba(7, 16, 31, 0.08) 100%);
  pointer-events: none;
}

.branding-method-index-hero-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(1.06) saturate(1.04);
}

.branding-method-index-hero-content {
  position: absolute;
  z-index: 2;
  top: clamp(12px, 1.7vw, 24px);
  left: 0;
  width: min(760px, 54%);
  padding: 0;
}

.branding-method-index-hero h1 {
  max-width: 760px;
  margin-top: 0;
  font-size: clamp(2.55rem, 2.85vw, 3.15rem);
  line-height: 1.02;
  white-space: nowrap;
}

.branding-method-index-hero .section-lede {
  max-width: 650px;
  color: var(--soft);
  font-size: 1.08rem;
  line-height: 1.62;
}

.branding-method-popular {
  max-width: 750px;
  margin-top: clamp(14px, 1.5vw, 20px);
}

.branding-method-popular-header {
  display: grid;
  gap: 2px;
  margin-bottom: 9px;
}

.branding-method-popular-header span {
  color: #ff6b6f;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.branding-method-popular-header strong {
  color: var(--white);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  font-weight: 800;
  line-height: 1.15;
}

.branding-method-popular-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.branding-method-popular-tile {
  position: relative;
  display: block;
  min-height: 94px;
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, 0.26);
  border-radius: 8px;
  background: #091324;
  box-shadow: 0 12px 28px rgba(2, 6, 23, 0.24);
}

.branding-method-popular-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 16, 31, 0.02), rgba(7, 16, 31, 0.72)),
    linear-gradient(90deg, rgba(7, 16, 31, 0.52), rgba(7, 16, 31, 0.05));
  pointer-events: none;
}

.branding-method-popular-tile img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 180ms ease, filter 180ms ease;
}

.branding-method-popular-tile span {
  position: absolute;
  z-index: 1;
  left: 9px;
  right: 8px;
  bottom: 8px;
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.15;
  text-shadow: 0 2px 12px rgba(2, 6, 23, 0.85);
}

.branding-method-popular-tile:hover,
.branding-method-popular-tile:focus-visible {
  border-color: rgba(125, 211, 252, 0.72);
}

.branding-method-popular-tile:hover img,
.branding-method-popular-tile:focus-visible img {
  filter: brightness(1.08) saturate(1.05);
  transform: scale(1.035);
}

.branding-method-index-section {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.28), transparent 42%);
  padding-top: clamp(18px, 2.2vw, 30px);
}

.branding-method-index-heading {
  align-items: end;
  margin-bottom: clamp(14px, 1.5vw, 22px);
}

.branding-method-index-kicker {
  margin: 0 0 8px;
  color: var(--soft);
  font-size: 0.95rem;
  line-height: 1.35;
}

.branding-method-index-heading h2 {
  font-size: clamp(1.55rem, 2vw, 2.25rem);
  line-height: 1.12;
}

.branding-method-index-heading p {
  max-width: 760px;
  font-size: 0.96rem;
  line-height: 1.5;
}

.branding-method-index-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.branding-method-index-card {
  --method-hover-rgb: 239 68 68;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.026)),
    rgba(15, 23, 42, 0.74);
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.2);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.branding-method-index-card:nth-child(7n + 1) {
  --method-hover-rgb: 239 68 68;
}

.branding-method-index-card:nth-child(7n + 2) {
  --method-hover-rgb: 249 115 22;
}

.branding-method-index-card:nth-child(7n + 3) {
  --method-hover-rgb: 234 179 8;
}

.branding-method-index-card:nth-child(7n + 4) {
  --method-hover-rgb: 34 197 94;
}

.branding-method-index-card:nth-child(7n + 5) {
  --method-hover-rgb: 14 165 233;
}

.branding-method-index-card:nth-child(7n + 6) {
  --method-hover-rgb: 99 102 241;
}

.branding-method-index-card:nth-child(7n + 7) {
  --method-hover-rgb: 168 85 247;
}

.branding-method-index-card:hover,
.branding-method-index-card:focus-within {
  transform: translateY(-2px);
  border-color: rgb(var(--method-hover-rgb) / 0.5);
  box-shadow: 0 24px 64px rgba(2, 6, 23, 0.32);
}

.branding-method-index-image-link {
  display: grid;
  min-height: 126px;
  place-items: center;
  border-bottom: 1px solid rgba(226, 232, 240, 0.12);
  background:
    radial-gradient(circle at 50% 42%, rgba(125, 211, 252, 0.1), transparent 42%),
    #0b1425;
  padding: 10px;
}

.branding-method-index-image-link img {
  width: min(100%, 168px);
  height: 108px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(2, 6, 23, 0.34));
  transition: filter 180ms ease, transform 180ms ease;
}

.branding-method-index-card:hover .branding-method-index-image-link img,
.branding-method-index-card:focus-within .branding-method-index-image-link img {
  filter:
    drop-shadow(0 16px 28px rgba(2, 6, 23, 0.4))
    drop-shadow(0 0 18px rgb(var(--method-hover-rgb) / 0.2));
  transform: translateY(-1px) scale(1.02);
}

.branding-method-index-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.branding-method-index-card:hover .branding-method-index-card-body,
.branding-method-index-card:focus-within .branding-method-index-card-body {
  background:
    radial-gradient(circle at 92% 12%, rgb(var(--method-hover-rgb) / 0.22), transparent 44%),
    linear-gradient(145deg, rgb(var(--method-hover-rgb) / 0.16), rgba(15, 23, 42, 0.06) 58%);
  box-shadow: inset 0 1px 0 rgb(var(--method-hover-rgb) / 0.22);
}

.branding-method-index-card h2 {
  margin: 0;
  color: var(--white);
  font-size: 0.86rem;
  line-height: 1.22;
}

.branding-method-index-card h2 a:hover,
.branding-method-index-card h2 a:focus-visible {
  color: #9ee8ff;
}

.branding-method-index-card:hover h2 a,
.branding-method-index-card:focus-within h2 a {
  color: rgb(var(--method-hover-rgb) / 1);
}

.branding-method-index-card p {
  margin: 0;
  color: var(--soft);
  font-size: 0.76rem;
  line-height: 1.38;
}

.method-card-cta {
  width: max-content;
  margin-top: auto;
  color: #9ee8ff;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.method-card-cta:hover,
.method-card-cta:focus-visible {
  color: var(--white);
}

.branding-method-index-card:hover .method-card-cta,
.branding-method-index-card:focus-within .method-card-cta {
  color: rgb(var(--method-hover-rgb) / 1);
}

@media (max-width: 1500px) {
  .branding-method-index-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .branding-method-index-image-link {
    min-height: 142px;
  }

  .branding-method-index-image-link img {
    width: min(100%, 190px);
    height: 124px;
  }

  .branding-method-index-card h2 {
    font-size: 0.94rem;
  }

  .branding-method-index-card p {
    font-size: 0.82rem;
  }
}

@media (max-width: 1180px) {
  .branding-method-index-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.branding-method-detail-page .page-hero-section {
  position: relative;
  overflow: hidden;
  padding: clamp(6px, 1.1vw, 16px) 0 clamp(22px, 2.8vw, 40px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.1);
  background:
    radial-gradient(circle at 8% 22%, rgba(125, 211, 252, 0.08), transparent 22%),
    linear-gradient(115deg, rgba(227, 54, 60, 0.11), transparent 30%),
    linear-gradient(180deg, rgba(7, 16, 31, 0.94), rgba(7, 16, 31, 0.99));
}

.branding-method-detail-page .page-hero-section::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(36vw, 520px);
  opacity: 0.08;
  background-image: radial-gradient(circle, rgba(226, 232, 240, 0.72) 1px, transparent 1px);
  background-size: 12px 12px;
  pointer-events: none;
}

.branding-method-detail-page .page-hero-section > .container {
  position: relative;
  z-index: 1;
}

.branding-method-detail-page .breadcrumb {
  margin-bottom: clamp(12px, 1.4vw, 18px);
}

.method-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(640px, 1fr);
  gap: clamp(26px, 3.6vw, 58px);
  align-items: start;
}

.method-detail-hero-copy {
  max-width: 680px;
}

.method-detail-hero--compact-top .breadcrumb {
  margin-bottom: clamp(6px, 0.8vw, 10px);
}

.method-detail-hero--compact-top .method-detail-hero-grid {
  margin-top: -14px;
}

.method-detail-hero-copy h1 {
  max-width: 560px;
  margin-top: 12px;
  font-family: inherit;
  font-size: clamp(2.12rem, 3vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.08;
}

.method-detail-hero-copy--compact-top h1 {
  margin-top: 0;
}

.method-hero-accent {
  display: block;
  width: clamp(58px, 5vw, 82px);
  height: 4px;
  margin: clamp(12px, 1.4vw, 18px) 0 clamp(16px, 1.8vw, 24px);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), #ff6b6f);
  box-shadow: 0 0 20px rgba(227, 54, 60, 0.28);
}

.method-detail-hero-copy .section-lede {
  max-width: 590px;
  color: var(--soft);
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  line-height: 1.62;
}

.method-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 680px;
  margin-top: clamp(20px, 2.4vw, 32px);
}

.method-hero-facts > span {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-content: start;
  column-gap: 11px;
  row-gap: 3px;
  min-width: 0;
  min-height: 96px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.016)),
    rgba(15, 23, 42, 0.68);
  color: #dbeafe;
  font-size: 0.86rem;
  line-height: 1.38;
  padding: 12px;
}

.method-hero-facts strong {
  display: block;
  margin: 1px 0 0;
  color: var(--white);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.22;
}

.method-hero-facts em {
  display: block;
  color: var(--soft);
  font-style: normal;
}

.method-hero-fact-icon {
  display: inline-flex;
  grid-row: span 2;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(125, 211, 252, 0.3);
  border-radius: 999px;
  color: #7dd3fc;
  font-size: 1.16rem;
  line-height: 1;
}

.method-hero-fact--best .method-hero-fact-icon {
  border-color: rgba(248, 113, 113, 0.4);
  color: #ff6b6f;
}

.method-hero-fact--artwork .method-hero-fact-icon {
  border-color: rgba(251, 191, 36, 0.36);
  color: #fbbf24;
}

.method-hero-category-strip {
  position: relative;
  width: 100%;
  max-width: 680px;
  margin: 16px 0 0;
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 9px;
  background: rgba(8, 16, 30, 0.7);
  box-shadow: 0 14px 32px rgba(2, 6, 23, 0.18);
}

.method-hero-category-strip img {
  display: block;
  width: 100%;
  height: auto;
}

.method-hero-category-link {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 25%;
  border-radius: 8px;
  transition: background 160ms ease, outline-color 160ms ease;
}

.method-hero-category-link--pens {
  left: 0;
}

.method-hero-category-link--tech {
  left: 25%;
}

.method-hero-category-link--drinkware {
  left: 50%;
}

.method-hero-category-link--gifts {
  left: 75%;
}

.method-hero-category-link--tile-1 {
  left: 0;
}

.method-hero-category-link--tile-2 {
  left: 25%;
}

.method-hero-category-link--tile-3 {
  left: 50%;
}

.method-hero-category-link--tile-4 {
  left: 75%;
}

.method-hero-category-link:hover,
.method-hero-category-link:focus-visible {
  outline: 2px solid rgba(125, 211, 252, 0.55);
  outline-offset: -3px;
  background: rgba(125, 211, 252, 0.08);
}

.method-hero-image-panel {
  justify-self: end;
  margin: 0;
  overflow: hidden;
  width: min(100%, 900px);
  border: 1px solid rgba(125, 211, 252, 0.42);
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.7);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  padding: clamp(12px, 1.4vw, 18px);
}

@media (min-width: 921px) {
  .method-hero-image-panel {
    align-self: start;
    margin-top: 0;
  }

  .method-hero-image-panel--bottom-align {
    align-self: end;
  }
}

.method-hero-image-panel img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 9px;
  object-fit: contain;
}

@media (min-width: 921px) {
  .method-hero-image-panel--composition-offset {
    margin-top: clamp(28px, 2.6vw, 62px);
  }
}

@media (min-width: 1900px) {
  .branding-method-detail-page .page-hero-section {
    padding: clamp(16px, 1.15vw, 28px) 0 clamp(32px, 2.2vw, 52px);
  }

  .method-detail-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    gap: clamp(44px, 2.4vw, 56px);
  }

  .method-detail-hero-copy {
    justify-self: end;
    max-width: 900px;
    padding-top: clamp(12px, 0.9vw, 28px);
  }

  .method-detail-hero-copy h1 {
    max-width: 780px;
    font-size: clamp(2.65rem, 1.8vw, 3.45rem);
    font-weight: 600;
  }

  .method-detail-hero-copy .section-lede {
    max-width: 760px;
    font-size: clamp(1.08rem, 0.75vw, 1.26rem);
  }

  .method-hero-facts {
    gap: 16px;
    max-width: 900px;
  }

  .method-hero-facts > span {
    min-height: 116px;
    padding: 15px;
    font-size: 0.94rem;
  }

  .method-hero-facts strong {
    font-size: 1.04rem;
  }

  .method-hero-fact-icon {
    width: 44px;
    height: 44px;
    font-size: 1.26rem;
  }

  .method-hero-category-strip {
    max-width: 900px;
    margin-top: 18px;
  }

  .method-hero-image-panel {
    justify-self: end;
    width: min(100%, 875px);
  }
}

@media (min-width: 2400px) {
  .method-hero-image-panel {
    width: calc(100% - 2px);
  }
}

@media (min-width: 3000px) {
  .method-hero-image-panel {
    padding-right: 2px;
    padding-left: 2px;
    width: 100%;
  }
}

.method-detail-hero-image {
  display: grid;
  align-content: center;
  margin: 0;
  width: 100%;
  min-height: clamp(220px, 17vw, 286px);
  place-items: center;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(7, 16, 31, 0.68);
  box-shadow: 0 14px 34px rgba(2, 6, 23, 0.22);
  padding: clamp(16px, 1.8vw, 24px);
}

.method-detail-hero-image figcaption {
  max-width: 260px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
  text-align: center;
}

.method-detail-hero-image img {
  width: min(100%, 300px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(2, 6, 23, 0.34));
}

.method-hero-showcase {
  display: grid;
  gap: 12px;
  align-self: stretch;
}

.method-hero-feature-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(240px, 0.9fr);
  gap: 12px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.02)),
    rgba(15, 23, 42, 0.58);
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.24);
  padding: 12px;
}

.method-hero-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.method-hero-preview-grid a {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.12);
  border-radius: 8px;
  background: rgba(8, 16, 30, 0.78);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.method-hero-preview-grid a:hover,
.method-hero-preview-grid a:focus-visible {
  border-color: rgba(125, 211, 252, 0.36);
  background: rgba(15, 23, 42, 0.94);
  transform: translateY(-1px);
}

.method-hero-preview-image {
  display: grid;
  min-height: 88px;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(226, 232, 240, 0.5), transparent 50%),
    linear-gradient(180deg, #ffffff, #f8fafc);
  padding: 10px;
}

.method-hero-preview-image img {
  width: 100%;
  max-height: 78px;
  object-fit: contain;
}

.method-hero-preview-copy {
  display: grid;
  gap: 3px;
  padding: 9px 10px 10px;
}

.method-hero-preview-copy strong {
  color: var(--white);
  font-size: 0.82rem;
  line-height: 1.18;
}

.method-hero-preview-copy small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
}

.method-showcase-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.method-showcase-meta div {
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(15, 23, 42, 0.58);
  padding: 15px 16px;
}

.method-showcase-meta span {
  display: block;
  color: #9ee8ff;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.method-showcase-meta strong {
  display: block;
  margin-top: 7px;
  color: var(--white);
  font-size: 0.9rem;
  line-height: 1.35;
}

.method-detail-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(14, 165, 233, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(7, 16, 31, 0.99), rgba(11, 17, 32, 0.99)),
    var(--bg);
  border-top: 1px solid rgba(226, 232, 240, 0.08);
  border-bottom: 1px solid rgba(226, 232, 240, 0.08);
  color: var(--ink);
}

.method-info-header {
  max-width: 900px;
  margin-bottom: clamp(20px, 2.4vw, 30px);
}

.method-info-header h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.56rem, 2vw, 2.18rem);
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.14;
}

.method-info-header p {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.58;
}

.method-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.method-info-card {
  --method-info-accent: #7dd3fc;
  --method-info-accent-soft: rgba(125, 211, 252, 0.14);
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 13px;
  min-height: 122px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.11);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(15, 23, 42, 0.72);
  padding: 14px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.method-info-card::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -44px;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  background: var(--method-info-accent-soft);
  opacity: 0.72;
}

.method-info-card--wide {
  grid-column: span 2;
}

.method-info-card:hover,
.method-info-card:focus-within {
  border-color: var(--method-info-accent);
  background:
    linear-gradient(145deg, var(--method-info-accent-soft), rgba(255, 255, 255, 0.026)),
    rgba(15, 23, 42, 0.82);
  transform: translateY(-1px);
}

.method-info-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 10px 26px rgba(2, 6, 23, 0.2);
}

.method-info-badge--blue {
  background: linear-gradient(145deg, #0ea5e9, #075985);
}

.method-info-badge--teal {
  background: linear-gradient(145deg, #14b8a6, #134e4a);
}

.method-info-badge--red {
  background: linear-gradient(145deg, #ef4444, #7f1d1d);
}

.method-info-badge--gold {
  background: linear-gradient(145deg, #f59e0b, #78350f);
}

.method-info-badge--purple {
  background: linear-gradient(145deg, #6366f1, #312e81);
}

.method-info-badge--green {
  background: linear-gradient(145deg, #22c55e, #14532d);
}

.method-info-badge--slate {
  background: linear-gradient(145deg, #94a3b8, #334155);
}

.method-info-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.method-info-copy h3 {
  margin: 0;
  color: var(--white);
  font-size: 0.96rem;
  font-weight: 850;
  line-height: 1.18;
}

.method-info-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.46;
}

.method-info-card:hover .method-info-copy h3,
.method-info-card:focus-within .method-info-copy h3 {
  color: var(--method-info-accent);
}

.method-info-card:nth-child(1) {
  --method-info-accent: #38bdf8;
  --method-info-accent-soft: rgba(56, 189, 248, 0.17);
}

.method-info-card:nth-child(2) {
  --method-info-accent: #2dd4bf;
  --method-info-accent-soft: rgba(45, 212, 191, 0.15);
}

.method-info-card:nth-child(3) {
  --method-info-accent: #f87171;
  --method-info-accent-soft: rgba(248, 113, 113, 0.14);
}

.method-info-card:nth-child(4) {
  --method-info-accent: #fbbf24;
  --method-info-accent-soft: rgba(251, 191, 36, 0.14);
}

.method-info-card:nth-child(5) {
  --method-info-accent: #818cf8;
  --method-info-accent-soft: rgba(129, 140, 248, 0.15);
}

.method-info-card:nth-child(6) {
  --method-info-accent: #4ade80;
  --method-info-accent-soft: rgba(74, 222, 128, 0.13);
}

.method-info-card:nth-child(7) {
  --method-info-accent: #cbd5e1;
  --method-info-accent-soft: rgba(203, 213, 225, 0.12);
}

@media (max-width: 1180px) {
  .method-detail-hero-grid {
    grid-template-columns: 1fr;
  }

  .method-hero-image-panel {
    justify-self: start;
    width: min(100%, 860px);
    margin-top: 0;
  }

  .method-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.method-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: start;
}

.method-detail-main {
  display: grid;
  gap: 0;
}

.method-detail-guide {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.method-detail-lead {
  max-width: 860px;
}

.method-detail-lead h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 850;
  line-height: 1.12;
}

.method-detail-lead p {
  max-width: 820px;
  margin: 16px 0 0;
  color: var(--soft);
  font-size: clamp(1.02rem, 1.16vw, 1.16rem);
  line-height: 1.72;
}

.method-guide-points {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(226, 232, 240, 0.12);
}

.method-guide-points > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 14px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.12);
  padding: 18px 0;
}

.method-guide-points span {
  grid-row: span 2;
  color: #9ee8ff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.method-guide-points strong {
  color: var(--white);
  font-size: 1rem;
  font-weight: 850;
}

.method-guide-points p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.method-detail-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 36px);
  margin-top: clamp(36px, 5vw, 66px);
}

.method-detail-checks,
.method-link-panel,
.method-faq-card,
.method-cta-panel {
  border: 1px solid rgba(226, 232, 240, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018)),
    rgba(15, 23, 42, 0.62);
  box-shadow: 0 12px 34px rgba(2, 6, 23, 0.18);
}

.method-copy-block {
  border-top: 1px solid rgba(125, 211, 252, 0.18);
  border-bottom: 0;
  padding: 22px 0 0;
}

.method-copy-block:first-child {
  padding-top: 0;
}

.method-copy-block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.method-copy-block h2,
.method-detail-checks h2,
.method-link-panel h2,
.method-faq-card h2,
.method-cta-panel h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.18rem, 1.45vw, 1.48rem);
  font-weight: 700;
  line-height: 1.2;
}

.method-copy-block p,
.method-detail-checks p,
.method-link-panel p,
.method-faq-card p,
.method-cta-panel p {
  margin: 12px 0 0;
  color: var(--soft);
  font-size: 0.94rem;
  line-height: 1.62;
}

.method-detail-checks {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  margin-top: clamp(36px, 5vw, 66px);
  padding: clamp(22px, 2.6vw, 34px);
  border-color: rgba(125, 211, 252, 0.16);
  border-left-color: rgba(125, 211, 252, 0.38);
  border-left-width: 4px;
  background:
    radial-gradient(circle at 100% 0%, rgba(125, 211, 252, 0.07), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.014)),
    rgba(7, 16, 31, 0.7);
  box-shadow: none;
}

.method-detail-checks .eyebrow {
  margin-bottom: 10px;
}

.method-detail-checks p {
  margin: 0;
}

.method-example-section {
  background:
    radial-gradient(circle at 14% 0%, rgba(125, 211, 252, 0.07), transparent 26%),
    linear-gradient(180deg, rgba(8, 16, 30, 0.98), rgba(7, 16, 31, 0.99)),
    var(--bg);
  border-bottom: 1px solid rgba(226, 232, 240, 0.08);
}

.method-example-heading p {
  max-width: 900px;
}

.method-example-heading h2 {
  max-width: 920px;
  font-size: clamp(1.72rem, 2.3vw, 2.48rem);
  font-weight: 600;
  line-height: 1.12;
}

.method-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.method-product-card {
  display: grid;
  grid-template-columns: minmax(170px, 0.38fr) minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.036), rgba(255, 255, 255, 0.014)),
    rgba(10, 18, 34, 0.8);
  box-shadow: 0 12px 28px rgba(2, 6, 23, 0.16);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.method-product-card:hover,
.method-product-card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(125, 211, 252, 0.34);
  box-shadow: 0 22px 54px rgba(2, 6, 23, 0.28);
}

.method-product-card-image {
  display: grid;
  min-height: 0;
  aspect-ratio: auto;
  overflow: hidden;
  place-items: center;
  border-right: 1px solid rgba(226, 232, 240, 0.1);
  border-bottom: 0;
  background:
    radial-gradient(circle at 50% 43%, rgba(125, 211, 252, 0.2), transparent 48%),
    linear-gradient(145deg, rgba(31, 41, 59, 0.92), rgba(7, 16, 31, 0.98));
  padding: clamp(14px, 1.4vw, 20px);
}

.method-product-card-image img {
  width: min(100%, 240px);
  height: auto;
  max-height: clamp(150px, 12vw, 210px);
  border-radius: 6px;
  object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(2, 6, 23, 0.34));
  transition: transform 180ms ease, filter 180ms ease;
}

.method-product-card:hover .method-product-card-image img,
.method-product-card:focus-within .method-product-card-image img {
  transform: scale(1.035);
  filter: saturate(1.05);
}

.method-product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 9px;
  padding: 18px;
}

.method-product-category {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.method-product-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 1.03rem;
  font-weight: 760;
  line-height: 1.22;
}

.method-product-card h3 a:hover,
.method-product-card h3 a:focus-visible {
  color: #9ee8ff;
}

.method-product-card p {
  margin: 0;
  color: var(--soft);
  font-size: 0.86rem;
  line-height: 1.52;
}

.method-product-area {
  display: grid;
  gap: 4px;
  margin: auto 0 0;
  border-top: 1px solid rgba(226, 232, 240, 0.12);
  padding-top: 12px;
}

.method-product-area dt {
  color: #9ee8ff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.method-product-area dd {
  margin: 0;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 760;
}

.method-link-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 18px;
}

.method-link-section,
.method-faq-section,
.method-cta-section {
  background: var(--bg);
}

.branding-method-detail-page .method-link-section {
  padding: clamp(38px, 3.2vw, 52px) 0 clamp(12px, 1.2vw, 18px);
}

.branding-method-detail-page .method-faq-section {
  padding: clamp(14px, 1.2vw, 22px) 0 clamp(16px, 1.6vw, 24px);
}

.branding-method-detail-page .method-cta-section {
  padding: 0 0 clamp(40px, 3.2vw, 52px);
}

.method-link-panel {
  padding: clamp(20px, 2.2vw, 30px);
  box-shadow: 0 14px 34px rgba(2, 6, 23, 0.16);
}

.method-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.method-link-list a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.08);
  color: #dff6ff;
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.2;
  padding: 0 15px;
}

.method-link-list a:hover,
.method-link-list a:focus-visible {
  border-color: rgba(125, 211, 252, 0.6);
  background: rgba(14, 165, 233, 0.22);
  color: var(--white);
}

.method-link-list-compact a {
  min-height: 34px;
  font-size: 0.8rem;
}

.method-link-list-inline {
  flex-wrap: nowrap;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: thin;
}

.method-link-list-inline a {
  flex: 1 1 0;
  justify-content: center;
  min-width: max-content;
  min-height: 34px;
  padding: 0 6px;
  font-size: clamp(0.68rem, 0.72vw, 0.78rem);
  text-align: center;
  white-space: nowrap;
}

.method-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.method-faq-card {
  border-color: rgba(226, 232, 240, 0.11);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018)),
    rgba(15, 23, 42, 0.58);
  box-shadow: none;
  padding: clamp(18px, 1.8vw, 24px);
}

.method-faq-card h2 {
  font-size: clamp(1.18rem, 1.55vw, 1.45rem);
}

.method-cta-section {
  padding-top: 0;
}

.method-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border-color: rgba(125, 211, 252, 0.18);
  background:
    linear-gradient(135deg, rgba(227, 54, 60, 0.12), rgba(14, 165, 233, 0.08)),
    rgba(255, 255, 255, 0.04);
  padding: clamp(24px, 3vw, 40px);
}

.method-cta-panel p {
  max-width: 860px;
}

.method-cta-panel--paths {
  display: block;
}

.method-cta-panel--paths h2,
.method-link-panel h2,
.method-faq-card h2 {
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0;
}

.catalogue-beta-v2-page .section {
  padding: 48px 0;
}

.catalogue-page-hero--v2 .catalogue-hero-stage {
  aspect-ratio: 1916 / 500;
  min-height: 390px;
  max-height: 440px;
}

.catalogue-page-hero--v2 .catalogue-hero-stage::before {
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.98) 0%, rgba(7, 16, 31, 0.88) 28%, rgba(7, 16, 31, 0.44) 56%, rgba(7, 16, 31, 0.03) 100%),
    linear-gradient(180deg, rgba(7, 16, 31, 0.02) 0%, rgba(7, 16, 31, 0.01) 62%, rgba(7, 16, 31, 0.06) 100%);
}

.catalogue-page-hero--v2 .catalogue-hero-image-layer {
  inset: auto 0 auto auto;
  top: 50%;
  width: 90%;
  height: 90%;
  object-fit: contain;
  object-position: right center;
  filter: brightness(1.08) saturate(1.04);
  transform: translateY(-50%) scale(1.3);
  transform-origin: right center;
}

.catalogue-page-hero--v2 .catalogue-hero-content {
  top: clamp(12px, 1.7vw, 24px);
  width: min(860px, 63%);
}

.catalogue-page-hero--v2 h1 {
  max-width: 860px;
  font-size: clamp(2.2rem, 2.55vw, 2.85rem);
  line-height: 1.04;
}

.catalogue-page-hero--v2 h1 span {
  display: block;
}

@media (min-width: 1181px) {
  .catalogue-page-hero--v2 h1 span {
    white-space: nowrap;
  }
}

.catalogue-page-hero--v2 p {
  max-width: 650px;
  font-size: 1.08rem;
  line-height: 1.62;
}

.catalogue-page-hero--v2 .catalogue-hero-actions {
  margin-top: 18px;
}

.catalogue-page-hero--v2 .catalogue-browse-categories-btn {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  box-shadow: 0 16px 38px rgba(22, 163, 74, 0.28);
}

.catalogue-page-hero--v2 .catalogue-browse-categories-btn:hover,
.catalogue-page-hero--v2 .catalogue-browse-categories-btn:focus-visible {
  background: linear-gradient(135deg, #15803d, #16a34a);
}

.catalogue-page-hero--v2 .catalogue-hero-chips {
  margin-top: 16px;
}

.catalogue-page-hero--v2 .catalogue-hero-chips a {
  min-height: 32px;
}

.catalogue-starting-points {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  max-width: 720px;
}

.catalogue-starting-points > span {
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.catalogue-starting-points-section {
  padding: 28px 0 8px;
}

.catalogue-starting-points-panel {
  display: flex;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(226, 232, 240, 0.14);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.035);
}

.catalogue-starting-points-panel h2 {
  flex: 0 0 auto;
  margin: 0;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.catalogue-starting-points-nav {
  display: flex;
  min-width: 0;
  max-width: 100%;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.catalogue-starting-points-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(125, 211, 252, 0.52);
  border-radius: 6px;
  padding: 6px 8px 6px 13px;
  color: #bdeaff;
  background: rgba(14, 165, 233, 0.12);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.15;
  box-shadow: 0 10px 24px rgba(14, 165, 233, 0.1);
}

.catalogue-starting-points-nav a:hover,
.catalogue-starting-points-nav a:focus-visible {
  border-color: rgba(125, 211, 252, 0.86);
  color: #ffffff;
  background: rgba(14, 165, 233, 0.24);
}

.catalogue-starting-points-nav strong {
  display: inline-flex;
  min-width: 30px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 7px;
  color: #ffffff;
  background: #263b56;
}

@media (max-width: 720px) {
  .catalogue-starting-points-panel {
    display: grid;
  }

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

  .catalogue-starting-points-nav a {
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
  .catalogue-starting-points-nav {
    grid-template-columns: 1fr;
  }
}

.catalogue-main-category-section {
  padding-top: 10px;
}

.catalogue-dashboard-header {
  align-items: flex-start;
}

.catalogue-dashboard-header p {
  max-width: 680px;
}

.catalogue-section-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(500px, 44%);
}

.catalogue-section-kpis span {
  display: grid;
  gap: 4px;
  min-height: 74px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(14, 165, 233, 0.12), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.04);
  padding: 13px 14px;
}

.catalogue-section-kpis strong {
  color: var(--white);
  font-size: 1.02rem;
  line-height: 1.12;
}

.catalogue-section-kpis small {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalogue-category-grid--priority {
  gap: 16px;
}

.catalogue-category-grid--priority .category-card {
  display: flex;
  flex-direction: column;
}

.catalogue-category-grid--priority .card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(18px, 1.1vw, 22px);
}

.catalogue-category-grid--priority h3 {
  font-size: clamp(1.1rem, 1.35vw, 1.35rem);
}

.catalogue-category-grid--priority p {
  display: -webkit-box;
  min-height: calc(1.55em * 3);
  overflow: hidden;
  color: var(--soft);
  font-size: 0.92rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.catalogue-card-methods {
  margin-top: 14px;
}

.catalogue-printing-options-label {
  margin-bottom: 5px;
  color: rgba(148, 163, 184, 0.8);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.catalogue-category-grid--priority .card-actions {
  margin-top: auto;
  padding-top: 14px;
}

.catalogue-category-grid--priority .card-actions .btn-secondary {
  width: min(100%, 280px);
  min-height: 38px;
  color: #dff6ff;
  border-color: rgba(125, 211, 252, 0.48);
  background:
    linear-gradient(135deg, rgba(14, 165, 233, 0.32), rgba(56, 189, 248, 0.2)),
    rgba(15, 23, 42, 0.74);
  box-shadow: 0 12px 24px rgba(14, 165, 233, 0.16);
}

.catalogue-category-grid--priority .card-actions .btn-secondary:hover,
.catalogue-category-grid--priority .card-actions .btn-secondary:focus-visible {
  color: var(--white);
  border-color: rgba(125, 211, 252, 0.62);
  background:
    linear-gradient(135deg, rgba(14, 165, 233, 0.34), rgba(56, 189, 248, 0.2)),
    rgba(15, 23, 42, 0.82);
}

.catalogue-category-grid--priority .tag-row {
  flex-wrap: nowrap;
  gap: 6px;
  margin-top: 0;
  min-height: 22px;
  overflow: hidden;
}

.catalogue-category-grid--priority .tag {
  min-height: 22px;
  color: rgba(203, 213, 225, 0.78);
  border-color: rgba(148, 163, 184, 0.2);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.62rem;
  padding: 0 7px;
  white-space: nowrap;
}

.catalogue-need-chooser {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.catalogue-need-chooser a {
  display: grid;
  gap: 7px;
  min-height: 92px;
  border: 1px solid rgba(226, 232, 240, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    rgba(15, 23, 42, 0.62);
  padding: 14px;
}

.catalogue-need-chooser span {
  color: #7dd3fc;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.catalogue-need-chooser strong {
  color: var(--white);
  font-size: 0.95rem;
  line-height: 1.22;
}

.catalogue-need-chooser a:hover,
.catalogue-need-chooser a:focus-visible {
  border-color: rgba(125, 211, 252, 0.52);
  background:
    linear-gradient(145deg, rgba(14, 165, 233, 0.16), rgba(255, 255, 255, 0.02)),
    rgba(15, 23, 42, 0.72);
  transform: translateY(-1px);
}

.catalogue-need-section,
.catalogue-final-cta-section {
  position: relative;
  border-top: 1px solid rgba(226, 232, 240, 0.08);
  border-bottom: 1px solid rgba(226, 232, 240, 0.08);
  background:
    radial-gradient(circle at 16% 18%, rgba(14, 165, 233, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.7), rgba(7, 16, 31, 0.94));
}

.catalogue-need-section .section-header h2 {
  font-size: clamp(2.35rem, 3.2vw, 3.55rem);
}

.catalogue-need-section .section-header p {
  font-size: 1.08rem;
}

.catalogue-guide-section {
  background:
    radial-gradient(circle at 88% 10%, rgba(239, 68, 68, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(7, 16, 31, 0.94), rgba(15, 23, 42, 0.74));
}

.catalogue-need-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.catalogue-need-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  min-height: 146px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)),
    rgba(15, 23, 42, 0.72);
  padding: 16px;
}

.catalogue-need-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(125, 211, 252, 0.08);
  pointer-events: none;
}

.catalogue-need-visual {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 14px 30px rgba(0, 0, 0, 0.22);
}

.catalogue-need-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
  min-width: 0;
}

.catalogue-need-copy strong {
  color: var(--white);
  font-size: 1.08rem;
  line-height: 1.2;
  transition: color 160ms ease;
}

.catalogue-need-copy small {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.56;
  transition: color 160ms ease;
}

.catalogue-need-card--events {
  --need-accent: #38bdf8;
  --need-accent-soft: rgba(56, 189, 248, 0.18);
}

.catalogue-need-card--events .catalogue-need-visual {
  background: linear-gradient(145deg, #0ea5e9, #075985);
}

.catalogue-need-card--staff {
  --need-accent: #818cf8;
  --need-accent-soft: rgba(129, 140, 248, 0.18);
}

.catalogue-need-card--staff .catalogue-need-visual {
  background: linear-gradient(145deg, #6366f1, #312e81);
}

.catalogue-need-card--gifts {
  --need-accent: #f87171;
  --need-accent-soft: rgba(248, 113, 113, 0.17);
}

.catalogue-need-card--gifts .catalogue-need-visual {
  background: linear-gradient(145deg, #ef4444, #7f1d1d);
}

.catalogue-need-card--office {
  --need-accent: #2dd4bf;
  --need-accent-soft: rgba(45, 212, 191, 0.17);
}

.catalogue-need-card--office .catalogue-need-visual {
  background: linear-gradient(145deg, #14b8a6, #134e4a);
}

.catalogue-need-card--outdoor {
  --need-accent: #4ade80;
  --need-accent-soft: rgba(74, 222, 128, 0.16);
}

.catalogue-need-card--outdoor .catalogue-need-visual {
  background: linear-gradient(145deg, #22c55e, #14532d);
}

.catalogue-need-card--retail {
  --need-accent: #fbbf24;
  --need-accent-soft: rgba(251, 191, 36, 0.16);
}

.catalogue-need-card--retail .catalogue-need-visual {
  background: linear-gradient(145deg, #f59e0b, #78350f);
}

.catalogue-need-card--help {
  --need-accent: #cbd5e1;
  --need-accent-soft: rgba(203, 213, 225, 0.14);
}

.catalogue-need-card--help .catalogue-need-visual {
  background: linear-gradient(145deg, #94a3b8, #334155);
}

.catalogue-need-card:hover,
.catalogue-need-card:focus-visible {
  border-color: var(--need-accent, #7dd3fc);
  background:
    linear-gradient(145deg, var(--need-accent-soft, rgba(14, 165, 233, 0.12)), rgba(255, 255, 255, 0.028)),
    rgba(15, 23, 42, 0.84);
  transform: translateY(-1px);
}

.catalogue-need-card:hover .catalogue-need-copy strong,
.catalogue-need-card:focus-visible .catalogue-need-copy strong {
  color: var(--need-accent, #7dd3fc);
}

.catalogue-need-card:hover .catalogue-need-copy small,
.catalogue-need-card:focus-visible .catalogue-need-copy small {
  color: rgba(226, 232, 240, 0.9);
}

.catalogue-beta-v2-page .catalogue-path-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.catalogue-beta-v2-page .catalogue-path-card {
  min-height: 138px;
  padding: 16px;
}

.catalogue-beta-v2-page .catalogue-method-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.catalogue-beta-v2-page .catalogue-method-card {
  min-height: 118px;
  padding: 15px;
}

.catalogue-guide-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.catalogue-guide-card {
  display: grid;
  gap: 10px;
  min-height: 178px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.13);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(30, 41, 59, 0.82), rgba(15, 23, 42, 0.92)),
    rgba(15, 23, 42, 0.78);
  padding: 0 16px 17px;
}

.catalogue-guide-card img {
  width: calc(100% + 32px);
  height: 118px;
  margin: 0 -16px 4px;
  object-fit: cover;
  border-bottom: 1px solid rgba(226, 232, 240, 0.1);
  filter: brightness(0.88) saturate(1.06);
  transition: filter 160ms ease, transform 180ms ease;
}

.catalogue-guide-card span {
  width: max-content;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.12);
  color: #bae6fd;
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 6px 8px;
  text-transform: uppercase;
}

.catalogue-guide-card strong {
  color: var(--white);
  font-size: 1.04rem;
  line-height: 1.2;
}

.catalogue-guide-card small {
  color: var(--muted);
  line-height: 1.52;
}

.catalogue-guide-card:hover,
.catalogue-guide-card:focus-visible {
  border-color: rgba(125, 211, 252, 0.52);
  background:
    linear-gradient(180deg, rgba(30, 41, 59, 0.9), rgba(15, 23, 42, 0.96)),
    rgba(15, 23, 42, 0.84);
  transform: translateY(-1px);
}

.catalogue-guide-card:hover img,
.catalogue-guide-card:focus-visible img {
  filter: brightness(1.02) saturate(1.12);
  transform: scale(1.025);
}

.catalogue-final-cta-section {
  padding-bottom: 64px;
}

.catalogue-final-cta-section .catalogue-quote-cta {
  border: 1px solid rgba(226, 232, 240, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(239, 68, 68, 0.08)),
    rgba(15, 23, 42, 0.78);
  padding: clamp(22px, 3vw, 38px);
}

.catalogue-final-cta-section h2 {
  max-width: 640px;
}

.catalogue-final-cta-section p {
  max-width: 760px;
}

.catalogue-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.catalogue-final-cta-section .catalogue-start-quote-btn {
  border-color: rgba(74, 222, 128, 0.5);
  background: linear-gradient(135deg, #15803d, #22c55e);
  box-shadow: 0 16px 36px rgba(22, 163, 74, 0.28);
}

.catalogue-final-cta-section .catalogue-start-quote-btn:hover,
.catalogue-final-cta-section .catalogue-start-quote-btn:focus-visible {
  background: linear-gradient(135deg, #166534, #16a34a);
}

.headwear-prototype-page .headwear-hero {
  padding-top: 40px;
  padding-bottom: 42px;
}

.headwear-hero-layout {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(420px, 0.94fr);
  gap: clamp(16px, 1.8vw, 32px);
  align-items: center;
}

.headwear-hero-copy p {
  max-width: 760px;
}

.headwear-hero-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  max-width: 800px;
  margin: 24px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(226, 232, 240, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(227, 54, 60, 0.1), transparent 42%),
    rgba(255, 255, 255, 0.045);
}

.headwear-hero-benefits span {
  position: relative;
  color: var(--soft);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.35;
  padding-left: 17px;
}

.headwear-hero-benefits span::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent-2);
  box-shadow: 0 0 0 4px rgba(255, 107, 111, 0.13);
}

.headwear-hero-visual {
  margin: 0;
  justify-self: start;
  max-width: 820px;
  padding: clamp(10px, 1vw, 16px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(15, 23, 42, 0.56);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.headwear-hero-visual img {
  display: block;
  width: 100%;
  border-radius: 6px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.clean-category-page .headwear-hero-visual.is-product-slot {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
}

.clean-category-page .headwear-hero-visual.is-product-slot img {
  background: #ffffff;
  object-fit: contain;
}

/* Branded Packaging benchmark: compact range-first category introductions. */
.packaging-benchmark-page .packaging-range-hero {
  padding-top: 24px;
  padding-bottom: 30px;
}

.packaging-benchmark-page .packaging-range-hero .breadcrumbs {
  margin-bottom: 24px;
}

.packaging-benchmark-page .packaging-range-hero .headwear-hero-layout {
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.76fr);
  gap: clamp(38px, 6vw, 96px);
  align-items: center;
}

.packaging-benchmark-page .packaging-range-hero h1 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.75rem, 4.35vw, 4.65rem);
  line-height: 1.01;
}

.packaging-parent-page .packaging-hero-message {
  border-left: 3px solid #22c55e;
  padding: 6px 0 8px 28px;
}

.packaging-hero-message p,
.packaging-gift-boxes-page .headwear-hero-copy > p:not(.eyebrow) {
  margin: 0;
  color: var(--soft);
  font-size: 1.08rem;
  line-height: 1.7;
}

.packaging-hero-message .btn,
.packaging-gift-boxes-page .section-actions {
  margin-top: 24px;
}

.btn-product-range {
  min-height: 52px;
  border-color: #22c55e;
  padding: 0 24px;
  color: #ffffff;
  background: #15803d;
  box-shadow: 0 14px 30px rgba(21, 128, 61, 0.26);
}

.btn-product-range:hover,
.btn-product-range:focus-visible {
  border-color: #86efac;
  color: #ffffff;
  background: #166534;
  box-shadow: 0 18px 36px rgba(21, 128, 61, 0.34);
}

.packaging-parent-page .packaging-type-section {
  padding: 26px 0 18px;
  background: rgba(255, 255, 255, 0.025);
}

.packaging-parent-page .packaging-type-label {
  margin: 0 0 12px;
}

.packaging-type-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.packaging-type-nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(125, 211, 252, 0.42);
  border-radius: 999px;
  padding: 0 8px 0 13px;
  color: #e2e8f0;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  background: rgba(14, 165, 233, 0.1);
}

.packaging-type-nav a:hover,
.packaging-type-nav a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(125, 211, 252, 0.78);
  background: rgba(14, 165, 233, 0.18);
}

.packaging-type-nav strong {
  display: inline-grid;
  min-width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 999px;
  color: #081526;
  font-size: 0.78rem;
  background: #7dd3fc;
}

.packaging-parent-page #packaging-products {
  padding-top: 24px;
}

.packaging-gift-boxes-page .packaging-range-hero .headwear-hero-layout {
  grid-template-columns: minmax(500px, 0.955fr) minmax(470px, 1fr);
  gap: clamp(28px, 2.5vw, 40px);
}

.packaging-gift-boxes-page .packaging-range-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(2.55rem, 3.15vw, 3.55rem);
}

/* Pilot treatment for complete square product images on seamless white backing panels. */
.packaging-gift-boxes-page .square-white-hero-frame {
  --square-hero-padding: clamp(10px, 1vw, 14px);
  position: relative;
  display: block;
  width: min(calc(100% - 16px), 650px);
  max-width: none;
  aspect-ratio: 3 / 2;
  justify-self: center;
  padding: 0;
  background: #ffffff;
}

.packaging-gift-boxes-page .square-white-hero-frame img {
  position: absolute;
  inset: var(--square-hero-padding);
  width: calc(100% - (2 * var(--square-hero-padding)));
  height: calc(100% - (2 * var(--square-hero-padding)));
  max-width: none;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  background: #ffffff;
}

@media (max-width: 920px) {
  .packaging-benchmark-page .packaging-range-hero .headwear-hero-layout,
  .packaging-gift-boxes-page .packaging-range-hero .headwear-hero-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .packaging-benchmark-page .packaging-range-hero h1,
  .packaging-gift-boxes-page .packaging-range-hero h1 {
    max-width: 760px;
    font-size: clamp(2.45rem, 8vw, 3.6rem);
  }

  .packaging-parent-page .packaging-hero-message {
    max-width: 760px;
  }

  .packaging-gift-boxes-page .square-white-hero-frame {
    width: 100%;
    justify-self: center;
  }
}

@media (max-width: 580px) {
  .packaging-benchmark-page .packaging-range-hero {
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .packaging-benchmark-page .packaging-range-hero .breadcrumbs {
    margin-bottom: 18px;
  }

  .packaging-benchmark-page .packaging-range-hero h1,
  .packaging-gift-boxes-page .packaging-range-hero h1 {
    font-size: 2.55rem;
    line-height: 1.04;
  }

  .packaging-parent-page .packaging-hero-message {
    padding-left: 18px;
  }

  .packaging-hero-message p,
  .packaging-gift-boxes-page .headwear-hero-copy > p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.6;
  }

  .packaging-type-nav {
    display: grid;
    grid-auto-columns: minmax(178px, 72vw);
    grid-auto-flow: column;
    overflow-x: auto;
    padding: 0 0 10px;
    scroll-snap-type: x proximity;
  }

  .packaging-type-nav a {
    justify-content: space-between;
    scroll-snap-align: start;
  }

}

.headwear-prototype-page .product-card-headwear {
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.04)),
    rgba(15, 23, 42, 0.76);
}

.headwear-prototype-page .product-card-headwear .card-media {
  overflow: hidden;
  border-radius: calc(var(--radius) - 1px) calc(var(--radius) - 1px) 0 0;
  background: #ffffff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: none;
}

.headwear-prototype-page .product-card-headwear .product-card-media-link {
  min-height: 0;
  padding: 8px 10px;
  border-radius: calc(var(--radius) - 2px) calc(var(--radius) - 2px) 0 0;
  transition: background 150ms ease, transform 150ms ease;
}

.headwear-prototype-page .product-card-headwear .product-card-media-link:hover,
.headwear-prototype-page .product-card-headwear .product-card-media-link:focus-visible {
  background: rgba(15, 23, 42, 0.035);
  outline: 2px solid rgba(71, 85, 105, 0.18);
  outline-offset: -5px;
  transform: translateY(-1px);
}

.headwear-prototype-page .product-card-headwear img {
  display: block;
  height: clamp(180px, 16vw, 218px);
  aspect-ratio: auto;
  border-radius: 6px;
}

.headwear-prototype-page #headwear-products,
.headwear-prototype-page .category-product-section {
  padding-top: 46px;
}

.headwear-prototype-page #headwear-products .section-header,
.headwear-prototype-page .category-product-section .section-header {
  align-items: start;
  margin-bottom: 22px;
}

.headwear-prototype-page #headwear-products .grid-3,
.headwear-prototype-page .category-product-section .grid-3 {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  gap: 16px;
}

.latest-arrivals-page .latest-arrivals-hero-copy {
  max-width: 880px;
}

.latest-arrivals-page .latest-arrivals-hero-copy p {
  max-width: 820px;
}

.latest-arrivals-page .product-card-headwear .media-badge {
  display: inline-flex;
}

.latest-arrivals-page .latest-arrivals-empty-state {
  margin-top: 18px;
  color: var(--muted);
}

.headwear-prototype-page .product-card-headwear .card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.headwear-prototype-page .product-card-headwear h3 {
  font-size: 1.18rem;
  line-height: 1.2;
}

.headwear-prototype-page .product-card-headwear p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.headwear-prototype-page .product-card-headwear .eyebrow {
  color: var(--accent-2);
}

.headwear-prototype-page .product-card-headwear .product-meta {
  gap: 6px;
  margin-top: 12px;
}

.headwear-prototype-page .product-card-headwear .product-meta span {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.045);
}

.headwear-prototype-page .product-card-headwear .tag-row {
  gap: 6px;
  margin-top: 12px;
}

.headwear-prototype-page .product-card-headwear .tag {
  min-height: 26px;
  padding: 0 9px;
}

.headwear-prototype-page .product-card-headwear .card-actions {
  margin-top: auto;
  padding-top: 16px;
}

.headwear-prototype-page .product-card-headwear .card-actions .btn-secondary {
  width: 100%;
  justify-content: center;
  border-color: rgba(148, 163, 184, 0.36);
  background:
    linear-gradient(135deg, rgba(71, 85, 105, 0.8), rgba(30, 41, 59, 0.74));
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.22);
}

.headwear-prototype-page .product-card-headwear .card-actions .btn-secondary:hover,
.headwear-prototype-page .product-card-headwear .card-actions .btn-secondary:focus-visible {
  border-color: rgba(203, 213, 225, 0.58);
  background:
    linear-gradient(135deg, rgba(86, 101, 123, 0.92), rgba(38, 52, 73, 0.88));
  box-shadow: 0 16px 34px rgba(2, 6, 23, 0.28);
}

@media (max-width: 1440px) and (min-width: 921px),
  (max-height: 820px) and (min-width: 921px) {
  .headwear-prototype-page .headwear-hero {
    padding-top: 22px;
    padding-bottom: 24px;
  }

  .headwear-prototype-page .breadcrumb {
    margin-bottom: 8px;
  }

  .headwear-prototype-page .headwear-hero-layout {
    grid-template-columns: minmax(390px, 1.12fr) minmax(350px, 0.78fr);
    gap: 18px;
  }

  .headwear-prototype-page .headwear-hero-copy h1 {
    max-width: 760px;
    font-size: clamp(3.1rem, 4vw, 4.2rem);
    line-height: 0.98;
  }

  .headwear-prototype-page .headwear-hero-copy p {
    max-width: 720px;
    margin-top: 14px;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .headwear-prototype-page .headwear-hero-benefits {
    gap: 8px 12px;
    margin-top: 14px;
    padding: 12px 14px;
  }

  .headwear-prototype-page .headwear-hero-benefits span {
    font-size: 0.85rem;
    line-height: 1.28;
  }

  .headwear-prototype-page .headwear-hero-copy .section-actions {
    margin-top: 18px;
  }

  .headwear-prototype-page .headwear-hero-visual {
    max-width: 720px;
    padding: 10px;
  }

  .headwear-prototype-page #headwear-products,
  .headwear-prototype-page .category-product-section {
    padding-top: 24px;
  }

  .headwear-prototype-page #headwear-products .section-header,
  .headwear-prototype-page .category-product-section .section-header {
    margin-bottom: 12px;
  }

  .headwear-prototype-page #headwear-products h2,
  .headwear-prototype-page .category-product-section h2 {
    max-width: 760px;
    font-size: clamp(1.75rem, 2.2vw, 2.25rem);
    line-height: 1.04;
  }

  .headwear-prototype-page #headwear-products .section-header p,
  .headwear-prototype-page .category-product-section .section-header p {
    margin-top: 8px;
    font-size: 0.95rem;
    line-height: 1.5;
  }
}

.category-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 42%);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}

.category-hero-copy p {
  max-width: 780px;
}

.category-hero-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.category-hero-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.breadcrumb {
  color: var(--muted);
  font-size: 0.86rem;
  margin-bottom: 18px;
}

.breadcrumb a {
  color: var(--soft);
}

.content-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(28px, 3vw, 56px);
  align-items: start;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  border-left: 3px solid var(--accent);
  padding: 8px 0 8px 14px;
  color: var(--soft);
}

.about-page .about-story-points {
  gap: 14px;
  margin-top: 28px;
}

.about-page .about-story-points li {
  padding: 11px 0 11px 16px;
}

.about-page .about-story-points h3 {
  margin: 0 0 6px;
  color: var(--white);
  font-size: 0.93rem;
  letter-spacing: 0.08em;
  line-height: 1.25;
}

.about-page .about-story-points p {
  margin: 0;
}

.detail-visual {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    var(--panel);
  padding: 18px;
  box-shadow: var(--shadow);
}

.detail-main-frame {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--bg-2);
}

.detail-main-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-hero {
  padding: 54px 0 70px;
}

.about-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(24px, 2.4vw, 44px);
  align-items: center;
}

.about-hero-copy {
  align-self: center;
}

.about-hero-copy p {
  max-width: 720px;
  font-size: 1.06rem;
}

.about-hero-visual {
  justify-self: end;
  position: relative;
  margin: 0;
  border: 1px solid rgba(80, 188, 214, 0.38);
  border-radius: 18px;
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(80, 188, 214, 0.12), rgba(227, 54, 60, 0.05)),
    rgba(9, 20, 36, 0.84);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

.about-hero-visual img,
.about-hero-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
}

.about-hero-video {
  background: #020817;
}

.about-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: clamp(58px, 5vw, 78px);
  aspect-ratio: 1;
  place-items: center;
  padding: 0;
  color: #f7fbff;
  cursor: pointer;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.16), transparent 36%),
    linear-gradient(145deg, rgba(80, 188, 214, 0.62), rgba(18, 84, 128, 0.5));
  border: 1px solid rgba(185, 238, 255, 0.5);
  border-radius: 999px;
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.3),
    0 0 28px rgba(80, 188, 214, 0.22);
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.about-video-play:hover,
.about-video-play:focus-visible {
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(80, 188, 214, 0.34);
  transform: translate(-50%, -50%) scale(1.04);
}

.about-video-play:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.88);
  outline-offset: 5px;
}

.about-video-play svg {
  width: 46%;
  height: 46%;
  margin-left: 5%;
  fill: currentColor;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.28));
}

.about-video-frame.is-playing .about-video-play {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.94);
}

.about-proof-section {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 8% 20%, rgba(227, 54, 60, 0.12), transparent 26%),
    linear-gradient(90deg, rgba(7, 16, 31, 0.96), rgba(12, 28, 48, 0.96));
}

.about-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-proof-item {
  --proof-color: #7dd3fc;
  --proof-border: rgba(125, 211, 252, 0.58);
  --proof-fill: rgba(125, 211, 252, 0.16);
  --proof-glow: rgba(14, 165, 233, 0.22);
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 16px;
  min-height: 92px;
  padding: 10px 18px 10px 0;
  border-right: 1px solid rgba(80, 188, 214, 0.22);
}

.about-proof-item:nth-child(2) {
  --proof-color: #67e8f9;
  --proof-border: rgba(103, 232, 249, 0.5);
  --proof-fill: rgba(103, 232, 249, 0.14);
  --proof-glow: rgba(6, 182, 212, 0.2);
}

.about-proof-item:nth-child(3) {
  --proof-color: #93c5fd;
  --proof-border: rgba(147, 197, 253, 0.52);
  --proof-fill: rgba(147, 197, 253, 0.15);
  --proof-glow: rgba(59, 130, 246, 0.18);
}

.about-proof-item:nth-child(4) {
  --proof-color: #38bdf8;
  --proof-border: rgba(56, 189, 248, 0.54);
  --proof-fill: rgba(56, 189, 248, 0.15);
  --proof-glow: rgba(2, 132, 199, 0.22);
}

.about-proof-item:last-child {
  border-right: 0;
}

.about-proof-icon {
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid var(--proof-border);
  border-radius: 18px;
  color: var(--proof-color);
  background:
    radial-gradient(circle at 30% 18%, var(--proof-fill), transparent 52%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(7, 16, 31, 0.62));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 16px 36px var(--proof-glow);
}

.about-proof-icon svg {
  width: 34px;
  height: 34px;
}

.about-proof-fill {
  fill: var(--proof-fill);
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-proof-line {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-proof-label {
  display: block;
  color: var(--accent-2);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.about-proof-item strong {
  display: block;
  margin-top: 4px;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.26;
}

.about-card-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-advice-split {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1.02fr);
  gap: clamp(18px, 2vw, 34px);
  align-items: center;
}

.about-section-image {
  width: min(100%, 820px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(80, 188, 214, 0.34);
  border-radius: 18px;
  padding: 10px;
  background:
    linear-gradient(145deg, rgba(80, 188, 214, 0.1), rgba(255, 255, 255, 0.03)),
    var(--panel);
  box-shadow: var(--shadow);
}

.about-section-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 12px;
}

.about-image-card {
  position: relative;
  display: block;
  min-height: 178px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
}

.about-image-card img {
  width: 100%;
  height: 100%;
  min-height: 178px;
  object-fit: cover;
  transition: transform 180ms ease;
}

.about-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 10, 22, 0.05), rgba(3, 10, 22, 0.76));
}

.about-image-card span {
  position: absolute;
  z-index: 1;
  left: 16px;
  bottom: 14px;
  color: var(--white);
  font-weight: 900;
}

.about-image-card:hover img,
.about-image-card:focus-visible img {
  transform: scale(1.04);
}

.about-video-placeholder {
  border: 1px solid rgba(80, 188, 214, 0.34);
  border-radius: 18px;
  padding: 12px;
  background:
    radial-gradient(circle at 25% 20%, rgba(227, 54, 60, 0.2), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    var(--panel);
  box-shadow: var(--shadow);
}

.about-video-frame {
  min-height: 300px;
  display: grid;
  place-items: center;
  gap: 18px;
  text-align: center;
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  background: rgba(3, 10, 22, 0.42);
}

.about-play-symbol {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(80, 188, 214, 0.55);
  background: rgba(80, 188, 214, 0.12);
}

.about-play-symbol::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 23px solid var(--accent-2);
}

.about-final-cta p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.about-final-cta .section-actions {
  justify-content: center;
}

.compadre-benchmark-page .product-detail-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(18px, 2vw, 28px);
}

.compadre-benchmark-page .detail-visual {
  border-color: rgba(15, 23, 42, 0.16);
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(2, 8, 23, 0.34);
  display: grid;
  grid-template-columns: clamp(224px, 11.4vw, 236px) minmax(0, 1fr);
  gap: clamp(8px, 0.6vw, 12px);
  align-items: stretch;
  width: 100%;
  justify-self: start;
  padding: 12px;
}

.compadre-benchmark-page .detail-main-frame {
  aspect-ratio: 1.02 / 1;
  height: clamp(500px, 29vw, 600px);
  width: 100%;
  margin-inline: 0;
  padding: clamp(3px, 0.35vw, 5px);
  background: #ffffff;
  order: 2;
}

.compadre-benchmark-page .detail-main-image {
  width: 88%;
  height: 88%;
  object-fit: contain;
  object-position: 40% center;
  transform: translateY(-8px);
}

.compadre-benchmark-page .detail-gallery {
  align-content: start;
  align-self: center;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: start;
  gap: 4px;
  max-height: clamp(500px, 29vw, 600px);
  margin-block: 0;
  overflow-y: auto;
  padding: 2px 4px 2px 2px;
  order: 1;
  scrollbar-color: rgba(71, 85, 105, 0.4) transparent;
}

.compadre-benchmark-page .gallery-thumb {
  border-color: rgba(15, 23, 42, 0.16);
  background: #f8fafc;
  color: #475569;
  min-height: 75px;
  gap: 4px;
  padding: 4px;
}

.compadre-benchmark-page .gallery-thumb:hover {
  border-color: rgba(15, 23, 42, 0.3);
  background: #f1f5f9;
}

.compadre-benchmark-page .gallery-thumb.is-active {
  border-color: rgba(227, 54, 60, 0.92);
  background: rgba(227, 54, 60, 0.1);
  box-shadow: 0 0 0 2px rgba(227, 54, 60, 0.16);
}

.compadre-benchmark-page .gallery-thumb img {
  background: #ffffff;
  height: 43px;
}

.compadre-benchmark-page .gallery-thumb-caption {
  color: #334155;
  font-size: 0.67rem;
  line-height: 1.12;
}

@media (min-width: 1500px) {
  .compadre-benchmark-page .detail-gallery {
    transform: translateY(clamp(-24px, -1.1vw, -18px));
  }
}

.compadre-benchmark-page .product-overview-copy {
  gap: 16px;
}

.compadre-benchmark-page .compadre-buying-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    rgba(15, 23, 42, 0.56);
  box-shadow: var(--shadow);
  padding: clamp(20px, 2vw, 28px);
}

.compadre-benchmark-page .compadre-buying-panel h2 {
  max-width: 13em;
}

.compadre-benchmark-page .compadre-overview-lede {
  color: var(--soft);
  font-size: 0.98rem;
  line-height: 1.68;
}

.compadre-benchmark-page .compadre-fact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.compadre-benchmark-page .compadre-fact-strip span {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.42;
}

.compadre-benchmark-page .compadre-fact-strip strong,
.compadre-benchmark-page .compadre-guidance-panel h3 {
  display: block;
  color: var(--white);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.compadre-benchmark-page .compadre-guidance-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  display: grid;
  gap: 14px;
  padding: 16px;
}

.compadre-benchmark-page .compadre-guidance-panel p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
}

.compadre-benchmark-page .compadre-guide-primary {
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.compadre-benchmark-page .compadre-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.compadre-benchmark-page .compadre-guide-grid section:first-child {
  padding-right: 14px;
}

.compadre-benchmark-page .compadre-guide-grid section + section {
  border-left: 1px solid var(--line);
  padding-left: 14px;
}

.compadre-benchmark-page .compadre-buying-panel .section-actions {
  margin-top: 2px;
}

.product-formula-page .product-detail-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(18px, 2vw, 28px);
}

.product-media-stack {
  display: grid;
  gap: 16px;
}

.product-media-instruction {
  border: 1px solid rgba(125, 211, 252, 0.5);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(239, 248, 255, 0.98), rgba(248, 251, 255, 0.94)),
    #f8fbff;
  box-shadow: 0 16px 44px rgba(2, 8, 23, 0.18);
  padding: clamp(16px, 1.4vw, 20px);
}

.product-media-instruction p {
  color: #123047;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.product-formula-page .detail-visual {
  border-color: rgba(15, 23, 42, 0.16);
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(2, 8, 23, 0.34);
  display: grid;
  grid-template-columns: clamp(224px, 11.4vw, 236px) minmax(0, 1fr);
  gap: clamp(8px, 0.6vw, 12px);
  align-items: stretch;
  width: 100%;
  justify-self: start;
  padding: 12px;
}

.product-formula-page .detail-visual-single {
  grid-template-columns: 1fr;
}

.product-formula-page .detail-main-frame {
  aspect-ratio: 1.02 / 1;
  height: clamp(500px, 29vw, 600px);
  width: 100%;
  margin-inline: 0;
  padding: clamp(3px, 0.35vw, 5px);
  background: #ffffff;
  order: 2;
}

.product-formula-page .detail-visual-single .detail-main-frame {
  height: clamp(420px, 25vw, 520px);
  order: 1;
}

.product-formula-page .detail-main-image {
  width: 88%;
  height: 88%;
  object-fit: contain;
  object-position: 40% center;
  transform: translateY(-8px);
}

.product-formula-page .detail-visual-single .detail-main-image {
  width: clamp(392px, 23vw, 492px);
  height: clamp(392px, 23vw, 492px);
  max-width: calc(100% - 28px);
  max-height: calc(100% - 28px);
  object-position: center;
  transform: none;
}

.product-formula-page .detail-gallery {
  align-content: start;
  align-self: center;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: start;
  gap: 4px;
  max-height: clamp(500px, 29vw, 600px);
  margin-block: 0;
  overflow-y: auto;
  padding: 2px 4px 2px 2px;
  order: 1;
  scrollbar-color: rgba(71, 85, 105, 0.4) transparent;
}

.product-formula-page .gallery-thumb {
  border-color: rgba(15, 23, 42, 0.16);
  background: #f8fafc;
  color: #475569;
  min-height: 75px;
  gap: 4px;
  padding: 4px;
}

.product-formula-page .gallery-thumb:hover {
  border-color: rgba(15, 23, 42, 0.3);
  background: #f1f5f9;
}

.product-formula-page .gallery-thumb.is-active {
  border-color: rgba(227, 54, 60, 0.92);
  background: rgba(227, 54, 60, 0.1);
  box-shadow: 0 0 0 2px rgba(227, 54, 60, 0.16);
}

.product-formula-page .gallery-thumb img {
  background: #ffffff;
  height: 43px;
}

.product-formula-page .gallery-thumb-caption {
  color: #334155;
  font-size: 0.67rem;
  line-height: 1.12;
}

@media (min-width: 1500px) {
  .product-formula-page .detail-gallery {
    transform: translateY(clamp(-24px, -1.1vw, -18px));
  }
}

.product-formula-page .product-overview-copy {
  gap: 16px;
}

.product-formula-page .product-buying-panel {
  align-self: stretch;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    rgba(15, 23, 42, 0.56);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
  min-height: calc(clamp(500px, 29vw, 600px) + 24px);
  padding: clamp(20px, 2vw, 28px);
}

.product-formula-page .product-media-stack + .product-buying-panel {
  align-self: start;
  min-height: auto;
}

.product-formula-page .product-buying-panel h2 {
  max-width: 13em;
}

.product-formula-page .product-overview-lede {
  color: var(--soft);
  font-size: 0.98rem;
  line-height: 1.68;
}

.product-formula-page .product-fact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.product-formula-page .product-fact-strip--with-supply {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-formula-page .product-fact-strip span {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.42;
}

.product-formula-page .product-fact-strip .supply-status-fact {
  color: #d7f5ff;
}

.product-supply-note {
  color: var(--muted);
  border: 1px solid rgba(79, 196, 220, 0.25);
  border-radius: var(--radius-sm);
  background: rgba(79, 196, 220, 0.07);
  font-size: 0.88rem;
  line-height: 1.55;
  margin: -2px 0 0;
  padding: 10px 12px;
}

.product-formula-page .product-fact-strip strong,
.product-formula-page .product-guidance-panel h3 {
  display: block;
  color: var(--white);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.product-formula-page .product-guidance-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  display: grid;
  gap: 14px;
  padding: 16px;
}

.product-formula-page .product-guidance-panel p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
}

.product-formula-page .product-guide-primary {
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.product-formula-page .product-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.product-formula-page .product-guide-grid section:first-child {
  padding-right: 14px;
}

.product-formula-page .product-guide-grid section + section {
  border-left: 1px solid var(--line);
  padding-left: 14px;
}

.product-formula-page .product-buying-panel .section-actions {
  margin-top: auto;
}

.product-page.spice-copy-v2-visual-page .page-hero h1 {
  max-width: 1060px;
  font-size: clamp(2rem, 2.45vw, 2.6rem);
}

.product-page.spice-copy-v2-visual-page .product-buying-panel {
  position: relative;
}

.product-page.spice-copy-v2-visual-page .product-panel-subcategory-backlink {
  position: absolute;
  top: 22px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(245, 158, 11, 0.78);
  border-radius: 999px;
  padding: 7px 13px;
  background: rgba(245, 158, 11, 0.24);
  color: #fff7ed;
  font-size: 0.8rem;
  font-weight: 800;
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.12);
}

.product-page.spice-copy-v2-visual-page .product-panel-subcategory-backlink:hover,
.product-page.spice-copy-v2-visual-page .product-panel-subcategory-backlink:focus-visible {
  border-color: rgba(251, 191, 36, 0.92);
  background: rgba(245, 158, 11, 0.34);
}

.product-page.spice-copy-v2-visual-page .product-buying-panel .product-panel-range-button {
  border-color: rgba(245, 158, 11, 0.72);
  background: rgba(245, 158, 11, 0.18);
  color: #fff7ed;
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.1);
}

.product-page.spice-copy-v2-visual-page .product-buying-panel .product-panel-range-button:hover,
.product-page.spice-copy-v2-visual-page .product-buying-panel .product-panel-range-button:focus-visible {
  border-color: rgba(251, 191, 36, 0.94);
  background: rgba(245, 158, 11, 0.3);
}

.product-page.spice-copy-v2-visual-page .page-hero p {
  max-width: 980px;
  color: var(--soft);
  font-size: clamp(1.03rem, 1.08vw, 1.15rem);
  line-height: 1.62;
}

.product-page.spice-copy-v2-visual-page .product-buying-panel h2 {
  max-width: 15em;
  font-size: clamp(1.35rem, 1.6vw, 1.72rem);
}

.product-page.product-full-content-v3-page .page-hero {
  padding: 22px 0 14px;
}

.product-page.product-full-content-v3-page .breadcrumb {
  margin-bottom: 7px;
}

.product-page.product-full-content-v3-page .product-identity-label {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-page.product-full-content-v3-page .product-identity-label .product-code {
  color: #cbd5e1;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.product-page.product-full-content-v3-page .page-hero h1 {
  font-size: clamp(1.65rem, 2.05vw, 2.15rem);
  line-height: 1.08;
}

.product-page.product-full-content-v3-page .page-hero p {
  max-width: 1040px;
  font-size: clamp(0.98rem, 1.02vw, 1.06rem);
  line-height: 1.54;
}

.product-page .spec-inline-label {
  font-weight: bold;
  color: var(--white);
}

.product-page.product-full-content-v3-page .product-related-label {
  margin-bottom: 14px;
}

.product-page.product-full-content-v3-page .product-overview-section {
  padding-top: 16px;
}

.product-detail-description-panel p {
  color: var(--muted);
  line-height: 1.68;
}

.detail-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(62px, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.gallery-thumb {
  appearance: none;
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--muted);
  padding: 6px;
  cursor: pointer;
  font: inherit;
  text-align: center;
  transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.gallery-thumb:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.075);
  transform: translateY(-1px);
}

.gallery-thumb:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 2px;
}

.gallery-thumb.is-active {
  border-color: rgba(227, 54, 60, 0.88);
  background: rgba(227, 54, 60, 0.14);
  box-shadow: 0 0 0 1px rgba(227, 54, 60, 0.22);
}

.gallery-thumb img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 6px;
  background: var(--bg-2);
}

.gallery-thumb-caption {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.compact-list {
  margin-top: 16px;
}

.detail-tag-row {
  align-items: flex-start;
}

.product-page .page-hero {
  padding: 28px 0 18px;
}

.product-page .breadcrumb {
  margin-bottom: 8px;
}

.product-page .page-hero h1 {
  max-width: 720px;
  font-size: clamp(1.9rem, 2.8vw, 2.75rem);
  line-height: 1.08;
}

.product-page .page-hero p {
  max-width: 820px;
  margin: 10px 0 0;
  font-size: 0.98rem;
}

.product-page .section {
  padding: 34px 0;
}

.product-page .product-overview-section {
  padding-top: 22px;
  padding-bottom: 36px;
}

.product-page h2 {
  font-size: clamp(1.35rem, 1.85vw, 1.9rem);
}

.product-detail-grid {
  grid-template-columns: minmax(320px, 0.95fr) minmax(380px, 1.05fr);
  gap: clamp(20px, 2.2vw, 36px);
}

.product-overview-copy {
  display: grid;
  align-content: start;
  gap: 12px;
}

.product-overview-copy p {
  margin: 0;
}

.product-page .tag-row {
  margin-top: 4px;
}

.product-page .section-actions {
  margin-top: 8px;
}

.overview-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.overview-note {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  padding: 12px;
}

.overview-note strong {
  display: block;
  color: var(--white);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.overview-note span {
  color: var(--muted);
  display: block;
  font-size: 0.86rem;
  line-height: 1.5;
}

.product-quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 2px;
}

.product-quick-facts span {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: var(--soft);
  font-size: 0.82rem;
  line-height: 1.35;
  padding: 10px;
}

.product-quick-facts strong {
  display: block;
  color: var(--white);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.product-data-grid {
  gap: clamp(20px, 2.2vw, 36px);
}

.product-detail-band {
  padding-top: 32px;
  padding-bottom: 32px;
}

.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(18px, 2vw, 30px);
  align-items: start;
}

.product-detail-column {
  display: grid;
  gap: 16px;
  align-content: start;
}

.detail-panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  padding: clamp(18px, 1.45vw, 24px);
}

.detail-panel h2 {
  font-size: clamp(1.15rem, 1.45vw, 1.45rem);
}

.detail-panel p {
  margin: 10px 0 0;
  font-size: 0.94rem;
}

.detail-feature-list {
  margin-bottom: 10px;
}

.detail-description-block {
  border-top: 1px solid var(--line);
  margin-top: 14px;
  padding-top: 14px;
}

.detail-description-block h3 {
  color: var(--white);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.detail-description-block p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
  margin: 0;
}

.detail-quiet-note {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
  margin-top: 12px;
}

.branding-method-grid {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.branding-method-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  padding: 13px 14px;
}

.branding-method-card h3 {
  color: var(--white);
  font-size: 0.88rem;
  margin: 0 0 7px;
}

.product-branding-method-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.product-branding-method-link:hover,
.product-branding-method-link:focus-visible {
  color: var(--accent);
  text-decoration-color: currentColor;
}

.product-branding-method-link:focus-visible {
  outline: 2px solid rgba(255, 107, 111, 0.72);
  outline-offset: 3px;
  border-radius: 4px;
}

.branding-method-card ul {
  display: grid;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.branding-method-card li {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.product-page .spec-table {
  margin-top: 10px;
  font-size: 0.9rem;
}

.product-page .spec-table th,
.product-page .spec-table td {
  padding: 9px 0;
}

.product-page .feature-list {
  gap: 8px;
  margin-top: 10px;
}

.product-page .feature-list li {
  padding-top: 6px;
  padding-bottom: 6px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
  overflow: hidden;
  border-radius: var(--radius);
}

.spec-table th,
.spec-table td {
  text-align: left;
  border-bottom: 1px solid var(--line);
  padding: 13px 0;
  vertical-align: top;
}

.spec-table th {
  color: var(--white);
  width: 34%;
}

.spec-table td {
  color: var(--muted);
}

.quote-panel {
  border: 1px solid rgba(227, 54, 60, 0.36);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(227, 54, 60, 0.14), rgba(255, 255, 255, 0.04));
  padding: 24px;
}

.quote-panel-secondary {
  border-color: rgba(34, 197, 94, 0.34);
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.12), rgba(255, 255, 255, 0.04));
}

.quote-panel p {
  margin-top: 10px;
}

.member-ready-quote-panel {
  display: grid;
  align-content: start;
  gap: 10px;
}

.member-ready-quote-panel .eyebrow {
  margin: 0;
}

.member-ready-quote-panel h3,
.member-ready-quote-panel > p {
  margin: 0;
}

.member-ready-quote-panel h3 {
  max-width: 560px;
  font-size: clamp(1.2rem, 1.45vw, 1.55rem);
  line-height: 1.2;
}

.member-ready-quote-panel > p:not(.eyebrow) {
  max-width: 660px;
  line-height: 1.58;
}

.product-quote-panel-cta {
  justify-self: start;
  width: auto;
  margin-top: 2px;
}

.member-only-panel-hook[hidden] {
  display: none !important;
}

.product-bottom-cta-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(18px, 2vw, 30px);
}

.product-lower-layout-page .product-detail-band {
  padding-bottom: 16px;
}

.product-lower-layout-page .product-detail-layout {
  gap: clamp(16px, 1.8vw, 26px);
}

.product-lower-support-section {
  padding-top: 22px;
}

.product-lower-support-grid {
  align-items: stretch;
}

.product-good-uses-panel {
  border-color: rgba(227, 54, 60, 0.24);
  background: rgba(255, 255, 255, 0.035);
}

.product-good-uses-panel h2 {
  font-size: clamp(1.2rem, 1.45vw, 1.55rem);
}

.product-good-uses-panel p {
  max-width: 760px;
}

.product-page.spice-copy-v2-visual-page .product-lower-navigation-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.product-page.spice-copy-v2-visual-page .product-lower-navigation-pills a {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(245, 158, 11, 0.72);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(245, 158, 11, 0.18);
  color: #fff7ed;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.product-page.spice-copy-v2-visual-page .product-lower-navigation-pills a:hover,
.product-page.spice-copy-v2-visual-page .product-lower-navigation-pills a:focus-visible {
  border-color: rgba(251, 191, 36, 0.94);
  background: rgba(245, 158, 11, 0.3);
}

.product-related-links {
  margin-top: 22px;
}

.product-related-label {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.product-page.spice-copy-v2-visual-page .product-related-links .product-lower-navigation-pills {
  margin-top: 0;
}

.product-lower-support-grid .member-ready-quote-panel {
  padding: clamp(18px, 1.55vw, 23px);
}

.product-page .text-link {
  color: var(--accent-2);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.product-page .text-link:hover,
.product-page .text-link:focus-visible {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-discovery-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(18px, 2vw, 30px);
  align-items: stretch;
}

.product-discovery-section--pilot {
  padding-top: 20px;
  padding-bottom: 28px;
}

.product-discovery-layout--compact {
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(16px, 1.6vw, 24px);
  align-items: start;
}

.product-discovery-related,
.category-promo-card {
  min-width: 0;
  border-radius: var(--radius);
}

.product-discovery-related {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  padding: clamp(20px, 2vw, 28px);
}

.product-discovery-section--pilot .product-discovery-related {
  padding: clamp(18px, 1.6vw, 24px);
}

.product-discovery-related > p {
  max-width: 780px;
  margin: 8px 0 0;
}

.product-discovery-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 16px;
}

.product-discovery-section--pilot .product-discovery-card-grid {
  gap: 10px;
  margin: 14px 0 12px;
}

.product-discovery-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.product-discovery-card-image {
  display: block;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.product-discovery-card-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 12px;
}

.product-discovery-section--pilot .product-discovery-card-image img {
  padding: 10px;
}

.product-discovery-card-copy {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 13px;
}

.product-discovery-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 0.95rem;
  line-height: 1.3;
}

.product-discovery-card h3 a:hover,
.product-discovery-card h3 a:focus-visible {
  color: var(--accent-2);
}

.product-discovery-all-link {
  margin-top: 2px;
}

.category-promo-card {
  overflow: hidden;
  border: 1px solid rgba(227, 54, 60, 0.34);
  background:
    linear-gradient(135deg, rgba(227, 54, 60, 0.16), rgba(255, 255, 255, 0.05)),
    var(--panel);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.category-promo-card--compact {
  align-self: start;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.category-promo-media {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.category-promo-card--compact .category-promo-media {
  padding: 10px 10px 0;
  border-bottom: 0;
}

.category-promo-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.category-promo-card--compact .category-promo-media img {
  max-height: 104px;
  border-radius: 6px;
  object-fit: cover;
}

.category-promo-copy {
  display: grid;
  gap: 12px;
  padding: clamp(20px, 2vw, 28px);
}

.category-promo-card--compact .category-promo-copy {
  gap: 10px;
  padding: 16px;
}

.category-promo-copy h2 {
  margin: 0;
  font-size: clamp(1.25rem, 1.5vw, 1.65rem);
}

.category-promo-card--compact .category-promo-copy h2 {
  font-size: clamp(1.05rem, 1.2vw, 1.22rem);
}

.category-promo-copy p {
  margin: 0;
}

.category-promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.category-promo-actions .btn {
  white-space: normal;
}

.quote-mode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.mode-option {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  background: rgba(255, 255, 255, 0.055);
}

.mode-option input {
  width: 18px;
  min-height: 18px;
  margin-top: 4px;
  accent-color: var(--accent);
}

.mode-option strong {
  display: block;
  color: var(--white);
}

.mode-option small {
  display: block;
  color: var(--muted);
  margin-top: 4px;
  line-height: 1.45;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  display: grid;
  gap: 8px;
}

.field-wide {
  grid-column: 1 / -1;
}

label {
  color: var(--soft);
  font-size: 0.9rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(7, 16, 31, 0.82);
  color: var(--white);
  padding: 12px 13px;
  font: inherit;
}

textarea {
  min-height: 118px;
  resize: vertical;
}

.form-note {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 14px 0 0;
}

/* Shared product gallery presentation: stable contained image and one desktop rail. */
.product-formula-page .detail-main-frame {
  position: relative;
  min-width: 0;
}

.product-formula-page .detail-main-image,
.product-formula-page .detail-visual-single .detail-main-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  box-sizing: border-box;
  padding: 8px;
  object-fit: contain;
  object-position: center;
  transform: none;
}

@media (min-width: 1181px) {
  .product-formula-page .detail-gallery {
    scrollbar-gutter: stable;
    transform: none;
  }
}

@media (max-width: 1180px) {
  .product-formula-page .detail-visual {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .product-formula-page .detail-main-frame {
    height: clamp(360px, 70vw, 620px);
    order: 1;
  }

  .product-formula-page .detail-gallery {
    display: flex;
    align-self: stretch;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 2px 10px;
    scroll-snap-type: x proximity;
    scrollbar-gutter: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    transform: none;
    order: 2;
  }

  .product-formula-page .gallery-thumb {
    flex: 0 0 78px;
    min-height: 78px;
    scroll-snap-align: start;
  }
}

.request-quote-page {
  background:
    radial-gradient(circle at 16% 16%, rgba(28, 93, 170, 0.22), transparent 34rem),
    var(--navy);
}

.request-quote-main-section {
  padding-top: clamp(34px, 4vw, 64px);
  padding-bottom: clamp(52px, 6vw, 86px);
}

.request-quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.78fr);
  gap: clamp(24px, 2.6vw, 42px);
  align-items: stretch;
}

.request-quote-page .request-quote-form {
  display: grid;
  gap: 0;
  border-color: rgba(191, 219, 254, 0.72);
  border-radius: 12px;
  background: linear-gradient(145deg, #edf3f9 0%, #dfe9f4 100%);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.2);
  color: var(--ink);
  padding: clamp(24px, 2.5vw, 38px);
}

.request-quote-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #d8e1ef;
}

.request-quote-heading-row {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.request-quote-heading-icon,
.request-quote-assurance-icon {
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #f2cfd2;
  border-radius: 50%;
  background: #fff4f4;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.request-quote-heading-icon {
  width: 62px;
  height: 62px;
}

.request-quote-heading-icon img,
.request-quote-assurance-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.request-quote-heading h1,
.request-quote-heading p {
  margin: 0;
}

.request-quote-heading h1 {
  color: #071f43;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.08;
}

.request-quote-heading-row p {
  max-width: 620px;
  margin-top: 7px;
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.48;
}

.request-quote-context {
  display: none;
}

.request-quote-page .request-quote-form label {
  color: #172554;
  font-size: 0.84rem;
}

.request-quote-page .request-quote-form input,
.request-quote-page .request-quote-form textarea {
  border-color: #cbd5e1;
  border-radius: 7px;
  background: #ffffff;
  color: #0f172a;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.request-quote-page .request-quote-form input::placeholder,
.request-quote-page .request-quote-form textarea::placeholder {
  color: #64748b;
}

.request-quote-page .request-quote-form input:focus,
.request-quote-page .request-quote-form textarea:focus {
  border-color: #2563eb;
  outline: 3px solid rgba(96, 165, 250, 0.35);
  outline-offset: 1px;
}

.request-quote-optional {
  color: #64748b;
  font-weight: 500;
}

.request-quote-form-section {
  padding-top: 20px;
}

.request-quote-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.request-quote-noscript {
  margin-bottom: 18px;
  border: 1px solid #f59e0b;
  border-radius: 8px;
  background: #fffbeb;
  padding: 12px 14px;
  color: #78350f;
}

.request-quote-form-section + .request-quote-form-section {
  margin-top: 20px;
  border-top: 1px solid #d8e1ef;
}

.request-quote-form-section h2 {
  margin: 0 0 15px;
  color: #071f43;
  font-size: 1.02rem;
  line-height: 1.3;
}

.request-quote-form-section h2 span {
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 600;
}

.request-quote-form-grid {
  gap: 14px 18px;
}

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

.request-quote-form-grid textarea {
  min-height: 112px;
}

.request-quote-assurance {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr);
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  border: 1px solid #d6e1ee;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
  padding: 12px;
}

.request-quote-assurance-copy {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.request-quote-assurance-icon {
  width: 40px;
  height: 40px;
  border-color: #c7d7eb;
  background: #eef5ff;
}

.request-quote-assurance-copy p {
  margin: 0;
  color: #475569;
  font-size: 0.79rem;
  line-height: 1.4;
}

.request-quote-assurance-copy strong,
.request-quote-assurance-copy span {
  display: block;
}

.request-quote-assurance-copy strong {
  color: #172554;
  margin-bottom: 2px;
}

.request-quote-submit {
  min-height: 54px;
  padding-inline: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  box-shadow: 0 12px 24px rgba(21, 128, 61, 0.26);
}

.request-quote-response-note {
  margin: 14px 0 0;
  color: #64748b;
  font-size: 0.78rem;
  line-height: 1.4;
  text-align: center;
}

.request-quote-form-status {
  min-height: 1.35em;
  margin: 8px 0 0;
  color: #475569;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.request-quote-form-status:empty {
  min-height: 0;
  margin-top: 0;
}

.request-quote-form-status[data-state="error"] {
  color: #b91c1c;
}

.request-quote-submit[aria-busy="true"] {
  cursor: wait;
  opacity: 0.76;
}

.request-quote-support {
  display: grid;
  align-content: start;
  gap: 14px;
  border: 1px solid rgba(147, 197, 253, 0.34);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(22, 54, 101, 0.76), rgba(3, 20, 49, 0.94)),
    rgba(3, 20, 49, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  padding: clamp(28px, 3vw, 42px);
}

.request-quote-support .eyebrow,
.request-quote-support h2,
.request-quote-support > p {
  margin: 0;
}

.request-quote-support h2 {
  font-size: clamp(1.85rem, 2.6vw, 2.7rem);
  line-height: 1.08;
}

.request-quote-support > p {
  color: var(--soft);
  line-height: 1.55;
}

.request-quote-support-list {
  display: grid;
  gap: 16px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.request-quote-support-list li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 0;
}

.request-quote-support-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(96, 165, 250, 0.62);
  border-radius: 50%;
  background: #061d3c;
}

.request-quote-support-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.request-quote-support-list strong {
  display: block;
  color: var(--white);
  margin-bottom: 3px;
}

.request-quote-support-list li > span > span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.request-quote-review-slot {
  min-height: 118px;
  margin-top: auto;
  border: 1px solid rgba(191, 219, 254, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
}

.upload-placeholder {
  border: 1px dashed rgba(226, 232, 240, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  padding: 14px;
}

.upload-placeholder strong {
  display: block;
  color: var(--white);
  margin-bottom: 6px;
}

.upload-placeholder p {
  margin: 0;
  font-size: 0.9rem;
}

.confirmation-box {
  max-width: 760px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  padding: 28px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: clamp(44px, 4vw, 58px) 0;
  background: #050b16;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(310px, 1.1fr) minmax(0, 1.9fr);
  gap: clamp(38px, 4.5vw, 68px);
  align-items: start;
}

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

.footer-intro strong {
  display: block;
  color: var(--white);
  margin-bottom: 12px;
  font-size: 1.02rem;
  line-height: 1.35;
}

.footer-brand-copy {
  max-width: 39rem;
  margin: 0;
  color: #aebfd3;
  font-size: 0.88rem;
  line-height: 1.62;
}

.footer-shipping-benefit {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  max-width: 42rem;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.footer-shipping-icon-wrap {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 115, 120, 0.3);
  border-radius: 9px;
  color: #ff7378;
  background: rgba(255, 92, 98, 0.08);
}

.footer-shipping-icon {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-shipping-benefit p {
  margin: 0;
  color: #c3d1e1;
  font-size: 0.78rem;
  line-height: 1.58;
}

.footer-navigation {
  min-width: 0;
  padding-top: 2px;
}

.footer-link-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-link-group h2 {
  margin: 0 0 8px;
  color: #e6eef8;
  font-size: 0.78rem;
  line-height: 1.3;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.footer-link-group a {
  display: inline-flex;
  width: fit-content;
  min-height: 38px;
  align-items: center;
  color: #aebfd3;
  line-height: 1.35;
  transition: color 150ms ease, transform 150ms ease;
}

.footer-link-group a:hover,
.footer-link-group a:focus-visible {
  color: var(--white);
  transform: translateX(2px);
}

.shell-footer-phone {
  color: #eaf2fb !important;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255, 115, 120, 0.78);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.shell-footer-quote {
  justify-content: center;
  min-height: 42px !important;
  margin-top: 3px;
  padding: 0 16px;
  border: 1px solid rgba(70, 209, 116, 0.58);
  border-radius: 11px;
  color: var(--shell-quote-text);
  background: linear-gradient(135deg, #11853f 0%, #20b95e 58%, #14964b 100%);
  box-shadow: 0 9px 22px rgba(13, 126, 55, 0.2);
}

.shell-footer-quote:hover,
.shell-footer-quote:focus-visible {
  color: var(--shell-quote-text);
  border-color: rgba(111, 229, 150, 0.8);
  background: linear-gradient(135deg, #15964a 0%, #2ac969 58%, #18a755 100%);
  box-shadow: 0 11px 26px rgba(15, 145, 63, 0.26);
}

.safety-note {
  color: var(--muted);
  font-size: 0.85rem;
}

@media (max-width: 1320px) {
  .header-inner {
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .brand {
    flex: 1 1 auto;
  }

  .primary-nav {
    order: 3;
    flex: 1 0 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 0;
    overflow-x: visible;
  }

  .footer-column-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-actions {
    margin-left: auto;
    min-width: auto;
  }
}

@media (max-width: 1100px) {
  .sitewide-search {
    flex: 0 0 auto;
    width: auto;
  }

  .sitewide-search-desktop-form {
    display: none;
  }

  .sitewide-search-mobile-toggle {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(125, 211, 252, 0.28);
    border-radius: 999px;
    color: #fff;
    background: rgba(125, 211, 252, 0.1);
    font: inherit;
    font-size: 0.84rem;
    font-weight: 850;
    padding: 8px 13px;
    cursor: pointer;
  }

  .sitewide-search-mobile-dialog:not([hidden]) {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: block;
    overflow-y: auto;
    background: rgba(0, 13, 34, 0.88);
    padding: 62px 12px 24px;
  }

  .sitewide-search-mobile-inner {
    width: min(680px, 100%);
    margin: 0 auto;
    border: 1px solid rgba(125, 211, 252, 0.34);
    border-radius: 18px;
    background: #071d3b;
    box-shadow: 0 28px 70px rgba(0, 7, 22, 0.5);
    padding: 16px;
  }

  .sitewide-search-mobile-heading {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #fff;
    padding: 0 2px 12px;
  }

  .sitewide-search-mobile-heading strong {
    font-size: 1.05rem;
  }

  .sitewide-search-mobile-close {
    width: 44px;
    min-height: 44px;
    color: #fff;
    font-size: 1.8rem;
  }

  .sitewide-search-mobile-form .sitewide-search-control {
    min-height: 54px;
  }

  .sitewide-search-mobile-form .sitewide-search-input {
    font-size: 1rem;
    padding-block: 13px;
  }

  .sitewide-search-mobile-form .sitewide-search-panel {
    position: static;
    width: 100%;
    margin-top: 10px;
    border-color: rgba(125, 211, 252, 0.24);
    box-shadow: none;
  }

  .sitewide-search-mobile-form .sitewide-search-results {
    max-height: none;
  }
}

@media (max-width: 1020px) {
  .about-hero-layout,
  .about-split {
    grid-template-columns: 1fr;
  }

  .about-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-proof-item:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .about-hero {
    padding: 34px 0 48px;
  }

  .about-card-stack,
  .about-proof-grid {
    grid-template-columns: 1fr;
  }

  .about-proof-item,
  .about-proof-item:nth-child(2n) {
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(80, 188, 214, 0.2);
  }

  .about-proof-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .about-video-frame {
    min-height: 220px;
  }

  .product-quick-facts {
    grid-template-columns: 1fr;
  }

  .product-discovery-card-grid {
    grid-template-columns: 1fr;
  }

  .category-promo-actions .btn {
    width: 100%;
  }

  .overview-support-grid {
    grid-template-columns: 1fr;
  }

  .compadre-benchmark-page .compadre-fact-strip,
  .compadre-benchmark-page .compadre-guide-grid,
  .product-formula-page .product-fact-strip,
  .product-formula-page .product-guide-grid {
    grid-template-columns: 1fr;
  }

  .compadre-benchmark-page .compadre-guide-grid section:first-child,
  .product-formula-page .product-guide-grid section:first-child {
    padding-right: 0;
  }

  .compadre-benchmark-page .compadre-guide-grid section + section,
  .product-formula-page .product-guide-grid section + section {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 14px;
  }

  .detail-gallery {
    grid-template-columns: repeat(auto-fill, minmax(58px, 1fr));
  }
}

@media (max-width: 920px) {
  .section-header,
  .footer-grid {
    align-items: start;
  }

  .category-hero-layout,
  .headwear-hero-layout,
  .split,
  .product-detail-layout,
  .product-discovery-layout,
  .grid-3,
  .grid-2,
  .need-grid,
  .stats-grid,
  .steps-grid,
  .testimonial-grid,
  .product-group-header,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .compadre-benchmark-page .product-detail-grid,
  .product-formula-page .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .compadre-benchmark-page .detail-visual,
  .product-formula-page .detail-visual {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .compadre-benchmark-page .detail-main-frame,
  .product-formula-page .detail-main-frame {
    height: clamp(360px, 82vw, 620px);
    order: 1;
  }

  .compadre-benchmark-page .detail-gallery,
  .product-formula-page .detail-gallery {
    grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
    max-height: none;
    overflow: visible;
    order: 2;
  }

  .product-formula-page .detail-gallery {
    display: flex;
    gap: 8px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 2px 10px;
    scroll-snap-type: x proximity;
    scrollbar-gutter: auto;
    -webkit-overflow-scrolling: touch;
  }

  .product-formula-page .gallery-thumb {
    flex: 0 0 78px;
    min-height: 78px;
    scroll-snap-align: start;
  }

  .method-detail-hero-grid,
  .method-detail-layout,
  .method-link-grid,
  .method-cta-panel {
    grid-template-columns: 1fr;
  }

  .method-detail-checks {
    position: static;
  }

  .method-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .method-detail-guide,
  .method-detail-flow,
  .method-detail-checks {
    grid-template-columns: 1fr;
  }

  .method-detail-hero-image {
    justify-self: start;
    width: min(100%, 420px);
  }

  .method-product-grid,
  .method-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .branding-method-index-hero-stage {
    aspect-ratio: auto;
    min-height: 460px;
    max-height: none;
  }

  .branding-method-index-hero-stage::before {
    background:
      linear-gradient(180deg, rgba(7, 16, 31, 0.97) 0%, rgba(7, 16, 31, 0.88) 42%, rgba(7, 16, 31, 0.42) 78%, rgba(7, 16, 31, 0.18) 100%),
      linear-gradient(90deg, rgba(7, 16, 31, 0.9) 0%, rgba(7, 16, 31, 0.58) 48%, rgba(7, 16, 31, 0.04) 100%);
  }

  .branding-method-index-hero-image {
    object-position: 58% center;
  }

  .branding-method-index-hero-content {
    top: 20px;
    left: 20px;
    width: min(760px, calc(100% - 40px));
  }

  .branding-method-index-hero h1 {
    max-width: 640px;
    font-size: 2.8rem;
  }

  .branding-method-popular-tile,
  .branding-method-popular-tile img {
    min-height: 116px;
  }

  .home-category-grid,
  .home-product-grid,
  .choose-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choose-item,
  .stat-item {
    border-left: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.12);
  }

  .choose-item {
    border-color: var(--line);
  }

  .hero {
    min-height: 0;
    padding: 0;
  }

  .hero-stage {
    width: 100%;
    aspect-ratio: auto;
    min-height: 720px;
  }

  .hero-stage::before {
    background:
      linear-gradient(180deg, rgba(7, 16, 31, 0.98) 0%, rgba(7, 16, 31, 0.92) 38%, rgba(7, 16, 31, 0.36) 72%, rgba(7, 16, 31, 0.18) 100%),
      linear-gradient(90deg, rgba(7, 16, 31, 0.9) 0%, rgba(7, 16, 31, 0.56) 45%, rgba(7, 16, 31, 0.04) 100%);
  }

  .hero-image-layer {
    inset: auto -8% 0 auto;
    width: min(118vw, 1050px);
    height: auto;
    max-height: 58%;
    transform: none;
  }

  .hero-content {
    top: 64px;
    left: 20px;
    width: min(640px, calc(100% - 40px));
  }

  .hero-proof-grid {
    left: 20px;
    right: 20px;
    bottom: 22px;
    width: auto;
    max-width: none;
  }

  .hero h1 {
    max-width: 600px;
    font-size: 3.45rem;
  }

  .catalogue-hero-stage {
    width: 100%;
    aspect-ratio: auto;
    min-height: 720px;
  }

  .catalogue-hero-stage::before {
    background:
      linear-gradient(180deg, rgba(7, 16, 31, 0.97) 0%, rgba(7, 16, 31, 0.88) 42%, rgba(7, 16, 31, 0.42) 78%, rgba(7, 16, 31, 0.18) 100%),
      linear-gradient(90deg, rgba(7, 16, 31, 0.9) 0%, rgba(7, 16, 31, 0.58) 48%, rgba(7, 16, 31, 0.04) 100%);
  }

  .catalogue-hero-image-layer {
    object-position: 58% center;
  }

  .catalogue-hero-content {
    top: 64px;
    left: 20px;
    width: min(640px, calc(100% - 40px));
  }

  .catalogue-page-hero h1 {
    max-width: 640px;
    font-size: 3.45rem;
  }

  .catalogue-page-hero--beta .catalogue-hero-stage {
    min-height: 760px;
    max-height: none;
  }

  .catalogue-page-hero--beta .catalogue-hero-content {
    width: min(680px, calc(100% - 40px));
  }

  .catalogue-page-hero--v2 .catalogue-hero-stage {
    min-height: 460px;
  }

  .catalogue-page-hero--v2 .catalogue-hero-content {
    top: 20px;
    width: min(680px, calc(100% - 40px));
  }

  .catalogue-page-hero--v2 h1 {
    max-width: 640px;
    font-size: 2.8rem;
  }

  .catalogue-hero-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalogue-hero-strip a {
    min-height: 92px;
  }

  .catalogue-path-grid,
  .catalogue-method-grid,
  .catalogue-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .branding-method-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalogue-dashboard-header {
    display: grid;
  }

  .catalogue-category-grid--priority.grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalogue-section-kpis {
    width: 100%;
  }

  .catalogue-need-chooser {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalogue-need-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalogue-beta-v2-page .catalogue-path-grid,
  .catalogue-beta-v2-page .catalogue-method-grid,
  .catalogue-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalogue-quote-cta {
    grid-template-columns: 1fr;
  }

  .headwear-hero-visual {
    justify-self: stretch;
    max-width: 760px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .quote-mode-grid {
    grid-template-columns: 1fr;
  }

  .request-quote-layout {
    grid-template-columns: 1fr;
  }

  .request-quote-assurance {
    grid-template-columns: 1fr;
  }

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

  .request-quote-submit {
    width: 100%;
  }

  h1 {
    font-size: 3.45rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .footer-grid,
  .footer-column-grid {
    grid-template-columns: 1fr;
  }

  .subcategory-nav-links {
    justify-content: flex-start;
  }

  .product-grid-reveal {
    align-items: stretch;
    flex-direction: column;
  }

  .product-grid-reveal .btn {
    justify-content: center;
    width: 100%;
  }

}

@media (max-width: 580px) {
  .container {
    width: min(100% - 24px, 1160px);
  }

  .request-quote-page .request-quote-form,
  .request-quote-page .request-quote-support {
    padding: 20px;
  }

  .request-quote-heading-row {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
  }

  .request-quote-heading-icon {
    width: 50px;
    height: 50px;
  }

  .request-quote-optional-grid {
    grid-template-columns: 1fr;
  }

  .request-quote-assurance-copy {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .request-quote-assurance-icon {
    width: 36px;
    height: 36px;
  }

  .request-quote-support-list li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .request-quote-support-icon {
    width: 48px;
    height: 48px;
  }

  .subcategory-nav-strip {
    flex-direction: column;
    min-width: 0;
  }

  .subcategory-nav-label {
    padding-top: 0;
  }

  .subcategory-nav-links {
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    width: 100%;
  }

  .category-branded-packaging-page .subcategory-nav-strip {
    flex-direction: column;
  }

  .category-branded-packaging-page .subcategory-nav-label {
    padding-top: 0;
  }

  .category-branded-packaging-page .subcategory-nav-links {
    min-width: 0;
    width: 100%;
  }

  .site-header .container,
  .page-hero .container,
  main .section > .container,
  .choose-band > .container,
  .steps-band > .container,
  .testimonial-band > .container,
  .bottom-cta > .container,
  .site-footer .container {
    width: min(100% - 24px, 1160px);
  }

  .product-page.spice-copy-v2-visual-page .product-panel-subcategory-backlink {
    position: static;
    margin: 8px 0 0;
  }

  .hero-stage {
    min-height: 860px;
  }

  .hero-stage::before {
    background:
      linear-gradient(180deg, rgba(7, 16, 31, 0.99) 0%, rgba(7, 16, 31, 0.94) 46%, rgba(7, 16, 31, 0.34) 76%, rgba(7, 16, 31, 0.18) 100%),
      linear-gradient(90deg, rgba(7, 16, 31, 0.9) 0%, rgba(7, 16, 31, 0.28) 100%);
  }

  .hero-image-layer {
    inset: auto -36% 210px auto;
    width: min(145vw, 620px);
    max-height: 40%;
  }

  .hero-content {
    top: 48px;
    left: 12px;
    width: calc(100% - 24px);
  }

  .hero-proof-grid {
    left: 12px;
    right: 12px;
    bottom: 18px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .btn {
    width: 100%;
  }

  .member-ready-quote-panel .product-quote-panel-cta {
    justify-self: stretch;
    width: 100%;
  }

  .catalogue-hero-stage {
    min-height: 760px;
  }

  .catalogue-page-hero--beta .catalogue-hero-stage {
    min-height: 930px;
  }

  .catalogue-page-hero--v2 .catalogue-hero-stage {
    min-height: 640px;
  }

  .catalogue-hero-image-layer {
    object-position: 63% bottom;
  }

  .catalogue-hero-content {
    top: 48px;
    left: 12px;
    width: calc(100% - 24px);
  }

  .catalogue-page-hero--v2 .catalogue-hero-content {
    top: 24px;
  }

  .catalogue-page-hero h1 {
    font-size: 3rem;
  }

  .catalogue-page-hero--v2 h1 {
    font-size: 2.35rem;
  }

  .catalogue-page-hero--v2 h1 span {
    white-space: normal;
  }

  .catalogue-page-hero p {
    font-size: 1rem;
  }

  .catalogue-page-hero--v2 p {
    font-size: 1rem;
    line-height: 1.58;
  }

  .catalogue-hero-actions .btn {
    width: 100%;
  }

  .catalogue-hero-chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .catalogue-hero-chips a {
    justify-content: center;
    min-height: 40px;
    padding: 0 8px;
    text-align: center;
  }

  .catalogue-path-grid,
  .catalogue-method-grid,
  .catalogue-preview-grid {
    grid-template-columns: 1fr;
  }

  .branding-method-index-hero-stage {
    min-height: 630px;
  }

  .branding-method-index-hero-image {
    object-position: 62% bottom;
  }

  .branding-method-index-hero-content {
    top: 24px;
    left: 12px;
    width: calc(100% - 24px);
  }

  .branding-method-index-hero h1 {
    font-size: 2.35rem;
    white-space: normal;
  }

  .branding-method-index-hero .section-lede {
    font-size: 1rem;
    line-height: 1.58;
  }

  .branding-method-popular {
    margin-top: 14px;
  }

  .branding-method-popular-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .branding-method-popular-tile,
  .branding-method-popular-tile img {
    min-height: 106px;
  }

  .branding-method-popular-tile span {
    font-size: 0.76rem;
  }

  .branding-method-index-grid {
    grid-template-columns: 1fr;
  }

  .branding-method-index-image-link {
    min-height: 150px;
  }

  .branding-method-index-image-link img {
    height: 126px;
  }

  .method-detail-hero-copy h1 {
    font-size: 2.5rem;
  }

  .method-detail-hero-image {
    justify-self: center;
    width: min(100%, 330px);
    min-height: 0;
    padding: 18px;
  }

  .method-hero-feature-panel {
    grid-template-columns: 1fr;
  }

  .method-hero-preview-grid {
    order: -1;
  }

  .method-hero-facts,
  .method-showcase-meta {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .method-hero-facts > span {
    min-height: 80px;
    width: 100%;
    justify-content: flex-start;
    padding: 10px;
  }

  .method-hero-fact-icon {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }

  .method-hero-category-strip {
    margin-top: 10px;
  }

  .method-info-grid {
    grid-template-columns: 1fr;
  }

  .method-info-card,
  .method-info-card--wide {
    grid-column: auto;
  }

  .method-product-grid,
  .method-faq-grid {
    grid-template-columns: 1fr;
  }

  .method-product-card {
    grid-template-columns: 1fr;
  }

  .method-product-card-image {
    aspect-ratio: 16 / 9;
    border-right: 0;
    border-bottom: 1px solid rgba(226, 232, 240, 0.1);
  }

  .method-product-card-image img {
    max-height: 155px;
  }

  .method-link-list {
    flex-direction: column;
    align-items: stretch;
  }

  .method-link-list a {
    justify-content: center;
    min-height: 42px;
    text-align: center;
  }

  .method-cta-panel .btn {
    width: 100%;
  }

  .catalogue-hero-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalogue-hero-strip a {
    min-height: 104px;
    padding: 14px;
  }

  .catalogue-section-kpis {
    grid-template-columns: 1fr;
  }

  .catalogue-category-grid--priority.grid-3 {
    grid-template-columns: 1fr;
  }

  .catalogue-need-chooser,
  .catalogue-need-grid,
  .catalogue-beta-v2-page .catalogue-path-grid,
  .catalogue-beta-v2-page .catalogue-method-grid,
  .catalogue-guide-grid {
    grid-template-columns: 1fr;
  }

  .headwear-hero-layout {
    gap: 22px;
  }

  .headwear-hero-benefits {
    grid-template-columns: 1fr;
  }

  .headwear-hero-visual img {
    aspect-ratio: 4 / 3;
  }

  .header-actions .btn {
    width: auto;
    min-height: 40px;
    padding: 0 14px;
  }

  .hero-actions,
  .section-actions,
  .card-actions {
    width: 100%;
  }

  .primary-nav {
    gap: 4px;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .primary-nav a {
    flex: 0 1 auto;
    font-size: 0.82rem;
    padding: 8px;
  }

  .header-inner {
    align-items: center;
    flex-direction: row;
    padding: 16px 0;
  }

  .header-actions {
    justify-content: flex-end;
    width: auto;
    margin-left: auto;
    padding-left: 0;
    border-left: 0;
    gap: 8px;
  }

  .site-utility-inner {
    min-height: 44px;
  }

  .site-utility-phone {
    min-height: 44px;
    font-size: 0.875rem;
    line-height: 1.25;
  }

  .header-phone {
    min-height: 36px;
    font-size: 0.86rem;
  }

  .home-category-grid,
  .home-product-grid,
  .choose-grid {
    grid-template-columns: 1fr;
  }

  .brand-has-image {
    min-width: min(180px, 44vw);
  }

  .brand-logo-image {
    height: 42px;
    max-width: 44vw;
  }

  h1 {
    font-size: 2.55rem;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 3rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  .brand-text strong {
    max-width: 120px;
    font-size: 0.68rem;
  }

  .brand-text span {
    display: none;
  }
}
