/** Shopify CDN: Minification failed

Line 4270:0 Unexpected "{"
Line 4270:1 Expected identifier but found "%"
Line 4271:2 Unexpected "<"
Line 4275:1 Expected identifier but found "%"

**/
:root {
  --background: #f7f4ea;
  --foreground: #21352b;
  --cream: #f7f4ea;
  --forest: #3a604c;
  --forest-deep: #263f33;
  --khaki: #c6b176;
  --khaki-deep: #92783d;
  --ember: #c46b2b;
  --card: #fbf8ef;
  --muted: #eee8d9;
  --muted-foreground: #667467;
  --border: #e1dacb;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Inter, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, video, iframe { max-width: 100%; height: auto; }
.container { max-width: 1440px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.page-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: clamp(16px, 4vw, 48px);
}

.top-strip { background: var(--forest-deep); color: var(--cream); }
.top-strip-inner {
  min-height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.top-strip i, .glass-badge i {
  width: 6px;
  height: 6px;
  display: inline-block;
  background: var(--ember);
}
.top-strip span, .top-strip a { display: inline-flex; align-items: center; gap: 8px; }
.top-links { gap: 24px !important; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--border);
  background: rgba(247,244,234,.86);
  backdrop-filter: blur(12px);
}
.nav-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.logo {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.logo-image {
  width: 154px;
  height: 34px;
  display: inline-flex;
  align-items: center;
}
.logo-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}
.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: .06em;
  white-space: nowrap;
}
.nav-actions { display: flex; gap: 8px; align-items: center; }
.mobile-menu-toggle,
.mobile-menu {
  display: none;
}
.mobile-menu-toggle {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(58,96,76,.28);
  background: transparent;
  color: var(--forest-deep);
  padding: 10px;
  cursor: pointer;
}
.mobile-menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.site-header.is-menu-open .mobile-menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header.is-menu-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
}
.site-header.is-menu-open .mobile-menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.setup-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--forest);
  padding: 9px 10px;
  color: var(--forest);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
}
.cart-btn {
  background: var(--forest);
  color: var(--cream);
  padding: 12px 11px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
}

@media (max-width: 1180px) and (min-width: 861px) {
  .nav-inner {
    gap: 12px;
  }

  .logo {
    font-size: 24px;
  }

  .nav {
    gap: 12px;
    font-size: 11px;
    letter-spacing: .045em;
  }

  .cart-btn {
    padding: 10px 9px;
    font-size: 10px;
  }
}

.hero { position: relative; height: 88vh; min-height: 640px; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; object-position: center; }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(15,50,29,.88) 0%, rgba(15,50,29,.62) 38%, rgba(15,50,29,.22) 72%, rgba(15,50,29,.1) 100%),
    linear-gradient(to top, rgba(15,50,29,.86) 0%, rgba(15,50,29,.42) 46%, rgba(15,50,29,.08) 100%);
}
.hero-grid { position: absolute; inset: 0; opacity: .4; mix-blend-mode: overlay; }
.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--cream);
  padding-bottom: 64px;
}
.hero-copy { max-width: 760px; }
.glass-badge {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(247,244,234,.4);
  background: rgba(247,244,234,.1);
  backdrop-filter: blur(10px);
  padding: 8px 12px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .22em;
}
h1, h2, h3 {
  margin: 0;
  font-family: "Space Grotesk", Arial, sans-serif;
  letter-spacing: -.02em;
}
h1 { font-size: clamp(56px, 8vw, 96px); line-height: .95; font-weight: 800; }
h2 { font-size: clamp(42px, 5vw, 64px); line-height: 1.02; font-weight: 800; }
h3 { font-size: 22px; line-height: 1.12; font-weight: 700; }
p { color: var(--muted-foreground); line-height: 1.65; }
.line-lock {
  display: inline-block;
  white-space: nowrap;
}
.hero-copy p { max-width: 560px; margin-top: 24px; color: rgba(247,244,234,.86); font-size: 18px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-specs {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid rgba(247,244,234,.2);
  background: rgba(247,244,234,.2);
}
.hero-specs div {
  background: rgba(38,63,51,.88);
  padding: 16px 20px;
  backdrop-filter: blur(8px);
}
.hero-specs span, .hero-specs em {
  display: block;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
}
.hero-specs span { color: var(--ember); }
.hero-specs strong {
  display: block;
  margin-top: 4px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.hero-specs em { margin-top: 3px; color: rgba(247,244,234,.72); font-style: normal; }

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.btn.primary { background: var(--forest); color: var(--cream); }
.btn.secondary { border: 2px solid var(--forest); color: var(--forest); background: transparent; }
.btn.cream { background: var(--cream); color: var(--forest-deep); }
.btn.outline-light { border: 2px solid var(--cream); color: var(--cream); }
.btn::before, .btn::after, .pixel-corners::before, .pixel-corners::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-color: currentColor;
  pointer-events: none;
}
.btn::before, .pixel-corners::before { left: 0; top: 0; border-left: 2px solid; border-top: 2px solid; }
.btn::after, .pixel-corners::after { right: 0; bottom: 0; border-right: 2px solid; border-bottom: 2px solid; }

.section-label {
  display: flex;
  align-items: baseline;
  gap: 16px;
  color: var(--forest);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .25em;
}
.section-label span { color: var(--khaki-deep); }
.section-label i { height: 1px; flex: 1; background: var(--border); }
.section-label.light { color: var(--cream); }
.section-label.light span { color: var(--khaki); }
.section-label.light i { background: rgba(247,244,234,.2); }

.about-wildhiker-section {
  overflow: hidden;
  background: var(--background);
  padding: 80px 0;
}
.about-wildhiker-inner { display: grid; gap: 24px; }
.about-top {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 24px;
  align-items: stretch;
}
.about-story-panel {
  position: relative;
  overflow: hidden;
  background: var(--forest-deep);
  color: var(--cream);
  padding: 48px;
}
.about-story-panel > .pixel-corners { color: var(--cream); }
.about-story-panel h2 {
  margin-top: 24px;
  max-width: 740px;
  color: var(--cream);
  font-size: clamp(44px, 5.2vw, 72px);
}
.about-story-panel p {
  max-width: 680px;
  color: rgba(247,244,234,.72);
  font-size: 17px;
}
.about-story-panel .about-lead {
  margin-top: 20px;
  color: var(--cream);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.credibility-line {
  margin-top: 24px;
  border-left: 4px solid var(--khaki);
  padding: 14px 18px;
  background: rgba(247,244,234,.08);
  color: rgba(247,244,234,.86);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.about-image-block {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--muted);
}
.about-image-placeholder { width: 100%; height: 100%; min-height: 480px; }
.about-image {
  width: 100%;
  height: 100%;
  min-height: 480px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.principle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.principle-grid article {
  position: relative;
  min-height: 190px;
  background: var(--card);
  padding: 24px;
}
.principle-grid small {
  color: var(--khaki-deep);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .22em;
}
.principle-grid h3 {
  margin-top: 32px;
  text-transform: uppercase;
}
.principle-grid p {
  margin-bottom: 0;
  font-size: 14px;
}
.about-video-feature {
  display: grid;
  grid-template-columns: minmax(320px, 4fr) minmax(0, 8fr);
  gap: 24px;
  align-items: stretch;
  background: var(--cream);
  border: 1px solid var(--border);
  padding: 24px;
}
.about-video-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
}
.about-video-copy h3 {
  margin-top: 22px;
  font-size: clamp(32px, 4vw, 52px);
}
.about-video-copy p { max-width: 460px; }
.about-video-copy .btn { align-self: flex-start; margin-top: 20px; }
.video-placeholder {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(38,63,51,.35), rgba(38,63,51,.72)),
    var(--forest);
  color: var(--cream);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .22em;
}
.video-frame {
  background: var(--forest-deep);
}
.behind-video {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: var(--forest-deep);
}
.video-placeholder > .pixel-grid-dense {
  position: absolute;
  inset: 0;
  opacity: .28;
}
.video-placeholder > span {
  position: relative;
  z-index: 2;
  margin-top: 92px;
  text-align: center;
}
.play-button {
  position: absolute;
  z-index: 3;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 2px solid var(--cream);
  background: rgba(247,244,234,.14);
  backdrop-filter: blur(8px);
}
.play-button::before {
  content: "";
  display: block;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid var(--cream);
}
.review-phrase-wall {
  border: 1px solid var(--border);
  background: var(--card);
  padding: 34px 0;
}
.review-head {
  max-width: 760px;
  margin: 0 auto 22px;
  padding: 0 24px;
  text-align: center;
}
.review-head .section-label { justify-content: center; }
.review-head .section-label i { max-width: 120px; }
.review-head h3 {
  margin-top: 18px;
  font-size: clamp(34px, 4vw, 52px);
}
.review-head p {
  max-width: 560px;
  margin: 14px auto 0;
}
.review-proof-line {
  position: relative;
  max-width: 850px;
  min-height: 54px;
  margin: 18px auto 0;
  color: var(--forest);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.review-proof-line.is-typing::after,
.credibility-line.is-typing::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1.1em;
  margin-left: 5px;
  background: var(--khaki-deep);
  vertical-align: -.18em;
  animation: caret-blink 1s steps(2, start) infinite;
}
@keyframes caret-blink {
  50% { opacity: 0; }
}
.review-filter-chips {
  max-width: 1080px;
  margin: 22px auto 0;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.review-filter-chips button {
  min-height: 40px;
  border: 2px solid rgba(58,96,76,.22);
  background: var(--cream);
  color: var(--forest);
  padding: 9px 13px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
  cursor: pointer;
}
.review-filter-chips button.active {
  background: var(--forest);
  border-color: var(--forest);
  color: var(--cream);
}
.review-carousel {
  max-width: 1240px;
  margin: 26px auto 24px;
  padding: 0 24px;
}
.review-carousel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.review-status {
  color: var(--khaki-deep);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.review-arrows { display: flex; gap: 8px; }
.review-arrows button {
  width: 40px;
  height: 40px;
  border: 2px solid var(--forest);
  background: transparent;
  color: var(--forest);
  cursor: pointer;
}
.review-arrows button:last-child {
  background: var(--forest);
  color: var(--cream);
}
.review-viewport {
  overflow: hidden;
  margin-right: -24px;
  padding-right: 24px;
}
.review-track {
  display: flex;
  gap: 24px;
  transition: transform .45s ease;
  will-change: transform;
}
.review-card {
  position: relative;
  flex: 0 0 calc((100% - 48px) / 3.25);
  min-height: 360px;
  display: flex;
  flex-direction: column;
  border: 2px solid rgba(58,96,76,.16);
  background: var(--cream);
  padding: 24px;
}
.review-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.review-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  background: color-mix(in srgb, var(--khaki) 22%, var(--cream));
  color: var(--forest);
  padding: 6px 9px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.review-card h4 {
  margin: 22px 0 10px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -.02em;
}
.review-card p {
  margin: 0;
  color: var(--foreground);
  font-size: 14px;
  line-height: 1.58;
}
.review-card small {
  margin-top: auto;
  padding-top: 24px;
  color: var(--khaki-deep);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.read-more {
  align-self: flex-start;
  margin-top: -14px;
  border: 0;
  border-bottom: 2px solid var(--forest);
  background: transparent;
  color: var(--forest);
  padding: 0 0 4px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .18em;
  cursor: pointer;
}
.review-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}
.review-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  background: rgba(58,96,76,.28);
  cursor: pointer;
}
.review-dots button.active {
  width: 22px;
  background: var(--forest);
}
.ticker-wrap {
  display: grid;
  gap: 12px;
  overflow: hidden;
  padding: 10px 0;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}
.ticker-row {
  width: max-content;
  display: flex;
  gap: 12px;
  will-change: transform;
}
.ticker-row span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(58,96,76,.18);
  background: var(--cream);
  color: var(--forest);
  box-shadow: inset 5px 0 0 rgba(198,177,118,.45);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  white-space: nowrap;
}
.ticker-left { animation: ticker-left 34s linear infinite; }
.ticker-right { animation: ticker-right 38s linear infinite; }
@keyframes ticker-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes ticker-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.why-section { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--cream); padding: 96px 0; }
.why-grid { margin-top: 40px; display: grid; grid-template-columns: 5fr 7fr; gap: 48px; }
.why-grid > div:first-child p { max-width: 420px; margin-top: 24px; }
.why-grid .btn { margin-top: 20px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-grid article {
  position: relative;
  background: var(--background);
  border: 1px solid var(--border);
  padding: 24px;
}
.feature-grid small { margin-left: 12px; font-family: "JetBrains Mono", ui-monospace, monospace; color: var(--khaki-deep); }
.feature-grid h3 { margin-top: 16px; }
.feature-grid p { margin-bottom: 0; font-size: 14px; }

.setup-section, .chairs-section, .seating-system-section { padding: 96px 0; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.section-head h2 { max-width: 680px; margin-top: 24px; font-size: clamp(38px, 4vw, 52px); line-height: 1.12; }
.view-link {
  display: inline-flex;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  color: var(--forest);
  text-transform: uppercase;
  letter-spacing: .2em;
}
.setup-cards { margin-top: 48px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.setup-card { position: relative; display: block; overflow: hidden; background: var(--muted); aspect-ratio: 3 / 4; }
.photo-card { width: 100%; height: 100%; display: block; border: 0; object-fit: cover; object-position: center; }
.card-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15,50,29,.78) 0%, rgba(15,50,29,.48) 46%, rgba(15,50,29,.14) 100%),
    linear-gradient(to top, rgba(38,63,51,.76), transparent);
}
.setup-copy { position: absolute; left: 20px; right: 20px; bottom: 20px; color: var(--cream); }
.setup-copy small { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 10px; letter-spacing: .25em; text-transform: uppercase; opacity: .8; }
.setup-copy strong { display: block; margin-top: 4px; font-family: "Space Grotesk", Arial, sans-serif; font-size: 26px; font-weight: 800; text-transform: uppercase; }

.seating-system-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.seating-system-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--muted);
}
.collection-image {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  border: 0;
  object-fit: cover;
  object-position: center;
}
.seating-system-card .card-gradient {
  background:
    linear-gradient(90deg, rgba(15,50,29,.88) 0%, rgba(15,50,29,.58) 48%, rgba(15,50,29,.18) 100%),
    linear-gradient(to top, rgba(15,50,29,.9) 0%, rgba(15,50,29,.5) 48%, rgba(15,50,29,.08) 100%);
}
.seating-system-copy {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  color: var(--cream);
}
.seating-system-copy small {
  color: var(--khaki);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .22em;
}
.seating-system-copy h3 {
  margin-top: 12px;
  color: var(--cream);
  font-size: clamp(34px, 4vw, 54px);
  text-transform: uppercase;
}
.seating-system-copy p {
  max-width: 520px;
  margin: 14px 0 24px;
  color: rgba(247,244,234,.82);
  font-size: 16px;
}

.hero-shade,
.setup-card .card-gradient,
.custom-bulk-hero-media .card-gradient {
  display: none;
}

.seating-system-card .card-gradient {
  display: block;
  background:
    linear-gradient(90deg, rgba(15,50,29,.58) 0%, rgba(15,50,29,.26) 42%, rgba(15,50,29,.08) 68%, rgba(15,50,29,0) 100%),
    linear-gradient(to top, rgba(15,50,29,.62) 0%, rgba(15,50,29,.3) 42%, rgba(15,50,29,.08) 68%, rgba(15,50,29,0) 100%);
}

.compare-product-section {
  border-top: 1px solid var(--border);
  background: var(--background);
}

.comfort-guide-page {
  background: var(--background);
}
.comfort-quiz-hero {
  padding-block: clamp(32px, 5vh, 56px);
  border-bottom: 1px solid var(--border);
  background:
    linear-gradient(90deg, rgba(58,96,76,.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(58,96,76,.08) 1px, transparent 1px),
    var(--background);
  background-size: 24px 24px;
}
.quiz-hero-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: clamp(16px, 4vw, 48px);
}
.quiz-intro {
  max-width: 760px;
  margin-bottom: clamp(20px, 3vh, 32px);
}
.quiz-result-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: stretch;
}
.quiz-card { order: 1; }
.result-card { order: 2; }
.quiz-card,
.result-card {
  width: 100%;
  min-width: 0;
}
.quiz-intro h1 {
  max-width: 720px;
  margin-top: 18px;
  font-size: clamp(52px, 6vw, 88px);
  line-height: .92;
}
.quiz-intro > p {
  max-width: 640px;
  color: var(--muted-foreground);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.5;
}
.quiz-card {
  position: relative;
  padding: clamp(22px, 2.5vw, 34px);
  border: 2px solid rgba(58,96,76,.2);
  background: var(--card);
}
.quiz-progress {
  display: grid;
  gap: 10px;
  color: var(--khaki-deep);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.quiz-progress i {
  position: relative;
  height: 5px;
  display: block;
  overflow: hidden;
  background: rgba(58,96,76,.12);
}
.quiz-progress i::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--quiz-progress, 25%);
  background: var(--forest);
  transition: width .25s ease;
}
.quiz-card h2 {
  margin: 20px 0 18px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
}
.quiz-options {
  display: grid;
  gap: 10px;
}
.quiz-option {
  width: 100%;
  min-height: 52px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 2px solid rgba(58,96,76,.18);
  background: var(--cream);
  color: var(--foreground);
  padding: 14px 16px;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.quiz-option:hover {
  border-color: var(--forest);
}
.quiz-option.is-selected {
  border-color: var(--forest);
  background: var(--forest);
  color: var(--cream);
}
.quiz-option .option-letter {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: .1em;
}
.quiz-option .option-text {
  min-width: 0;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}
.quiz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.quiz-actions .btn {
  min-width: 130px;
}
.recommendation-card {
  position: relative;
  min-width: 0;
  align-self: stretch;
  overflow: hidden;
  border: 2px solid var(--forest-deep);
  background: var(--forest-deep);
  color: var(--cream);
  padding: clamp(22px, 2.5vw, 34px);
}
.recommendation-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image:
    linear-gradient(to right, rgba(247,244,234,.22) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(247,244,234,.22) 1px, transparent 1px);
  background-size: 18px 18px;
  pointer-events: none;
}
.recommendation-card > * {
  position: relative;
  z-index: 1;
}
.recommendation-card .pixel-corners {
  z-index: 2;
  color: var(--cream);
}
.recommendation-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--cream);
  color: var(--forest-deep);
  padding: 8px 11px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.recommendation-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--ember);
}
.result-product-image-wrap {
  height: clamp(140px, 18vh, 190px);
  margin-top: 18px;
  border: 1px solid rgba(247,244,234,.25);
  background: var(--cream);
  padding: 12px;
}
.result-product-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.result-product-placeholder {
  min-height: 100%;
  display: grid;
  place-items: center;
  color: var(--forest-deep);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.result-kicker {
  margin-top: 18px;
  color: var(--khaki);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.recommendation-card h2 {
  margin: 14px 0 8px;
  color: var(--cream);
  font-size: clamp(42px, 4.5vw, 64px);
  line-height: .95;
}
.result-role {
  color: rgba(247,244,234,.72);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.result-best {
  margin: 16px 0;
  padding: 14px 16px;
  border: 1px solid rgba(247,244,234,.24);
  background: rgba(247,244,234,.08);
}
.result-best span {
  display: block;
  color: var(--khaki);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.result-best strong {
  display: block;
  margin-top: 10px;
  color: var(--cream);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.35;
}
.recommendation-card p {
  color: rgba(247,244,234,.78);
  font-size: 15px;
  line-height: 1.5;
}
.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.comparison-section {
  padding: 78px 0 96px;
  background: var(--cream);
}
.comparison-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}
.comparison-head h2 {
  margin-top: 24px;
  max-width: 720px;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.05;
}
.comparison-head p {
  max-width: 620px;
  color: var(--muted-foreground);
  font-size: 17px;
}
.mobile-table-note {
  display: none;
  color: var(--khaki-deep);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.comparison-scroll {
  width: 100%;
  max-width: 100%;
  margin-top: 34px;
  overflow-x: auto;
  border: 1px solid var(--border);
  background: var(--card);
}
.spec-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  table-layout: fixed;
}
.spec-table th,
.spec-table td {
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
  padding: 18px 16px;
  text-align: left;
  vertical-align: top;
  line-height: 1.45;
}
.spec-table th:last-child,
.spec-table td:last-child {
  border-right: 0;
}
.spec-table tbody tr:last-child th,
.spec-table tbody tr:last-child td {
  border-bottom: 0;
}
.spec-table thead th {
  background: var(--forest-deep);
  color: var(--cream);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.spec-table tbody th {
  width: 180px;
  background: color-mix(in srgb, var(--khaki) 18%, var(--cream));
  color: var(--forest-deep);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 15px;
}
.spec-table td {
  color: var(--foreground);
  font-size: 14px;
}
.spec-table .spec-empty {
  background: linear-gradient(135deg, rgba(58,96,76,.04), rgba(58,96,76,.08));
}
.comparison-card-grid {
  display: none;
}
.spec-product-card {
  position: relative;
  border: 1px solid var(--border);
  background: var(--card);
  padding: 22px;
}
.spec-product-card h3 {
  margin: 0 0 18px;
  color: var(--forest-deep);
  font-size: 28px;
}
.spec-product-card dl {
  display: grid;
  gap: 0;
  margin: 0;
}
.spec-product-card dl div {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid var(--border);
}
.spec-product-card dt {
  color: var(--khaki-deep);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.spec-product-card dd {
  margin: 0;
  color: var(--foreground);
  font-size: 14px;
  line-height: 1.45;
}
.lineup-matrix-section {
  padding: 78px 0 96px;
  border-top: 1px solid var(--border);
  background: var(--background);
}
.lineup-matrix-head {
  max-width: 780px;
}
.lineup-matrix-head h2 {
  margin-top: 24px;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.05;
}
.lineup-matrix-head p {
  max-width: 620px;
  color: var(--muted-foreground);
  font-size: 17px;
}
.lineup-matrix-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}
.lineup-card {
  position: relative;
  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid rgba(58,96,76,.16);
  background: var(--card);
  padding: 18px;
}
.lineup-image {
  width: 100%;
  aspect-ratio: 4 / 3.6;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--muted);
}
.product-card-image {
  aspect-ratio: 4 / 3;
  border-bottom: 2px solid var(--border);
  background: color-mix(in srgb, var(--khaki) 18%, var(--cream));
  padding: 16px;
}
.lineup-image img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.lineup-image.placeholder {
  min-height: auto;
  font-size: 10px;
}
.lineup-badge {
  align-self: flex-start;
  margin-top: 18px;
  background: color-mix(in srgb, var(--khaki) 22%, var(--cream));
  color: var(--forest-deep);
  padding: 7px 9px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.lineup-card h3 {
  margin-top: 18px;
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1;
}
.lineup-role {
  color: var(--forest);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}
.lineup-card p:not(.lineup-role) {
  color: var(--muted-foreground);
  font-size: 14px;
  line-height: 1.55;
}
.lineup-card .mini-btn {
  margin-top: auto;
}

.lifestyle-section { position: relative; overflow: hidden; background: #0f321d; color: var(--cream); padding: 88px 0 110px; }
.lifestyle-section > .pixel-grid-dense { position: absolute; inset: 0; opacity: .5; }
.lifestyle-inner { position: relative; }
.lifestyle-head {
  min-height: 330px;
  margin-top: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: 96px;
  align-items: center;
}
.lifestyle-head h2 {
  max-width: 680px;
  color: var(--cream);
  font-size: clamp(64px, 7vw, 104px);
  line-height: .98;
  letter-spacing: -.04em;
}
.lifestyle-head p {
  align-self: center;
  max-width: 720px;
  color: rgba(247,244,234,.68);
  font-size: clamp(18px, 1.5vw, 25px);
  line-height: 1.55;
}
.category-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: rgba(247,244,234,.12);
  border-top: 1px solid rgba(247,244,234,.18);
  border-bottom: 1px solid rgba(247,244,234,.18);
}
.category-grid article {
  min-height: 372px;
  background: rgba(15,50,29,.86);
  padding: 48px 46px;
  border-right: 1px solid rgba(247,244,234,.18);
}
.category-grid article:last-child { border-right: 0; }
.category-grid small { float: right; color: var(--khaki); font-family: "JetBrains Mono", ui-monospace, monospace; }
.category-grid h3 { clear: both; margin-top: 84px; color: var(--cream); font-size: 30px; text-transform: uppercase; }
.category-grid p { max-width: 360px; color: rgba(247,244,234,.65); font-size: 18px; line-height: 1.45; }
.category-grid a { display: inline-flex; align-items: center; gap: 10px; margin-top: 34px; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; }
.category-grid a i { width: 24px; height: 1px; background: var(--cream); }

.arrows { display: flex; gap: 8px; }
.arrows button { width: 36px; height: 36px; border: 2px solid var(--forest); background: transparent; color: var(--forest); }
.arrows .filled { background: var(--forest); color: var(--cream); }
.product-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card:nth-child(n+4) { grid-column: span 1; }
.product-card { position: relative; }
.product-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-media img { width: 92%; height: 92%; object-fit: contain; mix-blend-mode: multiply; }
.product-placeholder { width: 92%; height: 92%; }
.product-media > span {
  position: absolute; left: 16px; top: 16px;
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--cream);
  padding: 6px 10px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.product-media > span::before { content: ""; width: 6px; height: 6px; background: var(--ember); }
.product-info { margin-top: 16px; display: flex; justify-content: space-between; }
.product-info small { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 10px; color: var(--khaki-deep); text-transform: uppercase; letter-spacing: .2em; }
.product-info h3 { margin-top: 4px; }
.product-info p { margin: 4px 0 0; font-size: 14px; }
.product-info em {
  display: block;
  margin-top: 12px;
  color: var(--forest);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.swatch-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}
.swatch-row button {
  position: relative;
  width: 34px;
  height: 34px;
  border: 2px solid rgba(58,96,76,.22);
  background: var(--swatch);
  cursor: pointer;
}
.swatch-row button.active {
  border-color: var(--forest);
  box-shadow: 0 0 0 3px var(--cream), 0 0 0 5px var(--forest);
}
.swatch-row button.active::before,
.swatch-row button.active::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-color: var(--forest);
  pointer-events: none;
}
.swatch-row button.active::before { left: -5px; top: -5px; border-left: 2px solid; border-top: 2px solid; }
.swatch-row button.active::after { right: -5px; bottom: -5px; border-right: 2px solid; border-bottom: 2px solid; }
.product-watch-v2 article {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  min-height: 0;
  height: auto;
}

.product-watch-cover-v1 {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
}

.product-watch-cover-v1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-watch-v2 article .card-gradient {
  z-index: 2;
}

.product-watch-v2 article .play-btn-v1 {
  display: grid !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  z-index: 5 !important;
}

.product-watch-v2 article .watch-copy-v1 {
  position: relative;
  z-index: 3;
}

.product-actions {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}
.mini-btn {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--forest);
  color: var(--forest);
  padding: 9px 12px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.mini-btn.filled {
  background: var(--forest);
  color: var(--cream);
}
.product-image-fallback {
  position: absolute;
  inset: 8%;
  z-index: 1;
}
.product-card.is-coming-soon .product-media {
  background: color-mix(in srgb, var(--muted) 70%, var(--khaki));
}

.comfort-section { background: color-mix(in srgb, var(--khaki) 28%, var(--cream)); padding: 0; }
.comfort-section .comfort-grid {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 0;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}
.comfort-image { position: relative; min-height: 760px; }
.comfort-photo { width: 100%; height: 100%; min-height: 760px; display: block; border: 0; object-fit: cover; object-position: center; }
.field-overlay {
  position: absolute; left: 16px; right: 16px; bottom: 16px;
  display: flex; justify-content: space-between; color: var(--cream);
  font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .22em;
}
.comfort-copy { padding: 112px 72px 96px; }
.comfort-copy h2 { margin-top: 24px; }
.comfort-copy p { max-width: 780px; font-size: 22px; line-height: 1.55; }
.comfort-copy .section-label i { background: color-mix(in srgb, var(--forest) 18%, transparent); }
.question-grid { margin: 58px 0 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); }
.question-grid div { background: var(--cream); padding: 32px 28px; min-height: 146px; }
.question-grid small { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 10px; color: var(--khaki-deep); text-transform: uppercase; letter-spacing: .2em; }
.question-grid strong { display: block; margin-top: 12px; font-family: "Space Grotesk", Arial, sans-serif; font-size: 21px; line-height: 1.35; }

.custom-section { padding: 0 0 72px; background: var(--cream); }
.custom-panel {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, .8fr);
  gap: 48px;
  align-items: center;
  border: 2px solid rgba(38,63,51,.18);
  background: var(--forest-deep);
  color: var(--cream);
  padding: 44px 56px;
}
.custom-panel > .pixel-grid-dense { position: absolute; inset: 0; opacity: .32; }
.custom-panel > .pixel-corners {
  position: absolute;
  inset: 18px;
  z-index: 1;
  color: var(--cream);
  pointer-events: none;
}
.custom-copy { position: relative; z-index: 2; max-width: 720px; }
.custom-copy small {
  color: var(--khaki);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .25em;
}
.custom-copy h2 {
  margin-top: 16px;
  color: var(--cream);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1;
}
.custom-copy p {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(247,244,234,.76);
  font-size: 17px;
  line-height: 1.48;
}
.custom-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.custom-tags span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(247,244,234,.25);
  background: rgba(247,244,234,.08);
  color: rgba(247,244,234,.82);
  padding: 6px 10px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.custom-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}
.custom-actions .btn { width: min(100%, 280px); justify-content: center; }

.amazon-section { background: var(--cream); padding-bottom: 96px; }
.amazon-card { display: grid; grid-template-columns: 2fr 7fr 3fr; gap: 32px; align-items: center; border: 1px solid var(--border); background: var(--background); padding: 48px; }
.amazon-mark { position: relative; width: 86px; height: 86px; display: flex; align-items: center; justify-content: center; background: var(--forest); color: var(--cream); font-family: "Space Grotesk", Arial, sans-serif; font-size: 34px; font-weight: 800; }
.amazon-card h3 { margin-top: 16px; font-size: clamp(30px, 3vw, 42px); }
.amazon-card p { margin-bottom: 0; font-size: 14px; }

.guides-section { padding-bottom: 96px; }
.guide-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.guide-grid article { position: relative; }
.guide-photo { width: 100%; aspect-ratio: 4 / 3; display: block; border: 0; object-fit: cover; object-position: center; }
.guide-grid article > span {
  position: absolute; left: 16px; top: 16px;
  background: var(--cream); padding: 6px 10px;
  font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .2em;
}
.guide-grid small { display: block; margin-top: 16px; color: var(--khaki-deep); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; }
.guide-grid h3 { margin-top: 8px; }

.footer { background: var(--forest-deep); color: var(--cream); padding-top: 80px; }
.footer-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 80px; }
.footer-logo { color: var(--cream); }
.footer-brand p { max-width: 390px; color: rgba(247,244,234,.7); font-size: 18px; }
.footer form { margin-top: 32px; max-width: 390px; display: flex; border: 1px solid rgba(247,244,234,.3); }
.footer input { flex: 1; background: transparent; border: 0; padding: 14px 16px; color: var(--cream); }
.footer button { border: 0; background: var(--cream); color: var(--forest-deep); padding: 0 20px; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .2em; }
.footer-brand small { display: block; margin-top: 16px; color: rgba(247,244,234,.5); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; }
.footer-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.footer h4 { color: var(--khaki); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .22em; }
.footer h4 button {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  font: inherit;
  text-align: left;
  text-transform: inherit;
  letter-spacing: inherit;
}
.footer-link-panel {
  display: block;
}
.footer a { display: block; margin: 10px 0; color: rgba(247,244,234,.8); font-size: 14px; }
.footer-bottom { margin-top: 64px; padding-top: 24px; padding-bottom: 40px; display: flex; justify-content: space-between; border-top: 1px solid rgba(247,244,234,.15); color: rgba(247,244,234,.6); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .22em; }

.why-page {
  background: var(--background);
}
.why-page .container {
  max-width: 1160px;
  padding-left: clamp(18px, 3vw, 32px);
  padding-right: clamp(18px, 3vw, 32px);
}
.why-hero-section,
.travel-light-section,
.tested-strong-section,
.factory-video-section,
.customer-review-section {
  padding: 64px 0;
}
.why-hero-section {
  padding-top: 48px;
  padding-bottom: 56px;
}
.why-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}
.why-hero-panel {
  position: relative;
  overflow: hidden;
  background: var(--forest-deep);
  color: var(--cream);
  min-height: 520px;
  max-height: 580px;
  padding: 42px;
}
.why-hero-panel h1 {
  margin-top: 24px;
  max-width: 560px;
  color: var(--cream);
  font-size: clamp(42px, 4.8vw, 64px);
  line-height: .96;
}
.why-hero-panel p {
  max-width: 520px;
  margin-top: 22px;
  color: rgba(247,244,234,.76);
  font-size: 16px;
  line-height: 1.52;
}
.why-icon-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  background: rgba(247,244,234,.2);
}
.why-icon-points span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  background: rgba(38,63,51,.88);
  padding: 12px;
  color: var(--cream);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .13em;
  word-spacing: .08em;
  white-space: nowrap;
}
.why-icon-points .icon,
.principle-strip-inner .icon {
  color: var(--khaki);
  flex: 0 0 auto;
}
.why-hero-visual {
  position: relative;
  min-height: 520px;
  max-height: 580px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--muted);
}
.why-placeholder {
  width: 100%;
  height: 100%;
  min-height: 520px;
}
.why-hero-image {
  width: 100%;
  height: 100%;
  min-height: 520px;
  max-height: 580px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.travel-light-section {
  border-top: 1px solid var(--border);
  background: var(--cream);
}
.travel-feature-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  border: 1px solid var(--border);
  background: var(--border);
}
.travel-feature-strip article {
  position: relative;
  min-height: 240px;
  background: var(--card);
  padding: 14px;
}
.feature-thumb {
  width: 100%;
  height: 120px;
  display: block;
  border: 1px solid rgba(58,96,76,.12);
  object-fit: cover;
  object-position: center;
}
.travel-feature-strip small,
.tested-points small {
  display: block;
  margin-top: 14px;
  color: var(--khaki-deep);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.travel-feature-strip h3 {
  margin-top: 12px;
  text-transform: uppercase;
}
.travel-feature-strip p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.45;
}
.tested-strong-section {
  background: color-mix(in srgb, var(--khaki) 16%, var(--background));
}
.tested-grid {
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: stretch;
}
.tested-visual,
.tested-panel {
  position: relative;
  min-height: 440px;
  height: auto;
}
.tested-thumb {
  width: 100%;
  height: 100%;
  min-height: 440px;
  display: block;
  border: 1px solid var(--border);
  object-fit: cover;
  object-position: center;
}
.tested-panel {
  background: var(--card);
  border: 1px solid var(--border);
  padding: 32px;
}
.tested-panel h2 {
  margin-top: 16px;
  max-width: 760px;
  font-size: clamp(34px, 3.7vw, 48px);
  line-height: 1;
}
.tested-panel > p {
  max-width: 620px;
  font-size: 16px;
  margin-top: 14px;
}
.tested-points {
  display: grid;
  gap: 1px;
  margin-top: 20px;
  background: var(--border);
  border: 1px solid var(--border);
}
.tested-points article {
  background: var(--cream);
  padding: 12px 18px;
}
.tested-points small {
  margin-top: 0;
}
.tested-points h3 {
  margin-top: 8px;
  text-transform: uppercase;
  font-size: 18px;
}
.tested-points p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.45;
}
.factory-video-section {
  background: var(--background);
  padding-top: 56px;
  padding-bottom: 64px;
}
.factory-copy {
  max-width: 760px;
  margin-bottom: 22px;
}
.factory-copy h2 {
  margin-top: 18px;
  font-size: clamp(38px, 4.5vw, 58px);
}
.factory-copy p {
  max-width: 680px;
  font-size: 16px;
  line-height: 1.55;
}
.factory-copy .btn {
  margin-top: 14px;
}
.why-video-placeholder {
  width: 100%;
  max-width: 1120px;
  max-height: 460px;
  min-height: auto;
  margin: 0 auto;
}
.customer-review-section {
  padding-top: 56px;
  padding-bottom: 64px;
  background: var(--background);
}
.customer-review-section .review-phrase-wall {
  overflow: hidden;
  border-width: 2px;
  padding: 28px 0 24px;
}
.customer-review-section .review-head {
  max-width: 760px;
  margin-bottom: 18px;
}
.customer-review-section .review-head h2 {
  margin-top: 14px;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1;
}
.customer-review-section .review-head p {
  margin-top: 10px;
}
.customer-review-section .review-filter-chips {
  margin-top: 18px;
}
.customer-review-section .review-carousel {
  max-width: 1120px;
  margin-top: 20px;
  margin-bottom: 16px;
}
.customer-review-section .review-carousel-head {
  margin-bottom: 10px;
}
.customer-review-section .review-card {
  min-height: 240px;
  padding: 18px;
}
.customer-review-section .review-card h4 {
  margin-top: 16px;
  font-size: 20px;
}
.customer-review-section .review-card p {
  font-size: 13px;
  line-height: 1.5;
}
.customer-review-section .review-card small {
  padding-top: 14px;
}
.customer-review-section .review-dots {
  margin-top: 12px;
}
.customer-review-section .ticker-wrap {
  margin-top: 16px;
  gap: 8px;
  padding: 6px 0;
}
.customer-review-section .ticker-row span {
  min-height: 34px;
  padding: 8px 13px;
  font-size: 10px;
}
.brand-principle-strip {
  background: var(--forest-deep);
  color: var(--cream);
  padding: 0;
}
.principle-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(247,244,234,.16);
}
.principle-strip-inner div {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--forest-deep);
  padding: 14px 20px;
}
.principle-strip-inner strong {
  color: var(--cream);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.why-page .footer {
  padding-top: 42px;
}
.why-page .footer-grid {
  gap: 28px;
}
.why-page .footer form {
  margin-top: 20px;
}
.why-page .footer-bottom {
  margin-top: 34px;
  padding-top: 18px;
  padding-bottom: 30px;
}

.support-page main {
  background: var(--background);
}
.support-hero-section,
.support-topics-section,
.support-approach-section,
.support-stories-section,
.support-newsletter-section {
  padding: 82px 0;
}
.support-hero-grid,
.support-approach-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
}
.support-hero-copy,
.support-approach-copy {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--border);
  background: var(--card);
  padding: 54px;
}
.support-hero-copy h1 {
  margin-top: 28px;
  max-width: 680px;
  font-size: clamp(52px, 6vw, 82px);
  line-height: .95;
}
.support-hero-copy p,
.support-approach-copy > p {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted-foreground);
  font-size: 19px;
  line-height: 1.65;
}
.support-contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
}
.support-email {
  color: var(--forest);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.support-hero-copy > small,
.support-newsletter-panel small {
  display: block;
  margin-top: 18px;
  color: var(--khaki-deep);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.support-hero-image,
.support-approach-image {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--muted);
}
.support-hero-image img,
.support-approach-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.support-approach-image img {
  width: 110%;
  max-width: none;
  height: calc(100% + 140px);
  min-height: 660px;
  object-position: center center;
  transform: translate(-5%, -58px);
}
.support-topic-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.support-topic-grid article {
  position: relative;
  min-height: 190px;
  border: 1px solid var(--border);
  background: var(--card);
  padding: 26px;
}
.support-topic-grid small,
.support-feature-list small {
  color: var(--khaki-deep);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.support-topic-grid h3 {
  margin-top: 42px;
  text-transform: uppercase;
}
.support-topic-grid p {
  margin: 10px 0 0;
  font-size: 14px;
}
.support-approach-section {
  background: var(--cream);
}
.support-approach-copy h2 {
  margin-top: 24px;
  max-width: 650px;
}
.support-feature-list {
  display: grid;
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--border);
  background: var(--border);
}
.support-feature-list article {
  background: var(--background);
  padding: 22px 24px;
}
.support-feature-list p {
  margin: 8px 0 0;
  font-size: 15px;
}
.support-stories-section {
  position: relative;
  overflow: hidden;
  background: var(--forest-deep);
  color: var(--cream);
}
.support-stories-section > .pixel-grid-dense {
  position: absolute;
  inset: 0;
  opacity: .32;
}
.support-stories-section .container {
  position: relative;
  z-index: 1;
}
.support-stories-head {
  max-width: 780px;
}
.support-stories-head h2 {
  margin-top: 24px;
  color: var(--cream);
}
.support-stories-head p {
  max-width: 620px;
  color: rgba(247,244,234,.74);
  font-size: 18px;
}
.support-keyword-ticker {
  margin: 36px -24px 0;
  overflow: hidden;
  display: grid;
  gap: 12px;
  opacity: .78;
}
.support-story-carousel {
  margin-top: 34px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 31%);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  padding-bottom: 10px;
}
.support-story-carousel article {
  position: relative;
  min-height: 230px;
  scroll-snap-align: start;
  border: 2px solid rgba(247,244,234,.18);
  background: rgba(247,244,234,.08);
  padding: 28px;
}
.support-story-carousel span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  background: rgba(198,177,118,.2);
  color: var(--khaki);
  padding: 6px 9px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.support-story-carousel p {
  margin: 28px 0 0;
  color: rgba(247,244,234,.88);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 23px;
  line-height: 1.26;
}
.support-newsletter-section {
  background: var(--cream);
}
.support-newsletter-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 36px;
  align-items: center;
  border: 1px solid var(--border);
  background: var(--card);
  padding: 42px;
}
.support-newsletter-panel h2 {
  margin-top: 22px;
}
.support-newsletter-panel p {
  max-width: 620px;
  font-size: 17px;
}
.support-newsletter-panel form {
  display: flex;
  border: 2px solid var(--forest);
  background: var(--cream);
}
.support-newsletter-panel input {
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  padding: 16px;
  color: var(--foreground);
}
.support-newsletter-panel button {
  border: 0;
  background: var(--forest);
  color: var(--cream);
  padding: 0 22px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.placeholder-page {
  min-height: 72vh;
  padding: 96px 0 120px;
}
.placeholder-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 36px;
  align-items: stretch;
}
.placeholder-copy {
  background: var(--card);
  border: 1px solid var(--border);
  padding: 54px;
}
.placeholder-copy h1 {
  margin: 18px 0 16px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(48px, 7vw, 96px);
  line-height: .88;
  letter-spacing: -.05em;
}
.placeholder-copy p {
  max-width: 560px;
  color: var(--muted-foreground);
  font-size: 18px;
  line-height: 1.7;
}
.placeholder-visual {
  min-height: 520px;
  border: 1px solid var(--forest-deep);
}
.placeholder-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  background:
    linear-gradient(135deg, transparent 49.2%, rgba(38,63,51,.25) 50%, transparent 50.8%),
    linear-gradient(45deg, transparent 49.2%, rgba(38,63,51,.18) 50%, transparent 50.8%),
    #8b917d;
  background-size: 32px 32px;
  color: var(--cream);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2em;
  text-align: center;
}
.dark-image { background-color: #5d6658; }
.placeholder small { max-width: 420px; color: rgba(247,244,234,.75); font-size: 10px; }
.pixel-grid-dense {
  background-image:
    linear-gradient(to right, rgba(247,244,234,.18) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(247,244,234,.18) 1px, transparent 1px);
  background-size: 16px 16px;
}
.icon { display: inline-block; width: 22px; height: 22px; border: 2px solid currentColor; box-shadow: inset 6px 6px 0 rgba(198,177,118,.45); }

.all-products-page { background: var(--background); }
.all-products-hero { padding: 92px 0 74px; border-bottom: 1px solid var(--border); }
.all-products-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: 42px;
  align-items: stretch;
}
.all-products-copy {
  background: var(--card);
  border: 1px solid var(--border);
  padding: 54px;
}
.all-products-copy h1 {
  margin-top: 24px;
  max-width: 780px;
  font-size: clamp(56px, 7vw, 104px);
  line-height: .9;
  letter-spacing: -.04em;
}
.all-products-copy p {
  max-width: 620px;
  color: var(--muted-foreground);
  font-size: 18px;
  line-height: 1.7;
}
.all-products-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.all-products-hero-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: var(--muted);
}
.all-products-hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all-products-hero-video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  border: 0;
  background: var(--forest-deep);
}
.all-products-hero-meta {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--cream);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.all-products-series-nav {
  padding: 32px 0;
  background: color-mix(in srgb, var(--khaki) 18%, var(--cream));
}
.all-products-series-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.all-products-series-card {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--cream);
  padding: 28px;
}
.all-products-series-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all-products-series-card > div:last-child {
  position: relative;
  z-index: 2;
  max-width: 640px;
}
.all-products-series-card small,
.all-products-series-card span {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.all-products-series-card h2 {
  margin: 12px 0 16px;
  color: var(--cream);
  font-size: clamp(34px, 4vw, 58px);
  line-height: .95;
}
.all-products-list-section { padding: 82px 0 96px; }
.all-products-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}
.all-products-grid .product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  background: var(--card);
  padding: 14px;
}
.all-products-grid .product-media { aspect-ratio: 4 / 4.4; }
.all-products-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.all-products-tags li {
  background: color-mix(in srgb, var(--khaki) 24%, var(--cream));
  color: var(--forest-deep);
  padding: 6px 8px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.all-products-note {
  color: var(--muted-foreground);
  font-size: 14px;
  line-height: 1.55;
}
.all-products-grid .product-actions {
  margin-top: auto;
  padding-top: 18px;
}
.all-products-grid .mini-btn { flex: 1; }
.all-products-guide-section {
  padding: 72px 0 96px;
  background: #0f321d;
  color: var(--cream);
}
.all-products-guide-panel {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}
.all-products-guide-panel h2 {
  max-width: 760px;
  color: var(--cream);
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
}
.all-products-guide-panel p {
  max-width: 620px;
  color: rgba(247,244,234,.7);
  font-size: 18px;
  line-height: 1.65;
}

@media (max-width: 1024px) {
  .hero-specs, .setup-cards, .category-grid, .product-grid, .guide-grid, .principle-grid, .seating-system-grid, .travel-feature-strip, .principle-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .about-top, .about-video-feature, .why-grid, .comfort-grid, .custom-panel, .amazon-card, .footer-grid, .lifestyle-head, .placeholder-shell, .why-hero-grid, .tested-grid, .support-hero-grid, .support-approach-grid, .support-newsletter-panel, .all-products-hero-grid, .all-products-series-grid { grid-template-columns: 1fr; }
  .all-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .all-products-guide-panel { display: block; }
  .support-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .support-story-carousel { grid-auto-columns: minmax(280px, 46%); }
  .support-hero-copy, .support-approach-copy { min-height: auto; }
  .support-hero-image, .support-approach-image, .support-hero-image img, .support-approach-image img { min-height: 460px; }
  .support-approach-image img {
    min-height: 600px;
    transform: translate(-5%, -54px);
  }
  .quiz-result-grid { grid-template-columns: 1fr; }
  .lineup-matrix-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .review-card { flex-basis: calc((100% - 24px) / 2); }
  .why-hero-panel, .why-hero-visual, .why-placeholder, .why-hero-image, .tested-visual, .tested-panel, .tested-thumb { height: auto; max-height: none; }
  .why-hero-visual, .why-placeholder, .why-hero-image, .tested-visual, .tested-thumb { min-height: 460px; }
  .travel-feature-strip article { min-height: 260px; }
  .customer-review-section .review-card { flex-basis: calc((100% - 24px) / 2); min-height: 260px; }
  .why-video-placeholder { min-height: 420px; }
  .lifestyle-head { min-height: auto; gap: 32px; }
  .category-grid article:nth-child(2n) { border-right: 0; }
  .category-grid article:nth-child(n+3) { border-top: 1px solid rgba(247,244,234,.18); }
  .comfort-image, .comfort-photo { min-height: 560px; }
  .comfort-copy { padding: 72px 40px; }
  .custom-panel {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 26px;
    padding: 40px;
  }
  .custom-actions {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .top-links, .setup-btn { display: none; }
  .hero { height: auto; min-height: 760px; }
  .hero-content { padding-bottom: 32px; }
  .hero-specs, .setup-cards, .category-grid, .product-grid, .guide-grid, .feature-grid, .question-grid, .custom-stats, .footer-links, .principle-grid, .seating-system-grid, .travel-feature-strip, .why-icon-points, .principle-strip-inner, .all-products-grid { grid-template-columns: 1fr; }
  .all-products-copy { padding: 32px; }
  .all-products-hero-card, .all-products-series-card { min-height: 360px; }
  .all-products-hero-video { min-height: 360px; }
  .section-head, .footer-bottom { display: block; }
  .comfort-quiz-hero { padding-block: 28px; }
  .quiz-intro h1 {
    font-size: clamp(42px, 13vw, 58px);
    line-height: .95;
  }
  .quiz-card, .recommendation-card { padding: 20px; }
  .quiz-option {
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 12px;
  }
  .quiz-option .option-letter {
    width: 30px;
    height: 30px;
  }
  .quiz-option .option-text { font-size: 15px; }
  .result-product-image-wrap { height: 150px; }
  .quiz-actions .btn,
  .result-actions .btn { width: 100%; }
  .comparison-section { padding: 54px 0 72px; }
  .comparison-head { display: block; }
  .mobile-table-note { display: block; margin-top: 18px; }
  .comparison-scroll { display: none; }
  .comparison-card-grid {
    display: grid;
    gap: 16px;
    margin-top: 28px;
  }
  .spec-product-card dl div { grid-template-columns: 1fr; gap: 6px; }
  .lineup-matrix-section { padding: 54px 0 72px; }
  .lineup-matrix-grid { grid-template-columns: 1fr; }
  .lineup-image { aspect-ratio: 16 / 10; }
  .why-hero-section, .travel-light-section, .tested-strong-section, .factory-video-section, .customer-review-section { padding: 48px 0; }
  .support-hero-section,
  .support-topics-section,
  .support-approach-section,
  .support-stories-section,
  .support-newsletter-section { padding: 54px 0; }
  .support-hero-copy, .support-approach-copy, .support-newsletter-panel { padding: 32px; }
  .support-hero-copy h1 { font-size: 48px; }
  .support-hero-copy p, .support-approach-copy > p { font-size: 17px; }
  .support-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .support-topic-grid article { min-height: 180px; padding: 20px; }
  .support-topic-grid h3 { margin-top: 34px; font-size: 20px; }
  .support-hero-image, .support-approach-image, .support-hero-image img, .support-approach-image img { min-height: 330px; }
  .support-approach-image img {
    min-height: 470px;
    transform: translate(-5%, -44px);
  }
  .support-story-carousel { grid-auto-columns: minmax(270px, 86%); }
  .support-story-carousel p { font-size: 20px; }
  .support-newsletter-panel form { display: block; }
  .support-newsletter-panel input { width: 100%; }
  .support-newsletter-panel button { width: 100%; min-height: 48px; }
  .why-hero-panel, .tested-panel { padding: 32px; }
  .why-hero-panel h1 { font-size: 48px; }
  .why-hero-panel p { font-size: 18px; }
  .why-hero-visual, .why-placeholder, .why-hero-image, .tested-visual, .tested-thumb { min-height: 340px; }
  .travel-feature-strip article { min-height: auto; }
  .feature-thumb { aspect-ratio: 16 / 9; }
  .factory-copy p { font-size: 17px; }
  .why-video-placeholder { min-height: auto; }
  .principle-strip-inner div { min-height: 92px; padding: 22px; }
  .about-wildhiker-section { padding: 72px 0; }
  .about-story-panel, .about-video-copy { padding: 32px; }
  .about-image-block, .about-image-placeholder, .about-image { min-height: 360px; }
  .principle-grid article { min-height: auto; }
  .principle-grid h3 { margin-top: 28px; }
  .about-video-feature { padding: 16px; }
  .review-phrase-wall { padding: 32px 0; }
  .review-proof-line { min-height: 84px; font-size: 10px; }
  .review-filter-chips { justify-content: flex-start; flex-wrap: wrap; }
  .review-carousel-head { align-items: flex-start; }
  .customer-review-section .review-card, .review-card { flex-basis: 100%; min-height: 320px; padding: 24px; }
  .review-card h4 { font-size: 24px; }
  .review-card p { font-size: 14px; }
  .ticker-row span { min-height: 38px; font-size: 10px; }
  .lifestyle-section { padding: 64px 0 72px; }
  .lifestyle-head h2 { font-size: 54px; }
  .line-lock { white-space: normal; }
  .category-grid article {
    min-height: 280px;
    padding: 32px 28px;
    border-right: 0;
    border-top: 1px solid rgba(247,244,234,.18);
  }
  .category-grid article:first-child { border-top: 0; }
  .category-grid h3 { margin-top: 48px; font-size: 26px; }
  .comfort-image, .comfort-photo { min-height: 420px; }
  .comfort-copy { padding: 56px 24px 64px; }
  .comfort-copy p { font-size: 18px; }
  .question-grid div { min-height: auto; padding: 24px; }
  .custom-section { padding-bottom: 56px; }
  .custom-panel { padding: 32px 24px; }
  .custom-copy h2 { font-size: 36px; }
  .custom-copy p { font-size: 16px; }
  .custom-tags { gap: 7px; }
  .custom-actions { width: 100%; }
  .custom-actions .btn { width: 100%; }
  .placeholder-copy { padding: 32px; }
  .placeholder-visual { min-height: 320px; }
  .seating-system-card, .collection-image { min-height: 420px; }
  h1 { font-size: 54px; }
}

@media (max-width: 860px) {
  .nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .mobile-menu[hidden] {
    display: none !important;
  }

  .mobile-menu {
    display: block;
    position: fixed;
    inset: 72px 0 auto;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid rgba(38,63,51,.18);
    background: rgba(247,244,234,.98);
    box-shadow: 0 18px 34px rgba(38,63,51,.16);
  }

  .mobile-menu-panel {
    display: grid;
    gap: 0;
    max-width: 720px;
    margin: 0 auto;
    padding: 10px 24px 22px;
  }

  .mobile-menu-panel a {
    display: flex;
    align-items: center;
    min-height: 46px;
    border-bottom: 1px solid rgba(58,96,76,.13);
    color: var(--forest-deep);
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .mobile-menu-panel a:last-child {
    margin-top: 10px;
    justify-content: center;
    border: 0;
    background: var(--forest);
    color: var(--cream);
    font-family: "JetBrains Mono", ui-monospace, monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .12em;
  }
}

@media (max-width: 749px) {
  .top-strip {
    display: none;
  }

.product-watch-v2 article {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  min-height: 0;
  height: auto;
}
.product-watch-v2 .product-watch-grid-v2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.product-watch-v2 article {
  width: 100%;
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
}

.product-watch-cover-v1 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.product-watch-cover-v1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-watch-v2 article .play-btn-v1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 4;
}


  .site-header {
    top: 0;
    z-index: 80;
    background: var(--background);
    backdrop-filter: none;
  }

  .nav-inner {
    min-height: 60px;
    padding-left: 18px;
    padding-right: 18px;
    gap: 12px;
  }

  .logo {
    font-size: 26px;
    letter-spacing: -.04em;
    line-height: 1;
  }

  .nav {
    display: none;
  }

  .nav-actions {
    gap: 8px;
  }

  .nav-actions .cart-btn {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 10px;
    font-size: 9px;
    letter-spacing: .08em;
  }

  .mobile-menu-toggle {
    display: block;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    padding: 8px;
    border-color: rgba(38,63,51,.32);
  }

  .mobile-menu {
    inset: 60px 0 auto;
    max-height: calc(100vh - 60px);
    background: var(--background);
    box-shadow: 0 14px 26px rgba(38,63,51,.14);
  }

  .mobile-menu-panel {
    max-width: none;
    padding: 6px 18px 18px;
  }

  .mobile-menu-panel a {
    min-height: 42px;
    font-size: 15px;
  }

  .comfort-quiz-hero {
    padding-block: 28px 36px;
  }

  .quiz-hero-inner {
    padding-inline: 24px;
  }

  .quiz-intro {
    max-width: none;
    margin-bottom: 18px;
  }

  .quiz-intro h1 {
    max-width: 100%;
    margin-top: 14px;
    font-size: clamp(40px, 10.5vw, 46px);
    line-height: 1.08;
    letter-spacing: 0;
  }

  .quiz-intro > p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.45;
  }

  .quiz-result-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .result-card {
    order: 1;
  }

  .quiz-card {
    order: 2;
  }

  .quiz-card,
  .recommendation-card {
    padding: 18px;
  }

  .quiz-progress {
    gap: 8px;
    font-size: 10px;
    letter-spacing: .14em;
  }

  .quiz-card h2 {
    margin: 14px 0 14px;
    font-size: 30px;
    line-height: 1.08;
  }

  .quiz-options {
    gap: 8px;
  }

  .quiz-option {
    min-height: 48px;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
    padding: 10px 12px;
  }

  .quiz-option .option-letter {
    width: 30px;
    height: 30px;
  }

  .quiz-option .option-text {
    font-size: 15px;
    line-height: 1.24;
  }

  .quiz-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
  }

  .quiz-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 12px 14px;
  }

  .recommendation-badge {
    padding: 7px 10px;
    font-size: 10px;
  }

  .result-product-image-wrap {
    height: 112px;
    margin-top: 14px;
    padding: 8px;
  }

  .result-kicker {
    margin-top: 12px;
    font-size: 10px;
    letter-spacing: .14em;
  }

  .recommendation-card h2 {
    margin: 10px 0 6px;
    font-size: 34px;
    line-height: 1;
  }

  .result-role {
    margin: 0;
    font-size: 16px;
  }

  .result-best {
    margin: 12px 0;
    padding: 12px;
  }

  .result-best strong {
    margin-top: 7px;
    font-size: 15px;
  }

  .recommendation-card p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.42;
  }

  .result-actions {
    gap: 8px;
    margin-top: 14px;
  }

  .result-actions .btn {
    width: 100%;
    min-height: 42px;
    padding: 11px 14px;
  }

  .footer {
    padding-top: 24px;
  }

  .footer-grid {
    display: block;
  }

  .footer-brand p {
    margin: 14px 0 0;
    font-size: 16px;
  }

  .footer form {
    margin-top: 20px;
  }

  .footer-brand small {
    margin-top: 12px;
    letter-spacing: .14em;
  }

  .footer-contact {
    display: grid;
    gap: 8px;
    padding: 14px 0 6px;
    border-bottom: 1px solid rgba(247,244,234,.18);
  }

  .footer-contact a {
    padding: 0;
  }

  .footer-links {
    display: block;
    margin-top: 12px;
  }

  .footer-link-group {
    border-bottom: 1px solid rgba(247,244,234,.16);
  }

  .footer h4 {
    margin: 0;
  }

  .footer h4 button {
    position: relative;
    min-height: 44px;
    padding: 13px 34px 13px 0;
    cursor: pointer;
  }

  .footer h4 button::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(247,244,234,.82);
    font-size: 18px;
    line-height: 1;
  }

  .footer-link-group.is-open h4 button::after {
    content: "-";
  }

  .footer-link-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .24s ease;
  }

  .footer-link-panel[hidden] {
    display: none;
  }

  .footer-link-group.is-open .footer-link-panel {
    max-height: 360px;
    padding-bottom: 14px;
  }

  .footer a {
    margin: 0;
    padding: 7px 0;
    font-size: 15px;
  }

  .footer .footer-contact a {
    padding: 0;
  }

  .footer-bottom {
    margin-top: 24px;
    padding-bottom: 28px;
  }

  .why-section,
  .setup-section,
  .chairs-section,
  .seating-system-section,
  .comparison-section,
  .lineup-matrix-section,
  .why-hero-section,
  .travel-light-section,
  .tested-strong-section,
  .factory-video-section,
  .customer-review-section,
  .support-hero-section,
  .support-topics-section,
  .support-approach-section,
  .support-stories-section,
  .support-newsletter-section,
  .all-products-list-section,
  .all-products-guide-section,
  .series-detail-page .series-section,
  .series-detail-page .series-feature-section,
  .series-detail-page .series-best-section,
  .series-detail-page .series-bottom-section {
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .about-wildhiker-section,
  .lifestyle-section {
    padding-top: 42px;
    padding-bottom: 46px;
  }

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

  .hero-content {
    position: relative;
    inset: auto;
    z-index: 2;
    min-height: 560px;
    justify-content: flex-end;
    padding-top: 72px;
    padding-bottom: 24px;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(15,50,29,.9) 0%, rgba(15,50,29,.58) 38%, rgba(15,50,29,.16) 62%, rgba(15,50,29,0) 100%),
      linear-gradient(to top, rgba(15,50,29,.84) 0%, rgba(15,50,29,.42) 40%, rgba(15,50,29,.08) 70%, rgba(15,50,29,0) 100%);
  }

  .hero-copy {
    max-width: min(82%, 500px);
    text-shadow: 0 2px 18px rgba(15,50,29,.5);
  }

  .hero-copy .glass-badge,
  .hero-copy p {
    display: none;
  }

  .hero-copy h1 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: .96;
  }

  .hero-ctas {
    margin-top: 18px;
    gap: 10px;
  }

  .hero-ctas .btn {
    min-width: min(100%, 280px);
    padding: 16px 20px;
    font-size: 13px;
  }

  .hero-specs {
    display: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(214px, 72%);
    grid-template-columns: none;
    gap: 10px;
    margin-top: 18px;
    overflow-x: auto;
    border: 0;
    background: transparent;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .hero-specs::-webkit-scrollbar {
    display: none;
  }

  .hero-specs div {
    min-height: auto;
    scroll-snap-align: start;
    border-left: 5px solid rgba(196,107,43,.95);
    border-top: 1px solid rgba(247,244,234,.22);
    border-bottom: 1px solid rgba(247,244,234,.22);
    padding: 13px 16px;
  }

  .hero-specs strong {
    font-size: 13px;
  }

  .hero-specs em {
    font-size: 9px;
    line-height: 1.45;
  }

  .section-head {
    gap: 12px;
  }

  .section-head h2 {
    margin-top: 14px;
    font-size: 34px;
    line-height: 1.08;
  }

  .why-grid {
    gap: 24px;
  }

  .feature-grid,
  .setup-cards,
  .category-grid,
  .seating-system-grid,
  .guide-grid,
  .question-grid {
    gap: 14px;
  }

  .setup-cards,
  .guide-grid {
    margin-top: 24px;
  }

  .setup-card {
    aspect-ratio: 16 / 11;
  }

  .lifestyle-head {
    gap: 18px;
  }

  .lifestyle-head h2 {
    font-size: 42px;
    line-height: 1.04;
  }

  .category-grid article {
    min-height: auto;
    padding: 24px;
  }

  .category-grid h3 {
    margin-top: 28px;
    font-size: 24px;
  }

  .category-grid p {
    margin-bottom: 0;
    font-size: 15px;
  }

  .seating-system-card,
  .collection-image {
    min-height: 360px;
  }

  .collection-image {
    object-position: 66% center;
  }

  .seating-system-card .card-gradient {
    display: block;
    background:
      linear-gradient(90deg, rgba(15,50,29,.56) 0%, rgba(15,50,29,.24) 42%, rgba(15,50,29,.08) 68%, rgba(15,50,29,0) 100%),
      linear-gradient(to top, rgba(15,50,29,.62) 0%, rgba(15,50,29,.3) 42%, rgba(15,50,29,.08) 68%, rgba(15,50,29,0) 100%);
  }

  .seating-system-copy {
    left: 24px;
    right: auto;
    bottom: 24px;
    max-width: min(72%, 390px);
    text-shadow: 0 2px 16px rgba(15,50,29,.46);
  }

  .seating-system-copy small,
  .seating-system-copy p {
    display: none;
  }

  .seating-system-copy h3 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.04;
  }

  .comfort-section {
    padding: 0;
  }

  .comfort-section .comfort-grid {
    display: block;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .comfort-copy {
    padding: 38px 24px 42px;
  }

  .comfort-image,
  .comfort-photo {
    min-height: 220px;
  }

  .comfort-copy h2 {
    max-width: 100%;
    margin-top: 16px;
    font-size: clamp(34px, 9.2vw, 40px);
    line-height: 1.08;
    letter-spacing: 0;
  }

  .comfort-copy p {
    max-width: none;
    font-size: 16px;
    line-height: 1.5;
  }

  .question-grid div {
    min-height: auto;
    padding: 18px;
  }

  .amazon-section {
    padding-bottom: 44px;
  }

  .amazon-card {
    gap: 18px;
    padding: 28px 24px;
  }

  .amazon-mark {
    width: 58px;
    height: 58px;
    font-size: 26px;
  }

  .amazon-card h3 {
    margin-top: 12px;
    font-size: 28px;
    line-height: 1.08;
  }

  .guides-section {
    padding-bottom: 44px;
  }

  .custom-bulk-page .custom-section {
    padding-top: 44px;
    padding-bottom: 48px;
  }

  .custom-bulk-page .custom-panel {
    gap: 18px;
    padding: 36px 24px;
  }

  .custom-bulk-page .custom-copy h1,
  .custom-bulk-page .custom-copy h2 {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 1.05;
  }

  .custom-bulk-page .custom-copy p {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.5;
  }

  .custom-bulk-page .custom-tags {
    gap: 8px;
    margin-top: 18px;
  }

  .custom-bulk-page .custom-actions {
    gap: 12px;
    padding-top: 4px;
  }

  .custom-bulk-page .custom-actions .btn {
    width: 100%;
  }

  .section-head h2,
  .comparison-head h2 {
    margin-top: 16px;
  }

  p {
    margin-top: 12px;
    margin-bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-left,
  .ticker-right {
    animation: none;
    transform: none;
  }
  .ticker-wrap {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
/* Integrated V1: Series Landing */
.series-page {
  background: #f4f0e6;
}

.series-hero {
  padding: 118px 0 72px;
  background:
    linear-gradient(135deg, rgba(47, 71, 58, 0.94), rgba(25, 31, 27, 0.92)),
    #2f473a;
  color: #fff;
}

.series-hero h1 {
  max-width: 820px;
  margin: 18px 0;
  font-size: clamp(3rem, 8vw, 7.4rem);
  line-height: .9;
  letter-spacing: -.05em;
}

.series-hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, .78);
  font-size: 1.1rem;
}

.series-band {
  padding: 56px 0;
}

.series-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  border-radius: 0;
}

.series-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.series-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(25, 31, 27, .82), rgba(25, 31, 27, .38), rgba(25, 31, 27, .08));
}

.series-card-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: 44px;
  color: #fff;
}

.series-card-copy small {
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .75rem;
  color: rgba(255, 255, 255, .7);
}

.series-card-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(2.6rem, 6vw, 5.6rem);
  line-height: .92;
  letter-spacing: -.04em;
}

.series-card-copy p {
  color: rgba(255, 255, 255, .78);
  font-size: 1.05rem;
}

.series-product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.series-product-links a {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .38);
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, .08);
}

.series-guide-bridge {
  padding: 86px 0;
  text-align: center;
}

.series-guide-bridge h2 {
  max-width: 760px;
  margin: 14px auto;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: .95;
  letter-spacing: -.04em;
}

.series-guide-bridge p {
  max-width: 680px;
  margin: 0 auto 28px;
}

@media (max-width: 760px) {
  .series-hero {
    padding: 82px 0 48px;
  }

  .series-card {
    min-height: 480px;
  }

  .series-card-copy {
    padding: 28px;
  }

  .series-overlay {
    background: linear-gradient(0deg, rgba(25, 31, 27, .88), rgba(25, 31, 27, .2));
  }
}

/* Integrated V1: Series Detail Pages */
.series-detail-page {
  background: var(--background);
}

.series-breadcrumb {
  border-bottom: 1px solid var(--border);
  background: var(--cream);
}

.series-breadcrumb .container {
  padding-top: 12px;
  padding-bottom: 12px;
  color: var(--forest);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.series-breadcrumb span {
  color: var(--khaki-deep);
}

.series-detail-page .series-detail-hero {
  padding: 64px 0 0;
}

.series-detail-page .series-hero-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 48px;
  align-items: end;
}

.series-detail-page .series-hero-copy h1 {
  max-width: 780px;
  margin: 0;
  color: var(--forest-deep);
  font-size: clamp(50px, 7vw, 92px);
  line-height: .96;
  letter-spacing: -.04em;
}

.series-detail-page .series-hero-copy p {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--muted-foreground);
  font-size: 18px;
  line-height: 1.65;
}

.series-detail-page .series-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.series-detail-page .series-hero-notes {
  display: grid;
  gap: 12px;
}

.series-detail-page .series-hero-notes small {
  color: var(--khaki-deep);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .24em;
}

.series-detail-page .series-hero-notes div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.series-detail-page .series-hero-notes span {
  border: 1px solid var(--border);
  background: var(--cream);
  padding: 10px;
  color: var(--forest);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.series-detail-page .series-hero-media {
  position: relative;
  margin: 48px 0 0;
  aspect-ratio: 21 / 9;
  overflow: hidden;
  border: 2px solid var(--border);
  background: var(--muted);
}

.series-detail-page .series-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.series-detail-page .series-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(38,63,51,.48), transparent 60%);
}

.series-detail-page .series-hero-media > .pixel-corners {
  position: absolute;
  inset: 20px;
  color: var(--cream);
}

.series-detail-page .series-hero-media figcaption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  color: var(--cream);
}

.series-detail-page .series-hero-media figcaption span {
  display: block;
  color: rgba(247,244,234,.78);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .24em;
}

.series-detail-page .series-hero-media figcaption strong {
  display: block;
  margin-top: 4px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.series-detail-page .series-section {
  padding: 86px 0;
}

.series-detail-page .series-section > .container > h2 {
  max-width: 820px;
  margin: 26px 0 0;
  color: var(--forest-deep);
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.05;
}

.series-detail-page .series-card-grid,
.series-detail-page .series-product-grid {
  margin-top: 44px;
  display: grid;
  gap: 18px;
}

.series-detail-page .series-card-grid.three,
.series-detail-page .series-product-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.series-detail-page .series-card-grid.two,
.series-detail-page .series-product-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.series-detail-page .series-icon-card,
.series-detail-page .series-compare-card,
.series-detail-page .series-product-card,
.series-detail-page .series-feature-grid article,
.series-detail-page .series-best-grid > div {
  position: relative;
  border: 2px solid var(--border);
  background: var(--cream);
}

.series-detail-page .series-icon-card,
.series-detail-page .series-compare-card {
  min-height: 260px;
  padding: 32px;
}

.series-detail-page .series-icon-card small,
.series-detail-page .series-compare-card small,
.series-detail-page .series-feature-grid small {
  color: var(--khaki-deep);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .24em;
}

.series-detail-page .series-icon-card h3,
.series-detail-page .series-compare-card h3,
.series-detail-page .series-feature-grid h3 {
  margin: 36px 0 0;
  color: var(--forest-deep);
  font-size: 24px;
  line-height: 1.1;
}

.series-detail-page .series-icon-card p,
.series-detail-page .series-compare-card p,
.series-detail-page .series-feature-grid p {
  margin: 12px 0 0;
  color: var(--muted-foreground);
  font-size: 14px;
  line-height: 1.65;
}

.series-detail-page .series-feature-section,
.series-detail-page .series-best-section {
  border-top: 2px solid var(--border);
  border-bottom: 2px solid var(--border);
  background: var(--cream);
}

.series-detail-page .series-feature-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 2px solid var(--border);
  background: var(--border);
}

.series-detail-page .series-feature-grid article {
  border: 0;
  background: var(--background);
  padding: 28px;
}

.series-detail-page .series-feature-grid i {
  float: right;
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--forest);
  color: var(--forest);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  font-style: normal;
}

.series-detail-page .series-product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.series-detail-page .series-product-card > .pixel-corners {
  position: absolute;
  inset: 12px;
  z-index: 3;
  color: var(--forest);
}

.series-detail-page .series-product-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-bottom: 2px solid var(--border);
  background: var(--background);
}

.series-detail-page .series-product-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 36px;
  mix-blend-mode: multiply;
}

.series-detail-page .series-product-media span {
  position: absolute;
  left: 18px;
  top: 18px;
  max-width: calc(100% - 36px);
  border: 2px solid var(--forest);
  background: var(--cream);
  padding: 7px 10px;
  color: var(--forest);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.series-detail-page .series-product-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.series-detail-page .series-product-copy h3 {
  margin: 0;
  color: var(--forest-deep);
  font-size: 28px;
}

.series-detail-page .series-product-copy p {
  margin: 10px 0 0;
  color: var(--muted-foreground);
  font-size: 14px;
  line-height: 1.65;
}

.series-detail-page .series-product-copy div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.series-detail-page .series-product-copy span {
  border: 1px solid var(--border);
  background: var(--background);
  padding: 6px 8px;
  color: var(--forest);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.series-detail-page .series-product-copy .btn {
  margin-top: auto;
  width: 100%;
}

.series-detail-page .series-best-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.series-detail-page .series-best-grid > div {
  min-height: 156px;
  padding: 24px;
}

.series-detail-page .series-best-grid > div > span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  background: var(--forest);
  color: var(--cream);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
}

.series-detail-page .series-best-grid > div > strong {
  display: block;
  margin-top: 22px;
  color: var(--forest-deep);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.1;
}

.series-detail-page .series-scene-card-grid {
  align-items: stretch;
}

.series-detail-page .series-scene-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  border: 2px solid var(--border);
  background: var(--background);
}

.series-detail-page .series-scene-card > .pixel-corners {
  position: absolute;
  inset: 10px;
  z-index: 2;
  color: var(--forest);
  pointer-events: none;
}

.series-detail-page .series-scene-image {
  position: relative;
  min-height: 132px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-bottom: 2px solid var(--border);
  background:
    linear-gradient(135deg, transparent 49.2%, rgba(38,63,51,.18) 50%, transparent 50.8%),
    linear-gradient(45deg, transparent 49.2%, rgba(38,63,51,.12) 50%, transparent 50.8%),
    color-mix(in srgb, var(--muted) 74%, var(--khaki));
  background-size: 28px 28px;
}

.series-detail-page .series-scene-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.series-detail-page .series-scene-image span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  border: 1px solid rgba(38,63,51,.22);
  background: rgba(247,244,234,.88);
  color: var(--forest);
  padding: 6px 8px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.series-detail-page .series-scene-card h3 {
  margin: 0;
  padding: 18px 20px 22px;
  color: var(--forest-deep);
  font-size: 22px;
  line-height: 1.05;
}

.series-detail-page .series-compare-card {
  border-color: var(--forest);
  background: var(--background);
}

.series-detail-page .series-compare-card a {
  display: inline-flex;
  margin-top: 24px;
  color: var(--forest);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.series-detail-page .series-bottom-section {
  padding-top: 0;
}

.series-detail-page .series-bottom-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 44px;
  align-items: center;
  border: 2px solid var(--border);
  background: var(--forest);
  color: var(--cream);
  padding: 50px;
}

.series-detail-page .series-bottom-cta > .pixel-grid-dense {
  position: absolute;
  inset: 0;
  opacity: .25;
}

.series-detail-page .series-bottom-cta > .pixel-corners {
  position: absolute;
  inset: 18px;
  z-index: 1;
  color: var(--cream);
}

.series-detail-page .series-bottom-cta > div:not(.pixel-corners):not(.pixel-grid-dense) {
  position: relative;
  z-index: 2;
}

.series-detail-page .series-bottom-cta small {
  color: var(--khaki);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .24em;
}

.series-detail-page .series-bottom-cta h2 {
  margin: 14px 0 0;
  color: var(--cream);
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.05;
}

.series-detail-page .series-bottom-cta p {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(247,244,234,.82);
}

.series-detail-page .series-bottom-cta .series-actions {
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .series-detail-page .series-hero-grid,
  .series-detail-page .series-bottom-cta {
    grid-template-columns: 1fr;
  }

  .series-detail-page .series-card-grid.three,
  .series-detail-page .series-product-grid.three,
  .series-detail-page .series-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .series-detail-page .series-best-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .series-detail-page .series-bottom-cta .series-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .series-detail-page .series-detail-hero,
  .series-detail-page .series-section {
    padding: 56px 0;
  }

  .series-detail-page .series-hero-copy h1 {
    font-size: 44px;
  }

  .series-detail-page .series-hero-notes div,
  .series-detail-page .series-card-grid.two,
  .series-detail-page .series-card-grid.three,
  .series-detail-page .series-product-grid.two,
  .series-detail-page .series-product-grid.three,
  .series-detail-page .series-feature-grid,
  .series-detail-page .series-best-grid {
    grid-template-columns: 1fr;
  }

  .series-detail-page .series-hero-media {
    aspect-ratio: 4 / 3;
  }

  .series-detail-page .series-icon-card,
  .series-detail-page .series-compare-card {
    min-height: auto;
    padding: 26px;
  }

  .series-detail-page .series-product-media {
    aspect-ratio: 1 / 1;
  }

  .series-detail-page .series-bottom-cta {
    padding: 34px 24px;
  }

  .series-detail-page .series-actions .btn {
    width: 100%;
  }
}

.product-watch-v2 article {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
}

.product-watch-cover-v1 {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
}

.product-watch-cover-v1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-watch-v2 article .card-gradient {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.product-watch-v2 article .play-btn-v1 {
  display: grid !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  z-index: 5 !important;
}

.product-watch-v2 article .watch-copy-v1 {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 28px;
  z-index: 3;
  color: var(--cream);
}

.product-watch-v2 article .watch-copy-v1 small,
.product-watch-v2 article .watch-copy-v1 h3,
.product-watch-v2 article .watch-copy-v1 p {
  color: var(--cream);
}

@media (max-width: 749px) {
  .product-watch-v2 .product-watch-grid-v2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-watch-v2 article {
    aspect-ratio: 16 / 9 !important;
    min-height: 0 !important;
    height: auto !important;
  }

  .product-watch-v2 article .watch-copy-v1 {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
}

.product-watch-v2 article .card-gradient {
  background:
    linear-gradient(90deg, rgba(15,50,29,.34) 0%, rgba(15,50,29,.18) 46%, rgba(15,50,29,.04) 100%),
    linear-gradient(to top, rgba(38,63,51,.28), transparent 62%);
}
/* Product page video cards - desktop/mobile final layout */
.product-watch-v2 {
  padding-top: 12px;
}

.product-watch-v2 .container {
  max-width: 1440px;
}

.product-watch-grid-v2 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

.product-watch-grid-v2.is-single {
  grid-template-columns: minmax(0, 760px) !important;
  justify-content: center !important;
}

.product-watch-v2 article {
  width: 100% !important;
  max-width: none !important;
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  max-height: none !important;
  height: auto !important;
  padding: 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

.product-watch-v2 article .card-gradient {
  background:
    linear-gradient(90deg, rgba(15,50,29,.22) 0%, rgba(15,50,29,.12) 46%, rgba(15,50,29,.02) 100%),
    linear-gradient(to top, rgba(38,63,51,.18), transparent 62%) !important;
}

.product-watch-cover-v1,
.product-watch-cover-v1 img {
  width: 100% !important;
  height: 100% !important;
}

.product-watch-cover-v1 img {
  object-fit: cover !important;
}

@media (max-width: 749px) {
  .product-watch-grid-v2 {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .product-watch-v2 article {
    aspect-ratio: 16 / 9 !important;
  }
}

.series-detail-page .series-product-card {
  position: relative;
  cursor: pointer;
}

.series-detail-page .series-product-card-link {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: block;
}

.series-detail-page .series-product-copy .btn {
  position: relative;
  z-index: 9;
}

.why-video-cover-link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.why-video-cover-link .why-video-media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.why-video-cover-link .play-btn-v1 {
  display: grid !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 4;
}
{% if factory_is_youtube %}
  <a class="why-video-cover-link" href="{{ factory_video_url }}" target="_blank" rel="noopener" aria-label="Watch Wildhiker factory video">
    <img class="why-video-media" src="{{ 'why-built-tested-thumbnail.jpg' | asset_url }}" alt="Wildhiker factory video preview" loading="lazy">
    <span class="play-btn-v1">▶</span>
  </a>
{% else %}

.video-modal-v1[hidden] {
  display: none !important;
}

.video-modal-v1 {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.video-modal-backdrop-v1 {
  position: absolute;
  inset: 0;
  background: rgba(15, 32, 24, .78);
}

.video-modal-dialog-v1 {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100vw - 32px));
}

.video-modal-frame-v1 {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-modal-frame-v1 iframe,
.video-modal-frame-v1 video {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.video-modal-close-v1 {
  position: absolute;
  right: 0;
  top: -48px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(247,244,234,.55);
  background: var(--cream);
  color: var(--forest-deep);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.video-modal-open-v1 {
  overflow: hidden;
}

/* Homepage [09] Weekend Guides - refined article cards */
.guides-section .guide-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.guides-section .guide-card {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--card);
  padding: 18px;
  color: var(--forest-deep);
}

.guides-section .guide-card > .pixel-corners {
  position: absolute;
  inset: 14px;
  z-index: 4;
  color: var(--forest-deep);
  pointer-events: none;
}

.guides-section .guide-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  object-position: center;
  border: 0;
}

.guides-section .guide-card > span {
  display: inline-flex;
  margin-top: 14px;
  background: color-mix(in srgb, var(--khaki) 22%, var(--cream));
  color: var(--forest);
  padding: 6px 10px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.guides-section .guide-card small {
  display: block;
  margin-top: 14px;
  color: var(--khaki-deep);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.guides-section .guide-card h3 {
  margin-top: 8px;
  color: var(--forest-deep);
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.08;
}

/* Homepage [03] Shop by Outdoor Setup - keep original scene-card layout */
.setup-section .setup-cards {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.setup-section .setup-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  min-height: 0;
  padding: 0;
  border: 0;
  background: var(--muted);
  color: var(--cream);
}

.setup-section .setup-card .photo-card {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.setup-section .setup-card .card-gradient {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(15,50,29,.78) 0%, rgba(15,50,29,.38) 45%, rgba(15,50,29,.08) 100%);
}

.setup-section .setup-card > .pixel-corners {
  position: absolute;
  inset: 16px;
  z-index: 3;
  color: var(--cream);
  pointer-events: none;
}

.setup-section .setup-copy {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  padding: 0;
  color: var(--cream);
}

.setup-section .setup-copy small {
  display: block;
  color: rgba(247,244,234,.78);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .22em;
}

.setup-section .setup-copy strong {
  display: block;
  margin-top: 6px;
  color: var(--cream);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

/* Typing cursor */
.type-text-line.is-typing::after,
.home-why-type.is-typing::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1.1em;
  margin-left: 5px;
  background: var(--khaki-deep);
  vertical-align: -.18em;
  animation: caret-blink 1s steps(2, start) infinite;
}

@media (max-width: 749px) {
  .guides-section .guide-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }

  .guides-section .guide-card h3 {
    font-size: 24px;
    line-height: 1.1;
  }

  .setup-section .setup-cards {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
  }

  .setup-section .setup-card {
    aspect-ratio: 16 / 11;
  }
}