/** Shopify CDN: Minification failed

Line 703:0 All "@import" rules must come first

**/
/* ============================================================
   Travel Neck Pillow — Variant 6m "Atelier × Wanderlust" (MOBILE-FIRST)
   Base styles target ~390px viewport.
   @media (min-width:640px) adds tablet enhancements.
   @media (min-width:1024px) restores full desktop layout.
   All selectors scoped under .tnpv6m (V4 design + V3 content) to avoid theme collisions.
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;1,6..72,400;1,6..72,500&display=swap");

.tnpv6m {
  --bone: #F8F3EC;
  --blush: #F2DAC6;
  --blush-2: #EBC9AC;
  --terra: #C9663F;
  --terra-d: #A24B27;
  --plum: #3D2540;
  --plum-2: #5B3A60;
  --sage: #A6BA94;
  --ink: #241419;
  --muted: #8F7A6E;
  --line: rgba(36, 20, 25, 0.12);

  background: var(--bone);
  color: var(--ink);
  font-family: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-wrap: pretty;
  -webkit-font-smoothing: antialiased;
}
.tnpv6m *,
.tnpv6m *::before,
.tnpv6m *::after { box-sizing: border-box; }

.tnpv6m a { color: inherit; text-decoration: none; }
.tnpv6m button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
.tnpv6m img,
.tnpv6m svg { max-width: 100%; display: block; }

.tnpv6m .serif { font-family: "Newsreader", Georgia, serif; }
.tnpv6m .eyebrow {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--terra);
}
.tnpv6m .wrap { max-width: 1320px; margin: 0 auto; padding: 0 20px; }

/* Section head + title */
.tnpv6m .sec-head { margin-bottom: 36px; }
.tnpv6m .sec-title {
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 700;
  font-size: clamp(38px, 9vw, 88px); line-height: 0.95; letter-spacing: -0.035em;
}
.tnpv6m .sec-title em {
  font-family: "Newsreader", serif; font-style: italic;
  color: var(--terra); font-weight: 500;
}
.tnpv6m .sec-lede {
  font-family: "Newsreader", serif; font-size: 17px;
  line-height: 1.5; color: var(--plum-2); margin-top: 14px;
}

/* Module spacing */
.tnpv6m .module {
  padding: 64px 0; border-bottom: 1px solid var(--line);
}

/* Buttons */
.tnpv6m .btn {
  padding: 16px 22px; border-radius: 99px; font-size: 14px; font-weight: 600;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  transition: all .2s; letter-spacing: 0.01em;
  font-family: "Bricolage Grotesque", sans-serif;
  min-height: 48px; width: 100%;
}
.tnpv6m .btn-primary { background: var(--terra); color: #fff; }
.tnpv6m .btn-primary:active { background: var(--terra-d); }
.tnpv6m .btn-ghost {
  background: transparent; color: var(--ink); border: 1px solid var(--ink);
  width: auto; flex-shrink: 0; padding: 0 18px;
}

/* ================== HERO ================== */
.tnpv6m-hero { padding: 16px 0 32px; }
.tnpv6m-hero .hero-frame {
  position: relative; background: var(--blush);
  border-radius: 18px; padding: 24px 20px 28px;
  overflow: hidden; border: 1px solid var(--line);
}
.tnpv6m-hero .hero-frame::before {
  content: ""; position: absolute; top: -100px; right: -100px;
  width: 260px; height: 260px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 102, 63, 0.22), transparent 65%);
  pointer-events: none;
}
.tnpv6m-hero .hero-frame::after {
  content: ""; position: absolute; bottom: -100px; left: -100px;
  width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle, rgba(166, 186, 148, 0.25), transparent 65%);
  pointer-events: none;
}
.tnpv6m-hero .hero-meta {
  display: flex; justify-content: space-between; align-items: center;
  position: relative; z-index: 3; gap: 12px; margin-bottom: 18px; flex-wrap: wrap;
}
.tnpv6m-hero .issue-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Newsreader", serif; font-style: italic;
  font-size: 14px; color: var(--plum);
}
.tnpv6m-hero .issue-tag .bullet { width: 7px; height: 7px; background: var(--terra); border-radius: 50%; }
.tnpv6m-hero .issue-tag b {
  font-family: "Bricolage Grotesque", sans-serif; font-style: normal;
  font-weight: 700; font-size: 11px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--ink);
}
.tnpv6m-hero .review-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--bone); border: 1px solid var(--line);
  padding: 6px 12px; border-radius: 99px; font-size: 12px; color: var(--ink);
}
.tnpv6m-hero .review-chip .stars { color: var(--terra); letter-spacing: 1.5px; font-size: 13px; }
.tnpv6m-hero .review-chip b { font-weight: 700; }

.tnpv6m-hero .hero-title {
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 800;
  font-size: clamp(56px, 16vw, 180px); line-height: 0.88;
  letter-spacing: -0.045em; color: var(--ink);
  position: relative; z-index: 2; margin-bottom: 20px;
}
.tnpv6m-hero .hero-title .l1 { display: block; }
.tnpv6m-hero .hero-title .l2 {
  display: block; font-family: "Newsreader", serif; font-style: italic;
  font-weight: 500; color: var(--terra); font-size: 0.92em; letter-spacing: -0.02em;
}
.tnpv6m-hero .hero-title .l2 sup {
  font-family: "Bricolage Grotesque", sans-serif; font-style: normal;
  font-weight: 600; font-size: 0.16em; color: var(--plum);
  vertical-align: super; letter-spacing: 0.18em;
  text-transform: uppercase; margin-left: 6px;
}

.tnpv6m-hero .hero-product {
  position: relative; z-index: 3;
  width: 75%; max-width: 300px; margin: 0 auto 8px;
  aspect-ratio: 1;
  filter: drop-shadow(0 18px 30px rgba(61, 37, 64, 0.22));
}
.tnpv6m-hero .hero-product img { width: 100%; height: 100%; object-fit: contain; }
.tnpv6m-hero .hero-product svg { width: 100%; height: 100%; }

.tnpv6m-hero .hero-chips {
  display: flex; flex-wrap: wrap; gap: 8px;
  position: relative; z-index: 3; margin-top: 8px; justify-content: center;
}
.tnpv6m-hero .h-chip {
  padding: 8px 14px; border-radius: 99px;
  font-size: 12px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 6px; line-height: 1;
}
.tnpv6m-hero .h-chip.sage  { background: var(--sage); color: var(--plum); }
.tnpv6m-hero .h-chip.ink   { background: var(--ink);  color: var(--blush); }
.tnpv6m-hero .h-chip.terra { background: var(--terra); color: var(--bone); }
.tnpv6m-hero .h-chip em {
  font-family: "Newsreader", serif; font-style: italic;
  font-weight: 500; font-size: 13px;
}

.tnpv6m-hero .hero-action {
  margin-top: 24px; position: relative; z-index: 3;
  background: var(--bone); border-radius: 14px;
  padding: 20px; border: 1px solid var(--line);
}
.tnpv6m-hero .price-block { display: flex; flex-direction: column; gap: 4px; margin-bottom: 16px; }
.tnpv6m-hero .price-block .label {
  font-family: "Bricolage Grotesque", sans-serif; font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--plum); font-weight: 600;
}
.tnpv6m-hero .price-row { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.tnpv6m-hero .price {
  font-family: "Bricolage Grotesque", sans-serif; font-size: 42px;
  font-weight: 700; letter-spacing: -0.035em; line-height: 1;
}
.tnpv6m-hero .price-row .strike { text-decoration: line-through; color: var(--muted); font-size: 16px; }
.tnpv6m-hero .price-row .save {
  background: var(--ink); color: var(--bone);
  font-size: 10px; font-weight: 600; letter-spacing: 0.1em;
  padding: 5px 9px; border-radius: 99px; text-transform: uppercase;
}
.tnpv6m-hero .price-block .emi {
  font-family: "Newsreader", serif; font-style: italic;
  font-size: 13px; color: var(--plum-2); margin-top: 4px;
}

.tnpv6m-hero .swatch-row {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 14px;
}
.tnpv6m-hero .swatch-row .lbl {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--plum); font-weight: 600; width: 100%;
}
.tnpv6m-hero .swatch {
  width: 38px; height: 38px; border-radius: 50%;
  border: 2px solid transparent; cursor: pointer;
  display: grid; place-items: center; transition: all .2s; padding: 0;
}
.tnpv6m-hero .swatch span {
  width: 28px; height: 28px; border-radius: 50%;
  display: block; border: 1px solid rgba(0, 0, 0, 0.08);
}
.tnpv6m-hero .swatch.active { border-color: var(--ink); }
.tnpv6m-hero .swatch-name {
  font-family: "Newsreader", serif; font-style: italic;
  font-size: 13px; color: var(--plum-2);
}

.tnpv6m-hero .cta-row { display: flex; gap: 8px; }
.tnpv6m-hero .product-form { width: 100%; display: flex; flex-direction: column; gap: 0; }

/* ================== TRUST (mobile horizontal scroll) ================== */
.tnpv6m-trust {
  padding: 24px 0; border-bottom: 1px solid var(--line);
  overflow-x: auto; scrollbar-width: none;
}
.tnpv6m-trust::-webkit-scrollbar { display: none; }
.tnpv6m-trust .trust-grid {
  display: flex; gap: 18px; padding: 0 20px; min-width: max-content;
}
.tnpv6m-trust .trust-grid > div {
  display: flex; gap: 10px; align-items: center;
  background: var(--bone); padding: 12px 14px;
  border: 1px solid var(--line); border-radius: 10px; flex-shrink: 0;
}
.tnpv6m-trust .trust-grid svg { color: var(--terra); flex-shrink: 0; }
.tnpv6m-trust .trust-grid b { display: block; font-size: 13px; font-weight: 600; color: var(--ink); white-space: nowrap; }
.tnpv6m-trust .trust-grid span { display: block; font-size: 11px; color: var(--muted); margin-top: 1px; white-space: nowrap; }

/* ================== BENTO ================== */
.tnpv6m-bento .bento { display: grid; grid-template-columns: 1fr; gap: 12px; }
.tnpv6m-bento .bt {
  border-radius: 16px; padding: 24px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; overflow: hidden; border: 1px solid var(--line); min-height: 200px;
}
.tnpv6m-bento .bt h3 {
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 700;
  font-size: 24px; line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 8px;
}
.tnpv6m-bento .bt h3 em {
  font-family: "Newsreader", serif; font-style: italic;
  font-weight: 500; color: var(--terra);
}
.tnpv6m-bento .bt p { font-size: 14px; line-height: 1.5; color: var(--plum-2); }
.tnpv6m-bento .bt .tag {
  font-family: "Bricolage Grotesque", sans-serif; font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--terra); font-weight: 600; margin-bottom: 12px; display: block;
}
.tnpv6m-bento .bt .big-num {
  font-family: "Bricolage Grotesque", sans-serif; font-size: 80px;
  font-weight: 800; line-height: 0.85; letter-spacing: -0.05em;
  color: var(--ink); margin-top: 18px;
}
.tnpv6m-bento .bt .big-num em {
  font-family: "Newsreader", serif; font-style: italic;
  font-weight: 500; color: var(--terra); font-size: 0.45em; vertical-align: super;
}
.tnpv6m-bento .bg-blush  { background: var(--blush); }
.tnpv6m-bento .bg-bone   { background: var(--bone); }
.tnpv6m-bento .bg-ink    { background: var(--ink); color: var(--bone); }
.tnpv6m-bento .bg-ink p  { color: rgba(248, 243, 236, 0.7); }
.tnpv6m-bento .bg-ink .tag { color: var(--blush); }
.tnpv6m-bento .bg-ink h3 em { color: var(--blush); }
.tnpv6m-bento .bg-sage   { background: var(--sage); }
.tnpv6m-bento .bg-plum   { background: var(--plum); color: var(--bone); }
.tnpv6m-bento .bg-plum p { color: rgba(248, 243, 236, 0.65); }
.tnpv6m-bento .bg-plum .tag { color: var(--blush); }
.tnpv6m-bento .bg-plum h3 em { color: var(--blush); }
.tnpv6m-bento .bg-blush2 { background: var(--blush-2); }
.tnpv6m-bento .bg-dashed { background: var(--bone); border: 1px dashed var(--terra); }

/* ================== MATERIALS ================== */
.tnpv6m-materials { padding: 64px 0; background: var(--blush); border-bottom: 1px solid var(--line); }
.tnpv6m-materials .mat-row { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 36px; }
.tnpv6m-materials .mat-card {
  background: var(--bone); border-radius: 16px; overflow: hidden;
  display: grid; grid-template-columns: 120px 1fr; border: 1px solid var(--line);
}
.tnpv6m-materials .mat-pic { position: relative; overflow: hidden; }
.tnpv6m-materials .mat-pic img { width: 100%; height: 100%; object-fit: cover; }
.tnpv6m-materials .mat-1 { background: radial-gradient(circle at 30% 30%, #5C3D26, #2A1A0F); }
.tnpv6m-materials .mat-2 { background: radial-gradient(circle at 30% 30%, #D67D54, #7A3818); }
.tnpv6m-materials .mat-3 { background: radial-gradient(circle at 30% 30%, #A6BA94, #5B6E48); }
.tnpv6m-materials .mat-4 { background: radial-gradient(circle at 30% 30%, #E8C485, #8A6428); }
.tnpv6m-materials .mat-pic .num {
  position: absolute; top: 10px; left: 12px;
  font-family: "Newsreader", serif; font-style: italic;
  color: var(--bone); font-size: 18px;
}
.tnpv6m-materials .mat-body { padding: 16px 18px; display: flex; flex-direction: column; gap: 6px; }
.tnpv6m-materials .mat-body h4 {
  font-family: "Bricolage Grotesque", sans-serif; font-size: 17px;
  font-weight: 600; letter-spacing: -0.01em;
}
.tnpv6m-materials .mat-body p { font-size: 13px; color: var(--muted); line-height: 1.5; }
.tnpv6m-materials .mat-spec {
  margin-top: 6px; font-family: "Newsreader", serif; font-style: italic;
  color: var(--terra); font-size: 13px;
}

/* ================== TIMELINE ================== */
.tnpv6m-timeline { padding: 64px 0; border-bottom: 1px solid var(--line); }
.tnpv6m-timeline .tl-track {
  margin-top: 36px; display: flex; flex-direction: column; gap: 0;
  position: relative; padding-left: 32px;
}
.tnpv6m-timeline .tl-track::before {
  content: ""; position: absolute; top: 12px; bottom: 12px;
  left: 8px; width: 2px; border-left: 2px dashed var(--terra);
}
.tnpv6m-timeline .tl-step { position: relative; padding: 12px 0 24px; }
.tnpv6m-timeline .tl-step::before {
  content: ""; position: absolute; left: -32px; top: 14px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--bone); border: 2px solid var(--terra); z-index: 2;
}
.tnpv6m-timeline .tl-time {
  display: inline-flex; align-items: center;
  background: var(--bone); border: 1px solid var(--line);
  padding: 6px 12px; border-radius: 99px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600; font-size: 12px; color: var(--ink); margin-bottom: 8px;
}
.tnpv6m-timeline .tl-step h4 {
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 700;
  font-size: 20px; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 6px;
}
.tnpv6m-timeline .tl-step h4 em {
  font-family: "Newsreader", serif; font-style: italic;
  color: var(--terra); font-weight: 500;
}
.tnpv6m-timeline .tl-step p { font-size: 14px; color: var(--plum-2); line-height: 1.55; }

/* ================== COMPARE ================== */
.tnpv6m-compare { padding: 64px 0; background: var(--bone); border-bottom: 1px solid var(--line); }
.tnpv6m-compare .ctable-wrap {
  margin-top: 32px; overflow-x: auto;
  border-radius: 16px; border: 1px solid var(--line);
  background: var(--bone); -webkit-overflow-scrolling: touch;
}
.tnpv6m-compare .ctable {
  width: 100%; border-collapse: separate; border-spacing: 0;
  font-size: 13px; min-width: 580px;
}
.tnpv6m-compare .ctable th,
.tnpv6m-compare .ctable td {
  padding: 14px 16px; text-align: left;
  border-bottom: 1px solid var(--line); vertical-align: middle; white-space: nowrap;
}
.tnpv6m-compare .ctable tr:last-child td { border-bottom: 0; }
.tnpv6m-compare .ctable thead th {
  font-family: "Bricolage Grotesque", sans-serif; font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
  background: var(--bone); position: sticky; top: 0;
}
.tnpv6m-compare .ctable thead th.us { background: var(--terra); color: #fff; }
.tnpv6m-compare .ctable td.us { background: rgba(201, 102, 63, 0.07); font-weight: 600; color: var(--ink); }
.tnpv6m-compare .ctable td.feat {
  font-family: "Newsreader", serif; font-size: 15px; color: var(--ink);
  position: sticky; left: 0; background: var(--bone);
}
.tnpv6m-compare .check { color: #5C7C42; font-weight: 700; }
.tnpv6m-compare .x { color: #9C4423; }
.tnpv6m-compare .scroll-hint {
  font-size: 11px; color: var(--muted); text-align: right; margin-top: 8px;
  font-family: "Newsreader", serif; font-style: italic;
}

/* ================== REVIEWS ================== */
.tnpv6m-reviews { padding: 64px 0; border-bottom: 1px solid var(--line); background: var(--blush); }
.tnpv6m-reviews .rev-rating-card {
  background: var(--bone); border-radius: 16px;
  padding: 20px; border: 1px solid var(--line); margin-bottom: 32px;
}
.tnpv6m-reviews .rev-rating-row { display: flex; align-items: baseline; gap: 14px; margin-bottom: 14px; }
.tnpv6m-reviews .rev-big {
  font-family: "Bricolage Grotesque", sans-serif; font-size: 48px;
  font-weight: 700; letter-spacing: -0.04em; line-height: 1;
}
.tnpv6m-reviews .rev-stars { color: var(--terra); font-size: 16px; letter-spacing: 2px; }
.tnpv6m-reviews .rev-out { font-size: 12px; color: var(--muted); }
.tnpv6m-reviews .rev-bars { display: flex; flex-direction: column; gap: 6px; font-size: 11px; }
.tnpv6m-reviews .rev-bar-row {
  display: grid; grid-template-columns: 40px 1fr 36px;
  align-items: center; gap: 8px; color: var(--muted);
}
.tnpv6m-reviews .rev-bar { height: 5px; background: var(--blush); border-radius: 99px; overflow: hidden; }
.tnpv6m-reviews .rev-bar > div { height: 100%; background: var(--terra); border-radius: 99px; }

.tnpv6m-reviews .polaroids { display: grid; grid-template-columns: 1fr; gap: 16px; }
.tnpv6m-reviews .polaroid {
  background: var(--bone); padding: 14px 14px 18px; border-radius: 6px;
  box-shadow: 0 12px 20px -12px rgba(36, 20, 25, 0.18);
  display: flex; flex-direction: column; gap: 12px;
}
.tnpv6m-reviews .polaroid:nth-child(odd) { transform: rotate(-0.8deg); }
.tnpv6m-reviews .polaroid:nth-child(even) { transform: rotate(0.8deg); }
.tnpv6m-reviews .polaroid .pic {
  aspect-ratio: 4/3; border-radius: 4px;
  background: var(--blush-2); position: relative; overflow: hidden;
}
.tnpv6m-reviews .polaroid .pic img { width: 100%; height: 100%; object-fit: cover; }
.tnpv6m-reviews .polaroid .pic.p1 { background: linear-gradient(135deg, #5B7894, #243E5D); }
.tnpv6m-reviews .polaroid .pic.p2 { background: linear-gradient(135deg, #C9663F, #7A3818); }
.tnpv6m-reviews .polaroid .pic.p3 { background: linear-gradient(135deg, #A6BA94, #5B6E48); }
.tnpv6m-reviews .polaroid .pic.p4 { background: linear-gradient(135deg, #3D2540, #1A0F1C); }
.tnpv6m-reviews .polaroid .pic .ph {
  position: absolute; bottom: 8px; left: 10px;
  color: rgba(248, 243, 236, 0.55); font-size: 9px;
  letter-spacing: 0.14em; text-transform: uppercase;
}
.tnpv6m-reviews .polaroid .quote {
  font-family: "Newsreader", serif; font-size: 15px; line-height: 1.4; color: var(--ink);
}
.tnpv6m-reviews .polaroid .who {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 8px; border-top: 1px solid var(--line); font-size: 12px;
}
.tnpv6m-reviews .polaroid .who b { font-weight: 600; color: var(--ink); }
.tnpv6m-reviews .polaroid .who span { color: var(--muted); }
.tnpv6m-reviews .polaroid .stars { color: var(--terra); font-size: 12px; letter-spacing: 1px; }

/* ================== BUNDLES ================== */
.tnpv6m-bundles { padding: 64px 0; border-bottom: 1px solid var(--line); }
.tnpv6m-bundles .bundle-grid { display: flex; flex-direction: column; gap: 14px; margin-top: 32px; }
.tnpv6m-bundles .bundle {
  background: var(--bone); border: 1px solid var(--line); border-radius: 16px;
  padding: 22px; display: flex; flex-direction: column; gap: 14px; position: relative;
}
.tnpv6m-bundles .bundle.feat { background: var(--ink); color: var(--bone); border-color: var(--ink); }
.tnpv6m-bundles .bundle.feat p { color: rgba(248, 243, 236, 0.7); }
.tnpv6m-bundles .bundle .pop-pill {
  position: absolute; top: -12px; left: 22px;
  background: var(--terra); color: #fff;
  font-size: 10px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; padding: 5px 11px; border-radius: 99px;
}
.tnpv6m-bundles .bundle h4 {
  font-family: "Newsreader", serif; font-style: italic;
  font-size: 22px; font-weight: 500;
}
.tnpv6m-bundles .bundle.feat h4 { color: var(--bone); }
.tnpv6m-bundles .bundle .bp {
  font-family: "Bricolage Grotesque", sans-serif; font-size: 32px;
  font-weight: 700; letter-spacing: -0.03em; line-height: 1;
}
.tnpv6m-bundles .bundle.feat .bp { color: var(--bone); }
.tnpv6m-bundles .bundle .bp span {
  color: var(--muted); text-decoration: line-through;
  font-size: 16px; font-weight: 400; margin-left: 8px;
}
.tnpv6m-bundles .bundle.feat .bp span { color: rgba(248, 243, 236, 0.5); }
.tnpv6m-bundles .bundle ul {
  list-style: none; display: flex; flex-direction: column;
  gap: 6px; font-size: 14px; padding: 0; margin: 0;
}
.tnpv6m-bundles .bundle ul li::before { content: "+ "; color: var(--terra); font-weight: 700; }
.tnpv6m-bundles .bundle.feat ul li::before { color: var(--blush); }

/* ================== FAQ ================== */
.tnpv6m-faq { padding: 64px 0; border-bottom: 1px solid var(--line); background: var(--bone); }
.tnpv6m-faq .faq-wrap { max-width: 780px; margin: 0 auto; }
.tnpv6m-faq .faq-list { margin-top: 32px; }
.tnpv6m-faq .qa { border-bottom: 1px solid var(--line); padding: 18px 0; }
.tnpv6m-faq .qa:first-of-type { border-top: 1px solid var(--line); }
.tnpv6m-faq .qa summary {
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 600;
  font-size: 17px; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 16px; letter-spacing: -0.01em; line-height: 1.3;
}
.tnpv6m-faq .qa summary::-webkit-details-marker { display: none; }
.tnpv6m-faq .qa summary::after {
  content: "+"; font-family: "Newsreader", serif; font-style: italic;
  font-size: 24px; color: var(--terra); flex-shrink: 0; line-height: 0.8;
}
.tnpv6m-faq .qa[open] summary::after { content: "–"; }
.tnpv6m-faq .qa .a {
  color: var(--plum-2); margin-top: 12px;
  font-size: 15px; line-height: 1.6; font-family: "Newsreader", serif;
}

/* ================== FINAL ================== */
.tnpv6m-final {
  padding: 80px 0; text-align: center;
  background: var(--terra); color: var(--bone);
  position: relative; overflow: hidden;
}
.tnpv6m-final::before {
  content: ""; position: absolute; top: -100px; left: -100px;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 243, 236, 0.18), transparent 60%);
  pointer-events: none;
}
.tnpv6m-final::after {
  content: ""; position: absolute; bottom: -100px; right: -100px;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(166, 186, 148, 0.25), transparent 60%);
  pointer-events: none;
}
.tnpv6m-final .final-inner { position: relative; z-index: 1; max-width: 880px; margin: 0 auto; }
.tnpv6m-final .eyebrow { color: var(--blush); }
.tnpv6m-final h2 {
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 800;
  font-size: clamp(48px, 13vw, 120px); line-height: 0.9;
  letter-spacing: -0.04em; margin: 14px 0 4px;
}
.tnpv6m-final h2 em {
  font-family: "Newsreader", serif; font-style: italic;
  font-weight: 500; color: var(--blush);
}
.tnpv6m-final .lede {
  font-family: "Newsreader", serif; font-size: 17px; line-height: 1.45;
  margin: 18px auto 28px; color: var(--bone);
}
.tnpv6m-final .btn-primary {
  background: var(--ink); color: var(--bone);
  width: auto; display: inline-flex; padding: 18px 28px;
}
.tnpv6m-final .small {
  font-size: 12px; color: rgba(248, 243, 236, 0.7);
  margin-top: 18px; font-family: "Bricolage Grotesque", sans-serif;
  letter-spacing: 0.04em;
}

/* ================== STICKY CTA ================== */
.tnpv6m-sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--bone); border-top: 1px solid var(--line);
  padding: 10px 14px; display: flex; gap: 10px; align-items: center;
  z-index: 60; box-shadow: 0 -8px 20px -8px rgba(36, 20, 25, 0.12);
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
}
.tnpv6m-sticky-cta .p { flex-shrink: 0; }
.tnpv6m-sticky-cta .p b {
  display: block; font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px; font-weight: 700; letter-spacing: -0.02em; line-height: 1;
}
.tnpv6m-sticky-cta .p span {
  display: block; font-size: 11px; color: var(--muted);
  text-decoration: line-through; margin-top: 2px;
}
.tnpv6m-sticky-cta .ssa-form { flex: 1; margin: 0; }
.tnpv6m-sticky-cta button {
  width: 100%;
  background: var(--terra); color: #fff;
  font-weight: 600; font-family: "Bricolage Grotesque", sans-serif;
  padding: 14px 16px; border-radius: 99px;
  font-size: 14px; min-height: 48px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 0; cursor: pointer;
}
.tnpv6m-sticky-cta button:disabled { opacity: 0.5; cursor: not-allowed; }

/* Pad body bottom on mobile so the sticky bar doesn't cover the footer */
.tnpv6m-body-pad { padding-bottom: 88px; }

/* ============ TABLET (>= 640px) ============ */
@media (min-width: 640px) {
  .tnpv6m .wrap { padding: 0 28px; }
  .tnpv6m-hero { padding: 24px 0 48px; }
  .tnpv6m-hero .hero-frame { padding: 32px 32px 36px; border-radius: 22px; }
  .tnpv6m-hero .hero-product { width: 55%; max-width: 340px; }
  .tnpv6m-hero .hero-action { padding: 24px 28px; }
  .tnpv6m-hero .cta-row { align-items: center; }
  .tnpv6m-hero .btn { width: auto; }
  .tnpv6m-hero .btn-primary { flex: 1; }
  .tnpv6m-trust .trust-grid { padding: 0 28px; }
  .tnpv6m .module { padding: 96px 0; }
  .tnpv6m-bento .bento { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .tnpv6m-materials .mat-row { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .tnpv6m-materials .mat-card { grid-template-columns: 1fr; display: flex; flex-direction: column; }
  .tnpv6m-materials .mat-pic { aspect-ratio: 1; }
  .tnpv6m-reviews .polaroids { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .tnpv6m-bundles .bundle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
}

/* ============ DESKTOP (>= 1024px) ============ */
@media (min-width: 1024px) {
  .tnpv6m-body-pad { padding-bottom: 0; }
  .tnpv6m .wrap { padding: 0 32px; }
  .tnpv6m-hero { padding: 36px 0 80px; }
  .tnpv6m-hero .hero-frame {
    padding: 48px 56px 56px; border-radius: 24px; min-height: 740px;
    display: block; position: relative;
  }
  .tnpv6m-hero .hero-meta { margin-bottom: 0; }
  .tnpv6m-hero .hero-product {
    position: absolute; right: 6%; top: 38%;
    width: 340px; max-width: none; margin: 0;
    transform: rotate(-6deg); z-index: 3;
    filter: drop-shadow(0 30px 50px rgba(61, 37, 64, 0.25));
  }
  .tnpv6m-hero .hero-chips {
    justify-content: flex-start; position: absolute;
    pointer-events: none; top: 18%; left: 20%;
  }
  .tnpv6m-hero .h-chip {
    position: absolute; pointer-events: auto;
    box-shadow: 0 8px 18px -8px rgba(36, 20, 25, 0.2);
  }
  .tnpv6m-hero .h-chip:nth-child(1) { top: 0;    left: -200px; transform: rotate(-8deg); }
  .tnpv6m-hero .h-chip:nth-child(2) { top: 60px; left: -100px; transform: rotate(6deg); }
  .tnpv6m-hero .h-chip:nth-child(3) { top: 120px; left: -160px; transform: rotate(-4deg); }
  .tnpv6m-hero .hero-action {
    position: absolute; bottom: 32px; left: 56px; right: 56px;
    display: flex; gap: 24px; align-items: flex-end; justify-content: space-between;
    background: transparent; border: 0; padding: 0; margin-top: 0;
  }
  .tnpv6m-hero .price-block { margin-bottom: 0; flex: 1; }
  .tnpv6m-hero .price { font-size: 56px; }
  .tnpv6m-hero .swatch-row { margin-bottom: 0; }
  .tnpv6m-hero .swatch-row .lbl { width: auto; }
  .tnpv6m-hero .cta-row { flex: 0 0 auto; max-width: none; }
  .tnpv6m-hero .product-form { width: auto; flex-direction: row; gap: 14px; align-items: center; }

  .tnpv6m-trust { padding: 36px 0; overflow: visible; }
  .tnpv6m-trust .trust-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 24px; padding: 0; min-width: 0;
  }
  .tnpv6m-trust .trust-grid > div { background: transparent; border: 0; padding: 0; }

  .tnpv6m .module { padding: 120px 0; }
  .tnpv6m .sec-head {
    display: flex; justify-content: space-between; align-items: flex-end;
    margin-bottom: 64px; gap: 32px;
  }
  .tnpv6m .sec-lede { margin-top: 0; max-width: 380px; font-size: 20px; }

  .tnpv6m-bento .bento { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 180px; gap: 18px; }
  .tnpv6m-bento .bt { padding: 28px; }
  .tnpv6m-bento .bt h3 { font-size: 28px; }
  .tnpv6m-bento .span-3-2 { grid-column: span 3; grid-row: span 2; }
  .tnpv6m-bento .span-3-1 { grid-column: span 3; grid-row: span 1; }
  .tnpv6m-bento .span-2-1 { grid-column: span 2; grid-row: span 1; }
  .tnpv6m-bento .span-2-2 { grid-column: span 2; grid-row: span 2; }
  .tnpv6m-bento .span-4-1 { grid-column: span 4; grid-row: span 1; }

  .tnpv6m-materials .mat-row { grid-template-columns: repeat(4, 1fr); gap: 18px; }

  .tnpv6m-timeline .tl-track {
    flex-direction: row; padding-left: 0; gap: 24px;
    display: grid; grid-template-columns: repeat(5, 1fr);
  }
  .tnpv6m-timeline .tl-track::before {
    top: 32px; bottom: auto; left: 5%; right: 5%;
    width: auto; height: 2px; border-top: 2px dashed var(--terra); border-left: 0;
  }
  .tnpv6m-timeline .tl-step { padding: 0; }
  .tnpv6m-timeline .tl-step::before { display: none; }

  .tnpv6m-compare { padding: 120px 0; }
  .tnpv6m-compare .ctable { font-size: 15px; min-width: 0; }
  .tnpv6m-compare .ctable th,
  .tnpv6m-compare .ctable td { padding: 20px 24px; white-space: normal; }
  .tnpv6m-compare .ctable td.feat { font-size: 17px; }
  .tnpv6m-compare .scroll-hint { display: none; }

  .tnpv6m-reviews .polaroids { grid-template-columns: repeat(4, 1fr); gap: 24px; }

  .tnpv6m-bundles .bundle { padding: 32px; }
  .tnpv6m-bundles .bundle.feat { transform: scale(1.04); }

  .tnpv6m-faq { padding: 120px 0; }
  .tnpv6m-faq .faq-wrap { text-align: center; }
  .tnpv6m-faq .faq-list { text-align: left; }
  .tnpv6m-faq .qa summary { font-size: 21px; }
  .tnpv6m-faq .qa .a { font-size: 15.5px; }

  .tnpv6m-final { padding: 160px 0; }
  .tnpv6m-final .lede { font-size: 22px; }

  .tnpv6m-sticky-cta { display: none; }
}

/* ============================================================
   V6m ADDITIONS — content sections from V3 Wanderlust,
   restyled in V4 Atelier typography
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;600&display=swap");
.tnpv6m .script { font-family: "Caveat", cursive; }

/* 3rd hero title line */
.tnpv6m-hero .hero-title .l3 {
  display: block;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800; color: var(--ink); font-style: normal;
}

/* ================== ROUTES ================== */
.tnpv6m-routes .routes-card {
  background: var(--bone); border-radius: 18px; padding: 22px;
  border: 1px solid var(--line); margin-top: 24px;
}
.tnpv6m-routes .route-list { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }
.tnpv6m-routes .route {
  display: grid; grid-template-columns: 36px 1fr auto;
  gap: 12px; align-items: center;
  padding: 12px 14px; background: var(--blush); border-radius: 10px;
}
.tnpv6m-routes .route .icn {
  width: 32px; height: 32px; background: var(--bone);
  border-radius: 50%; display: grid; place-items: center; color: var(--terra);
}
.tnpv6m-routes .route .icn svg { width: 16px; height: 16px; }
.tnpv6m-routes .route .info b {
  font-family: "Newsreader", serif; font-style: italic;
  font-weight: 500; font-size: 16px; display: block; color: var(--ink);
}
.tnpv6m-routes .route .info span {
  font-size: 11.5px; color: var(--muted); display: block; margin-top: 2px;
}
.tnpv6m-routes .route .time {
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 700;
  font-size: 14px; color: var(--terra); letter-spacing: -0.01em;
}
.tnpv6m-routes .routes-vis {
  position: relative; aspect-ratio: 1;
  background: linear-gradient(180deg, var(--blush), var(--blush-2));
  border-radius: 18px; overflow: hidden;
  border: 1px solid var(--line); margin-top: 14px;
}

/* ================== POSTCARD ================== */
.tnpv6m-postcard { padding: 64px 0; background: var(--blush); border-bottom: 1px solid var(--line); }
.tnpv6m-postcard .pc-photo {
  aspect-ratio: 3/4; border-radius: 14px;
  background: linear-gradient(180deg, #586A3F, #3D4A2A);
  position: relative; overflow: hidden;
  box-shadow: 0 18px 28px -16px rgba(45, 31, 18, 0.3);
  margin-bottom: 32px;
}
.tnpv6m-postcard .pc-photo img { width: 100%; height: 100%; object-fit: cover; }
.tnpv6m-postcard .pc-photo::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(247, 241, 228, 0.18), transparent 60%);
}
.tnpv6m-postcard .pc-photo .ph {
  position: absolute; bottom: 14px; left: 16px;
  color: rgba(248, 243, 236, 0.6);
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; z-index: 2;
}
.tnpv6m-postcard .pc-photo .signature {
  position: absolute; bottom: 14px; right: 16px;
  font-family: "Caveat", cursive; font-size: 22px;
  color: var(--bone); z-index: 2; transform: rotate(-4deg);
}
.tnpv6m-postcard .pc-letter h2 {
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 700;
  font-size: clamp(36px, 8vw, 56px); line-height: 1.0; letter-spacing: -0.03em;
}
.tnpv6m-postcard .pc-letter h2 em {
  font-family: "Newsreader", serif; font-style: italic;
  color: var(--terra); font-weight: 500;
}
.tnpv6m-postcard .pc-body {
  margin-top: 20px; font-family: "Newsreader", serif;
  font-size: 16px; line-height: 1.7; color: var(--ink);
}
.tnpv6m-postcard .pc-body p { margin-bottom: 12px; }
.tnpv6m-postcard .pc-sign { margin-top: 24px; display: flex; align-items: center; gap: 14px; }
.tnpv6m-postcard .pc-sign .sig {
  font-family: "Caveat", cursive; font-size: 30px;
  color: var(--terra); line-height: 1;
}
.tnpv6m-postcard .pc-sign .meta {
  font-size: 11.5px; color: var(--muted); letter-spacing: 0.04em;
  font-family: "Bricolage Grotesque", sans-serif;
  text-transform: uppercase; font-weight: 600;
}

/* ================== TREE PLANTING ================== */
.tnpv6m-tree {
  padding: 64px 0; border-bottom: 1px solid var(--line);
  background: var(--sage); color: var(--plum); text-align: center;
}
.tnpv6m-tree .ts-inner { max-width: 680px; margin: 0 auto; }
.tnpv6m-tree h2 {
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 700;
  font-size: clamp(34px, 8vw, 56px); line-height: 1; letter-spacing: -0.03em;
}
.tnpv6m-tree h2 em {
  font-family: "Newsreader", serif; font-style: italic;
  font-weight: 500; color: var(--terra);
}
.tnpv6m-tree p {
  margin-top: 14px; font-family: "Newsreader", serif;
  font-size: 17px; line-height: 1.55; color: var(--plum);
}
.tnpv6m-tree p em { color: var(--terra); font-style: italic; }
.tnpv6m-tree .eyebrow { color: var(--terra-d); }
.tnpv6m-tree .tree-tag {
  margin-top: 28px; display: inline-flex; flex-direction: column;
  background: var(--bone); padding: 18px 22px; border-radius: 10px;
  border: 1px dashed var(--terra);
  font-family: "Newsreader", serif; font-style: italic;
  color: var(--ink); text-align: left; gap: 6px;
}
.tnpv6m-tree .tree-tag b {
  font-family: "Bricolage Grotesque", sans-serif; font-style: normal;
  font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--terra); font-weight: 600;
}
.tnpv6m-tree .tree-tag .num {
  font-family: "Bricolage Grotesque", sans-serif; font-style: normal;
  font-weight: 700; font-size: 26px; letter-spacing: -0.02em; color: var(--ink);
}
.tnpv6m-tree .tree-tag .meta { font-size: 13px; color: var(--plum-2); }
.tnpv6m-tree .tree-tag .script {
  font-family: "Caveat", cursive; font-size: 20px;
  color: var(--terra); margin-top: 6px;
}

/* ================== UGC ================== */
.tnpv6m-ugc .ugc-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 28px; gap: 14px; flex-wrap: wrap;
}
.tnpv6m-ugc .ugc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.tnpv6m-ugc .ugc-tile {
  aspect-ratio: 1; border-radius: 12px;
  position: relative; overflow: hidden;
  background: var(--blush);
  box-shadow: 0 8px 14px -8px rgba(36, 20, 25, 0.2);
}
.tnpv6m-ugc .ugc-tile img { width: 100%; height: 100%; object-fit: cover; }
.tnpv6m-ugc .ugc-tile .who {
  position: absolute; bottom: 10px; left: 10px;
  color: rgba(248, 243, 236, 0.92); font-size: 11px;
  display: flex; align-items: center; gap: 6px;
}
.tnpv6m-ugc .ugc-tile .who .ig { font-family: "Newsreader", serif; font-style: italic; }
.tnpv6m-ugc .ugc-tile .place {
  position: absolute; top: 10px; right: 10px;
  color: rgba(248, 243, 236, 0.9);
  font-family: "Caveat", cursive; font-size: 15px; transform: rotate(2deg);
}
.tnpv6m-ugc .ugc-tile.u1 { background: linear-gradient(135deg, #5B7894, #243E5D); }
.tnpv6m-ugc .ugc-tile.u2 { background: linear-gradient(135deg, #C9A14A, #7A5C2A); }
.tnpv6m-ugc .ugc-tile.u3 { background: linear-gradient(135deg, var(--terra), #7A3818); }
.tnpv6m-ugc .ugc-tile.u4 { background: linear-gradient(135deg, #586A3F, #2E3A21); }
.tnpv6m-ugc .ugc-tile.u5 { background: linear-gradient(135deg, #1E5B5C, #0F3637); }
.tnpv6m-ugc .ugc-tile.u6 { background: linear-gradient(135deg, #8A6244, #5C3F2A); }
.tnpv6m-ugc .ugc-tile.u7 { background: linear-gradient(135deg, var(--ink), #1A0F1C); }
.tnpv6m-ugc .ugc-tile.u8 { background: linear-gradient(135deg, var(--plum), #1A0F1C); }

/* Responsive overrides for new sections */
@media (min-width: 640px) {
  .tnpv6m-ugc .ugc-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 1024px) {
  .tnpv6m-routes .routes {
    display: grid; grid-template-columns: 1.1fr 1fr;
    gap: 48px; align-items: start; margin-top: 48px;
  }
  .tnpv6m-routes .routes-card { margin-top: 0; padding: 32px; }
  .tnpv6m-routes .routes-vis { margin-top: 0; }
  .tnpv6m-postcard { padding: 120px 0; }
  .tnpv6m-postcard .pc-grid {
    display: grid; grid-template-columns: 1fr 1.3fr;
    gap: 80px; align-items: center;
  }
  .tnpv6m-postcard .pc-photo { margin-bottom: 0; }
  .tnpv6m-postcard .pc-body { font-size: 18px; }
  .tnpv6m-tree { padding: 120px 0; }
}
