/** Shopify CDN: Minification failed

Line 8:0 Unexpected "{"
Line 8:1 Expected identifier but found "%"
Line 8:69 Expected identifier but found "%"

**/
{%- comment -%} Homepage editorial styles — ClaudeDesign-inspired {%- endcomment -%}
.template-index {
  --home-gutter: var(--site-gutter);
  --home-max: 1280px;
  --home-wide: 1480px;
  --home-line: var(--border-color);
  --home-line-2: rgba(255, 255, 255, 0.04);
  --home-ink-2: var(--text-secondary);
  --home-ink-soft: var(--text-muted);
  --promo-height: 4.75rem;
}

.template-index .wrap {
  max-width: var(--home-max);
  margin-inline: auto;
  padding-inline: var(--home-gutter);
}
.template-index .wrap-wide {
  max-width: var(--home-wide);
  margin-inline: auto;
  padding-inline: var(--home-gutter);
}
.template-index .home-section {
  padding-block: clamp(64px, 10vw, 140px);
}
.template-index .head-block { margin-bottom: 0; }
.template-index .center { text-align: center; }

.template-index .eyebrow {
  font-family: var(--font-label);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent-gold);
  display: inline-flex;
  align-items: center;
  gap: 0.85em;
  margin-bottom: 1rem;
}
.template-index .eyebrow::before,
.template-index .eyebrow.center::after {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}
.template-index .eyebrow.center { justify-content: center; }

.template-index .display {
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 8vw, 6rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}
.template-index .h2 {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
}
.template-index .lead {
  font-size: clamp(1.125rem, 1.8vw, 1.35rem);
  color: var(--home-ink-2);
  line-height: 1.7;
  font-weight: 400;
  margin: 0;
}
.template-index .btn--lg {
  padding: 1.15em 2.4em;
  font-size: 0.9375rem;
}
.template-index .btn--line {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-gold);
  border-bottom: 1px solid var(--accent-gold);
  padding-bottom: 0.2em;
  transition: opacity 0.3s;
}
.template-index .btn--line:hover { opacity: 0.75; }
.template-index .hide-sm { display: inline; }
@media (max-width: 680px) {
  .template-index .hide-sm { display: none; }
  .template-index .display {
    font-size: clamp(2.25rem, 10vw, 2.75rem);
    letter-spacing: 0.06em;
  }
  .template-index .h2 {
    font-size: clamp(1.75rem, 7vw, 2.25rem);
  }
  .template-index .lead {
    font-size: 1rem;
  }
  .template-index .btn--lg {
    width: 100%;
    padding: 1em 1.5em;
  }
}

/* Hero — legacy selectors kept for non-cinematic variants */
.template-index .home-hero:not(.home-hero--cinematic) {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  margin-top: calc(-1 * (var(--header-height) + var(--promo-height)));
  padding-top: calc(var(--header-height) + var(--promo-height));
}
.template-index .home-hero__bg {
  position: absolute;
  inset: -8% -4% -4% -4%;
  z-index: -2;
  will-change: transform;
}
.template-index .home-hero:not(.home-hero--cinematic) .home-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) brightness(0.86);
}
.template-index .home-hero:not(.home-hero--cinematic)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(to top, rgba(8, 6, 6, 0.92) 0%, rgba(8, 6, 6, 0.4) 38%, rgba(8, 6, 6, 0.15) 60%, rgba(8, 6, 6, 0.55) 100%),
    radial-gradient(120% 90% at 18% 88%, rgba(8, 6, 6, 0.85), transparent 60%);
}
.template-index .home-hero__inner {
  width: 100%;
  max-width: var(--home-wide);
  margin: 0 auto;
  padding: 0 var(--home-gutter) clamp(56px, 9vh, 120px);
}
.template-index .home-hero .home-hero__lead,
.template-index .home-hero .lead {
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.55);
}
.template-index .home-hero h1:not(.home-hero__title) { max-width: 16ch; margin-bottom: 0.45em; }
.template-index .home-hero .lead { max-width: 46ch; margin-bottom: 1.4em; }
.template-index .home-hero__promo {
  margin-bottom: 1.75rem;
  max-width: min(100%, 52rem);
}
.template-index .home-hero__promo .promo-offers__card {
  background: rgba(8, 6, 6, 0.55);
}
.template-index .home-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.template-index .home-hero__credits {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 3rem;
  color: var(--home-ink-soft);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.template-index .home-hero__credits span { position: relative; padding-left: 26px; }
.template-index .home-hero__credits span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 1px;
  background: var(--accent-gold);
  opacity: 0.6;
}
.template-index .scroll-hint {
  position: absolute;
  right: var(--home-gutter);
  bottom: clamp(40px, 8vh, 80px);
  z-index: 2;
  writing-mode: vertical-rl;
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  gap: 18px;
}
.template-index .scroll-hint::after {
  content: "";
  width: 1px;
  height: 60px;
  background: linear-gradient(rgba(255, 255, 255, 0.85), transparent);
  animation: home-drip 2.4s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}
@keyframes home-drip {
  0% { transform: scaleY(0); transform-origin: top; }
  45% { transform: scaleY(1); transform-origin: top; }
  45.1% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}
@media (max-width: 680px) {
  .template-index .scroll-hint { display: none; }
}

/* Press marquee — sits directly below the homepage hero */
.template-index .shopify-section:has(.home-hero--cinematic) + .shopify-section .credentials {
  margin-top: 0;
  border-top: none;
}
.template-index .credentials {
  border-block: 1px solid var(--home-line-2);
  background: var(--bg-secondary);
  overflow: hidden;
  padding-block: 30px;
}
.template-index .credentials--light {
  background: #ececea;
  border-block-color: rgba(0, 0, 0, 0.06);
  padding-block: 1.85rem 2rem;
}
.template-index .credentials__heading {
  margin: 0 0 1rem;
  text-align: center;
  font-family: var(--font-label);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.48);
}
.template-index .credentials--light .credentials__heading {
  color: rgba(26, 26, 26, 0.48);
}
.template-index .credentials-marquee-wrapper { overflow: hidden; }
.template-index .credentials-marquee {
  display: flex;
  gap: 72px;
  align-items: center;
  white-space: nowrap;
  animation: home-marq 38s linear infinite;
  width: max-content;
}
.template-index .credentials-marquee:hover { animation-play-state: paused; }
.template-index .credential-item {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  font-weight: 600;
  color: var(--home-ink-soft);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-style: normal;
  opacity: 0.75;
  transition: color 0.4s, opacity 0.4s;
  flex-shrink: 0;
}
.template-index .credentials--light .credential-item__logo {
  height: clamp(1.85rem, 3.6vw, 2.65rem);
  max-width: clamp(8rem, 20vw, 14rem);
  opacity: 0.88;
  filter: none;
}
.template-index .credentials--light .credential-item:hover .credential-item__logo {
  opacity: 1;
}
.template-index .credential-item:hover { color: var(--accent-gold); opacity: 1; }
.template-index .credential-item + .credential-item::before {
  margin-inline: clamp(1.25rem, 3vw, 2.25rem);
  font-size: clamp(0.45rem, 0.9vw, 0.55rem);
}
.template-index .credentials--light .credential-item + .credential-item::before {
  content: none;
  display: none;
}
.template-index .credentials--light .credentials-track {
  gap: clamp(2.75rem, 6vw, 5.5rem);
}
@keyframes home-marq { to { transform: translateX(-50%); } }

/* Craft (legacy layout — superseded by craft--showcase on homepage) */
.template-index .craft:not(.craft--showcase) { background: var(--bg-primary); }
.template-index .craft:not(.craft--showcase) .craft-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 6vw, 90px);
  align-items: end;
  margin-bottom: clamp(48px, 7vw, 96px);
}
.template-index .craft:not(.craft--showcase) .craft-step {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(30px, 6vw, 84px);
  align-items: center;
  padding-block: clamp(40px, 6vw, 70px);
}
.template-index .craft:not(.craft--showcase) .craft-step:nth-child(even) .craft-text { order: 2; }
.template-index .craft:not(.craft--showcase) .craft-media {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--bg-tertiary);
}
.template-index .craft:not(.craft--showcase) .craft-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.template-index .craft:not(.craft--showcase) .craft-num {
  font-family: var(--font-label);
  font-size: 0.9375rem;
  color: var(--accent-gold);
  letter-spacing: 0.12em;
  margin-bottom: 1.2em;
  display: flex;
  align-items: center;
  gap: 0.8em;
}
.template-index .craft:not(.craft--showcase) .craft-num::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--accent-gold);
}
.template-index .craft:not(.craft--showcase) .craft-text h3 {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.7em;
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
}
.template-index .craft:not(.craft--showcase) .craft-text p {
  color: var(--home-ink-2);
  max-width: 42ch;
  font-size: 1.0625rem;
  line-height: 1.7;
}
.template-index .craft:not(.craft--showcase) .craft-spec {
  margin-top: 1.8em;
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}
.template-index .craft:not(.craft--showcase) .craft-spec div { border-left: 1px solid var(--home-line); padding-left: 16px; }
.template-index .craft:not(.craft--showcase) .craft-spec dt {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--home-ink-soft);
  margin-bottom: 0.3em;
}
.template-index .craft:not(.craft--showcase) .craft-spec dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 600;
}
@media (max-width: 820px) {
  .template-index .craft:not(.craft--showcase) .craft-intro,
  .template-index .craft:not(.craft--showcase) .craft-step { grid-template-columns: 1fr; gap: 28px; }
  .template-index .craft:not(.craft--showcase) .craft-step:nth-child(even) .craft-text { order: 0; }
}

/* Simulator */
.template-index .sim {
  background: linear-gradient(180deg, var(--bg-secondary), var(--bg-primary));
  padding-block: clamp(64px, 10vw, 140px);
}
.template-index .sim-lead { margin: 1rem auto 0; max-width: 54ch; }
.template-index .sim .head-block.center { margin-bottom: clamp(36px, 5vw, 64px); }
.template-index .sim-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.95fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: stretch;
}
.template-index .sim-stage {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/11;
  height: 100%;
  min-height: 100%;
  isolation: isolate;
  overflow: hidden;
  background: #000;
  border: 1px solid var(--home-line-2);
  cursor: grab;
  touch-action: none;
  user-select: none;
}
.template-index .sim-stage.sim-stage--hover {
  cursor: crosshair;
  touch-action: auto;
}
.template-index .sim-stage.grabbing { cursor: grabbing; }
.template-index .sim-stage.sim-stage--hover.grabbing { cursor: crosshair; }
.template-index .sim-base {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.template-index .sim-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.template-index .sim--webgl .sim-base {
  visibility: hidden;
}
.template-index .sim--loading .sim-canvas {
  opacity: 0.35;
  transition: opacity 0.25s ease;
}
.template-index .sim--webgl .sim-grid {
  z-index: 2;
}
.template-index .sim-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.35) 1px, transparent 1px);
  background-size: 12px 12px;
  mix-blend-mode: multiply;
}
.template-index .sim-ambient,
.template-index .sim-light {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: background 0.12s linear, opacity 0.12s linear;
}
.template-index .sim-light { mix-blend-mode: soft-light; }
.template-index .sim-ambient { mix-blend-mode: multiply; }
.template-index .sim-puck {
  position: absolute;
  width: 54px;
  height: 54px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 3;
}
.template-index .sim-puck::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4), 0 0 22px 4px var(--puck, #fff);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent 65%);
}
.template-index .sim-puck::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px var(--puck, #fff);
}
.template-index .sim-hint,
.template-index .sim-name {
  position: absolute;
  z-index: 3;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-primary);
  background: rgba(8, 6, 6, 0.45);
  backdrop-filter: blur(4px);
  padding: 0.5em 0.85em;
  border: 1px solid var(--home-line-2);
  pointer-events: none;
}
.template-index .sim-name { left: 16px; top: 14px; }
.template-index .sim-hint {
  left: 16px;
  bottom: 14px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  color: rgba(236, 230, 220, 0.6);
}
.template-index .sim-panel {
  position: relative;
  z-index: 1;
  min-width: 0;
  height: 100%;
  min-height: 100%;
  background: var(--bg-secondary);
  border: 1px solid var(--home-line-2);
  padding: clamp(22px, 2.4vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.template-index .sim-panel h4 {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--home-ink-soft);
  margin: 0 0 14px;
}
.template-index .sim-swatches { display: flex; gap: 10px; flex-wrap: wrap; }
.template-index .sim-swatches button {
  width: 46px;
  height: 60px;
  border: 1px solid var(--home-line);
  padding: 0;
  overflow: hidden;
  background: #000;
  cursor: pointer;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.template-index .sim-swatches img { width: 100%; height: 100%; object-fit: cover; }
.template-index .sim-swatches button:hover { transform: translateY(-2px); }
.template-index .sim-swatches button.active {
  border-color: var(--accent-gold);
  box-shadow: 0 0 0 1px var(--accent-gold);
}
.template-index .sim-ctrl-hint {
  margin: 8px 0 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--home-ink-soft);
}
.template-index .ctrl-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}
.template-index .ctrl-row label {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--home-ink-2);
}
.template-index .ctrl-row .val {
  font-family: ui-monospace, Menlo, monospace;
  font-size: 0.74rem;
  color: var(--accent-gold);
}
.template-index .sim-panel input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 2px;
  background: var(--home-line);
  outline: none;
  border-radius: 2px;
}
.template-index .sim-panel input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--accent-gold);
  cursor: pointer;
  border: 3px solid var(--bg-secondary);
  box-shadow: 0 0 0 1px var(--accent-gold);
}
.template-index .seg {
  display: flex;
  border: 1px solid var(--home-line);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.template-index .seg button {
  flex: 1;
  background: transparent;
  color: var(--home-ink-soft);
  border: 0;
  padding: 0.85em;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.template-index .seg button[aria-pressed="true"] {
  background: var(--accent-gold);
  color: var(--bg-primary);
  font-weight: 600;
}
.template-index .sim-panel .temp-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 18px;
  margin: 0;
  background: transparent;
  cursor: pointer;
}
.template-index .sim-panel .temp-range:focus {
  outline: none;
}
.template-index .sim-panel .temp-range:focus-visible::-webkit-slider-thumb {
  box-shadow: 0 0 0 2px var(--bg-secondary), 0 0 0 3px var(--accent-gold);
}
.template-index .sim-panel .temp-range::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffb070, #fff1de, #bcd2ff);
}
.template-index .sim-panel .temp-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin-top: -6px;
  border-radius: 50%;
  background: #ebe3d4;
  border: 2px solid var(--accent-gold);
  box-shadow: 0 0 0 1px rgba(197, 168, 128, 0.45);
  cursor: pointer;
}
.template-index .sim-panel .temp-range::-moz-range-track {
  height: 6px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffb070, #fff1de, #bcd2ff);
}
.template-index .sim-panel .temp-range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ebe3d4;
  border: 2px solid var(--accent-gold);
  box-shadow: 0 0 0 1px rgba(197, 168, 128, 0.45);
  cursor: pointer;
}
.template-index .sim-cta { margin-top: auto; width: 100%; text-align: center; }
@media (max-width: 880px) {
  .template-index .sim-layout { grid-template-columns: 1fr; }
  .template-index .sim-stage,
  .template-index .sim-panel {
    height: auto;
    min-height: 0;
  }
}

/* Featured products */
.template-index .products-section { padding-block: clamp(64px, 10vw, 140px); }
.template-index .products-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: clamp(28px, 4vw, 48px);
  text-align: left;
}
.template-index .products-section .section-tag {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent-gold);
  display: block;
  margin-bottom: 0.6rem;
}
.template-index .products-section .section-title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
}
.template-index .products-section .product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.6vw, 22px);
}
@media (max-width: 900px) {
  .template-index .products-section .product-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Trust band — base styles in gravity.css; index is full-bleed */
.template-index .home-trust { padding: 0; }
.template-index .home-trust .stat-row,
.template-index .home-trust .trust-grid {
  background: var(--home-line-2);
  border-color: var(--home-line-2);
}
.template-index .home-trust .stat .l,
.template-index .home-trust .trust-cell p {
  color: var(--home-ink-soft);
}

/* Testimonials */
.template-index .testimonials-featured { padding-block: clamp(64px, 10vw, 140px); }
.template-index .testimonials-featured .section-header.center { text-align: center; margin-bottom: 0; }
.template-index .testimonials-featured .section-tag {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent-gold);
  display: block;
  margin-bottom: 0.6rem;
}
.template-index .testimonials-featured .section-title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
}
.template-index .testimonials-featured__grid {
  gap: clamp(16px, 2vw, 28px);
  margin-top: clamp(28px, 4vw, 48px);
}
.template-index .testimonial-card {
  background: var(--bg-secondary);
  border: 1px solid var(--home-line-2);
  padding: clamp(28px, 3vw, 44px);
  margin: 0;
}
.template-index .testimonial-stars {
  color: var(--accent-gold);
  letter-spacing: 0.3em;
  font-size: 0.8rem;
  margin-bottom: 1.2em;
}
.template-index .testimonial-card__quote {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.1vw, 1.65rem);
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0 1.4em;
}

/* Packages */
.template-index .bundle-section { padding-block: clamp(64px, 10vw, 140px); }
.template-index .bundle-section__head {
  align-items: flex-end;
  gap: 1.5rem;
}
.template-index .bundle-section__promo {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-gold);
}
.template-index .bundle-section__view-all {
  flex-shrink: 0;
  white-space: nowrap;
}
.template-index .bundle-grid__cards {
  display: grid;
  gap: clamp(14px, 1.6vw, 20px);
  margin-top: clamp(32px, 4vw, 52px);
}
.template-index .bundle-grid__cards--uniform {
  align-items: stretch;
}
@media (min-width: 640px) {
  .template-index .bundle-grid__cards--uniform {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .template-index .bundle-grid__cards--uniform {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.template-index .bundle-grid__cards--tiered {
  align-items: stretch;
  gap: clamp(12px, 1.4vw, 18px);
}
@media (min-width: 901px) {
  .template-index .bundle-grid__cards--tiered {
    grid-template-columns: 1fr 1.12fr 1fr;
    align-items: center;
    padding-top: 0.5rem;
  }
}
.template-index .bundle-card {
  position: relative;
  background: var(--bg-secondary);
  border: 1px solid var(--home-line-2);
  padding: 0;
  display: flex;
  flex-direction: column;
  transition: border-color 0.45s ease, transform 0.45s ease, box-shadow 0.45s ease;
  border-radius: 0;
  height: 100%;
}
.template-index .bundle-card:hover {
  border-color: rgba(197, 168, 128, 0.45);
  transform: translateY(-4px);
}
.template-index .bundle-card--featured {
  background: linear-gradient(165deg, rgba(197, 168, 128, 0.12) 0%, var(--bg-tertiary) 42%, var(--bg-secondary) 100%);
  border-color: var(--accent-gold);
  box-shadow:
    0 0 0 1px rgba(197, 168, 128, 0.15),
    0 28px 64px rgba(0, 0, 0, 0.45);
  z-index: 2;
}
@media (min-width: 901px) {
  .template-index .bundle-grid__cards--tiered .bundle-card--featured {
    transform: scale(1.045);
  }
  .template-index .bundle-grid__cards--tiered .bundle-card--featured:hover {
    transform: scale(1.045) translateY(-6px);
    box-shadow:
      0 0 0 1px rgba(197, 168, 128, 0.28),
      0 36px 72px rgba(0, 0, 0, 0.5);
  }
}
.template-index .bundle-card__ribbon {
  margin: 0;
  padding: 0.65rem 1rem;
  background: var(--accent-gold);
  color: #09090b;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
}
.template-index .bundle-badge {
  margin: 1.15rem 1.25rem 0;
}
.template-index .bundle-card__body {
  padding: clamp(22px, 2.4vw, 32px);
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
}
.template-index .bundle-card--featured .bundle-card__body {
  padding-block: clamp(26px, 2.8vw, 36px);
}
.template-index .bundle-card__hook {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-gold);
}
.template-index .bundle-card__title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 0.35rem;
  line-height: 1.15;
}
.template-index .bundle-card--featured .bundle-card__title {
  font-size: clamp(1.5rem, 2vw, 1.95rem);
}
.template-index .bundle-card__spec-line {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin: 0 0 0.85rem;
}
.template-index .bundle-stack {
  gap: 0.75rem 1rem;
  margin: 0 0 1.35rem;
  padding: 1.25rem 1.125rem;
  border-color: rgba(255, 255, 255, 0.08);
}
.template-index .bundle-card--featured .bundle-stack {
  border-color: rgba(197, 168, 128, 0.22);
  background: rgba(197, 168, 128, 0.06);
}
.template-index .bundle-stack__tile {
  min-width: 0;
  padding: 0.875rem 0.5rem 0.75rem;
  gap: 0.625rem;
  background: rgba(9, 9, 11, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.template-index .bundle-stack--tiles-2,
.template-index .bundle-stack--tiles-3 {
  padding-inline: 0.625rem;
}
.template-index .bundle-stack__tile--bonus {
  box-shadow: 0 0 0 1px rgba(197, 168, 128, 0.1);
}
.template-index .bundle-stack__chips {
  gap: 0.375rem;
  min-height: 3.35rem;
}
.template-index .bundle-stack__chip {
  border-color: rgba(197, 168, 128, 0.5);
}
.template-index .bundle-stack__qty-num {
  font-size: 1.3rem;
}
.template-index .bundle-stack__qty-x {
  font-size: 0.875rem;
}
.template-index .bundle-stack__size {
  font-size: 0.78rem;
}
.template-index .bundle-stack__note {
  margin: -0.75rem 0 1.15rem;
  font-size: 0.78rem;
}
.template-index .bundle-card__desc {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0;
}
.template-index .bundle-card__includes-label {
  margin: 0.35rem 0 0.5rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-gold);
}
.template-index .bundle-card__perks {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.template-index .bundle-card__perks li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--text-primary);
}
.template-index .bundle-card__perks li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--accent-gold);
}
.template-index .bundle-card--featured .bundle-card__perks li::before {
  box-shadow: 0 0 0 2px rgba(197, 168, 128, 0.25);
}
.template-index .bundle-card__pricing {
  margin-top: auto;
  padding-top: 0.75rem;
  margin-bottom: 1.125rem;
}
.template-index .bundle-card__compare {
  text-decoration: line-through;
  color: var(--text-muted);
  font-size: 0.88rem;
  margin: 0 0 0.15rem;
}
.template-index .bundle-card__price {
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.8vw, 2.5rem);
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.template-index .bundle-card--featured .bundle-card__price {
  font-size: clamp(2.25rem, 3vw, 2.85rem);
  color: var(--text-primary);
}
.template-index .bundle-card__savings {
  margin: 0.4rem 0 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-gold);
}
.template-index .bundle-card .btn {
  width: 100%;
  justify-content: center;
}
.template-index .bundle-card--featured .btn-primary {
  padding-block: 1rem;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}
.template-index .bundle-section__footnote {
  margin: clamp(24px, 3vw, 36px) 0 0;
  text-align: center;
  font-size: 0.88rem;
  color: var(--text-secondary);
  max-width: 36rem;
  margin-inline: auto;
}
@media (max-width: 900px) {
  .template-index .bundle-grid__cards--uniform {
    grid-template-columns: 1fr;
  }
  .template-index .bundle-grid__cards,
  .template-index .bundle-grid__cards--tiered {
    grid-template-columns: 1fr;
  }
  .template-index .bundle-grid__cards--tiered .bundle-card--featured {
    transform: none;
    order: -1;
  }
  .template-index .bundle-section__head {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Blog */
.template-index .blog-highlight { padding-block: clamp(64px, 10vw, 140px); }
.template-index .blog-highlight__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 28px);
}
@media (max-width: 900px) {
  .template-index .blog-highlight__grid { grid-template-columns: 1fr; }
}

/* Story / contact band — centered dual close, aligned to page width */
.template-index .story-contact {
  padding: clamp(4rem, 8vw, 6.5rem) 0 clamp(5rem, 10vw, 7rem);
  background: var(--bg-primary);
}

.template-index .story-contact .story-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.35rem);
  max-width: var(--home-max);
  margin-inline: auto;
  padding-inline: var(--home-gutter);
  width: 100%;
  background: transparent;
  border: none;
}

.template-index .story-contact__card {
  background: var(--bg-secondary);
  padding: clamp(2.5rem, 5vw, 3.75rem) clamp(1.75rem, 4vw, 2.75rem);
  border: 1px solid var(--home-line-2);
  border-radius: var(--radius-lg, 16px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(240px, 28vw, 320px);
}

.template-index .story-contact__card .section-tag {
  justify-content: center;
}

.template-index .story-contact__card .section-title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  max-width: 22ch;
  margin-inline: auto;
  text-wrap: balance;
}

.template-index .story-contact__card p {
  color: var(--home-ink-soft);
  max-width: 42ch;
  margin-inline: auto;
  text-wrap: balance;
}

.template-index .story-contact__card .btn {
  margin-top: 1.35rem;
}

@media (max-width: 760px) {
  .template-index .story-contact .story-contact__grid {
    grid-template-columns: 1fr;
  }

  .template-index .story-contact__card {
    min-height: 0;
  }
}

/* Cinematic hero — full-brightness photography with gradient scrim */
.template-index .home-hero--cinematic .home-hero__img {
  filter: none;
}
.template-index .home-hero--cinematic::before {
  content: none;
  display: none;
}
