:root {
  --ink: #101820;
  --muted: #5f6974;
  --line: #dfe4e8;
  --paper: #f7f8f6;
  --white: #ffffff;
  --blue: #0077ff;
  --blue-dark: #0356b5;
  --amber: #ffb000;
  --red: #e93d2f;
  --steel: #d8dde2;
  --graphite: #161d24;
  --radius: 8px;
  --shadow: 0 24px 80px rgba(16, 24, 32, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 14px;
  left: 50%;
  width: min(1180px, calc(100% - 28px));
  min-height: 62px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 10px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(16, 24, 32, 0.78);
  color: var(--white);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 230px;
}

.brand-logo {
  display: block;
  width: 210px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 9px 18px rgba(0, 0, 0, 0.38));
}

.gfs-mark {
  display: inline-grid;
  place-items: center;
  min-width: 46px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid rgba(255, 176, 0, 0.5);
  border-left: 4px solid var(--amber);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 176, 0, 0.18), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.08);
  color: var(--amber);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-shadow: 0 8px 16px rgba(0, 0, 0, 0.28);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 700;
}

.nav a:hover {
  color: var(--white);
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-weight: 800;
  line-height: 1;
}

.header-cta {
  padding: 0 16px;
  background: var(--white);
  color: var(--ink);
  font-size: 13px;
}

.button {
  padding: 0 20px;
  border: 1px solid transparent;
}

.button.primary {
  background: var(--amber);
  color: #171006;
  box-shadow: 0 14px 30px rgba(255, 176, 0, 0.25);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
}

.button.ghost-dark {
  border-color: rgba(16, 24, 32, 0.2);
  color: var(--ink);
  background: rgba(16, 24, 32, 0.05);
}

.button.ghost-dark:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--graphite);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 18, 24, 0.96) 0%, rgba(13, 18, 24, 0.72) 34%, rgba(13, 18, 24, 0.2) 66%, rgba(13, 18, 24, 0.52) 100%),
    linear-gradient(180deg, rgba(13, 18, 24, 0.44) 0%, rgba(13, 18, 24, 0.08) 45%, rgba(13, 18, 24, 0.9) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 150px 0 60px;
  color: var(--white);
}

.hero-logo-lockup {
  display: grid;
  gap: 8px;
  width: min(455px, 100%);
  margin: 0 0 24px;
  padding: 13px 15px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 3px solid var(--amber);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(16, 24, 32, 0.46);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.hero-logo-lockup img {
  display: block;
  width: min(390px, 100%);
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.38));
}

.hero-logo-lockup span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-logo-lockup span strong {
  color: var(--amber);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  width: 32px;
  height: 3px;
  background: var(--amber);
}

.eyebrow.dark {
  color: var(--blue-dark);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 4.8vw, 70px);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.46);
}

.hero-copy {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  line-height: 1.55;
}

.hero-dispatch {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  margin-top: 22px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 176, 0, 0.42);
  border-left: 4px solid var(--amber);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 176, 0, 0.15), rgba(0, 119, 255, 0.1)),
    rgba(16, 24, 32, 0.58);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
}

.hero-dispatch strong {
  color: var(--white);
}

.dispatch-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 7px rgba(255, 176, 0, 0.16);
  animation: dispatchPulse 1400ms ease-in-out infinite;
}

@keyframes dispatchPulse {
  0%,
  100% {
    transform: scale(0.92);
    opacity: 0.72;
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

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

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(620px, 100%);
  margin: 40px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.hero-stats div {
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-stats div:last-child {
  border-right: 0;
}

.hero-stats dt {
  font-size: 30px;
  font-weight: 900;
}

.hero-stats dd {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  background: var(--ink);
}

.trust-strip span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 86px 0;
}

.intro {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 58px;
  align-items: end;
}

.clip-finder {
  width: 100%;
  padding: 76px max(18px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 176, 0, 0.14), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(0, 119, 255, 0.28), transparent 30%),
    linear-gradient(135deg, #101820, #151d26 58%, #0b1016);
  color: var(--white);
}

.finder-inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: stretch;
}

.finder-copy {
  align-self: center;
}

.finder-copy h2 {
  color: var(--white);
}

.finder-copy p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.7;
}

.finder-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.finder-proof span {
  min-height: 30px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.finder-panel {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 14px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid var(--amber);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
}

.finder-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 176, 0, 0.13), rgba(0, 119, 255, 0.1)),
    transparent;
  opacity: 0;
  transition: opacity 180ms ease;
}

.finder-panel:hover::after {
  opacity: 1;
}

.finder-panel > * {
  position: relative;
  z-index: 1;
}

.finder-group {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(16, 24, 32, 0.36);
}

.finder-group p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.finder-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.finder-option {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.finder-option:hover,
.finder-option.active {
  transform: translateY(-2px);
  border-color: rgba(255, 176, 0, 0.8);
  background: var(--amber);
  color: #171006;
  box-shadow: 0 14px 32px rgba(255, 176, 0, 0.18);
}

.finder-output {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 176, 0, 0.18), rgba(0, 119, 255, 0.13)),
    rgba(255, 255, 255, 0.08);
}

.finder-output h3 {
  margin: 12px 0 8px;
  color: var(--white);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.02;
}

.finder-output .profile-label {
  color: var(--amber);
}

.finder-output p:not(.profile-label) {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.finder-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.finder-meta span {
  min-height: 30px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(16, 24, 32, 0.58);
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.intro p:last-child,
.builder-copy p,
.calculator p,
.delivery-main p,
.delivery-card p,
.delivery-note,
.catalogue-head p,
.trade-panel p,
.contact-panel p,
.site-footer p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

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

.feature,
.product-card,
.catalogue-card,
.delivery-card,
.calc-card,
.builder-panel,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 30px rgba(16, 24, 32, 0.06);
}

.product-card,
.catalogue-card,
.delivery-card,
.feature {
  position: relative;
  isolation: isolate;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.product-card::after,
.catalogue-card::after,
.delivery-card::after,
.feature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 176, 0, 0.22), rgba(0, 119, 255, 0.12));
  transition: opacity 180ms ease;
}

.product-card::before,
.catalogue-card::before,
.delivery-card::before,
.feature::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 7px;
  border-radius: var(--radius) 0 0 var(--radius);
  background: linear-gradient(180deg, #ffb000, #ff7a00);
  box-shadow: 0 0 26px rgba(255, 176, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.product-card > *,
.catalogue-card > *,
.delivery-card > *,
.feature > * {
  position: relative;
  z-index: 1;
}

.product-card:hover,
.catalogue-card:hover,
.delivery-card:hover,
.feature:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 176, 0, 0.56);
  box-shadow:
    0 26px 70px rgba(16, 24, 32, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.product-card:hover::after,
.catalogue-card:hover::after,
.delivery-card:hover::after,
.feature:hover::after {
  opacity: 1;
}

.product-card:hover::before,
.catalogue-card:hover::before,
.delivery-card:hover::before,
.feature:hover::before {
  opacity: 1;
}

.product-card:hover .pill,
.catalogue-card:hover .catalogue-image span,
.delivery-card:hover .carrier-badge,
.feature:hover .feature-icon {
  background: var(--amber);
  color: #171006;
}

.accent-blue:hover {
  border-color: rgba(0, 119, 255, 0.74);
  box-shadow: 0 26px 70px rgba(0, 119, 255, 0.16);
}

.accent-blue:hover .feature-icon {
  background: var(--blue);
  color: var(--white);
}

.accent-amber:hover {
  border-color: rgba(255, 176, 0, 0.95);
  box-shadow: 0 26px 70px rgba(255, 176, 0, 0.18);
}

.delivery {
  width: 100%;
  margin-top: 0;
  padding: 70px max(18px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 119, 255, 0.26), transparent 34%),
    linear-gradient(135deg, #101820, #151e27 58%, #0d1117);
  color: var(--white);
}

.delivery-main {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 32px;
  align-items: end;
}

.delivery-main h2 {
  max-width: 760px;
  color: var(--white);
}

.delivery-main p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
}

.delivery-cutoff {
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid var(--amber);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

.delivery-cutoff span,
.carrier-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.delivery-cutoff strong {
  display: block;
  margin-top: 10px;
  color: var(--amber);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.95;
}

.delivery-cutoff p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.5;
}

.delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.delivery-card {
  min-height: 238px;
  padding: 22px;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.18);
}

.delivery-card h3 {
  margin: 20px 0 8px;
  color: var(--white);
  font-size: 26px;
  line-height: 1.05;
}

.delivery-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin: 0;
}

.logo-plate {
  display: grid;
  place-items: center;
  width: min(220px, 100%);
  min-height: 66px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.carrier-logo {
  display: block;
  width: 100%;
  max-height: 42px;
  object-fit: contain;
  transition: transform 180ms ease;
}

.dpd-logo {
  max-width: 126px;
}

.parcelforce-logo {
  max-width: 178px;
  max-height: 54px;
}

.delivery-card:hover .carrier-logo {
  transform: scale(1.035);
}

.delivery-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 7px;
  background: var(--amber);
  color: #171006;
  box-shadow: 0 12px 30px rgba(255, 176, 0, 0.2);
}

.delivery-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.carrier-badge {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.12);
}

.amber-card {
  border-color: rgba(255, 176, 0, 0.34);
}

.delivery-note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  line-height: 1.6;
}

.feature {
  min-height: 310px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: var(--ink);
  color: var(--white);
  font-weight: 900;
}

.feature h3,
.product-card h3,
.profile-output h3 {
  margin: 26px 0 10px;
  font-size: 25px;
  line-height: 1.1;
}

.feature p,
.product-card p,
.profile-output p,
.trade-list {
  color: var(--muted);
  line-height: 1.65;
}

.accent-blue {
  border-color: rgba(0, 119, 255, 0.3);
}

.accent-blue .feature-icon {
  background: var(--blue);
}

.accent-amber {
  border-color: rgba(255, 176, 0, 0.42);
}

.accent-amber .feature-icon {
  background: var(--amber);
  color: #171006;
}

.kit-builder {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: stretch;
}

.builder-panel {
  padding: 18px;
}

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

.tab {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #f0f3f5;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

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

.profile-output {
  min-height: 240px;
  margin-top: 14px;
  padding: 30px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(0, 119, 255, 0.12), rgba(255, 176, 0, 0.14)),
    #f7f8f6;
}

.profile-label {
  margin: 0;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.profile-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.profile-meta span,
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.product-card {
  min-height: 430px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.product-card.hero-card {
  background:
    linear-gradient(145deg, rgba(16, 24, 32, 0.9), rgba(16, 24, 32, 0.72)),
    url("assets/hero-workshop.png") center / cover;
  color: var(--white);
}

.product-card.hero-card p,
.product-card.hero-card .price-row span {
  color: rgba(255, 255, 255, 0.72);
}

.pack-contents {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: var(--radius);
  background: #f5f7f9;
}

.product-card.hero-card .pack-contents {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.pack-contents span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card.hero-card .pack-contents span {
  color: var(--amber);
}

.pack-contents ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pack-contents li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.product-card.hero-card .pack-contents li {
  color: rgba(255, 255, 255, 0.76);
}

.pack-contents li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--amber);
  box-shadow: 0 0 0 3px rgba(255, 176, 0, 0.16);
}

.pill.blue {
  background: var(--blue);
}

.pill.amber {
  background: var(--amber);
  color: #171006;
}

.price-row {
  margin-top: auto;
  padding-top: 24px;
}

.price-row strong {
  display: block;
  font-size: 32px;
}

.price-row span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.subscriptions {
  width: 100%;
  padding: 78px max(18px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 176, 0, 0.18), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(0, 119, 255, 0.22), transparent 30%),
    linear-gradient(135deg, #101820, #151d26 58%, #0b1016);
  color: var(--white);
}

.subscription-head {
  display: grid;
  grid-template-columns: 0.9fr 0.7fr;
  gap: 36px;
  align-items: end;
  margin-bottom: 24px;
}

.subscription-head h2 {
  color: var(--white);
}

.subscription-head p:not(.eyebrow),
.subscription-note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.65;
}

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

.subscription-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.subscription-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 7px;
  border-radius: var(--radius) 0 0 var(--radius);
  background: linear-gradient(180deg, #ffb000, #ff7a00);
  opacity: 0;
  transition: opacity 180ms ease;
}

.subscription-card:hover,
.featured-plan {
  transform: translateY(-7px);
  border-color: rgba(255, 176, 0, 0.58);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.subscription-card:hover::before,
.featured-plan::before {
  opacity: 1;
}

.featured-plan {
  background:
    linear-gradient(145deg, rgba(255, 176, 0, 0.18), rgba(0, 119, 255, 0.12)),
    rgba(255, 255, 255, 0.07);
}

.plan-badge {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--amber);
  color: #171006;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.subscription-card h3 {
  margin: 28px 0 8px;
  color: var(--white);
  font-size: 30px;
  line-height: 1.04;
}

.plan-for {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.plan-price strong {
  color: var(--amber);
  font-size: 42px;
  line-height: 1;
}

.plan-price span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 26px;
  padding: 0;
  list-style: none;
}

.plan-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.plan-list li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: var(--amber);
  box-shadow: 0 0 0 4px rgba(255, 176, 0, 0.12);
}

.subscription-card .button {
  width: 100%;
  margin-top: auto;
}

.subscription-card .button.ghost-dark {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

.subscription-card .button.ghost-dark:hover {
  border-color: var(--amber);
  background: var(--amber);
  color: #171006;
}

.subscription-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.subscription-steps div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.subscription-steps strong {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 7px;
  background: var(--amber);
  color: #171006;
}

.subscription-steps span {
  display: block;
  margin-top: 12px;
  color: var(--white);
  font-weight: 900;
}

.subscription-steps p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.45;
}

.subscription-note {
  margin: 18px 0 0;
  font-size: 14px;
}

.calculator {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
}

.calc-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}

.calc-card label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.input-wrap {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 6px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #f7f8f6;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
}

input {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: 0;
}

.calc-result {
  grid-column: 1 / -1;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
}

.calc-result span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.calc-result strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(36px, 6vw, 62px);
  line-height: 1;
}

.trade {
  width: 100%;
  padding: 0;
}

.trade-panel {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 42px;
  align-items: center;
  padding: 54px;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
}

.trade-panel h2 {
  color: var(--white);
}

.trade-panel p,
.trade-list {
  color: rgba(255, 255, 255, 0.72);
}

.trade-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trade-list li {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.trade-list strong {
  color: var(--amber);
}

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

.seo-grid a {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  font-weight: 900;
}

.seo-grid a:hover {
  border-color: var(--blue);
  color: var(--blue-dark);
}

.seo-copy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.seo-copy-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 30px rgba(16, 24, 32, 0.05);
}

.seo-copy-grid h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.12;
}

.seo-copy-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.catalogue {
  padding-top: 32px;
}

.catalogue-head {
  display: grid;
  grid-template-columns: 1fr 0.68fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 22px;
}

.catalogue-head p {
  margin: 0;
}

.catalogue-controls {
  position: sticky;
  z-index: 10;
  top: 88px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(247, 248, 246, 0.92);
  backdrop-filter: blur(14px);
}

.filter {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.filter.active,
.filter:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

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

.catalogue-card {
  overflow: hidden;
  display: flex;
  min-height: 520px;
  flex-direction: column;
}

.catalogue-image {
  position: relative;
  aspect-ratio: 1 / 0.78;
  background: #e9edf1;
  overflow: hidden;
}

.catalogue-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 220ms ease, filter 220ms ease;
}

.catalogue-card:hover .catalogue-image img {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.04);
}

.catalogue-image span {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(16, 24, 32, 0.86);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
}

.catalogue-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}

.sku-line {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.sku-line span {
  padding: 5px 7px;
  border-radius: 999px;
  background: #eef2f5;
}

.catalogue-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
}

.catalogue-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.catalogue-specs {
  display: grid;
  gap: 6px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.catalogue-specs strong {
  color: var(--ink);
}

.catalogue-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}

.catalogue-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid rgba(0, 119, 255, 0.14);
  border-radius: 999px;
  background: rgba(0, 119, 255, 0.07);
  color: var(--blue-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.catalogue-card:hover .catalogue-tags span {
  border-color: rgba(255, 176, 0, 0.36);
  background: rgba(255, 176, 0, 0.16);
  color: #171006;
}

.catalogue-price {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.catalogue-price div {
  padding: 10px;
  border-radius: 7px;
  background: #f4f6f8;
}

.catalogue-price span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.catalogue-price strong {
  display: block;
  margin-top: 3px;
  font-size: 19px;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 28px;
  align-items: center;
}

.contact-card {
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(0, 119, 255, 0.09), rgba(255, 176, 0, 0.15)),
    var(--white);
}

.contact-card .button {
  width: 100%;
}

.contact-card p {
  margin: 18px 0 0;
  font-size: 15px;
}

.contact-card strong {
  color: var(--ink);
}

.site-footer {
  background: var(--ink);
  color: var(--white);
  padding: 34px 0;
}

.footer-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-logo {
  width: 220px;
}

.site-footer p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
  }

  .nav {
    display: none;
  }

  .intro,
  .delivery-main,
  .finder-inner,
  .kit-builder,
  .calculator,
  .catalogue-head,
  .subscription-head,
  .trade-panel,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .product-grid,
  .delivery-grid,
  .subscription-grid,
  .subscription-steps,
  .catalogue-grid,
  .seo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: 700px;
  }

  .delivery {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .clip-finder {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .subscriptions {
    padding-top: 62px;
    padding-bottom: 62px;
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 178px;
  }

  .gfs-mark {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero-content {
    width: min(100% - 28px, 1180px);
    padding-top: 130px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-dispatch {
    align-items: flex-start;
    font-size: 11px;
    line-height: 1.35;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(38px, 13vw, 56px);
    line-height: 1.02;
  }

  .hero-logo-lockup {
    padding: 13px;
  }

  .hero-logo-lockup span {
    font-size: 10px;
    line-height: 1.45;
  }

  .hero-stats,
  .feature-grid,
  .product-grid,
  .delivery-grid,
  .subscription-grid,
  .subscription-steps,
  .catalogue-grid,
  .seo-grid,
  .seo-copy-grid,
  .calc-card {
    grid-template-columns: 1fr;
  }

  .hero-stats div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .hero-stats div:last-child {
    border-bottom: 0;
  }

  .section {
    width: min(100% - 28px, 1180px);
    padding: 60px 0;
  }

  .delivery {
    width: 100%;
    padding: 54px 14px;
  }

  .clip-finder {
    padding: 54px 14px;
  }

  .subscriptions {
    padding: 54px 14px;
  }

  .finder-panel {
    padding: 14px;
  }

  .finder-output {
    padding: 20px;
  }

  .delivery-cutoff,
  .delivery-card {
    padding: 20px;
  }

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

  .catalogue-controls {
    position: static;
  }

  .trade-panel {
    width: min(100% - 28px, 1180px);
    padding: 28px;
  }

  .footer-inner {
    width: min(100% - 28px, 1180px);
    align-items: flex-start;
    flex-direction: column;
  }
}
