/* The Pack House — Marketing site styles */
@import url('./colors_and_type.css');

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--ph-cream-100); color: var(--ph-cocoa-850); font-family: var(--font-sans); }

/* ===== NAV ===== */
.tph-nav { position: sticky; top: 0; z-index: 30; background: var(--ph-cream-100);
  border-bottom: 0.75px solid var(--ph-sand-300); }
.tph-nav-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 22px 48px; gap: 24px; }
.tph-nav-left, .tph-nav-right { display: flex; gap: 28px; align-items: center; }
.tph-nav-right { justify-content: flex-end; }
.tph-wordmark-container { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.tph-nav-logo { height: 32px; width: auto; object-fit: contain; }
.tph-nav-link { font-family: var(--font-sans); font-weight: 500; font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--ph-cocoa-850);
  text-decoration: none; cursor: pointer; transition: color 180ms; }
.tph-nav-link:hover { color: var(--ph-bronze-500); }
.tph-wordmark { font-family: var(--font-serif); font-weight: 300; font-size: 28px;
  letter-spacing: 0.06em; color: var(--ph-cocoa-850); text-decoration: none; text-align: left;
  white-space: nowrap; }
.tph-icon-btn { background: transparent; border: none; padding: 6px; cursor: pointer;
  color: var(--ph-cocoa-850); position: relative; display: inline-flex; }
.tph-icon-btn svg { width: 19px; height: 19px; }
.tph-icon-btn:hover { color: var(--ph-bronze-500); }
.tph-cart-dot { position: absolute; top: 0; right: 0; background: var(--ph-bronze-500);
  color: var(--ph-cream-100); font-size: 9px; font-family: var(--font-sans); font-weight: 600;
  border-radius: 999px; min-width: 14px; height: 14px; display: inline-flex; align-items: center;
  justify-content: center; padding: 0 4px; }
.tph-nav-band { display: flex; align-items: center; justify-content: center; gap: 18px;
  padding: 8px 48px; border-top: 0.5px solid var(--ph-sand-300); background: var(--ph-cream-50); }
.tph-eyebrow { font-family: var(--font-sans); font-weight: 500; font-size: 9px;
  letter-spacing: 0.36em; text-transform: uppercase; color: var(--ph-bronze-500); }
.tph-eyebrow-soft { color: var(--ph-sand-500); font-weight: 400; }
.tph-rule { display: inline-block; height: 0.5px; width: 28px; background: var(--ph-sand-400); }

/* ===== HERO ===== */
.tph-hero { position: relative; min-height: 640px; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; }
.tph-hero-art { position: relative; overflow: hidden; background: #2A1F0E; }
.tph-hero-art svg { width: 100%; height: 100%; display: block; }
.tph-hero-vignette { position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(17,16,9,0.6) 100%);
  pointer-events: none; }
.tph-hero-content { background: var(--ph-cream-100); padding: 96px 72px 80px;
  display: flex; flex-direction: column; justify-content: center; }
.tph-eyebrow-stack { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.tph-rule-light { display: inline-block; height: 0.5px; width: 28px; background: var(--ph-bronze-500); }
.tph-eyebrow-light { font-family: var(--font-sans); font-weight: 500; font-size: 10px;
  letter-spacing: 0.42em; text-transform: uppercase; color: var(--ph-bronze-500); }
.tph-hero-title { font-family: var(--font-serif); font-weight: 300; font-size: 80px;
  line-height: 1.04; letter-spacing: -0.01em; color: var(--ph-cocoa-850); margin: 0 0 36px;
  padding-bottom: 4px; }
.tph-hero-title em { font-style: italic; font-weight: 300; color: var(--ph-bronze-500); }
.tph-hero-lead { font-family: var(--font-serif); font-weight: 300; font-size: 19px;
  line-height: 1.55; color: var(--ph-cocoa-700); max-width: 460px; margin: 0 0 40px; }
.tph-hero-actions { display: flex; gap: 14px; align-items: center; }

/* ===== BUTTONS ===== */
.tph-btn { font-family: var(--font-sans); font-weight: 500; font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase; padding: 16px 28px; border-radius: 2px;
  cursor: pointer; border: 1px solid transparent; transition: all 200ms cubic-bezier(.22,.61,.36,1); }
.tph-btn:disabled { opacity: 0.4; cursor: not-allowed; }
.tph-btn-primary { background: var(--ph-cocoa-850); color: var(--ph-cream-200); border-color: var(--ph-cocoa-850); }
.tph-btn-primary:hover:not(:disabled) { background: var(--ph-cocoa-700); border-color: var(--ph-cocoa-700); }
.tph-btn-secondary { background: transparent; color: var(--ph-cocoa-850); border-color: var(--ph-cocoa-850); }
.tph-btn-secondary:hover { background: var(--ph-cocoa-850); color: var(--ph-cream-200); }
.tph-btn-brass { background: var(--ph-sand-400); color: var(--ph-ink-900); border-color: var(--ph-sand-400); }
.tph-btn-brass:hover { background: var(--ph-sand-500); border-color: var(--ph-sand-500); }
.tph-btn-ghost-light { background: transparent; color: var(--ph-cocoa-850); border-color: transparent;
  padding: 16px 8px; }
.tph-btn-ghost-light:hover { color: var(--ph-bronze-500); }
.tph-btn-block { display: block; width: 100%; }

/* ===== SECTIONS ===== */
.tph-section { padding: 96px 48px; max-width: 1320px; margin: 0 auto; }
.tph-section-head { display: grid; grid-template-columns: auto 1fr auto;
  align-items: end; gap: 24px; margin-bottom: 56px;
  padding-bottom: 24px; border-bottom: 0.5px solid var(--ph-sand-300); }
.tph-section-num { font-family: var(--font-sans); font-weight: 500; font-size: 11px;
  letter-spacing: 0.32em; color: var(--ph-bronze-500); }
.tph-section-title { font-family: var(--font-serif); font-weight: 300; font-size: 48px;
  line-height: 1; margin: 0; color: var(--ph-cocoa-850); }
.tph-section-link { font-family: var(--font-sans); font-weight: 500; font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--ph-cocoa-850);
  text-decoration: none; cursor: pointer; padding-bottom: 4px;
  border-bottom: 0.5px solid var(--ph-sand-400); }
.tph-section-link:hover { color: var(--ph-bronze-500); border-color: var(--ph-bronze-500); }

/* ===== CATEGORIES ===== */
.tph-cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.tph-cat { display: block; text-decoration: none; color: inherit; cursor: pointer; }
.tph-cat-img { aspect-ratio: 3/4; border-radius: 3px; position: relative; overflow: hidden;
  transition: transform 320ms cubic-bezier(.22,.61,.36,1); }
.tph-cat:hover .tph-cat-img { transform: translateY(-4px); }
.tph-cat-num { position: absolute; top: 14px; left: 14px; font-family: var(--font-serif);
  font-weight: 300; font-size: 18px; color: rgba(251,247,239,0.7); font-style: italic; }
.tph-cat-foot { display: flex; justify-content: space-between; align-items: baseline;
  padding-top: 12px; }
.tph-cat-name { font-family: var(--font-serif); font-weight: 400; font-size: 20px;
  color: var(--ph-cocoa-850); }
.tph-cat-count { font-family: var(--font-sans); font-size: 11px; color: var(--ph-sand-500);
  letter-spacing: 0.04em; }

/* ===== FEATURED ===== */
.tph-featured { display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  padding: 0 48px 96px; max-width: 1320px; margin: 0 auto 0; }
.tph-featured-img { aspect-ratio: 4/5; border-radius: 4px; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center; }
.tph-featured-img svg { width: 80%; height: 80%; }
.tph-thumb-row { position: absolute; bottom: 18px; left: 18px; display: flex; gap: 8px; }
.tph-thumb { width: 44px; height: 44px; border-radius: 2px; background: rgba(251,247,239,0.4);
  border: 0.75px solid rgba(251,247,239,0.4); cursor: pointer; }
.tph-thumb-on { background: rgba(251,247,239,0.85); border-color: rgba(251,247,239,0.95); }
.tph-featured-body { padding: 28px 0; display: flex; flex-direction: column; }
.tph-featured-title { font-family: var(--font-serif); font-weight: 300; font-size: 56px;
  line-height: 1; margin: 0 0 18px; color: var(--ph-cocoa-850); }
.tph-featured-lead { font-family: var(--font-serif); font-weight: 300; font-size: 18px;
  line-height: 1.55; color: var(--ph-cocoa-700); margin: 0 0 32px; }
.tph-spec { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px; margin: 0 0 32px;
  padding: 20px 0; border-top: 0.5px solid var(--ph-sand-300);
  border-bottom: 0.5px solid var(--ph-sand-300); }
.tph-spec > div { display: flex; flex-direction: column; gap: 4px; }
.tph-spec dt { font-family: var(--font-sans); font-weight: 500; font-size: 9px;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--ph-sand-500); margin: 0; }
.tph-spec dd { font-family: var(--font-serif); font-weight: 400; font-size: 16px;
  color: var(--ph-cocoa-850); margin: 0; }
.tph-label { font-family: var(--font-sans); font-weight: 500; font-size: 10px;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--ph-sand-500); }
.tph-color-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.tph-swatches { display: flex; gap: 10px; }
.tph-swatch { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--ph-sand-300);
  cursor: pointer; padding: 0; box-shadow: 0 0 0 0 transparent; transition: box-shadow 180ms; }
.tph-swatch.on { box-shadow: 0 0 0 2px var(--ph-cream-100), 0 0 0 3px var(--ph-cocoa-850); }
.tph-price-row { display: flex; align-items: baseline; gap: 16px; margin-bottom: 28px; }
.tph-price { font-family: var(--font-serif); font-weight: 400; font-size: 32px; color: var(--ph-cocoa-850); }
.tph-price-meta { font-family: var(--font-sans); font-size: 12px; color: var(--ph-sand-500); }
.tph-featured-actions { display: flex; gap: 14px; }

/* ===== JOURNAL ===== */
.tph-section-journal { background: var(--ph-cream-50);
  max-width: none; padding: 96px calc((100vw - 1320px) / 2 + 48px); }
.tph-journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.tph-journal { border-top: 0.75px solid var(--ph-cocoa-850); padding-top: 22px; cursor: pointer; }
.tph-journal-num { font-family: var(--font-sans); font-weight: 500; font-size: 10px;
  letter-spacing: 0.32em; color: var(--ph-bronze-500); margin-bottom: 16px; }
.tph-journal-title { font-family: var(--font-serif); font-weight: 300; font-size: 30px;
  line-height: 1.1; color: var(--ph-cocoa-850); margin: 0 0 14px;
  transition: color 200ms; }
.tph-journal:hover .tph-journal-title { color: var(--ph-bronze-500); }
.tph-journal-blurb { font-family: var(--font-sans); font-size: 14px; line-height: 1.6;
  color: var(--ph-cocoa-700); margin: 0 0 18px; }
.tph-journal-meta { font-family: var(--font-sans); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--ph-sand-500); }

/* ===== FOOTER ===== */
.tph-footer { background: var(--ph-ink-950); color: var(--ph-cream-200); padding: 80px 48px 28px; }
.tph-footer-top { display: grid; grid-template-columns: 1fr 2.5fr; gap: 64px; max-width: 1320px;
  margin: 0 auto 60px; }
.tph-footer-mark { display: flex; gap: 18px; align-items: center; }
.tph-footer-wm { font-family: var(--font-serif); font-weight: 300; font-size: 26px;
  letter-spacing: 0.06em; color: var(--ph-cream-200); }
.tph-footer-tag { font-family: var(--font-sans); font-size: 9px; letter-spacing: 0.4em;
  color: var(--ph-sand-400); margin-top: 6px; }
.tph-footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.tph-footer-cols a, .tph-footer-cols p { display: block; font-family: var(--font-sans);
  font-size: 13px; color: var(--ph-cream-200); opacity: 0.78; text-decoration: none;
  margin: 0 0 10px; line-height: 1.5; cursor: pointer; }
.tph-footer-cols a:hover { color: var(--ph-sand-400); opacity: 1; }
.tph-footer-h { font-family: var(--font-sans); font-weight: 500; font-size: 10px;
  letter-spacing: 0.32em; text-transform: uppercase; color: var(--ph-sand-400);
  margin-bottom: 16px; }
.tph-footer-blurb { margin-bottom: 14px !important; }
.tph-footer-sub { display: flex; gap: 0; border-bottom: 0.75px solid var(--ph-sand-400);
  padding-bottom: 6px; }
.tph-footer-sub input { flex: 1; background: transparent; border: none; outline: none;
  font-family: var(--font-serif); font-size: 14px; color: var(--ph-cream-200); padding: 4px 0; }
.tph-footer-sub input::placeholder { color: var(--ph-sand-500); font-style: italic; }
.tph-footer-sub button { background: transparent; border: none; color: var(--ph-sand-400);
  font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.28em;
  text-transform: uppercase; cursor: pointer; padding: 4px 0 4px 12px; }
.tph-footer-sub button:hover { color: var(--ph-cream-200); }
.tph-footer-bottom { max-width: 1320px; margin: 0 auto; display: flex; justify-content: space-between;
  font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.18em; color: var(--ph-sand-500);
  padding-top: 22px; border-top: 0.5px solid rgba(200,169,122,0.18); text-transform: uppercase; }

/* ===== CART DRAWER ===== */
.tph-scrim { position: fixed; inset: 0; background: rgba(17,16,9,0.4); opacity: 0;
  pointer-events: none; transition: opacity 260ms; z-index: 60; }
.tph-scrim.on { opacity: 1; pointer-events: auto; }
.tph-drawer { position: fixed; top: 0; right: 0; height: 100vh; width: 440px;
  background: var(--ph-cream-100); border-left: 0.75px solid var(--ph-sand-300);
  transform: translateX(100%); transition: transform 320ms cubic-bezier(.22,.61,.36,1);
  z-index: 70; display: flex; flex-direction: column; }
.tph-drawer.on { transform: translateX(0); }
.tph-drawer-head { display: flex; justify-content: space-between; align-items: center;
  padding: 22px 28px; border-bottom: 0.5px solid var(--ph-sand-300); }
.tph-drawer-body { flex: 1; overflow-y: auto; padding: 22px 28px; }
.tph-drawer-empty { text-align: center; padding-top: 80px; color: var(--ph-sand-500); }
.tph-drawer-empty-mark { font-family: var(--font-serif); font-weight: 300; font-size: 64px;
  color: var(--ph-sand-400); margin-bottom: 18px; }
.tph-drawer-empty p { font-family: var(--font-serif); font-size: 18px; color: var(--ph-cocoa-850); margin: 0 0 6px; }
.tph-drawer-empty small { font-family: var(--font-sans); font-size: 12px; }
.tph-cart-line { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px;
  padding: 18px 0; border-bottom: 0.5px solid var(--ph-sand-300); align-items: center; }
.tph-cart-thumb { width: 64px; height: 80px; border-radius: 2px; }
.tph-cart-name { font-family: var(--font-serif); font-size: 16px; color: var(--ph-cocoa-850); }
.tph-cart-meta { font-family: var(--font-sans); font-size: 11px; color: var(--ph-sand-500);
  letter-spacing: 0.04em; margin-top: 2px; }
.tph-cart-rm { background: none; border: none; padding: 0; cursor: pointer; margin-top: 6px;
  font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ph-sand-500); border-bottom: 0.5px solid var(--ph-sand-400); }
.tph-cart-rm:hover { color: var(--ph-bronze-500); }
.tph-cart-price { font-family: var(--font-serif); font-size: 16px; color: var(--ph-cocoa-850); }
.tph-drawer-foot { padding: 22px 28px; border-top: 0.5px solid var(--ph-sand-300);
  background: var(--ph-cream-50); }
.tph-cart-sub { display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--font-sans); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ph-cocoa-850); margin-bottom: 6px; }
.tph-cart-sub-val { font-family: var(--font-serif); font-size: 24px; letter-spacing: 0;
  text-transform: none; font-weight: 300; }
.tph-cart-note { font-family: var(--font-sans); font-size: 11px; color: var(--ph-sand-500);
  margin: 0 0 18px; }

/* ===== NAV SEARCH ===== */
.tph-nav-inner { grid-template-columns: auto 1fr; justify-content: space-between; }
.tph-nav-links { display: flex; gap: 28px; align-items: center; margin-right: 0; }
.tph-nav-link.active { color: var(--ph-bronze-500); }
.tph-lang-toggle { display: flex; align-items: center; gap: 6px; font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.1em; color: var(--ph-cocoa-850); }
.tph-lang-btn { background: transparent; border: none; padding: 4px; cursor: pointer; color: var(--ph-sand-500); transition: color 180ms; font-weight: 500; font-family: var(--font-sans); }
.tph-lang-btn:hover { color: var(--ph-cocoa-850); }
.tph-lang-btn.active { color: var(--ph-bronze-500); font-weight: 700; }
.tph-lang-sep { color: var(--ph-sand-300); }
.tph-nav-search { display: flex; align-items: center; gap: 10px; width: 100%; max-width: 300px; min-width: 240px; margin-right: 28px;
  padding: 8px 14px; border: 0.75px solid var(--ph-sand-300); border-radius: 2px;
  background: var(--ph-cream-50); transition: border-color 180ms; }
.tph-nav-search:focus-within { border-color: var(--ph-cocoa-850); }
.tph-nav-search svg { width: 14px; height: 14px; color: var(--ph-sand-500); flex-shrink: 0; }
.tph-nav-search input { flex: 1; border: none; outline: none; background: transparent;
  font-family: var(--font-sans); font-size: 13px; color: var(--ph-cocoa-850); }
.tph-nav-search input::placeholder { color: var(--ph-sand-500); font-style: italic; }

/* ===== HERO STRIP + SHELF ===== */
.tph-hero-strip { margin-top: 56px; padding-top: 32px;
  border-top: 0.5px solid var(--ph-sand-300); display: flex; flex-direction: column; gap: 18px; max-width: 540px; }
.tph-strip-lbl { font-family: var(--font-sans); font-weight: 500; font-size: 10px;
  letter-spacing: 0.36em; text-transform: uppercase; color: var(--ph-sand-500); }
.tph-strip-brands { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
.tph-strip-brand { font-size: 14px; color: var(--ph-cocoa-700); }
.thule-glyph { font-family: 'Inter', sans-serif; font-weight: 700; letter-spacing: 0.32em; }
.cl-glyph    { font-family: 'Inter', sans-serif; font-weight: 500; letter-spacing: 0.28em; }
.alpaka-glyph { font-family: 'Inter', sans-serif; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; }
.bamkel-glyph { font-family: 'Inter', sans-serif; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }

.tph-hero-shelf { position: absolute; inset: 80px 80px; display: flex; flex-direction: column;
  gap: 32px; justify-content: center; align-items: stretch; }
.tph-shelf-row { display: flex; gap: 36px; align-items: end; justify-content: center;
  padding-bottom: 14px; border-bottom: 0.5px solid rgba(200,169,122,0.25); }
.tph-shelf-item { width: 84px; height: 110px; display: flex; align-items: end; justify-content: center; }
.tph-shelf-item svg { width: 100%; height: auto; }

/* ===== BRAND TABS ===== */
.tph-brand-tabs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin-bottom: 32px; }
.tph-brand-tab { background: transparent; border: 0.75px solid var(--ph-sand-300);
  border-radius: 2px; padding: 18px 14px; cursor: pointer; display: flex; flex-direction: column;
  align-items: center; gap: 8px; transition: all 180ms; text-align: center;
  min-height: 92px; justify-content: center; }
.tph-brand-tab:hover { border-color: var(--ph-cocoa-850); background: var(--ph-cream-50); }
.tph-brand-tab.active { background: var(--ph-cocoa-850); border-color: var(--ph-cocoa-850); }
.tph-brand-tab.active .tph-brand-glyph,
.tph-brand-tab.active .tph-brand-origin { color: var(--ph-cream-200); }
.tph-brand-glyph { font-size: 13px; color: var(--ph-cocoa-850); transition: color 180ms; }
.tph-brand-origin { font-family: var(--font-sans); font-size: 9px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--ph-sand-500); }

/* ===== TYPE FILTERS / SORT BAR ===== */
.tph-filter-bar { display: flex; justify-content: space-between; align-items: center;
  gap: 24px; margin-bottom: 28px; padding-bottom: 18px;
  border-bottom: 0.5px solid var(--ph-sand-300); }
.tph-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.tph-chip { background: transparent; border: 0.75px solid var(--ph-sand-400);
  border-radius: 999px; padding: 7px 16px; cursor: pointer;
  font-family: var(--font-sans); font-size: 12px; color: var(--ph-cocoa-850);
  transition: all 180ms; }
.tph-chip:hover { border-color: var(--ph-cocoa-850); }
.tph-chip.on { background: var(--ph-cocoa-850); color: var(--ph-cream-200); border-color: var(--ph-cocoa-850); }
.tph-filter-right { display: flex; gap: 22px; align-items: center; }
.tph-result-count { font-family: var(--font-sans); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--ph-sand-500); }
.tph-sort { display: flex; align-items: center; gap: 8px; }
.tph-sort-lbl { font-family: var(--font-sans); font-weight: 500; font-size: 10px;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--ph-sand-500); }
.tph-sort select { font-family: var(--font-sans); font-size: 12px; color: var(--ph-cocoa-850);
  background: transparent; border: none; border-bottom: 0.75px solid var(--ph-sand-400);
  padding: 4px 0; cursor: pointer; outline: none; }

/* ===== PRODUCT GRID ===== */
.tph-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.tph-empty { padding: 80px 40px; text-align: center; color: var(--ph-sand-500); }
.tph-empty-mark { font-family: var(--font-serif); font-weight: 300; font-size: 72px;
  color: var(--ph-sand-400); margin-bottom: 18px; }
.tph-empty h3 { font-family: var(--font-serif); font-weight: 300; font-size: 26px;
  color: var(--ph-cocoa-850); margin: 0 0 8px; }
.tph-empty p { margin: 0 0 24px; max-width: 380px; margin-left: auto; margin-right: auto; }

/* ===== PRODUCT CARDS (brand-aware) ===== */
.tph-card { background: #FFFCF6; border: 0.5px solid var(--ph-sand-300); border-radius: 4px;
  overflow: hidden; cursor: pointer; transition: box-shadow 220ms, transform 220ms; display: flex; flex-direction: column; }
.tph-card:hover { box-shadow: 0 18px 48px -20px rgba(42,31,14,0.30); transform: translateY(-2px); }
.tph-card-img { aspect-ratio: 5/4; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.tph-card-brand { position: absolute; top: 12px; left: 14px; font-size: 11px;
  font-family: 'Inter', sans-serif; font-weight: 600; letter-spacing: 0.32em; }
.tph-card-flag, .tph-card-yr { position: absolute; top: 14px; right: 14px;
  font-family: 'Inter', sans-serif; font-weight: 500; font-size: 8px;
  letter-spacing: 0.22em; text-transform: uppercase; }
.tph-card-cert { position: absolute; top: 14px; right: 12px;
  font-family: 'Inter', sans-serif; font-weight: 500; font-size: 8px;
  letter-spacing: 0.2em; padding: 3px 7px; border-radius: 1px;
  border: 0.5px solid rgba(251,247,239,0.5); color: rgba(251,247,239,0.85);
  text-transform: uppercase; }
.tph-card-badge { position: absolute; bottom: 10px; left: 14px; padding: 4px 9px;
  font-family: 'Inter', sans-serif; font-weight: 500; font-size: 9px;
  letter-spacing: 0.28em; text-transform: uppercase; border-radius: 1px; }
.tph-badge-new { background: var(--ph-cocoa-850); color: var(--ph-cream-100); }
.tph-badge-low { background: #9A2A1E; color: var(--ph-cream-100); }
.tph-badge-sale { background: #C8401E; color: #fff; }
.tph-card-silhouette { width: 60%; }
.tph-card-silhouette svg { width: 100%; display: block; }
.tph-card-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.tph-card-brandline { font-family: 'Inter', sans-serif; font-weight: 500; font-size: 9px;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--ph-bronze-500); }
.tph-card-name { font-family: var(--font-serif); font-weight: 300; font-size: 19px;
  line-height: 1.15; color: var(--ph-cocoa-850); margin: 0; }
.tph-card-meta { font-family: var(--font-sans); font-size: 11px; color: var(--ph-sand-500); }
.tph-card-foot { display: flex; justify-content: space-between; align-items: center;
  margin-top: auto; padding-top: 12px; }
.tph-card-price { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 15px;
  color: var(--ph-cocoa-850); }
.tph-card-add { font-family: 'Inter', sans-serif; font-weight: 500; font-size: 10px;
  letter-spacing: 0.24em; text-transform: uppercase; background: transparent;
  border: 0.75px solid var(--ph-cocoa-850); border-radius: 2px;
  padding: 8px 12px; cursor: pointer; color: var(--ph-cocoa-850); transition: all 180ms; }
.tph-card-add:hover { background: var(--ph-cocoa-850); color: var(--ph-cream-200); }

/* Brand-specific card art */
.tph-card-thule .tph-card-img { background: linear-gradient(180deg, #2A3027 0%, #1B2018 100%); }
.tph-card-thule .tph-card-brand { color: #DDE0D5; }
.tph-card-thule .tph-card-flag { color: rgba(221,224,213,0.65); }
.tph-card-mountains { position: absolute; bottom: 0; left: 0; right: 0; height: 58%; opacity: 0.55; }
.tph-card-mountains svg { width: 100%; height: 100%; display: block; }

.tph-card-samsonite .tph-card-img { background: linear-gradient(180deg, #4E3418 0%, #2A1F0E 100%); }
.sam-brand-text { color: #C8A97A; font-family: var(--font-serif); font-style: italic;
  font-weight: 400; font-size: 14px; letter-spacing: 0.06em; }

.tph-card-case-logic .tph-card-img { background: linear-gradient(180deg, #EFE6D2, #C8A97A); }
.cl-brand-text { color: var(--ph-cocoa-850); }

.tph-card-pacsafe .tph-card-img { background: #4E6B7A; }
.tph-card-grid-bg { position: absolute; inset: 0; opacity: 0.15;
  background-image: linear-gradient(rgba(255,255,255,0.5) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.5) 1px, transparent 1px);
  background-size: 18px 18px; }
.pac-brand-text { color: #FBF7EF; }

.tph-card-tumi .tph-card-img { background: linear-gradient(180deg, #2A1F0E 0%, #111009 100%); }
.tumi-brand-text { color: #E8DCC8; }

/* ===== STORE INFO ===== */
.tph-section-store { background: var(--ph-cream-50);
  max-width: none; padding: 96px calc((100vw - 1320px) / 2 + 48px); }
.tph-store-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px;
  margin-bottom: 64px; }
.tph-store-point { border-top: 0.75px solid var(--ph-cocoa-850); padding-top: 22px; }
.tph-store-num { font-family: var(--font-sans); font-weight: 500; font-size: 10px;
  letter-spacing: 0.32em; color: var(--ph-bronze-500); margin-bottom: 16px; }
.tph-store-title { font-family: var(--font-serif); font-weight: 300; font-size: 28px;
  line-height: 1.1; color: var(--ph-cocoa-850); margin: 0 0 14px; }
.tph-store-blurb { font-family: var(--font-sans); font-size: 14px; line-height: 1.6;
  color: var(--ph-cocoa-700); margin: 0; }

.tph-visit { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px;
  background: #FFFCF6; padding: 56px; border-radius: 4px;
  border: 0.5px solid var(--ph-sand-300); align-items: center; }
.tph-visit-info { display: flex; flex-direction: column; gap: 14px; }
.tph-visit-addr { font-family: var(--font-serif); font-weight: 300; font-size: 36px;
  line-height: 1.1; color: var(--ph-cocoa-850); margin: 4px 0 8px; }
.tph-visit-hours { font-family: var(--font-sans); font-size: 13px;
  color: var(--ph-sand-500); margin: 0; }
.tph-visit-map { aspect-ratio: 5/3; overflow: hidden; border-radius: 3px; }
.tph-visit-map svg { width: 100%; height: 100%; display: block; }

/* ===== SHOP SECTION (the catalog) ===== */
.tph-shop { padding: 80px 48px; max-width: 1320px; margin: 0 auto; }
.tph-shop-head { display: flex; justify-content: space-between; align-items: end;
  margin-bottom: 36px; padding-bottom: 22px; border-bottom: 0.5px solid var(--ph-sand-300); }
.tph-shop-eye { font-family: var(--font-sans); font-weight: 500; font-size: 11px;
  letter-spacing: 0.32em; text-transform: uppercase; color: var(--ph-bronze-500);
  margin-bottom: 12px; }
.tph-shop-title { font-family: var(--font-serif); font-weight: 300; font-size: 48px;
  line-height: 1; margin: 0; color: var(--ph-cocoa-850); }
.tph-shop-sub { font-family: var(--font-serif); font-weight: 300; font-size: 17px;
  font-style: italic; color: var(--ph-sand-500); margin: 0; max-width: 380px; text-align: right; }
