/* MainBuyer visual refresh — editorial commerce with a modern, modular layout. */
:root {
  --mb-ink: #111315;
  --mb-ink-2: #202326;
  --mb-muted: #62676b;
  --mb-line: #d9d8d2;
  --mb-line-strong: #babbb6;
  --mb-paper: #f4f1e9;
  --mb-paper-deep: #e8e4da;
  --mb-surface: #fffdf8;
  --mb-white: #ffffff;
  --mb-accent: #ff6039;
  --mb-accent-dark: #d94321;
  --mb-blue: #5d55ff;
  --mb-blue-dark: #3329d8;
  --mb-lime: #d9ff58;
  --mb-lilac: #d8cdfd;
  --mb-success: #126a4b;
  --mb-radius: 28px;
  --mb-radius-sm: 16px;
  --mb-shadow: 0 28px 80px rgba(17, 19, 21, .12);
  --mb-shadow-sm: 0 14px 34px rgba(17, 19, 21, .08);
}

.site-refresh {
  background:
    radial-gradient(circle at 3% 4%, rgba(255, 96, 57, .09), transparent 21rem),
    radial-gradient(circle at 97% 1%, rgba(93, 85, 255, .08), transparent 24rem),
    var(--mb-paper);
  color: var(--mb-ink);
}

.site-refresh .container {
  width: min(100% - 40px, 1320px);
  max-width: 1320px;
}

.site-refresh .site-header {
  padding-bottom: 12px;
  border-bottom: 0;
  background: rgba(244, 241, 233, .84);
  backdrop-filter: blur(22px);
}

.site-refresh .site-ribbon {
  border: 0;
  background: var(--mb-ink);
}

.site-refresh .site-ribbon .container {
  min-height: 32px;
}

.site-refresh .site-ribbon span:first-child::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--mb-lime);
  box-shadow: 0 0 0 4px rgba(217, 255, 88, .15);
}

.site-refresh .site-nav {
  min-height: 76px;
  margin-top: 12px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(17, 19, 21, .1);
  border-radius: 22px;
  background: rgba(255, 253, 248, .96);
  box-shadow: 0 10px 32px rgba(17, 19, 21, .07);
}

.site-refresh .header-brand {
  width: clamp(172px, 15vw, 215px);
  min-width: 172px;
}

.site-refresh .nav-search {
  max-width: 420px;
  padding: 4px 5px 4px 13px;
  border: 1px solid #deddd8;
  border-radius: 14px;
  background: #f6f4ee;
  box-shadow: none;
}

.site-refresh .nav-search button {
  min-height: 39px;
  border-radius: 11px;
  background: var(--mb-ink);
}

.site-refresh .nav-actions {
  gap: 16px;
}

.site-refresh .nav-actions a {
  font-size: .82rem;
  font-weight: 700;
}

.site-refresh .nav-actions a::after {
  bottom: -5px;
  background: var(--mb-blue);
}

.site-refresh .hero-refresh {
  overflow: hidden;
  padding: clamp(58px, 7vw, 108px) 0 clamp(70px, 8vw, 120px);
  border: 0;
  background: transparent;
}

.site-refresh .hero-refresh::before {
  width: 520px;
  height: 520px;
  inset: auto auto -230px -220px;
  border: 1px solid rgba(17, 19, 21, .08);
  border-radius: 50%;
  background: transparent;
}

.site-refresh .hero-refresh::after {
  content: "";
  position: absolute;
  top: 7%;
  left: 53%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--mb-lime);
  filter: blur(1px);
  opacity: .55;
}

.site-refresh .hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  align-items: center;
  gap: clamp(46px, 6vw, 88px);
}

.site-refresh .hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.site-refresh .eyebrow {
  gap: 10px;
  color: var(--mb-blue-dark);
  font-size: .68rem;
  letter-spacing: .1em;
}

.site-refresh .eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mb-accent);
}

.site-refresh .hero h1 {
  max-width: 820px;
  margin: 22px 0 26px;
  font-size: clamp(4.15rem, 7.2vw, 7.7rem);
  font-weight: 750;
  line-height: .84;
  letter-spacing: -.07em;
}

.site-refresh .hero h1 em {
  display: inline-block;
  color: var(--mb-blue);
  font-style: normal;
}

.site-refresh .hero h1 em::after {
  right: -.03em;
  bottom: -.06em;
  left: -.02em;
  z-index: -1;
  height: .13em;
  border-radius: 999px;
  transform: rotate(-1deg);
  background: var(--mb-accent);
  opacity: 1;
}

.site-refresh .lead-copy {
  max-width: 690px;
  color: #555b5f;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.62;
}

.site-refresh .hero-search {
  max-width: 720px;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
  padding: 8px 8px 8px 18px;
  border: 1px solid rgba(17, 19, 21, .13);
  border-radius: 18px;
  background: var(--mb-white);
  box-shadow: 0 22px 55px rgba(17, 19, 21, .1);
}

.site-refresh .hero-search-icon {
  display: grid;
  place-items: center;
}

.site-refresh .hero-search-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: var(--mb-ink);
  stroke-linecap: round;
  stroke-width: 1.8;
}

.site-refresh .hero-search input {
  padding: 13px 4px;
  font-size: 1rem;
}

.site-refresh .hero-search button {
  min-height: 52px;
  gap: 12px;
  border-radius: 13px;
  padding: 0 22px;
  background: var(--mb-ink);
}

.site-refresh .hero-search button:hover {
  transform: translateY(-2px);
  background: var(--mb-blue-dark);
  box-shadow: none;
}

.site-refresh .popular-searches {
  gap: 9px;
  margin-top: 18px;
}

.site-refresh .popular-searches a {
  padding: 7px 11px;
  border: 1px solid rgba(17, 19, 21, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .45);
  color: var(--mb-ink);
  font-size: .82rem;
  text-decoration: none;
}

.site-refresh .popular-searches a:hover {
  border-color: var(--mb-blue);
  background: #fff;
  color: var(--mb-blue-dark);
}

.hero-trust-row {
  max-width: 650px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(17, 19, 21, .14);
}

.hero-trust-row div {
  min-width: 0;
}

.hero-trust-row strong,
.hero-trust-row span {
  display: block;
}

.hero-trust-row strong {
  font-family: var(--mb-display);
  font-size: 1.02rem;
  letter-spacing: -.02em;
}

.hero-trust-row span {
  margin-top: 2px;
  color: var(--mb-muted);
  font-size: .8rem;
}

.hero-showcase {
  position: relative;
  z-index: 2;
  min-height: 650px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(17, 19, 21, .18);
  border-radius: 36px;
  background: var(--mb-ink);
  color: #fff;
  box-shadow: 0 34px 90px rgba(17, 19, 21, .2);
  transform: rotate(1.25deg);
}

.hero-showcase::after {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 27px;
}

.showcase-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 50%;
}

.showcase-orbit-one {
  top: -190px;
  right: -140px;
  width: 480px;
  height: 480px;
}

.showcase-orbit-two {
  right: 25px;
  bottom: 58px;
  width: 230px;
  height: 230px;
}

.showcase-topline {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #b9bdc0;
  font-family: var(--mb-mono);
  font-size: .64rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.showcase-topline span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.showcase-topline i {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: var(--mb-lime);
}

.showcase-main-card {
  position: relative;
  z-index: 2;
  min-height: 420px;
  margin-top: 52px;
  padding: 30px;
  overflow: hidden;
  border-radius: 26px;
  background: #f7f4ec;
  color: var(--mb-ink);
}

.showcase-label {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--mb-lime);
  font-family: var(--mb-mono);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.showcase-main-card h2 {
  max-width: 440px;
  margin: 18px 0 13px;
  font-family: var(--mb-display);
  font-size: clamp(2.8rem, 5vw, 4.65rem);
  font-weight: 750;
  line-height: .87;
  letter-spacing: -.065em;
}

.showcase-main-card p {
  max-width: 310px;
  margin: 0;
  color: var(--mb-muted);
  font-size: .94rem;
}

.showcase-visual {
  position: absolute;
  right: -22px;
  bottom: -38px;
  width: 255px;
  height: 255px;
}

.showcase-disc {
  position: absolute;
  inset: 15px;
  display: grid;
  place-items: center;
  border: 18px solid var(--mb-blue);
  border-radius: 50%;
  background: var(--mb-accent);
  box-shadow: inset 0 0 0 2px var(--mb-ink), 0 24px 50px rgba(17, 19, 21, .2);
  transform: rotate(-8deg);
}

.showcase-disc::before,
.showcase-disc::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.showcase-disc::before {
  inset: 31px;
  border: 2px dashed rgba(17, 19, 21, .4);
}

.showcase-disc::after {
  width: 33px;
  height: 33px;
  background: var(--mb-ink);
}

.showcase-disc span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: var(--mb-display);
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: -.08em;
}

.showcase-chip {
  position: absolute;
  z-index: 3;
  padding: 7px 11px;
  border: 1px solid var(--mb-ink);
  border-radius: 999px;
  background: #fff;
  font-family: var(--mb-mono);
  font-size: .57rem;
  font-weight: 700;
  letter-spacing: .07em;
}

.showcase-chip-one { top: 12px; right: 80px; transform: rotate(8deg); }
.showcase-chip-two { right: 3px; bottom: 92px; transform: rotate(-6deg); }
.showcase-chip-three { bottom: 8px; left: 18px; transform: rotate(5deg); }

.showcase-bento {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.showcase-stat {
  min-height: 113px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  border-radius: 18px;
  color: var(--mb-ink);
}

.showcase-stat span {
  margin-bottom: auto;
  font-family: var(--mb-mono);
  font-size: .62rem;
}

.showcase-stat strong {
  font-family: var(--mb-display);
  font-size: .98rem;
  letter-spacing: -.025em;
}

.showcase-stat small {
  margin-top: 1px;
  font-size: .7rem;
  opacity: .7;
}

.showcase-stat-light { background: #f7f4ec; }
.showcase-stat-lime { background: var(--mb-lime); }
.showcase-stat-blue { background: var(--mb-blue); color: #fff; }

.site-refresh .proof-strip {
  border: 0;
  background: transparent;
}

.proof-strip-inner {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 30px;
  min-height: 74px;
  padding: 0 24px;
  border-radius: 18px;
  background: var(--mb-accent);
  color: var(--mb-ink);
}

.proof-strip-title {
  font-family: var(--mb-mono);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.proof-ticker {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 3vw, 44px);
}

.proof-ticker span {
  position: relative;
  font-family: var(--mb-display);
  font-size: .96rem;
  font-weight: 700;
  white-space: nowrap;
}

.proof-ticker span:not(:first-child)::before {
  content: "✦";
  position: absolute;
  top: 50%;
  left: clamp(-24px, -2vw, -14px);
  transform: translateY(-50%);
  font-size: .65rem;
}

.site-refresh .section {
  padding: clamp(82px, 9vw, 138px) 0;
}

.site-refresh .section-heading {
  align-items: flex-end;
  gap: clamp(28px, 5vw, 78px);
  margin-bottom: clamp(36px, 5vw, 62px);
}

.site-refresh .section-heading > div {
  max-width: 800px;
}

.site-refresh .section-heading h2 {
  margin-top: 16px;
  font-size: clamp(3rem, 5.9vw, 6.3rem);
  font-weight: 750;
  line-height: .88;
  letter-spacing: -.065em;
}

.site-refresh .section-heading > p {
  max-width: 390px;
  margin: 0 0 5px auto;
  color: var(--mb-muted);
  font-size: 1rem;
}

.site-refresh .section-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 5px;
  padding: 0 18px;
  border: 1px solid var(--mb-ink);
  border-radius: 999px;
  color: var(--mb-ink);
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
}

.site-refresh .section-link:hover {
  background: var(--mb-ink);
  color: #fff;
}

.site-refresh .category-section {
  position: relative;
}

.category-bento {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(310px, auto);
  gap: 16px;
}

.category-tile {
  position: relative;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(17, 19, 21, .14);
  border-radius: 26px;
  color: var(--mb-ink);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.category-tile:hover {
  transform: translateY(-6px);
  color: var(--mb-ink);
  box-shadow: 0 24px 50px rgba(17, 19, 21, .12);
}

.category-tile-wide {
  grid-column: span 2;
}

.category-tile-orange { background: var(--mb-accent); }
.category-tile-cream { background: #fffdf8; }
.category-tile-blue { background: var(--mb-blue); color: #fff; }
.category-tile-lime { background: var(--mb-lime); }

.category-tile-blue:hover { color: #fff; }

.category-tile-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-code {
  font-family: var(--mb-mono);
  font-size: .67rem;
  letter-spacing: .06em;
}

.category-arrow {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1rem;
  transition: transform .2s ease, background-color .2s ease;
}

.category-tile:hover .category-arrow {
  transform: rotate(45deg);
  background: var(--mb-ink);
  color: #fff;
}

.category-tile-blue:hover .category-arrow {
  background: #fff;
  color: var(--mb-blue-dark);
}

.category-symbol {
  position: absolute;
  top: 64px;
  right: -16px;
  width: 158px;
  height: 158px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .18;
  transform: rotate(-10deg);
}

.category-symbol::before,
.category-symbol::after {
  content: "";
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.category-symbol::before { inset: 18px; }
.category-symbol::after { inset: 39px; }

.category-symbol span {
  font-family: var(--mb-display);
  font-size: 4.5rem;
  font-weight: 800;
  letter-spacing: -.08em;
}

.category-tile-wide .category-symbol {
  width: 210px;
  height: 210px;
  right: 28px;
  top: 55px;
}

.category-tile-copy {
  position: relative;
  z-index: 2;
  max-width: 390px;
  margin-top: auto;
}

.category-tile-copy h3 {
  margin: 0;
  font-family: var(--mb-display);
  font-size: clamp(1.65rem, 2.2vw, 2.5rem);
  font-weight: 750;
  line-height: .98;
  letter-spacing: -.05em;
}

.category-tile-copy p {
  max-width: 340px;
  margin: 12px 0 0;
  color: currentColor;
  font-size: .87rem;
  line-height: 1.48;
  opacity: .72;
}

.site-refresh .guide-section {
  background: #ece8de;
}

.guide-grid-refresh {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(360px, auto);
  gap: 16px;
}

.guide-grid-refresh .guide-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 21, .14);
  border-radius: 26px;
  background: #fffdf8;
  color: var(--mb-ink);
  box-shadow: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.guide-grid-refresh .guide-card:hover {
  transform: translateY(-6px);
  color: var(--mb-ink);
  box-shadow: 0 24px 50px rgba(17, 19, 21, .12);
}

.guide-grid-refresh .guide-card-featured {
  grid-column: span 2;
  background: var(--mb-blue);
  color: #fff;
}

.guide-grid-refresh .guide-card-featured:hover { color: #fff; }

.guide-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.guide-grid-refresh .guide-label {
  color: currentColor;
  font-family: var(--mb-mono);
  font-size: .64rem;
  letter-spacing: .08em;
  opacity: .75;
}

.guide-card-arrow {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.guide-card-graphic {
  position: relative;
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
  margin: 34px 0 22px auto;
  border: 1px solid currentColor;
  border-radius: 28px;
  transform: rotate(7deg);
}

.guide-card-featured .guide-card-graphic {
  width: 180px;
  height: 180px;
  margin-top: 28px;
  margin-right: 9%;
  border-radius: 50%;
  background: var(--mb-lime);
  color: var(--mb-ink);
}

.guide-card-graphic span {
  position: relative;
  z-index: 2;
  font-family: var(--mb-display);
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -.09em;
}

.guide-card-graphic i {
  position: absolute;
  width: 28px;
  height: 28px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.guide-card-graphic i:nth-of-type(1) { top: -10px; left: 15px; }
.guide-card-graphic i:nth-of-type(2) { right: -8px; bottom: 22px; }
.guide-card-graphic i:nth-of-type(3) { bottom: -12px; left: 28px; }

.guide-card-copy {
  margin-top: auto;
}

.guide-grid-refresh .guide-card h3 {
  max-width: 600px;
  margin: 0;
  font-family: var(--mb-display);
  font-size: clamp(1.7rem, 2.8vw, 3.1rem);
  font-weight: 750;
  line-height: .94;
  letter-spacing: -.055em;
}

.guide-grid-refresh .guide-card:not(.guide-card-featured) h3 {
  font-size: clamp(1.55rem, 2vw, 2.25rem);
}

.guide-grid-refresh .guide-card p {
  max-width: 580px;
  margin: 13px 0 0;
  color: currentColor;
  font-size: .9rem;
  opacity: .72;
}

.guide-grid-refresh .guide-action {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 20px;
  color: currentColor;
  font-size: .84rem;
  font-weight: 700;
}

.site-refresh .product-section {
  background: var(--mb-paper);
}

.product-grid-refresh {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.site-refresh .product-card-v2 {
  position: relative;
  min-height: 100%;
  border: 1px solid rgba(17, 19, 21, .14);
  border-radius: 26px;
  background: #fffdf8;
  box-shadow: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.site-refresh .product-card-v2:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(17, 19, 21, .12);
}

.site-refresh .product-card-v2::before {
  content: "";
  height: 8px;
  display: block;
  margin: 0 !important;
  background: linear-gradient(90deg, var(--mb-accent) 0 34%, var(--mb-lime) 34% 66%, var(--mb-blue) 66% 100%);
}

.site-refresh .product-card-v2 > * {
  margin-right: 24px;
  margin-left: 24px;
}

.site-refresh .product-card-v2 .product-card-topline {
  margin-top: 24px;
}

.site-refresh .product-card-v2 .brand {
  color: var(--mb-ink);
  font-family: var(--mb-mono);
  font-size: .66rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.site-refresh .research-badge {
  padding: 6px 9px;
  border: 0;
  border-radius: 999px;
  background: var(--mb-lime);
  color: var(--mb-ink);
}

.site-refresh .product-card-title-panel {
  margin: 24px 24px 18px;
  padding-bottom: 18px;
}

.site-refresh .product-card-title-panel h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 750;
  line-height: 1;
  letter-spacing: -.045em;
}

.site-refresh .product-best-for {
  color: var(--mb-blue-dark) !important;
}

.site-refresh .product-card-summary {
  font-size: .9rem;
  line-height: 1.55;
}

.site-refresh .product-card-facts {
  gap: 8px;
  margin: auto 24px 0;
  border: 0;
  background: transparent;
}

.site-refresh .product-card-facts div {
  padding: 12px;
  border: 1px solid var(--mb-line);
  border-radius: 13px;
  background: #f2efe7;
}

.site-refresh .product-card-price {
  margin: 18px 0 0 !important;
  padding: 20px 24px;
  border: 0;
  background: var(--mb-ink);
}

.site-refresh .product-card-price strong {
  font-size: 2.25rem;
}

.site-refresh .product-card-actions {
  gap: 9px;
  padding: 16px 24px 24px;
  background: #fffdf8;
}

.site-refresh .product-card-primary,
.site-refresh .product-card-secondary {
  min-height: 47px;
  border-radius: 13px;
}

.site-refresh .product-card-primary {
  border-color: var(--mb-ink);
  background: var(--mb-ink);
  color: #fff;
}

.site-refresh .product-card-primary:hover {
  border-color: var(--mb-blue-dark);
  background: var(--mb-blue-dark);
}

.site-refresh .method-section {
  padding-top: 40px;
}

.method-panel-refresh {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 6vw, 90px);
  overflow: hidden;
  padding: clamp(38px, 6vw, 78px);
  border: 0;
  border-radius: 34px;
  background: var(--mb-ink);
  color: #fff;
  box-shadow: 0 32px 78px rgba(17, 19, 21, .18);
}

.method-panel-refresh::before {
  content: "";
  position: absolute;
  top: -180px;
  left: -160px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
}

.method-panel-refresh .method-intro,
.method-panel-refresh .method-grid {
  position: relative;
  z-index: 2;
}

.method-panel-refresh .eyebrow-dark {
  color: var(--mb-lime);
}

.method-panel-refresh .method-intro h2 {
  margin: 18px 0 18px;
  color: #fff;
  font-size: clamp(3rem, 5vw, 5.4rem);
  font-weight: 750;
  line-height: .87;
  letter-spacing: -.065em;
}

.method-panel-refresh .method-intro p {
  max-width: 480px;
  margin: 0;
  color: #b7bbbd;
}

.method-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--mb-lime);
  color: var(--mb-ink);
  font-weight: 700;
  text-decoration: none;
}

.method-link:hover {
  background: #fff;
  color: var(--mb-ink);
}

.method-panel-refresh .method-grid {
  display: grid;
  gap: 10px;
}

.method-panel-refresh .method-grid > div {
  position: relative;
  min-height: 142px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-content: center;
  column-gap: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  background: rgba(255, 255, 255, .055);
}

.method-panel-refresh .method-grid > div:nth-child(2) {
  background: var(--mb-blue);
}

.method-panel-refresh .method-grid > div:nth-child(3) {
  background: var(--mb-accent);
  color: var(--mb-ink);
}

.method-panel-refresh .method-grid span {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--mb-mono);
  font-size: .68rem;
}

.method-panel-refresh .method-grid h3 {
  margin: 0;
  font-family: var(--mb-display);
  font-size: 1.38rem;
  font-weight: 700;
  letter-spacing: -.03em;
}

.method-panel-refresh .method-grid p {
  margin: 5px 0 0;
  color: currentColor;
  font-size: .85rem;
  opacity: .72;
}

.method-marquee {
  position: absolute;
  right: -5%;
  bottom: -14px;
  left: -5%;
  display: flex;
  gap: 18px;
  overflow: hidden;
  color: rgba(255, 255, 255, .055);
  font-family: var(--mb-display);
  font-size: clamp(4.5rem, 8vw, 8rem);
  font-weight: 800;
  line-height: .7;
  letter-spacing: -.06em;
  white-space: nowrap;
}

.site-refresh .site-footer {
  margin-top: clamp(70px, 8vw, 120px);
  padding-top: clamp(54px, 7vw, 88px);
  border-radius: 36px 36px 0 0;
  background: #0b0d0e;
}

.site-refresh .footer-lead {
  align-items: flex-end;
}

.site-refresh .footer-statement {
  color: var(--mb-lime);
  font-size: clamp(2.5rem, 4.5vw, 5rem);
  line-height: .88;
  letter-spacing: -.055em;
}

.site-refresh .footer-grid > div {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.site-refresh .page-hero {
  padding: clamp(62px, 7vw, 100px) 0;
  background:
    radial-gradient(circle at 88% 10%, rgba(93, 85, 255, .16), transparent 25rem),
    transparent;
}

.site-refresh .page-hero h1 {
  font-size: clamp(3.4rem, 6.4vw, 6.8rem);
  line-height: .88;
  letter-spacing: -.065em;
}

.site-refresh .content-card,
.site-refresh .info-panel,
.site-refresh .search-panel {
  border-radius: 24px;
}

@media (max-width: 1180px) {
  .site-refresh .site-nav { gap: 14px; }
  .site-refresh .nav-search { max-width: 350px; }
  .site-refresh .nav-actions { gap: 11px; }
  .site-refresh .nav-actions a { font-size: .76rem; }
  .site-refresh .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(390px, .84fr); }
  .hero-showcase { min-height: 610px; }
  .category-bento { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-grid-refresh { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 990px) {
  .site-refresh .site-header { padding-bottom: 9px; }
  .site-refresh .site-nav { min-height: 68px; }
  .site-refresh .nav-search { display: none; }
  .site-refresh .hero-refresh { padding-top: 54px; }
  .site-refresh .hero-grid { grid-template-columns: 1fr; }
  .site-refresh .hero-copy { max-width: 820px; }
  .hero-showcase { width: min(100%, 720px); min-height: 620px; margin: 0 auto; transform: none; }
  .proof-strip-inner { grid-template-columns: 1fr; gap: 13px; padding-top: 18px; padding-bottom: 18px; }
  .proof-ticker { justify-content: flex-start; flex-wrap: wrap; }
  .category-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-tile-wide { grid-column: span 1; }
  .guide-grid-refresh { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-grid-refresh .guide-card-featured { grid-column: span 2; }
  .method-panel-refresh { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-refresh .container { width: min(100% - 28px, 1320px); }
  .site-refresh .site-ribbon-note { display: none; }
  .site-refresh .site-nav { margin-top: 9px; padding: 8px 10px 8px 14px; border-radius: 18px; }
  .site-refresh .header-brand { width: 170px; min-width: 170px; }
  .site-refresh .hero h1 { font-size: clamp(3.65rem, 16vw, 5.8rem); }
  .site-refresh .lead-copy { font-size: 1.04rem; }
  .site-refresh .hero-search { grid-template-columns: 22px minmax(0, 1fr); padding: 10px 14px; border-radius: 16px; }
  .site-refresh .hero-search button { grid-column: 1 / -1; width: 100%; }
  .hero-trust-row { gap: 10px; }
  .hero-showcase { min-height: 585px; padding: 17px; border-radius: 28px; }
  .showcase-main-card { min-height: 385px; margin-top: 38px; padding: 23px; }
  .showcase-main-card h2 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .showcase-visual { right: -48px; bottom: -48px; transform: scale(.82); }
  .showcase-stat { min-height: 101px; padding: 12px; }
  .showcase-stat strong { font-size: .84rem; }
  .site-refresh .section { padding: 78px 0; }
  .site-refresh .section-heading { display: block; }
  .site-refresh .section-heading h2 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .site-refresh .section-heading > p,
  .site-refresh .section-link { margin-top: 24px; }
  .category-bento,
  .guide-grid-refresh,
  .product-grid-refresh { grid-template-columns: 1fr; }
  .guide-grid-refresh .guide-card-featured { grid-column: span 1; }
  .category-tile { min-height: 290px; }
  .guide-grid-refresh .guide-card { min-height: 350px; }
  .guide-card-featured .guide-card-graphic { width: 145px; height: 145px; }
  .method-panel-refresh { padding: 30px 22px 48px; border-radius: 27px; }
  .method-panel-refresh .method-grid > div { grid-template-columns: 46px minmax(0, 1fr); padding: 18px; }
  .method-panel-refresh .method-grid span { width: 40px; height: 40px; }
  .site-refresh .site-footer { border-radius: 28px 28px 0 0; }
}

@media (max-width: 480px) {
  .hero-trust-row { grid-template-columns: 1fr; }
  .hero-trust-row div { display: flex; gap: 7px; }
  .hero-trust-row span { margin-top: 0; }
  .hero-showcase { min-height: 560px; }
  .showcase-main-card { min-height: 365px; }
  .showcase-main-card p { max-width: 230px; }
  .showcase-bento { gap: 6px; }
  .showcase-stat { min-height: 90px; padding: 9px; border-radius: 13px; }
  .showcase-stat small { display: none; }
  .proof-ticker { gap: 12px 24px; }
  .proof-ticker span { font-size: .84rem; }
  .proof-ticker span:not(:first-child)::before { left: -15px; }
}

@media (prefers-reduced-motion: reduce) {
  .category-tile,
  .guide-grid-refresh .guide-card,
  .site-refresh .product-card-v2,
  .category-arrow,
  .site-refresh .hero-search button { transition: none; }
}
