:root {
  --surface: #ffffff;
  --surface-2: #edf2f6;
  --ink: #001f3f;
  --muted: #5e6978;
  --line: #dce2e8;
  --blue: #e60012;
  --blue-dark: #b50010;
  --blue-soft: #ffedf0;
  --orange-soft: #fff0f2;
  --green: #26705a;
  --green-soft: #e0eee8;
  --shadow-soft: 0 8px 24px rgba(0, 31, 63, 0.065);
  --shadow-hover: 0 16px 36px rgba(0, 31, 63, 0.13);
  --radius: 18px;
  --radius-sm: 14px;
  --site-width: 1160px;
  --hero-measure: 930px;
  --reading-measure: 780px;
  --page-title-size: clamp(1.8rem, 3.3vw, 2.75rem);
  --wrap: min(var(--site-width), calc(100% - 36px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.67;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--blue-dark);
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

a:hover {
  color: var(--blue);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #b50010;
  outline-offset: 3px;
  border-radius: 4px;
}

img,
svg {
  max-width: 100%;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 12px;
  z-index: 100;
  transform: translateY(-180%);
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--ink);
  color: white;
}

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

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.header-inner {
  width: var(--wrap);
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #c90010;
  border-radius: 10px;
  background: #e60012;
  color: white;
  box-shadow: 0 7px 16px rgba(230, 0, 18, 0.18);
  font-size: 0.84rem;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  flex-wrap: wrap;
}

.primary-nav a {
  min-width: 44px;
  min-height: 44px;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 750;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  box-shadow: inset 0 0 0 1px rgba(230, 0, 18, 0.08);
  background: var(--blue-soft);
  color: var(--blue-dark);
}

.wrap {
  width: var(--wrap);
  margin-inline: auto;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 52px 0 44px;
}

.hero::after {
  content: "";
  position: absolute;
  top: 38px;
  right: -120px;
  width: 340px;
  height: 340px;
  border: 54px solid rgba(215, 101, 55, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.search-hero {
  isolation: isolate;
  min-height: 560px;
  padding: 50px 0 40px;
  background:
    radial-gradient(circle at 72% 82%, rgba(230, 0, 18, 0.34), transparent 25rem),
    radial-gradient(circle at 18% 18%, rgba(53, 113, 173, 0.4), transparent 30rem),
    linear-gradient(118deg, #00152b 0%, #002f58 48%, #073c65 72%, #001427 100%);
  color: white;
}

.search-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -190px;
  right: -120px;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle at center, transparent 0 68px, rgba(255, 255, 255, 0.12) 69px 70px),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(255, 255, 255, 0.08) 80px 81px),
    repeating-linear-gradient(0deg, transparent 0 79px, rgba(255, 255, 255, 0.08) 80px 81px),
    radial-gradient(circle at 35% 60%, rgba(118, 187, 240, 0.25), rgba(31, 74, 124, 0.08) 64%);
  box-shadow: inset 0 0 90px rgba(164, 217, 255, 0.18), 0 0 90px rgba(60, 138, 214, 0.18);
  opacity: 0.72;
  transform: rotate(-13deg);
}

.search-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: auto;
  right: auto;
  bottom: -46px;
  left: -5%;
  width: 72%;
  height: 175px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(229, 58, 38, 0.15), rgba(255, 179, 75, 0.5), rgba(229, 58, 38, 0));
  filter: blur(26px);
  transform: rotate(-4deg);
}

.search-hero-inner {
  position: relative;
  z-index: 1;
}

.search-hero-copy {
  width: 100%;
  max-width: none;
}

.search-hero .eyebrow {
  color: #ffb1b8;
}

.search-hero h1 {
  max-width: var(--hero-measure);
  color: white;
  font-size: clamp(2.1rem, 3.9vw, 3.55rem);
  font-weight: 850;
  letter-spacing: -0.058em;
  line-height: 0.99;
  text-shadow: 0 5px 22px rgba(4, 11, 25, 0.35);
}

.search-hero-lede {
  max-width: var(--reading-measure);
  margin: 16px 0 0;
  color: #d8e1f0;
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  line-height: 1.6;
}

.hero-product-search {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px auto;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 82px;
  margin-top: 24px;
  padding: 9px 10px 9px 22px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  background: white;
  box-shadow: 0 18px 46px rgba(0, 12, 25, 0.28), 0 2px 0 rgba(255, 255, 255, 0.42) inset;
}

.search-leading-icon,
.button-search-icon {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.search-leading-icon {
  color: #9ba5b8;
}

.search-leading-icon::after,
.button-search-icon::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 3px;
  border-radius: 2px;
  background: currentColor;
  right: -7px;
  bottom: -3px;
  transform: rotate(45deg);
  transform-origin: left center;
}

.hero-product-search input {
  min-width: 0;
  min-height: 58px;
  padding: 0 14px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: clamp(1rem, 1.8vw, 1.16rem);
}

.hero-product-search input::placeholder {
  color: #657084;
  opacity: 1;
}

.hero-product-search input:focus-visible {
  outline: 0;
}

.hero-product-search button {
  display: inline-flex;
  min-width: 190px;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 27px;
  border: 0;
  border-radius: 999px;
  background: #e60012;
  color: white;
  font: inherit;
  font-size: 1rem;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(184, 0, 16, 0.24);
  transition: background 160ms ease, transform 160ms ease;
}

.hero-product-search button:hover {
  background: #be0010;
  transform: translateY(-1px);
}

.button-search-icon {
  width: 19px;
  height: 19px;
  border-width: 2px;
}

.search-camera-icon {
  position: relative;
  display: block;
  width: 25px;
  height: 18px;
  justify-self: center;
  border: 2px solid #a4aab3;
  border-radius: 4px;
}

.search-camera-icon::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 5px;
  width: 10px;
  height: 5px;
  border: 2px solid #a4aab3;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}

.search-camera-icon::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  width: 6px;
  height: 6px;
  border: 2px solid #a4aab3;
  border-radius: 50%;
}

.search-destination-note {
  margin: 11px 0 0;
  color: #becae0;
  font-size: 0.75rem;
}

.search-destination-note strong {
  color: white;
}

.quick-searches {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  max-width: none;
  margin-top: 16px;
  flex-wrap: wrap;
}

.quick-search-label {
  margin-right: 4px;
  color: #cdd7e8;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-searches a {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(91, 95, 101, 0.82);
  color: white;
  font-size: 0.79rem;
  font-weight: 750;
  line-height: 1.15;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.quick-searches a:hover {
  border-color: #ff9da6;
  background: #e60012;
  color: white;
}

.quick-searches a.featured {
  border-color: #111;
  background: #090909;
  color: #ffe45d;
}

.search-hero .trust-note {
  width: 100%;
  max-width: none;
  margin-top: 18px;
  border-left-color: #ff7553;
  background: rgba(6, 13, 26, 0.38);
  color: #d8e1f0;
  backdrop-filter: blur(10px);
}

.search-steps {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 20px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  list-style: none;
}

.search-steps li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}

.search-steps li > span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: #14366e;
  color: white;
  font-family: Georgia, serif;
  font-size: 0.88rem;
  font-weight: 800;
}

.search-steps strong,
.search-steps small {
  display: block;
}

.search-steps strong {
  color: white;
  font-size: 0.87rem;
}

.search-steps small {
  margin-top: 4px;
  color: #c6d2e5;
  font-size: 0.72rem;
  line-height: 1.45;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: currentColor;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  max-width: var(--hero-measure);
  font-size: clamp(2.55rem, 6vw, 5rem);
  letter-spacing: -0.048em;
}

h2 {
  font-size: clamp(1.42rem, 2.1vw, 1.9rem);
  letter-spacing: -0.03em;
}

h3 {
  font-size: 1.12rem;
  letter-spacing: -0.015em;
}

.trust-note {
  max-width: var(--reading-measure);
  margin: 18px 0 0;
  padding: 14px 16px;
  border-left: 4px solid var(--blue);
  border-radius: 0 10px 10px 0;
  background: rgba(255, 253, 248, 0.82);
  color: #41495a;
  font-size: 0.84rem;
  line-height: 1.55;
}

.button-row {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 17px;
  border: 1px solid #cfd5dc;
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  font-size: 0.87rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  border-color: var(--blue);
  background: var(--blue-soft);
  transform: translateY(-2px);
  color: var(--blue-dark);
  box-shadow: var(--shadow-hover);
}

.button.primary {
  border-color: #e60012;
  background: var(--blue);
  color: white;
  box-shadow: 0 9px 22px rgba(181, 0, 16, 0.2);
}

.button.primary:hover {
  background: #be0010;
  color: white;
}

.button.soft {
  border-color: var(--line);
  background: var(--surface);
  box-shadow: none;
  color: var(--blue-dark);
}

.button.soft:hover {
  border-color: var(--blue);
  box-shadow: none;
}

.external-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 38px 0 30px;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
}

.page-hero::after {
  display: none;
}

.page-hero .wrap {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: var(--hero-measure);
  color: var(--ink);
  font-size: var(--page-title-size);
  letter-spacing: -0.042em;
  line-height: 1.08;
}

.page-lede {
  max-width: var(--reading-measure);
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.15rem;
}

.breadcrumb {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.75rem;
}

.breadcrumb ol {
  display: flex;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 7px;
  color: #a0a9b5;
}

.breadcrumb a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  color: inherit;
}

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

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  align-items: start;
  gap: 40px;
  padding: 34px 0 52px;
}

.content {
  min-width: 0;
}

.content > section + section,
.content > div + section {
  margin-top: 40px;
}

.content h2 {
  margin-bottom: 16px;
}

.content h3 {
  margin-bottom: 10px;
}

.content p {
  max-width: var(--reading-measure);
  margin: 0 0 14px;
  color: #41495a;
}

.content ul,
.content ol {
  margin: 14px 0 0;
  padding-left: 1.25rem;
}

.content li + li {
  margin-top: 8px;
}

.quick-answer {
  position: relative;
  padding: 25px 26px 23px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--blue);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.quick-answer::before {
  content: "QUICK ANSWER";
  display: block;
  margin-bottom: 9px;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.quick-answer p {
  margin: 0;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.55;
}

.sidebar {
  position: sticky;
  top: 22px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.sidebar strong {
  display: block;
  margin-bottom: 10px;
  font-size: 0.69rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar li + li {
  margin-top: 6px;
}

.sidebar a {
  display: block;
  padding: 4px 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
  text-decoration: none;
}

.sidebar a:hover {
  color: var(--blue-dark);
}

.section {
  padding: 46px 0;
}

.section.tint {
  border-block: 1px solid var(--line);
  background: var(--surface);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 20px;
}

.section-head p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
}

.answer-strip {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 28px;
  padding: 22px 0;
  border-block: 1px solid var(--ink);
}

.answer-strip strong {
  color: var(--blue);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.answer-strip p {
  max-width: var(--reading-measure);
  margin: 0;
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  font-weight: 700;
  line-height: 1.5;
}

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

.directory-section {
  position: relative;
  overflow: hidden;
  border-block: 1px solid #e5e8ef;
  background: var(--surface);
}

.directory-heading {
  max-width: var(--hero-measure);
  margin: 0 auto 22px;
  text-align: center;
}

.directory-kicker {
  margin: 0 0 10px;
  color: #d00011;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.directory-heading h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 850;
  letter-spacing: -0.052em;
}

.directory-heading > p:last-child {
  max-width: var(--reading-measure);
  margin: 11px auto 0;
  color: #657084;
  font-size: 1rem;
  line-height: 1.6;
}

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

.directory-card {
  position: relative;
  display: flex;
  min-height: 174px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  padding: 20px 12px;
  overflow: hidden;
  border: 1px solid #e1e5ed;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  text-align: center;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.directory-card::after {
  content: "↗";
  position: absolute;
  top: 12px;
  right: 13px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: #f2f4f8;
  color: #8d96a8;
  font-size: 0.73rem;
  opacity: 0;
  transform: translate(-4px, 4px);
  transition: opacity 170ms ease, transform 170ms ease;
}

.directory-card:hover {
  border-color: rgba(230, 0, 18, 0.52);
  color: var(--ink);
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}

.directory-card:hover::after,
.directory-card:focus-visible::after {
  opacity: 1;
  transform: translate(0, 0);
}

.directory-card:focus-visible {
  outline-color: #e60012;
}

.directory-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid #ffbec5;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff7f8, #ffe5e8);
  box-shadow: inset 0 1px 0 white;
  transition: background 170ms ease, border-color 170ms ease, transform 170ms ease;
}

.directory-icon::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: #e60012;
  -webkit-mask-image: var(--directory-icon);
  mask-image: var(--directory-icon);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.directory-card:hover .directory-icon {
  border-color: #e60012;
  background: linear-gradient(145deg, #ef1a2b, #c90010);
  transform: scale(1.04);
}

.directory-card:hover .directory-icon::before {
  background: white;
}

.directory-card strong {
  color: #20283a;
  font-size: 0.96rem;
  font-weight: 850;
  line-height: 1.2;
}

.icon-shoes { --directory-icon: url("/assets/icons/footprints.svg"); }
.icon-tshirts { --directory-icon: url("/assets/icons/shirt.svg"); }
.icon-hoodies { --directory-icon: url("/assets/icons/layers.svg"); }
.icon-jackets { --directory-icon: url("/assets/icons/shield.svg"); }
.icon-pants { --directory-icon: url("/assets/icons/ruler.svg"); }
.icon-bags { --directory-icon: url("/assets/icons/shopping-bag.svg"); }
.icon-jerseys { --directory-icon: url("/assets/icons/medal.svg"); }
.icon-headwear { --directory-icon: url("/assets/icons/crown.svg"); }
.icon-accessories { --directory-icon: url("/assets/icons/watch.svg"); }
.icon-electronics { --directory-icon: url("/assets/icons/headphones.svg"); }
.icon-shorts { --directory-icon: url("/assets/icons/scissors.svg"); }
.icon-more { --directory-icon: url("/assets/icons/package-search.svg"); }

.directory-footer {
  margin-top: 20px;
  text-align: center;
}

.directory-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.directory-footer a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  color: #c90010;
  font-size: 0.88rem;
  font-weight: 850;
  text-decoration-thickness: 2px;
}

.directory-footer a span {
  font-size: 1.15rem;
  transition: transform 160ms ease;
}

.directory-footer a:hover span {
  transform: translateX(3px);
}

.category-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.category-card:hover {
  border-color: rgba(230, 0, 18, 0.42);
  box-shadow: var(--shadow-hover);
}

.category-index {
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
}

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

.card-check {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

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

.card-link {
  margin-top: auto;
  padding-top: 20px;
  font-size: 0.8rem;
  font-weight: 850;
  text-decoration: none;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
}

.step {
  padding: 29px 26px 27px 0;
}

.step + .step {
  padding-left: 26px;
  border-left: 1px solid var(--line);
}

.step-number {
  display: block;
  margin-bottom: 20px;
  color: var(--blue);
  font-weight: 850;
  font-size: 2rem;
}

.step p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.criteria-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.criterion {
  padding: 22px;
  background: var(--surface);
}

.criterion strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1rem;
}

.criterion p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.callout {
  padding: 24px;
  border: 1px solid rgba(230, 0, 18, 0.16);
  border-left: 4px solid var(--blue);
  border-radius: var(--radius-sm);
  background: var(--orange-soft);
}

.callout.blue {
  border-color: var(--blue);
  background: var(--blue-soft);
}

.callout.green {
  border-color: var(--green);
  border-left-color: var(--green);
  background: var(--green-soft);
}

.callout p:last-child {
  margin-bottom: 0;
}

.criteria-grid + .callout,
.content ul + .callout {
  margin-top: 18px;
}

.content .callout + h2 {
  margin-top: 26px;
}

.compare-table {
  width: 100%;
  margin-top: 18px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  font-size: 0.84rem;
}

.compare-table th,
.compare-table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.compare-table th {
  background: var(--surface-2);
  color: var(--ink);
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.compare-table tr:last-child td {
  border-bottom: 0;
}

.checklist {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: checks;
}

.checklist li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}

.checklist li::before {
  content: "";
  width: 23px;
  height: 23px;
  margin-top: 2px;
  border: 2px solid var(--blue);
  border-radius: 5px;
  background: var(--blue-soft);
}

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

.score,
.takeaway {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.score b {
  display: block;
  color: var(--blue-dark);
  font-size: 1.45rem;
}

.score span {
  color: var(--muted);
  font-size: 0.76rem;
}

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

.source-card,
.link-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.source-card p,
.link-card p {
  margin: 8px 0 0;
  font-size: 0.84rem;
}

.link-card {
  text-decoration: none;
}

.link-card:hover {
  border-color: var(--blue);
  background: var(--blue-soft);
  color: var(--ink);
  box-shadow: var(--shadow-hover);
}

.link-card span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.77rem;
  line-height: 1.4;
}

.article-meta-line {
  display: flex;
  gap: 8px 18px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  flex-wrap: wrap;
}

.article-meta-line span + span::before {
  content: "•";
  margin-right: 18px;
  color: #ff765c;
}

.article-meta-line a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  color: inherit;
  font-weight: 850;
}

.article-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.article-card {
  position: relative;
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 26px;
  overflow: hidden;
  border: 1px solid #dfe3eb;
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.article-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #ed1638, #ff765c);
}

.article-card:hover {
  border-color: rgba(237, 22, 56, 0.5);
  color: var(--ink);
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}

.article-card.featured {
  grid-column: 1 / -1;
  min-height: 300px;
  justify-content: flex-end;
}

.article-card.featured::before {
  height: 6px;
}

.article-card.featured p {
  color: var(--ink);
}

.article-card-tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 5px 9px;
  border-radius: 999px;
  background: #ffe9ed;
  color: #c70c2c;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-card h3 {
  max-width: 650px;
  margin-top: 28px;
  font-size: clamp(1.22rem, 2.3vw, 1.75rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.article-card p {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.58;
}

.article-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 25px;
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 750;
}

.article-card-meta span:last-child {
  color: #d60e30;
  font-weight: 900;
}

.takeaway-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.takeaway span {
  display: block;
  margin-bottom: 18px;
  color: #df1435;
  font-size: 1.45rem;
  font-weight: 800;
}

.takeaway strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.88rem;
}

.takeaway p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.52;
}

.note-template {
  padding: 22px;
  border: 1px solid #cfd8e2;
  border-left: 4px solid var(--blue);
  border-radius: var(--radius-sm);
  background: #f7f9fb;
  box-shadow: var(--shadow-soft);
}

.note-template strong {
  display: block;
  margin-bottom: 10px;
  color: #d60e30;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.note-template p:last-child {
  margin-bottom: 0;
}

.term-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--line);
}

.term-row {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 20px;
  padding: 18px;
  background: var(--surface);
}

.term-row strong {
  color: var(--ink);
}

.term-row p {
  margin: 0;
  font-size: 0.84rem;
}

.brand-reference {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.brand-reference > div {
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.brand-reference h3 {
  margin-bottom: 8px;
  color: #d60e30;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-reference p {
  margin: 0;
  color: #41495a;
  font-size: 0.91rem;
  line-height: 1.7;
}

.search-panel {
  margin-top: 18px;
  padding: 26px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--ink);
  color: white;
}

.search-panel h2,
.search-panel p,
.search-panel label {
  color: white;
}

.search-panel h2 {
  font-size: 1.48rem;
}

.search-panel p {
  margin-top: 9px;
  color: #cfd5e4;
}

.search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px;
  margin-top: 16px;
}

.search-form label {
  grid-column: 1 / -1;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-form input {
  min-width: 0;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: white;
  color: var(--ink);
  font: inherit;
  font-size: 0.9rem;
}

.search-form button {
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 9px;
  background: var(--blue);
  color: white;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
  cursor: pointer;
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

summary {
  position: relative;
  padding: 19px 52px 19px 20px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.35;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  color: var(--blue);
  font-family: ui-sans-serif, sans-serif;
  font-size: 1.35rem;
  transform: translateY(-50%);
}

details[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 20px 20px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.closing {
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
  box-shadow: var(--shadow-soft);
}

.closing h2,
.closing p {
  color: var(--ink);
}

.closing p {
  max-width: var(--reading-measure);
  margin: 15px 0 0;
  color: var(--muted);
}

.closing .button {
  background: white;
}

.closing .button.primary {
  background: var(--blue);
}

.muted-small {
  color: var(--muted);
  font-size: 0.79rem;
}

.site-footer {
  padding: 38px 0 22px;
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(0, 1.2fr);
  gap: 48px;
}

.footer-about p {
  max-width: 550px;
  color: var(--muted);
  font-size: 0.81rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 24px;
  align-content: start;
}

.footer-links a {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
}

#whatsapp-float {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 80;
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #25d366;
  color: white;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(9, 46, 28, 0.3);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

#whatsapp-float:hover,
#whatsapp-float:focus-visible {
  color: white;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 16px 36px rgba(9, 46, 28, 0.38);
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}

#whatsapp-float img {
  display: block;
  width: 32px;
  height: 32px;
}

.whatsapp-float-label {
  position: absolute;
  right: 68px;
  top: 50%;
  width: max-content;
  max-width: 210px;
  padding: 0.55rem 0.7rem;
  border-radius: 9px;
  background: #17231d;
  color: white;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  transition: opacity 180ms ease, visibility 180ms ease;
}

#whatsapp-float:hover .whatsapp-float-label,
#whatsapp-float:focus-visible .whatsapp-float-label {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 940px) {
  .header-inner {
    padding-block: 16px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .primary-nav {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 3px;
    scrollbar-width: none;
  }

  .primary-nav::-webkit-scrollbar {
    display: none;
  }

  .content-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .search-hero {
    min-height: auto;
  }

  .search-hero::before {
    right: -300px;
    opacity: 0.48;
  }

  .sidebar {
    position: static;
  }

  .sidebar ul {
    display: flex;
    gap: 8px 14px;
    flex-wrap: wrap;
  }

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

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

  .takeaway-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  :root {
    --wrap: min(calc(100% - 24px), var(--site-width));
  }

  body {
    font-size: 16px;
  }

  .hero {
    padding: 26px 0 30px;
  }

  .search-hero {
    padding: 22px 0 26px;
  }

  .search-hero h1 {
    font-size: clamp(1.7rem, 7.6vw, 2.2rem);
    line-height: 1.04;
  }

  .hero-product-search {
    grid-template-columns: 30px minmax(0, 1fr) 34px;
    min-height: auto;
    padding: 9px;
    border-radius: 22px;
  }

  .search-leading-icon {
    margin-left: 7px;
  }

  .hero-product-search input {
    min-height: 52px;
    padding: 0 9px;
    font-size: 0.91rem;
  }

  .hero-product-search button {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 53px;
    border-radius: 15px;
  }

  .search-camera-icon {
    transform: scale(0.9);
  }

  .quick-searches {
    flex-wrap: nowrap;
    gap: 7px;
    overflow-x: auto;
    padding-bottom: 3px;
    scrollbar-width: none;
  }

  .quick-searches::-webkit-scrollbar {
    display: none;
  }

  .quick-search-label,
  .quick-searches a {
    flex: 0 0 auto;
  }

  .quick-searches a {
    min-height: 44px;
    padding: 7px 13px;
  }

  .search-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 15px;
    padding-top: 15px;
  }

  .search-steps li {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 7px;
  }

  .search-steps li > span {
    width: 26px;
    height: 26px;
    font-size: 0.74rem;
  }

  .search-steps strong {
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .search-steps small {
    display: none;
  }

  .page-hero {
    padding: 24px 0 22px;
  }

  .page-lede {
    margin-top: 12px;
    font-size: 1rem;
  }

  .primary-nav {
    max-width: 100%;
    gap: 3px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .primary-nav a {
    flex: 0 0 auto;
    padding: 7px 9px;
    font-size: 0.74rem;
  }

  .header-inner {
    padding-block: 8px;
    gap: 5px;
  }

  .brand small {
    display: none;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .answer-strip,
  .section-head,
  .footer-grid {
    display: block;
  }

  .answer-strip p,
  .section-head p {
    margin-top: 12px;
  }

  .card-grid,
  .criteria-grid,
  .source-grid,
  .link-grid,
  .score-grid {
    grid-template-columns: 1fr;
  }

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

  .article-hub-grid {
    grid-template-columns: 1fr;
  }

  .article-card.featured {
    grid-column: auto;
  }

  .article-card {
    min-height: 235px;
    padding: 22px;
  }

  .article-card.featured {
    min-height: 270px;
  }

  .article-meta-line span + span::before {
    display: none;
  }

  .term-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .compare-table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .compare-table th,
  .compare-table td {
    min-width: 150px;
  }

  .directory-card {
    min-height: 146px;
    border-radius: 15px;
  }

  .directory-icon {
    width: 62px;
    height: 62px;
    border-radius: 14px;
  }

  .directory-icon::before {
    width: 29px;
    height: 29px;
  }

  .steps {
    display: block;
  }

  .step {
    padding: 24px 0;
  }

  .step + .step {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .step-number {
    margin-bottom: 12px;
  }

  .section {
    padding: 36px 0;
  }

  .content-layout {
    gap: 22px;
    padding: 24px 0 38px;
  }

  .content > section + section,
  .content > div + section {
    margin-top: 32px;
  }

  .quick-answer,
  .closing {
    padding: 22px;
  }

  .search-form {
    grid-template-columns: 1fr;
  }

  .footer-links {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .sidebar a,
  .footer-links a {
    display: flex;
    min-height: 44px;
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
  }

}

@media (max-width: 600px) {
  #whatsapp-float {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
  }

  .whatsapp-float-label {
    display: none;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .site-footer,
  .sidebar,
  .button-row {
    display: none;
  }

  #whatsapp-float {
    display: none !important;
  }

  body {
    background: white;
    color: black;
  }

  .content-layout {
    display: block;
    padding: 20px 0;
  }
}
