/* GreenPan site styles — clean PLP matching greenpan.us */

* { box-sizing: border-box; }
body { margin: 0; background: #FFFFFF; min-height: 100vh; font-family: var(--font-sans); color: #222; }

/* GreenPan promo announcement bar */
.gp-promo-bar { background: #1F3B22; color: #fff; text-align: center; font-size: 12px; letter-spacing: 0.04em; padding: 10px 16px; font-weight: 500; }
.gp-utility-row { display: flex; align-items: center; justify-content: space-between; padding: 8px 28px; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: #222; border-bottom: 1px solid #EFEFEC; background: #fff; }
.gp-utility-row a { color: #222; text-decoration: none; cursor: pointer; }
.gp-utility-left, .gp-utility-right { display: flex; gap: 22px; align-items: center; }
.gp-tucci-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; letter-spacing: 0.12em; }
.gp-tucci-pill .tucci-name { font-family: 'Times New Roman', Georgia, serif; font-size: 13px; letter-spacing: 0.06em; font-weight: 700; }
.gp-sub-banner { background: #5C6E81; color: #fff; font-size: 13px; letter-spacing: 0.08em; font-weight: 600; text-transform: uppercase; padding: 14px 28px; text-align: center; }
.gp-sub-banner a { color: #fff; text-decoration: underline; margin-left: 6px; }
.gp-sale-pill { position: absolute; bottom: 10px; left: 10px; background: #6F9B3E; color: #fff; font-size: 10px; font-weight: 800; padding: 4px 9px; letter-spacing: 0.08em; z-index: 3; text-transform: uppercase; }
/* If a why-tag would land on top of the SALE pill, lift the why-tag above it */
.th-card-img .gp-sale-pill ~ .why-tag { bottom: 38px; }
.th-card-price.is-sale { color: #B83227; font-weight: 700; }
.th-card-price-was { text-decoration: line-through; color: #999; margin-right: 6px; font-weight: 400; font-size: 11.5px; }

/* ===== Thuma chrome ===== */
.th-header {
  background: #fff;
  padding: 14px 28px 14px;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  border-bottom: 1px solid #EFEAE0;
  gap: 24px;
}
.th-logo img { height: 64px; display: block; border-radius: 8px; }
.th-nav {
  display: flex;
  gap: 26px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #1F1F1F;
  justify-content: center;
}
.th-nav a {
  color: #1F1F1F;
  text-decoration: none;
  cursor: pointer;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}
.th-nav a.active { border-bottom-color: #6F9B3E; color: #6F9B3E; }
.th-nav a:hover { color: #6F9B3E; }
.th-utility {
  display: flex;
  gap: 18px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #2B2B2B;
  justify-content: flex-end;
}
.th-utility a { color: #2B2B2B; cursor: pointer; }

.th-breadcrumb {
  font-size: 11px;
  color: #888;
  letter-spacing: 0.04em;
  padding: 14px 32px 6px;
  background: #FFFFFF;
}
.th-breadcrumb .active { color: #2B2B2B; font-weight: 500; }

/* ===== PLP sections ===== */
.th-section {
  padding: 28px 32px 14px;
  background: #FFFFFF;
}
.th-section-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}
.th-section-head h3 {
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 700;
  color: #1F1F1F;
  margin: 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.th-section-head h3 .th-section-count, .th-section-head h3 .rank-chip, .th-section-head h3 .alpha-chip { text-transform: none; letter-spacing: 0.04em; }
.th-section-count { font-size: 13px; color: #999; font-family: var(--font-sans); font-weight: 400; }
.th-section-sub { font-size: 12px; color: #888; margin: 0; max-width: 720px; }

.th-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 1100px) { .th-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px) { .th-grid { grid-template-columns: repeat(2, 1fr); } }

/* ===== Product cards ===== */
.th-card {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.th-card-img {
  aspect-ratio: 1;
  background: #F4F4F1;
  position: relative;
  overflow: hidden;
}
.th-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6%;
  display: block;
  transition: transform 400ms var(--ease-out);
}
.th-card:hover .th-card-img img { transform: scale(1.02); }
.th-card-body {
  padding: 12px 4px 4px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.th-card-name {
  font-size: 13px;
  color: #1F1F1F;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.35;
}
.th-card-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.th-card-price {
  font-size: 13px;
  color: #555;
  font-weight: 400;
}
.th-card-colors {
  display: flex;
  align-items: center;
  gap: 4px;
}
.color-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.15);
  display: inline-block;
}
.color-dot[data-color="walnut"] { background: #6B4A2E; }
.color-dot[data-color="natural"] { background: #C9A57B; }
.color-dot[data-color="oak"] { background: #D4B895; }
.color-dot[data-color="espresso"] { background: #3B2418; }
.color-dot[data-color="grey"], .color-dot[data-color="gray"] { background: #8A8B85; }
.color-dot[data-color="charcoal"] { background: #3D3D3D; }
.color-dot[data-color="linen"] { background: #E8E0D0; }
.color-dot[data-color="oatmeal"] { background: #D8CCB4; }
.color-dot[data-color="mocha"] { background: #6E4E3A; }
.color-dot[data-color="sage"] { background: #B0BD8A; }
.color-dot[data-color="marino blue"], .color-dot[data-color="twilight"], .color-dot[data-color="oxford blue"], .color-dot[data-color="blue haze"] { background: #2E4E73; }
.color-dot[data-color="cream"], .color-dot[data-color="cloud cream"], .color-dot[data-color="bisque"] { background: #EDE4D2; }
.color-dot[data-color="taupe"], .color-dot[data-color="macadamia"] { background: #C8B6A0; }
.color-dot[data-color="stainless"], .color-dot[data-color="silver"] { background: #C4C7CC; }
.color-dot[data-color="black"], .color-dot[data-color="dark wood"] { background: #2A2018; }
.color-dot[data-color="navy"] { background: #1F2D4A; }
.color-dot[data-color="blueberry"] { background: #3B5AA0; }
.color-dot[data-color="seaside"] { background: #6E94A8; }
.color-dot[data-color="gold pattern"], .color-dot[data-color="gold"] { background: #B8964A; }
.color-dot[data-color="multicolor"] { background: linear-gradient(90deg,#C56F70 0%,#D8BC5B 33%,#7AAB7C 66%,#3F628A 100%); }
.color-dot[data-color="felt"] { background: #B7A589; }
.color-more { font-size: 10px; color: #888; margin-left: 2px; }

/* Rank number (Malachyte mode only) */
.rank-num {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--c-charcoal);
  color: var(--c-lime-hivis);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 3px;
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}

/* Why-this tag */
.why-tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 9px;
  padding: 4px 8px;
  border-radius: 3px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: var(--font-sans);
  backdrop-filter: blur(4px);
}
.why-tag.fav { background: rgba(3, 131, 98, 0.92); color: #fff; }
.why-tag.sim { background: rgba(6, 23, 31, 0.85); color: var(--c-lime-hivis); }

/* Product badge (New, Best Seller, Trending) */
.th-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #1F3B22;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 9px;
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  z-index: 3;
}
.th-badge[data-badge="Best Seller"] { background: #6F9B3E; }
.th-badge[data-badge="New"] { background: #1F3B22; }
.th-badge[data-badge="Trending"] { background: #B83227; }
.th-badge[data-badge="Sale"] { background: #B83227; }

/* Score chip */
.sp-score {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 2px;
  padding: 2px 8px;
  font: 600 10px/1 "JetBrains Mono", ui-monospace, monospace;
  color: #1F4F2E;
  background: rgba(54, 152, 89, 0.10);
  border: 1px solid rgba(54, 152, 89, 0.28);
  border-radius: 999px;
  width: fit-content;
}
.sp-score__dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--c-malachyte);
}

/* ===== Toolbar (recap row) ===== */
.home-toolbar {
  background: #fff;
  padding: 12px 32px;
  border-bottom: 1px solid #EFEAE0;
  font-size: 12px;
}
.recap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.recap-label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #888;
  font-weight: 600;
  font-family: var(--font-mono);
}
.recap-sub { color: #666; font-size: 12px; }
.persona-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--c-charcoal);
  color: #fff;
  padding: 4px 10px 4px 4px;
  border-radius: var(--r-pill);
  font-size: 12px;
}
.persona-pill__avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--c-lime-hivis);
  color: var(--c-charcoal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}
.persona-switch {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #888;
}
.persona-switch label { letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; }
.persona-switch select {
  font-family: inherit;
  font-size: 12px;
  padding: 5px 8px;
  border: 1px solid #D5D1C3;
  border-radius: 4px;
  background: #fff;
  color: #2B2B2B;
}

/* Section variants per mode */
.th-section--alpha h3 { color: #888; }
.rank-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--bg-accent-soft);
  color: var(--c-malachyte-dark);
  font-size: 10px;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  letter-spacing: 0.04em;
  font-weight: 500;
  font-family: var(--font-sans);
}
.rank-chip-dot {
  width: 6px; height: 6px;
  background: var(--c-malachyte);
  border-radius: 50%;
}
.alpha-chip {
  font-size: 10px;
  padding: 4px 10px;
  background: #EFEDE6;
  color: #888;
  border-radius: var(--r-pill);
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* ===== Pitch card / welcome step ===== */
.pitch-card {
  max-width: 660px;
  margin: 60px auto 24px;
  background: #fff;
  border: 1px solid #EFEAE0;
  border-radius: 6px;
  padding: 48px 44px;
  text-align: center;
  font-family: var(--font-sans);
}
.pitch-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 32px;
}
.pitch-logos .pitch-greenpan { height: 76px; width: auto; border-radius: 8px; }
.pitch-logos .pitch-cookwareco { height: 56px; width: 56px; object-fit: contain; }
.pitch-logos img:not(.pitch-greenpan):not(.pitch-cookwareco) { height: 36px; }
.pitch-logos .sep { width: 1px; height: 42px; background: #D5D1C3; }
.pitch-card .eyebrow {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-malachyte);
  font-weight: 600;
  font-family: var(--font-mono);
}
.pitch-card h1 {
  font-family: var(--font-sans);
  font-size: 38px;
  margin: 14px 0 18px;
  color: #1F1F1F;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
}
.pitch-blurb {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 500px;
}
.pitch-card .btn { margin-top: 28px; }

/* Compare strip */
.compare-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 820px;
  margin: 24px auto 60px;
  padding: 0 16px;
}
.compare-strip > div {
  padding: 18px 20px;
  border-radius: 6px;
  font-size: 13px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: start;
}
.compare-before { background: #F0EBE0; color: #555; border: 1px solid #E2DCCF; }
.compare-after  { background: var(--bg-accent-soft); color: var(--c-malachyte-dark); border: 1px solid var(--c-malachyte-light); }
.compare-strip h4 {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 6px;
  font-weight: 600;
}
.compare-strip .compare-body p { margin: 0; line-height: 1.55; }
.compare-strip .compare-logo { width: 38px; height: 38px; max-width: 38px; max-height: 38px; object-fit: contain; }
.compare-strip .compare-logo--simon { filter: grayscale(0.6); opacity: 0.95; border-radius: 4px; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  cursor: pointer;
  border: none;
  transition: all var(--dur-normal) var(--ease-out);
}
.btn-mal { background: var(--c-malachyte); color: #fff; }
.btn-mal:hover { background: var(--c-malachyte-dark); }

/* Alpha (Thuma today) notice banner */
.alpha-notice {
  margin: 20px 32px 0;
  padding: 14px 18px;
  background: #FFF5F0;
  border: 1.5px solid #D89251;
  border-radius: 6px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-family: var(--font-sans);
}
.alpha-notice__tag {
  flex-shrink: 0;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: #B96B27;
  padding: 5px 10px;
  border-radius: 3px;
  font-family: var(--font-mono);
}
.alpha-notice__body { font-size: 13px; color: #6E3D17; line-height: 1.55; }
.alpha-notice__body b { color: #4A2A0E; }

/* Malachyte ribbon (already styled in proto.css but reinforce) */
.mal-ribbon {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: var(--c-charcoal);
  color: #fff;
  padding: 10px 16px;
  border-radius: var(--r-pill);
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 50;
  box-shadow: 0 8px 24px rgba(6,23,31,0.25);
  font-family: var(--font-sans);
}
.mal-ribbon .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--c-lime-hivis);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
.mal-ribbon .mal-logo-mark { width: 18px; height: 18px; }

/* Demo nav */
.demo-nav {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--c-charcoal);
  color: #fff;
  padding: 10px 12px 10px 14px;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(6,23,31,0.28);
  font-family: var(--font-sans);
}
.demo-nav__logo { width: 26px; height: 26px; object-fit: contain; }
.demo-nav__label {
  display: flex;
  flex-direction: column;
  padding-right: 12px;
  border-right: 1px solid rgba(255,255,255,0.12);
  line-height: 1.1;
}
.demo-nav__eyebrow {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-lime-hivis);
  font-family: var(--font-mono);
  font-weight: 600;
}
.demo-nav__step { font-size: 13px; font-weight: 600; margin-top: 3px; white-space: nowrap; }
.demo-nav__btn {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.14);
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 0;
}
.demo-nav__btn:hover:not(:disabled) { background: rgba(255,255,255,0.16); }
.demo-nav__btn:disabled { opacity: 0.35; cursor: not-allowed; }
.demo-nav__btn--ghost {
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.demo-nav__btn:hover:not(:disabled) { background: rgba(255,255,255,0.16); }
.demo-nav__btn--primary { background: var(--c-malachyte); border-color: var(--c-malachyte); }
.demo-nav__btn--primary:hover { background: var(--c-malachyte-dark); }


/* ============================================================
   Heart favorite button (Malachyte mode)
   ============================================================ */
.fav-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(43,43,43,0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  z-index: 4;
  transition: transform 140ms ease, background 140ms ease, box-shadow 140ms ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.fav-btn:hover { transform: scale(1.08); background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.14); }
.fav-btn:active { transform: scale(0.94); }
.fav-btn--on {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(229,82,72,0.18), 0 4px 12px rgba(229,82,72,0.18);
  animation: favPop 280ms cubic-bezier(.34,1.56,.64,1);
}
@keyframes favPop {
  0% { transform: scale(0.8); }
  60% { transform: scale(1.18); }
  100% { transform: scale(1); }
}

/* ============================================================
   STATIC HOMEPAGE banner — red, top of Thuma-today view
   ============================================================ */
.static-banner {
  margin: 14px 32px 6px;
  padding: 16px 20px;
  background: #FFF1EE;
  border: 1.5px solid #E55248;
  border-radius: 8px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  font-family: var(--font-sans);
  position: relative;
}
.static-banner::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: #E55248;
  border-radius: 8px 0 0 8px;
}
.static-banner__tag {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #fff;
  background: #E55248;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
}
.static-banner__body {
  font-size: 13px;
  color: #7A2A23;
  line-height: 1.55;
}
.static-banner__body b { color: #4A1A14; }

/* ============================================================
   Per-rail static wrap — red border around the carousel + red top bar
   (matches Simon+ "A→Z · STATIC · NO RE-RANKING" treatment)
   ============================================================ */
.th-section--static-wrap {
  margin: 18px 32px;
  border: 1.5px solid #E55248;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.th-section--static-wrap .th-section-inner {
  padding: 18px 22px 22px;
}
.static-railbar {
  background: #C9352B;
  color: #fff;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 8px 22px;
  text-transform: uppercase;
}
.static-i {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid #C9352B;
  color: #C9352B;
  font-size: 11px;
  text-align: center;
  line-height: 12px;
  font-style: normal;
  margin-right: 6px;
  vertical-align: 1px;
}
.static-sub { color: #7A2A23 !important; }

/* keep the alpha-chip subtle since the railbar already screams */
.th-section--static-wrap .alpha-chip {
  background: #FFF1EE !important;
  color: #C9352B !important;
  border: 1px solid #F0B5AE !important;
}

/* hide old static-overlay (no longer used) */
.static-overlay { display: none; }

/* Update old alpha-notice to also be red so visual language is consistent */
.alpha-notice {
  background: #FFF1EE !important;
  border-color: #E55248 !important;
}
.alpha-notice__tag {
  background: #E55248 !important;
  color: #fff !important;
}
.alpha-notice__body { color: #7A2A23 !important; }
.alpha-notice__body b { color: #4A1A14 !important; }


/* ============================================================
   Persona panel — Malachyte side, sits where the toolbar was
   Layout: [dropdown + meta] | [portrait + signal pills] | [time pill]
   ============================================================ */
.persona-panel {
  margin: 12px auto 4px;
  padding: 12px 22px;
  background: #FBF9F2;
  border: 1px solid #E8E2D2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-family: var(--font-sans);
  max-width: 760px;
}

.pp-left { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.pp-dropdown-label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #998C73;
  font-weight: 600;
}
.pp-dropdown {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  color: #2B2B2B;
  background: #fff;
  border: 1px solid #D5D1C3;
  border-radius: 5px;
  padding: 5px 24px 5px 10px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path d='M3 4.5l3 3 3-3' stroke='%232B2B2B' fill='none' stroke-width='1.5' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 8px center;
  align-self: flex-start;
  max-width: 100%;
}
.pp-meta { margin-top: 2px; }
.pp-meta-name { font-size: 13px; font-weight: 700; color: #2B2B2B; line-height: 1.25; }
.pp-meta-sub { font-size: 11px; color: #6E6657; line-height: 1.4; margin-top: 2px; }
.pp-fav-pill {
  display: inline-block;
  margin-top: 6px;
  background: var(--c-malachyte);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 999px;
}

/* Portrait + floating signal pills */
.pp-portrait-wrap {
  position: relative;
  width: 240px;
  height: 160px;
  flex-shrink: 0;
  justify-self: center;
}
.pp-portrait {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 81px;
  top: 41px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  background: #EFEAD9;
}
.pp-portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }

.pp-sig {
  position: absolute;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 999px;
  white-space: normal;
  text-align: center;
  line-height: 1.25;
  max-width: 104px;
  cursor: text;
  outline: none;
  z-index: 3;
  transition: transform 140ms ease, box-shadow 140ms ease;
  user-select: text;
}
.pp-sig:hover { transform: scale(1.04); box-shadow: 0 2px 6px rgba(0,0,0,0.10); }
.pp-sig:focus { box-shadow: 0 0 0 2px rgba(173,239,155,0.5); }
.pp-sig--tl { top: 16px;    left: 8px; }
.pp-sig--tr { top: 16px;    right: 8px; }
.pp-sig--bl { bottom: 16px; left: 8px; }
.pp-sig--br { bottom: 16px; right: 8px; }

/* Tone variants */
.pp-sig--violet { background: #B8A3D9; color: #2D1F4A; }
.pp-sig--rose   { background: #F5BFC5; color: #5A2530; }
.pp-sig--amber  { background: #D8A874; color: #4A2B0E; }
.pp-sig--green  { background: #A4D4A4; color: #1F4A2A; }

.pp-add-sig {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 1px dashed #C8C2B0;
  color: #6E6657;
  font-size: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}
.pp-add-sig:hover { border-color: var(--c-malachyte); color: var(--c-malachyte); }

/* Right: shared time-of-day + note */
.pp-time {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 20px;
  border-left: 1px solid #E8E2D2;
  margin-left: auto;
}
.pp-time-inline { margin-top: 4px; }
.pp-time-pill {
  background: #C5E5C9;
  color: #1F4A2A;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
  display: inline-block;
}
.pp-time-eye {
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.18em;
  color: #998C73;
  font-weight: 600;
  text-transform: uppercase;
}
.pp-time-note {
  font-size: 10px;
  color: #6E6657;
  line-height: 1.35;
  font-style: italic;
  max-width: 150px;
}
.pp-time-stack { display: flex; flex-direction: column; gap: 3px; }

@media (max-width: 1100px) {
  .persona-panel { flex-wrap: wrap; gap: 14px; }
  .pp-time { border-left: none; padding-left: 0; }
}




/* ============================================================
   Search step — drawer matches thuma.co's open search panel
   ============================================================ */
.search-bar-row {
  position: relative;
  border-bottom: 1px solid #2B2B2B;
  padding: 6px 0 8px;
  margin-bottom: 28px;
}
.search-bar-trigger {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--font-serif, Georgia, serif);
  font-size: 18px;
  color: #2B2B2B;
  padding: 4px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.search-bar-trigger-text { flex: 1; }
.search-bar-trigger-text.is-placeholder { color: #9A9285; font-style: italic; }
.search-bar-trigger-caret { color: #6E6657; flex-shrink: 0; transition: transform 200ms ease; }
.search-bar-row.is-active .search-bar-trigger-caret { transform: rotate(180deg); }

.search-bar-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #E0DACA;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(43, 43, 43, 0.10);
  padding: 8px;
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.search-bar-menu-eye {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #998C73;
  font-weight: 600;
  padding: 6px 12px 4px;
}
.search-bar-menu-item {
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--font-sans);
  transition: background 120ms ease;
}
.search-bar-menu-item:hover { background: #F8F5EC; }
.search-bar-menu-item.is-selected { background: #EAFBE5; }
.search-bar-menu-item.is-empty .search-bar-menu-item-q { color: #9A9285; font-style: italic; }
.search-bar-menu-item-q {
  font-family: var(--font-serif, Georgia, serif);
  font-size: 15px;
  color: #2B2B2B;
}
.search-bar-menu-item-intent {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6E6657;
  background: #F4F2EB;
  padding: 3px 8px;
  border-radius: 999px;
}
.search-bar-menu-item.is-selected .search-bar-menu-item-intent {
  background: var(--c-malachyte);
  color: #fff;
}
.search-picker-eye {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #998C73;
  font-weight: 600;
}
.search-picker-dd {
  font-size: 12px;
  font-weight: 600;
  color: #2B2B2B;
  background: #fff;
  border: 1px solid #D5D1C3;
  border-radius: 5px;
  padding: 5px 24px 5px 10px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path d='M3 4.5l3 3 3-3' stroke='%232B2B2B' fill='none' stroke-width='1.5' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 8px center;
}

/* Drawer (default state) */
.search-drawer {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 60px;
  padding: 4px 0 24px;
}
.search-drawer-left { display: flex; flex-direction: column; gap: 10px; }
.search-suggest-eye {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6E6657;
  font-weight: 600;
  margin-bottom: 4px;
}
.search-suggest-eye--strong { color: #2B2B2B; font-size: 13px; letter-spacing: 0; text-transform: none; font-family: var(--font-sans); font-weight: 500; margin-bottom: 14px; }
.search-drawer-left a {
  font-size: 13px;
  color: #2B2B2B;
  text-decoration: none;
  cursor: pointer;
  padding: 2px 0;
}
.search-drawer-left a:hover { text-decoration: underline; }

.search-recent-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.search-recent-card { display: flex; flex-direction: column; gap: 8px; cursor: pointer; }
.search-recent-img { aspect-ratio: 1; background: #F4F2EB; border-radius: 2px; overflow: hidden; }
.search-recent-img img { width: 100%; height: 100%; object-fit: cover; }
.search-recent-name { font-size: 13px; color: #2B2B2B; }

/* Results layout */
.search-results { }
.search-results-head { margin-bottom: 14px; }
.search-results-head h3 {
  font-family: var(--font-serif, Georgia, serif);
  font-size: 16px;
  font-weight: 500;
  color: #2B2B2B;
  margin: 0;
}
.search-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.search-card { display: flex; flex-direction: column; gap: 6px; cursor: pointer; text-decoration: none; }
.search-card-img { background: #F4F2EB; aspect-ratio: 1.1; border-radius: 4px; overflow: hidden; }
.search-card-img img { width: 100%; height: 100%; object-fit: cover; }
.search-card-name { font-size: 12px; color: #2B2B2B; }
.search-card-price { font-size: 11px; color: #6E6657; }

/* Empty state */
.search-empty { padding: 18px 0 22px; border-bottom: 1px solid #E8E2D2; margin-bottom: 22px; }
.search-empty-eye {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #C9352B;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.search-empty h3 {
  font-family: var(--font-serif, Georgia, serif);
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 6px;
  color: #2B2B2B;
}
.search-empty p { font-size: 13px; color: #6E6657; margin: 0; }

/* Malachyte banner */
.mal-results-banner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #EAFBE5;
  border: 1px solid var(--c-malachyte);
  border-radius: 999px;
  font-size: 12px;
  color: #1F4A2A;
  margin-bottom: 10px;
}
.mal-results-tag {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.2em;
  font-weight: 700;
  background: var(--c-malachyte);
  color: #fff;
  padding: 2px 7px;
  border-radius: 999px;
}


/* ===== PDP ===== */
.pdp-root {
  background: #fff;
  padding: 20px 36px 36px;
  font-family: var(--font-sans);
  color: #2B2B2B;
  min-height: 600px;
}

.pdp-crumbs {
  font-size: 11px;
  color: #888;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.pdp-crumbs-sep { color: #C8C0AE; }
.pdp-crumbs-current { color: #2B2B2B; }

.pdp-main {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}

.pdp-gallery-hero {
  background: #F4F4F1;
  aspect-ratio: 1.05;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.pdp-gallery-hero img { width: 95%; height: 95%; object-fit: contain; }

.pdp-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 8px;
}
.pdp-thumb {
  aspect-ratio: 1;
  background: #F4F4F1;
  border: 1px solid #E8E8E2;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 120ms ease;
}
.pdp-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 8%; }
.pdp-thumb.is-active { border-color: #2B2B2B; }

.pdp-info { padding-top: 4px; }
.pdp-badge {
  display: inline-block;
  background: var(--c-malachyte);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 3px;
  margin-bottom: 14px;
}
.pdp-title {
  font-family: var(--font-sans);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
  line-height: 1.15;
}
.pdp-price {
  font-size: 18px;
  color: #2B2B2B;
  margin-bottom: 18px;
  font-weight: 500;
}
.pdp-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #555;
  margin: 0 0 28px;
  max-width: 460px;
}

.pdp-option { margin-bottom: 22px; }
.pdp-option-label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: var(--font-mono);
  color: #888;
  margin-bottom: 10px;
}
.pdp-option-value {
  letter-spacing: 0;
  text-transform: none;
  font-family: var(--font-serif, Georgia, serif);
  color: #2B2B2B;
  font-size: 13px;
}

.pdp-swatches { display: flex; gap: 8px; }
.pdp-swatch {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1.5px solid transparent;
  outline: 1px solid #E8E2D2;
  outline-offset: 1px;
  cursor: pointer;
  padding: 0;
  background: #ccc;
  transition: outline-color 120ms ease;
}
.pdp-swatch.is-active { outline-color: #2B2B2B; outline-width: 1.5px; }
.pdp-swatch--marino-blue, .pdp-swatch--twilight, .pdp-swatch--oxford-blue { background: #2E4E73; }
.pdp-swatch--cream, .pdp-swatch--cloud-cream, .pdp-swatch--bisque { background: #EDE4D2; }
.pdp-swatch--sage { background: #B0BD8A; }
.pdp-swatch--gray { background: #8A8B85; }
.pdp-swatch--taupe, .pdp-swatch--macadamia { background: #C8B6A0; }
.pdp-swatch--stainless, .pdp-swatch--silver { background: #C4C7CC; }
.pdp-swatch--navy { background: #1F2D4A; }
.pdp-swatch--blueberry { background: #3B5AA0; }
.pdp-swatch--seaside { background: #6E94A8; }
.pdp-swatch--multicolor { background: linear-gradient(90deg,#C56F70 0%,#D8BC5B 33%,#7AAB7C 66%,#3F628A 100%); }
.pdp-swatch--black, .pdp-swatch--dark-wood { background: #2A2018; }
.pdp-swatch--gold-pattern { background: #B8964A; }

.pdp-sizes { display: flex; gap: 6px; flex-wrap: wrap; }
.pdp-size {
  padding: 9px 16px;
  border: 1px solid #D8D0BE;
  background: #fff;
  font-family: var(--font-sans);
  font-size: 12px;
  color: #2B2B2B;
  cursor: pointer;
  transition: all 120ms ease;
}
.pdp-size:hover { border-color: #2B2B2B; }
.pdp-size.is-active { border-color: #2B2B2B; background: #2B2B2B; color: #fff; }

.pdp-cta {
  width: 100%;
  margin-top: 8px;
  padding: 16px;
  background: #2B2B2B;
  color: #fff;
  border: none;
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: background 120ms ease;
}
.pdp-cta:hover { background: #000; }

.pdp-perks {
  display: flex;
  gap: 22px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.pdp-perk {
  font-size: 11.5px;
  color: #666;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.pdp-perk span { color: var(--c-malachyte); font-weight: 700; }

/* Recs */
.pdp-recs {
  border-top: 1px solid #E8E2D2;
  padding-top: 36px;
}
.pdp-recs-head { margin-bottom: 24px; }
.pdp-recs-head h2 {
  font-family: var(--font-sans);
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.pdp-recs-sub {
  font-size: 13px;
  color: #777;
  margin: 0;
}
.pdp-recs-eye {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #1F4A2A;
  margin-bottom: 12px;
  padding: 6px 12px;
  background: #EAFBE5;
  border: 1px solid var(--c-malachyte);
  border-radius: 999px;
}
.pdp-recs-tag {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.2em;
  font-weight: 700;
  background: var(--c-malachyte);
  color: #fff;
  padding: 2px 7px;
  border-radius: 999px;
}

.pdp-recs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pdp-rec-card { cursor: pointer; }
.pdp-rec-img {
  background: #F4F4F1;
  aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 10px;
  overflow: hidden;
  transition: opacity 150ms ease;
}
.pdp-rec-img img { width: 90%; height: 90%; object-fit: contain; }
.pdp-rec-card:hover .pdp-rec-img { opacity: 0.85; }

.pdp-rec-name {
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 700;
  color: #1F1F1F;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.pdp-rec-price {
  font-size: 12.5px;
  color: #555;
}

.pdp-rec-reason {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #1F4A2A;
  background: #EAFBE5;
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid var(--c-malachyte-light, #B7E6BD);
  line-height: 1.3;
}
.pdp-rec-reason-dot {
  width: 5px; height: 5px;
  background: var(--c-malachyte);
  border-radius: 50%;
  flex-shrink: 0;
}

.pdp-bundle-cta {
  margin-top: 28px;
  padding: 14px 24px;
  background: var(--c-malachyte);
  color: #fff;
  border: none;
  font-family: var(--font-sans);
  font-size: 12.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: background 120ms ease;
}
.pdp-bundle-cta:hover { background: var(--c-malachyte-dark); }
