/** Shopify CDN: Minification failed

Line 972:2 Unexpected "="
Line 975:61 Unterminated string token

**/
/* =========================================================
   HAUS OF MOODS — Homepage CSS (Shopify, Charm theme)
   Full styles from Madison's approved mockup.
   Paste as: assets/haus-brand.css
   Fonts loaded via <link> in layout/theme.liquid — not @import.
   ========================================================= */

:root {
  --lime: #adfc02;
  --electric-lime: #c8ef00;
  --tidal: #f0ffae;
  --azure: #0095ff;
  --aquamarine: #69f8e5;
  --persian-blue: #3424c7;
  --electric-violet: #6a28f3;
  --fog: #dad4fe;
  --scarlet: #df1300;
  --scarlet-2: #ff1d00;
  --hollywood-cerise: #fd029d;
  --heliotrope: #fd61fe;
  --ink: #0a0a0a;
  --paper: #fafaf7;
  --paper-warm: #f4f1ea;
  --paper-deep: #ebe5d8;
  --rule: rgba(10,10,10,0.12);
}

.era-about-heading-italic {
    padding: 0 0 0 10px;
}

/* ═══ HAUS scope: every rule below only applies inside a .haus container ═══ */
.haus * { box-sizing: border-box; }
.haus img { max-width: 100%; display: block; }
.haus a { color: inherit; text-decoration: none; }

/* Base type inside haus */
.haus {
  font-family: 'Inter', sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.5;
}

/* ═══ ANNOUNCEMENT ═══ */
.haus .announce {
  background: var(--ink); color: var(--paper);
  font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase;
  padding: 20px 24px;
  display: flex; justify-content: center; align-items: center; gap: 32px;
  font-weight: 500;
}
.haus .announce .item { display: flex; align-items: center; gap: 8px; }
.haus .announce .dot { width: 4px; height: 4px; background: var(--lime); border-radius: 50%; }
.haus .announce .highlight { color: var(--lime); font-weight: 600; }

/* ═══ HERO ═══ */
.haus .hero {
  position: relative; background: var(--paper-warm);
  padding: 80px 40px 120px; overflow: hidden; min-height: 720px;
}
.haus .hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(ellipse at 15% 85%, var(--heliotrope) 0%, transparent 25%),
    radial-gradient(ellipse at 85% 15%, var(--aquamarine) 0%, transparent 25%),
    radial-gradient(ellipse at 90% 80%, var(--tidal) 0%, transparent 20%),
    radial-gradient(ellipse at 10% 20%, var(--fog) 0%, transparent 30%);
  opacity: 0.6; filter: blur(40px); pointer-events: none;
}
.haus .hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
  opacity: 0.15; mix-blend-mode: multiply; pointer-events: none;
}
.haus .hero-inner {
  position: relative; z-index: 2; max-width: 1140px; margin: 0 auto;
  
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: center;
}
.haus .hero-text .eyebrow {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: 14px; letter-spacing: 0.1em; margin-bottom: 32px;
  color: var(--electric-violet); display: flex; align-items: center; gap: 12px;
}
.haus .hero-text .eyebrow::before { content: ""; width: 32px; height: 1px; background: var(--electric-violet); }

.haus .hero-text h1 {
  font-family: 'DM Serif Display', serif; font-weight: 400;
  font-size: clamp(54px, 7vw, 95px); line-height: 0.92;
  letter-spacing: -0.03em; margin-bottom: 32px;
}
.haus .hero-text h1 .italic { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; }
.haus .hero-text h1 .highlight {
  background: var(--lime); padding: 0 12px; display: inline-block;
  transform: rotate(-1deg); line-height: 1; margin: 4px 0;
}
.haus .hero-text .sub {
  font-family: 'Fraunces', serif; font-size: 19px; line-height: 1.5;
  font-weight: 300; max-width: 520px; margin-bottom: 40px;
  color: rgba(10,10,10,0.75);
}
.haus .hero-ctas { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }

.haus .btn {
  
  display: inline-flex; align-items: center; gap: 10px;
  padding: 18px 32px; font-size: 12px; font-weight: 600;
  border-radius: 100px;
  letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer;
  transition: all 0.2s; border: none; font-family: inherit;
}
.haus .btn-primary { background: var(--ink); color: var(--paper); }
.haus .btn-primary:hover { background: var(--persian-blue); transform: translateY(-1px); }
.haus .btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.haus .btn-ghost:hover { background: var(--ink); color: var(--paper); }
.haus .btn-pill { border-radius: 100px; }
.haus .btn-arrow { transition: transform 0.2s; }
.haus .btn:hover .btn-arrow { transform: translateX(4px); }

.haus .hero-visual { position: relative; height: 560px; }
.haus .puzzle-card {
  position: absolute; background: var(--paper);
  border: 1px solid var(--ink); padding: 12px;
  box-shadow: 8px 8px 0 var(--ink); transition: transform 0.3s;
}
.haus .puzzle-card:hover { transform: translateY(-4px) rotate(0deg) !important; }
.haus .puzzle-card .mock {
  aspect-ratio: 1; background-size: cover; background-position: center;
  background-color: var(--fog);
}
.haus .puzzle-card .caption {
  font-family: 'DM Serif Display', serif; font-size: 12px;
  text-align: center; margin-top: 8px; letter-spacing: -0.01em;
}
.haus .pc-1 { top: 0; left: 0; width: 220px; transform: rotate(-6deg); z-index: 3; }
.haus .pc-1 .mock { background: linear-gradient(135deg, var(--heliotrope) 0%, var(--hollywood-cerise) 50%, var(--electric-violet) 100%); position: relative; }
.haus .pc-1 .mock::after { content: "LOVER"; position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); font-family: 'DM Serif Display', serif; font-style: italic; color: var(--paper); font-size: 18px; letter-spacing: 0.1em; }
.haus .pc-2 { top: 60px; right: 20px; width: 260px; transform: rotate(4deg); z-index: 2; }
.haus .pc-2 .mock { background: linear-gradient(160deg, var(--ink) 0%, var(--persian-blue) 60%, var(--electric-violet) 100%); position: relative; overflow: hidden; }
.haus .pc-2 .mock::before { content: ""; position: absolute; top: 20%; left: 20%; width: 60%; height: 60%; background: radial-gradient(circle, var(--aquamarine) 0%, transparent 70%); opacity: 0.6; filter: blur(20px); }
.haus .pc-2 .mock::after { content: "MIDNIGHTS"; position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); font-family: 'DM Serif Display', serif; color: var(--paper); font-size: 14px; letter-spacing: 0.2em; }
.haus .pc-3 { bottom: 40px; left: 60px; width: 200px; transform: rotate(3deg); z-index: 1; }
.haus .pc-3 .mock { background: linear-gradient(180deg, var(--azure) 0%, var(--aquamarine) 100%); position: relative; }
.haus .pc-3 .mock::after { content: "1989"; position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); font-family: 'DM Serif Display', serif; color: var(--paper); font-size: 16px; letter-spacing: 0.3em; font-weight: 400; }
.haus .pc-4 { bottom: 0; right: 80px; width: 180px; transform: rotate(-4deg); z-index: 2; }
.haus .pc-4 .mock { background: linear-gradient(135deg, var(--tidal) 0%, var(--lime) 100%); position: relative; }
.haus .pc-4 .mock::after { content: "PRAIANO"; position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); font-family: 'DM Serif Display', serif; color: var(--ink); font-size: 14px; letter-spacing: 0.15em; }
.haus .piece { position: absolute; width: 32px; height: 32px; background: var(--ink); border-radius: 6px; }
.haus .piece-1 { top: 20%; left: 45%; background: var(--hollywood-cerise); transform: rotate(24deg); }
.haus .piece-2 { bottom: 20%; right: 30%; background: var(--lime); transform: rotate(-18deg); }
.haus .piece-3 { top: 5%; right: 5%; background: var(--azure); transform: rotate(42deg); width: 24px; height: 24px; }

/* ═══ TRUST STRIP ═══ */
.haus .trust-strip {
  background: var(--ink); color: var(--paper); padding: 20px 40px;
  display: flex; justify-content: center; align-items: center; gap: 48px;
  font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase;
}
.haus .trust-strip .star { color: var(--lime); font-size: 14px; }
.haus .trust-strip .divider { width: 1px; height: 16px; background: rgba(250,250,247,0.25); }

/* ═══ DIFFERENTIATORS ═══ */
.haus .diff { padding: 100px 40px; background: var(--paper); }
.haus .diff-inner { max-width: 1280px; margin: 0 auto; }
.haus .diff-header { text-align: center; margin-bottom: 64px; }
.haus .diff-header .eyebrow { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--hollywood-cerise); margin-bottom: 16px; font-weight: 600; }
.haus .diff-header h2 { font-family: 'DM Serif Display', serif; font-size: clamp(36px, 4.5vw, 56px); font-weight: 400; letter-spacing: -0.02em; line-height: 1; }
.haus .diff-header h2 .italic { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; }
.haus .diff-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.haus .diff-card { padding: 40px 32px; border-top: 1px solid var(--ink); position: relative; }
.haus .diff-card .num { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; font-size: 48px; opacity: 0.3; line-height: 1; margin-bottom: 24px; }
.haus .diff-card h3 { font-family: 'DM Serif Display', serif; font-size: 22px; font-weight: 400; margin-bottom: 12px; line-height: 1.1; letter-spacing: -0.01em; }
.haus .diff-card p { font-size: 13px; line-height: 1.6; color: rgba(10,10,10,0.7); }
.haus .diff-card.featured { background: var(--lime); border-top-color: var(--ink); }
.haus .diff-card.featured .num { opacity: 0.5; }

/* ═══ FEATURED DROP ═══ */
.haus .featured-drop {
  background: var(--ink); color: var(--paper);
  padding: 120px 40px; position: relative; overflow: hidden;
}
.haus .featured-drop::before {
  content: ""; position: absolute; top: -20%; right: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, var(--electric-violet) 0%, transparent 70%);
  filter: blur(80px); opacity: 0.5;
}
.haus .featured-drop::after {
  content: ""; position: absolute; bottom: -30%; left: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, var(--hollywood-cerise) 0%, transparent 70%);
  filter: blur(80px); opacity: 0.4;
}
.haus .featured-drop-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: center; position: relative; z-index: 2;
}
.haus .featured-visual {
  aspect-ratio: 4/5;
  border-radius: 40px;
  background: linear-gradient(135deg, var(--heliotrope) 0%, var(--hollywood-cerise) 40%, var(--electric-violet) 100%);
  border: 1px solid rgba(250,250,247,0.2); padding: 24px; position: relative; overflow: hidden;
}
.haus .featured-visual .inner-art {
  width: 100%; height: 100%;
  background-image:
    radial-gradient(circle at 20% 30%, var(--tidal) 0%, transparent 30%),
    radial-gradient(circle at 70% 60%, var(--aquamarine) 0%, transparent 25%),
    radial-gradient(circle at 50% 80%, var(--fog) 0%, transparent 30%);
  opacity: 0.7; mix-blend-mode: overlay;
}
.haus .featured-visual .tag {
  position: absolute; top: 32px; left: 32px;
  background: var(--lime); color: var(--ink); padding: 8px 14px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; border-radius: 100px; z-index: 2;
}
.haus .featured-visual .product-label {
  position: absolute; bottom: 48px; left: 50%; transform: translateX(-50%);
  font-family: 'DM Serif Display', serif; font-style: italic;
  color: var(--paper); font-size: 32px; z-index: 2; text-align: center;
}
.haus .featured-text .eyebrow { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--lime); margin-bottom: 24px; font-weight: 600; }
.haus .featured-text h2 { font-family: 'DM Serif Display', serif; font-size: clamp(40px, 5vw, 68px); font-weight: 400; line-height: 0.95; letter-spacing: -0.02em; margin-bottom: 24px; }
.haus .featured-text h2 .italic { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; color: var(--heliotrope); }
.haus .featured-text .desc { font-family: 'Inter', serif; font-size: 17px; line-height: 1.6; font-weight: 300; opacity: 0.85; margin-bottom: 32px; max-width: 460px; }
.haus .featured-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 32px; margin-bottom: 40px; padding: 24px 0; border-top: 1px solid rgba(250,250,247,0.2); border-bottom: 1px solid rgba(250,250,247,0.2); max-width: 460px; }
.haus .spec-label { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.6; margin-bottom: 4px; }
.haus .spec-value { font-family: 'DM Serif Display', serif; font-size: 18px; letter-spacing: -0.01em; }
.haus .featured-price { display: flex; align-items: baseline; gap: 16px; margin-bottom: 24px; }
.haus .featured-price .price { font-family: 'DM Serif Display', serif; font-size: 36px; }
.haus .featured-price .piece-count { font-size: 13px; opacity: 0.7; }

/* ═══ SHOP BY MOOD ═══ */
.haus .moods { background: var(--paper-warm); padding: 120px 40px; }
.haus .moods-inner { max-width: 1400px; margin: 0 auto; }
.haus .moods-header { display: flex; justify-content: space-between; align-items: end; margin-bottom: 48px; flex-wrap: wrap; gap: 24px; }
.haus .moods-header .label { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--hollywood-cerise); font-weight: 600; margin-bottom: 12px; }
.haus .moods-header h2 { font-family: 'DM Serif Display', serif; font-size: clamp(40px, 5vw, 68px); font-weight: 400; line-height: 0.95; letter-spacing: -0.02em; }
.haus .moods-header h2 .italic { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; }
.haus .moods-header .note { font-family: 'Fraunces', serif; font-size: 15px; font-style: italic; font-weight: 300; max-width: 320px; opacity: 0.7; }
.haus .moods-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(2, 1fr); gap: 16px; aspect-ratio: 2.4/1; }
.haus .mood-card { padding: 28px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; cursor: pointer; transition: transform 0.3s; }
.haus .mood-card:hover { transform: scale(0.98); }
.haus .mood-card .mood-label { font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; font-weight: 600; opacity: 0.7; }
.haus .mood-card .mood-name { font-family: 'DM Serif Display', serif; font-size: 26px; line-height: 1; letter-spacing: -0.01em; }
.haus .mood-card .mood-name .italic { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; }
.haus .mood-card .mood-arrow { font-size: 18px; position: absolute; bottom: 24px; right: 24px; opacity: 0; transition: opacity 0.2s; }
.haus .mood-card:hover .mood-arrow { opacity: 1; }
.haus .mc-1 { grid-column: span 2; grid-row: span 2; background: linear-gradient(135deg, var(--electric-violet), var(--persian-blue)); color: var(--paper); }
.haus .mc-1 .mood-name { font-size: 42px; }
.haus .mc-2 { grid-column: span 2; background: var(--hollywood-cerise); color: var(--paper); }
.haus .mc-3 { grid-column: span 2; background: var(--tidal); color: var(--ink); }
.haus .mc-4 { grid-column: span 2; background: var(--azure); color: var(--paper); }
.haus .mc-5 { grid-column: span 2; background: var(--ink); color: var(--lime); }

/* ═══ PROCESS STORY ═══ */
.haus .process { background: var(--paper-warm); padding: 120px 40px; position: relative; overflow: hidden; }
.haus .process-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.haus .process-visual { position: relative; aspect-ratio: 4/5; }
.haus .process-img { position: absolute; border: 1px solid var(--ink); padding: 16px; background: var(--paper); box-shadow: 8px 8px 0 var(--ink); }
.haus .pi-1 { top: 0; left: 0; width: 60%; aspect-ratio: 3/4; transform: rotate(-3deg); z-index: 2; }
.haus .pi-1 .mock { width: 100%; height: 100%; background: linear-gradient(160deg, var(--paper-deep), var(--fog)); position: relative; }
.haus .pi-1 .mock::after { content: "✂"; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 80px; }
.haus .pi-2 { bottom: 5%; right: 0; width: 55%; aspect-ratio: 4/3; transform: rotate(4deg); z-index: 3; }
.haus .pi-2 .mock { width: 100%; height: 100%; background: linear-gradient(135deg, var(--heliotrope), var(--electric-violet)); position: relative; }
.haus .pi-2 .mock::after { content: "✦"; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 64px; color: var(--paper); }
.haus .pi-stamp {
  position: absolute; top: 45%; left: 55%; width: 120px; height: 120px;
  border: 2px solid var(--hollywood-cerise); border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--hollywood-cerise); font-family: 'DM Serif Display', serif; font-style: italic;
  transform: rotate(-8deg); z-index: 4; background: var(--paper-warm);
}
.haus .pi-stamp .big { font-size: 28px; line-height: 1; }
.haus .pi-stamp .small { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; font-style: normal; font-family: 'Inter', sans-serif; font-weight: 600; margin-top: 4px; }
.haus .process-text .eyebrow { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--hollywood-cerise); font-weight: 600; margin-bottom: 20px; }
.haus .process-text h2 { font-family: 'DM Serif Display', serif; font-size: clamp(36px, 5vw, 64px); font-weight: 400; line-height: 0.95; letter-spacing: -0.02em; margin-bottom: 28px; }
.haus .process-text h2 .italic { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; color: var(--hollywood-cerise); }
.haus .process-text p { font-family: 'Fraunces', serif; font-size: 17px; line-height: 1.6; font-weight: 300; margin-bottom: 20px; color: rgba(10,10,10,0.8); }
.haus .process-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--ink); }
.haus .stat-num { font-family: 'DM Serif Display', serif; font-size: 44px; line-height: 1; letter-spacing: -0.02em; }
.haus .stat-label { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; margin-top: 6px; opacity: 0.6; }

/* ═══ WALL ART ═══ */
.haus .wallart { background: var(--ink); color: var(--paper); padding: 120px 40px; }
.haus .wallart-inner { max-width: 1400px; margin: 0 auto; }
.haus .wallart-header { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-bottom: 64px; align-items: end; }
.haus .wallart-header .eyebrow { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--lime); font-weight: 600; margin-bottom: 20px; }
.haus .wallart-header h2 { font-family: 'DM Serif Display', serif; font-size: clamp(40px, 5vw, 68px); font-weight: 400; line-height: 0.95; letter-spacing: -0.02em; }
.haus .wallart-header h2 .italic { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; color: var(--lime); }
.haus .wallart-header .desc { font-family: 'Fraunces', serif; font-size: 17px; line-height: 1.6; font-weight: 300; opacity: 0.8; max-width: 440px; }
.haus .wallart-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.haus .poster { cursor: pointer; }
.haus .poster .poster-frame { aspect-ratio: 3/4; background: var(--paper); padding: 12px; margin-bottom: 16px; transition: transform 0.3s; }
.haus .poster:hover .poster-frame { transform: translateY(-4px); }
.haus .poster .poster-art { width: 100%; height: 100%; position: relative; overflow: hidden; }
.haus .poster .poster-art::after { content: attr(data-label); position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); font-family: 'DM Serif Display', serif; font-style: italic; color: var(--ink); font-size: 14px; text-align: center; white-space: nowrap; }
.haus .poster-art.p1 { background: linear-gradient(180deg, var(--paper-deep), #a68970); }
.haus .poster-art.p2 { background: linear-gradient(135deg, var(--fog), var(--heliotrope)); }
.haus .poster-art.p3 { background: linear-gradient(180deg, var(--hollywood-cerise), var(--scarlet-2)); }
.haus .poster-art.p3::after { color: var(--paper); }
.haus .poster-art.p4 { background: linear-gradient(135deg, var(--aquamarine), var(--azure)); }
.haus .poster .poster-title { font-family: 'DM Serif Display', serif; font-size: 17px; margin-bottom: 4px; letter-spacing: -0.01em; }
.haus .poster .poster-meta { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.6; }

/* ═══ MOODY CROSS-SELL ═══ */
.haus .moody { background: var(--hollywood-cerise); color: var(--paper); padding: 100px 40px; position: relative; overflow: hidden; }
.haus .moody::before { content: ""; position: absolute; top: 50%; right: -100px; transform: translateY(-50%); width: 500px; height: 500px; background: var(--lime); border-radius: 50%; filter: blur(100px); opacity: 0.3; }
.haus .moody-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr; gap: 64px; align-items: center; position: relative; z-index: 2; }
.haus .moody-text .eyebrow { font-family: 'Bungee', cursive; font-size: 11px; letter-spacing: 0.2em; margin-bottom: 20px; color: var(--lime); }
.haus .moody-text h2 { font-family: 'Bungee', cursive; font-size: clamp(40px, 6vw, 88px); line-height: 0.95; letter-spacing: -0.03em; margin-bottom: 24px; }
.haus .moody-text h2 .accent { color: var(--lime); }
.haus .moody-text p { font-family: 'Fraunces', serif; font-size: 18px; line-height: 1.5; font-weight: 300; margin-bottom: 32px; max-width: 480px; }
.haus .moody-btn { background: var(--lime); color: var(--ink); padding: 18px 36px; border-radius: 100px; font-family: 'Bungee', cursive; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 10px; transition: transform 0.2s; }
.haus .moody-btn:hover { transform: translateY(-2px); }
.haus .moody-visual { position: relative; height: 340px; }
.haus .moody-puzzle { position: absolute; width: 200px; aspect-ratio: 1; background: var(--ink); padding: 12px; transition: transform 0.3s; }
.haus .moody-puzzle .face { width: 100%; height: 100%; background: linear-gradient(135deg, var(--lime), var(--tidal)); position: relative; }
.haus .moody-puzzle .face::after { content: "MOODY"; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: 'Bungee', cursive; font-size: 24px; color: var(--ink); }
.haus .mp-1 { top: 0; left: 0; transform: rotate(-8deg); z-index: 2; }
.haus .mp-1 .face { background: linear-gradient(135deg, var(--lime), var(--aquamarine)); }
.haus .mp-2 { bottom: 0; right: 0; transform: rotate(6deg); z-index: 3; }
.haus .mp-2 .face { background: linear-gradient(135deg, var(--electric-violet), var(--heliotrope)); }
.haus .mp-2 .face::after { color: var(--paper); }

/* ═══ REVIEWS (static) ═══ */
.haus .reviews { background: var(--paper); padding: 120px 40px; }
.haus .reviews-inner { max-width: 1280px; margin: 0 auto; }
.haus .reviews-header { text-align: center; margin-bottom: 64px; }
.haus .reviews-header .stars { color: var(--hollywood-cerise); font-size: 20px; letter-spacing: 0.2em; margin-bottom: 16px; }
.haus .reviews-header .rating-line { display: flex; justify-content: center; align-items: center; gap: 20px; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 32px; }
.haus .reviews-header .rating-line .num { font-family: 'DM Serif Display', serif; font-size: 28px; letter-spacing: -0.01em; text-transform: none; }
.haus .reviews-header h2 { font-family: 'DM Serif Display', serif; font-size: clamp(36px, 5vw, 64px); font-weight: 400; line-height: 0.95; letter-spacing: -0.02em; }
.haus .reviews-header h2 .italic { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; }
.haus .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.haus .review { padding: 40px 32px; border: 1px solid var(--ink); background: var(--paper); transition: background 0.3s; }
.haus .review:hover { background: var(--paper-warm); }
.haus .review.tinted-tidal { background: var(--tidal); }
.haus .review.tinted-fog { background: var(--fog); }
.haus .review.tinted-warm { background: var(--paper-warm); }
.haus .review .stars { color: var(--hollywood-cerise); font-size: 12px; letter-spacing: 0.15em; margin-bottom: 16px; }
.haus .review .title { font-family: 'DM Serif Display', serif; font-size: 20px; margin-bottom: 12px; letter-spacing: -0.01em; line-height: 1.2; }
.haus .review .body { font-size: 14px; line-height: 1.6; color: rgba(10,10,10,0.75); margin-bottom: 24px; }
.haus .review .author { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid rgba(10,10,10,0.1); }
.haus .review .verified { color: var(--hollywood-cerise); font-weight: 600; }

/* ═══ EMAIL SIGNUP ═══ */
.haus .email-signup { background: var(--lime); padding: 120px 40px; position: relative; overflow: hidden; }
.haus .email-signup::before { content: "✦"; position: absolute; top: 40px; left: 40px; font-size: 24px; color: var(--ink); }
.haus .email-signup::after { content: "✦"; position: absolute; bottom: 40px; right: 40px; font-size: 24px; color: var(--ink); }
.haus .email-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.haus .email-inner .label { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; font-weight: 600; margin-bottom: 16px; }
.haus .email-inner h2 { font-family: 'DM Serif Display', serif; font-size: clamp(40px, 5.5vw, 72px); font-weight: 400; line-height: 0.95; letter-spacing: -0.02em; margin-bottom: 20px; }
.haus .email-inner h2 .italic { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; }
.haus .email-inner p { font-family: 'Fraunces', serif; font-size: 18px; line-height: 1.5; font-weight: 300; margin-bottom: 40px; max-width: 520px; margin-left: auto; margin-right: auto; }
.haus .email-form { display: flex; max-width: 480px; margin: 0 auto; border: 2px solid var(--ink); background: var(--paper); }
.haus .email-form input { flex: 1; padding: 16px 20px; border: none; background: transparent; font-family: inherit; font-size: 14px; outline: none; }
.haus .email-form button { padding: 0 32px; background: var(--ink); color: var(--paper); border: none; font-family: inherit; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; }
.haus .email-form button:hover { background: var(--persian-blue); }
.haus .email-inner .perks { display: flex; justify-content: center; gap: 32px; margin-top: 24px; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; opacity: 0.7; }

/* ═══ BIG WORDMARK ═══ */
.haus .big-wordmark { font-family: 'DM Serif Display', serif; font-size: clamp(80px, 14vw, 220px); line-height: 0.8; letter-spacing: -0.04em; text-align: center; padding: 60px 0 40px; opacity: 0.95; }
.haus .big-wordmark sup { font-size: 0.25em; vertical-align: super; opacity: 0.6; }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 960px) {
  .haus .hero-inner, .haus .featured-drop-inner, .haus .process-inner, .haus .moody-inner, .haus .wallart-header {
    grid-template-columns: 1fr; gap: 48px;
  }
  .haus .diff-grid, .haus .wallart-grid, .haus .reviews-grid { grid-template-columns: repeat(1, 1fr); }
  .haus .moods-grid { grid-template-columns: repeat(2, 1fr); aspect-ratio: auto; }
  .haus .mc-1, .haus .mc-2, .haus .mc-3, .haus .mc-4, .haus .mc-5 { grid-column: span 1; grid-row: span 1; min-height: 200px; }
  .haus .mc-1 .mood-name { font-size: 28px; }
  .haus .trust-strip { flex-wrap: wrap; gap: 16px; font-size: 10px; }
  .haus .trust-strip .divider { display: none; }
  .haus .hero-visual { height: auto; margin-top: 40px; }
  .haus .puzzle-card { width: 160px !important; }
  .haus .pc-2 { width: 180px !important; }
  .haus .announce { flex-wrap: wrap; gap: 12px; }
}
@media (max-width: 600px) {
  .haus .hero { padding: 48px 24px 80px; }
  .haus .diff, .haus .featured-drop, .haus .moods, .haus .process, .haus .wallart, .haus .moody, .haus .reviews, .haus .email-signup {
    padding-left: 24px; padding-right: 24px;
  }
  .haus .email-form { flex-direction: column; border: none; background: transparent; }
  .haus .email-form input { border: 2px solid var(--ink); margin-bottom: 8px; }
  .haus .email-form button { padding: 16px; }
}
/* =========================================================
   HAUS — Album Stack Hero styles
   PASTE these at the BOTTOM of assets/haus-brand.css.
   Safe to remove if you revert the hero layout.
   ========================================================= */

/* ---- Era color presets (used on .player-cover AND .stack-card) ---- */
.haus .era-lover       { background: linear-gradient(135deg, var(--heliotrope) 0%, var(--hollywood-cerise) 60%, var(--electric-violet) 100%); }
.haus .era-midnights   { background: linear-gradient(160deg, var(--ink) 0%, var(--persian-blue) 50%, var(--electric-violet) 100%); }
.haus .era-1989        { background: linear-gradient(180deg, var(--azure) 0%, var(--aquamarine) 100%); }
.haus .era-ttpd        { background: linear-gradient(140deg, #2a2a35 0%, #6a6a7a 60%, #a89d8e 100%); }
.haus .era-folklore    { background: linear-gradient(140deg, #2d3a32 0%, #4a5a4e 60%, #8a9a84 100%); }
.haus .era-reputation  { background: linear-gradient(140deg, #000 0%, #1a1a1a 50%, #2a2a2a 100%); }
.haus .era-red         { background: linear-gradient(160deg, #7a2020 0%, var(--scarlet) 50%, #d49152 100%); }
.haus .era-speaknow    { background: linear-gradient(140deg, #4a1f7a 0%, #7a3fb8 60%, #c8a8e8 100%); }
.haus .era-evermore    { background: linear-gradient(160deg, #3a2418 0%, #8a4f2a 60%, #d49152 100%); }
.haus .era-fearless    { background: linear-gradient(160deg, #8a6f2a 0%, #d4a952 60%, #f5d98f 100%); }
.haus .era-showgirl    { background: linear-gradient(135deg, #d63f00, #e25923 25%, #e98b5b, #40816d, #8dd3c6, 95%, #8dd3c6); }
.haus .era-custom      { background: var(--paper-warm); }

/* ---- Hero layout override for album version ---- */
.haus .hero-album {
  padding: 72px 40px 120px;
  min-height: 680px;
}
.haus .hero-album .hero-inner {
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* ---- "NOW PUZZLING" eyebrow ---- */
.haus .now-puzzling {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 32px;
  padding: 8px 14px;
  background: var(--paper);
  border: 1px solid var(--ink);
  border-radius: 100px;
}
.haus .now-puzzling .now-dot {
  width: 8px;
  height: 8px;
  background: var(--hollywood-cerise);
  border-radius: 50%;
  animation: haus-pulse 1.6s ease-in-out infinite;
}
@keyframes haus-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}

/* ---- Era chips row ---- */
.haus .era-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 32px 0;
}
.haus .era-chips-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-right: 6px;
}
.haus .era-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid var(--ink);
  border-radius: 100px;
  background: transparent;
  color: var(--ink);
  text-decoration: none;
  transition: all 0.2s ease;
}
.haus .era-chip:hover {
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-1px);
}
.haus .era-chip.is-active {
  background: var(--ink);
  color: var(--paper);
}

/* ---- Player card wrap (for positioning stacked cards) ---- */
.haus .player-wrap {
  position: relative;
  width: 100%;
  max-width: 400px;
  float: right;
  margin: 0 auto;
  aspect-ratio: 3/4;
}

/* ---- Stacked cards peeking behind ---- */
.haus .stack-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(10, 10, 10, 0.15);
  transition: transform 0.3s ease;
}
.haus .stack-card.sc-1 {
  transform: rotate(4deg) translate(16px, -8px) scale(0.94);
  z-index: 1;
}
.haus .stack-card.sc-2 {
  transform: rotate(-5deg) translate(-20px, -4px) scale(0.9);
  z-index: 0;
}
.haus .stack-card .stack-label {
  font-family: 'DM Serif Display', serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: var(--paper);
  opacity: 0.7;
  text-transform: uppercase;
  margin-bottom: 24px;
}

/* ---- Main player card ---- */
.haus .player-card {
  position: relative;
  z-index: 3;
  background: var(--ink);
  color: var(--paper);
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 32px 64px rgba(10, 10, 10, 0.25);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.3s ease;
}
.haus .player-card:hover {
  transform: translateY(-4px);
}

/* Player header (dots + badge) */
.haus .player-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.haus .player-dots {
  display: flex;
  gap: 6px;
}
.haus .player-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(250, 250, 247, 0.25);
}
.haus .player-dots span:nth-child(1) { background: #ff5f56; }
.haus .player-dots span:nth-child(2) { background: #ffbd2e; }
.haus .player-dots span:nth-child(3) { background: #27c93f; }

.haus .player-badge {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 4px 10px;
  background: rgba(250, 250, 247, 0.1);
  border-radius: 100px;
  color: var(--paper);
}

/* Cover art */
.haus .player-cover {
  aspect-ratio: 1;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}
.haus .player-cover .cover-label {
  font-family: 'DM Serif Display', serif;
  font-size: 28px;
  letter-spacing: 0.3em;
  color: var(--paper);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Meta row */
.haus .player-meta {
  padding: 0 4px;
}
.haus .player-meta .meta-era {
  font-family: 'DM Serif Display', serif;
  font-size: 24px;
  letter-spacing: -0.01em;
  line-height: 1.1;
  color: var(--paper);
}
.haus .player-meta .meta-sub {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 13px;
  font-weight: 300;
  opacity: 0.7;
  margin-top: 4px;
}

/* Controls row */
.haus .player-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 4px 0;
}
.haus .player-controls .ctrl {
  font-size: 18px;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.haus .player-controls .ctrl:hover {
  opacity: 1;
  transform: scale(1.1);
}
.haus .player-controls .ctrl-play {
  font-size: 28px;
  opacity: 1;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--paper);
  color: var(--ink);
  border-radius: 50%;
  padding-left: 3px;
}
.haus .player-controls .ctrl-play:hover {
  background: var(--lime);
}

/* Progress bar */
.haus .player-progress {
  padding: 0 4px;
}
.haus .player-progress .progress-bar {
  height: 3px;
  background: rgba(250, 250, 247, 0.15);
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 8px;
}
.haus .player-progress .progress-bar span {
  display: block;
  height: 100%;
  background: var(--lime);
  border-radius: 100px;
}
.haus .player-progress .progress-time {
  display: flex;
  justify-content: space-between;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.6;
}

/* Keep the scattered pieces from old hero, but subtler */
.haus .hero-album .piece {
  animation: haus-float 6s ease-in-out infinite;
}
.haus .hero-album .piece-1 { top: 15%; left: 42%; animation-delay: 0s; }
.haus .hero-album .piece-2 { bottom: 18%; right: 12%; animation-delay: 1.5s; }
.haus .hero-album .piece-3 { top: 8%; right: 8%; animation-delay: 3s; }
@keyframes haus-float {
  0%, 100% { transform: translateY(0) rotate(var(--r, 24deg)); }
  50% { transform: translateY(-12px) rotate(calc(var(--r, 24deg) + 8deg)); }
}

/* ---- Responsive ---- */
@media (max-width: 960px) {
  .haus .hero-album .hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .haus .player-wrap {
    max-width: 340px;
  }
  .haus .stack-card.sc-1 { transform: rotate(3deg) translate(10px, -6px) scale(0.95); }
  .haus .stack-card.sc-2 { transform: rotate(-4deg) translate(-14px, -2px) scale(0.92); }

  .haus .diff-grid, .haus .wallart-grid, .haus .reviews-grid {grid-template-columns: auto;}
  
.haus .diff-card {padding: 20px 30px 0px 30px;}

.haus .featured-visual {aspect-ratio: 1 / 1;}
.haus .player-wrap {float: none;}
  .haus .era-chips {
    display: none;}
    .haus .player-wrap {float:none;}
}

@media (max-width: 600px) {
  .haus .hero-album {
    padding: 48px 24px 80px;
  }
  .haus .player-wrap {
    max-width: 280px;
  }
  .haus .player-card { padding: 16px; gap: 12px; }
  .haus .player-cover .cover-label { font-size: 22px; }
  .haus .player-meta .meta-era { font-size: 20px; }
  .haus .player-controls .ctrl-play { width: 40px; height: 40px; font-size: 22px; }
  .haus .era-chips { gap: 6px; }
  .haus .era-chip { font-size: 11px; padding: 5px 12px; }
    .haus .era-chips {
    display: none;
}
.haus .player-wrap {float:none;}
}


/* =========================================================
   HAUS — Mobile polish v3 for the album hero
   PASTE at the BOTTOM of assets/haus-brand.css (replace prior version)
   - Cover image is 4:3 landscape on mobile
   - Player card auto-sizes to content (not forced tall)
   - Smaller player overall
   - Chips on a single horizontal scroll row
   - Stack cards hidden
   ========================================================= */

/* ---- Phones & small tablets (up to 768px) ---- */
@media (max-width: 768px) {
  .haus .hero-album {
    padding: 28px 18px 48px;
    min-height: auto;
  }
  .haus .hero-album .hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .haus .hero-album .hero-visual {
    display: flex;
    justify-content: center;
    max-width: 100%;
  }

  /* Eyebrow */
  .haus .now-puzzling {
    font-size: 10px;
    padding: 6px 12px;
    letter-spacing: 0.25em;
    margin-bottom: 18px;
  }
  .haus .now-puzzling .now-dot { width: 6px; height: 6px; }

  /* Headline */
  .haus .hero-album .hero-text h1 {
    font-size: clamp(36px, 10vw, 60px) !important;
    line-height: 0.92 !important;
    margin-bottom: 18px;
  }

  /* Subhead */
  .haus .hero-album .hero-text .sub {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    max-width: 100%;
  }

  /* Chips — single horizontal scroll row (no wrapping) */
  .haus .era-chips {
    display: none;
    /*display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 6px !important;
    margin-bottom: 20px;
    padding-bottom: 4px;
    padding-left: 18px;
    padding-right: 18px;
    margin-left: -18px;
    margin-right: -18px;
  }*/
  }
  .haus .era-chips::-webkit-scrollbar { display: none; }
  .haus .era-chips-label {
    font-size: 9px;
    margin-right: 4px;
    flex-shrink: 0;
    align-self: center;
  }
  .haus .era-chip {
    font-size: 10px;
    padding: 5px 11px;
    letter-spacing: 0.05em;
    flex-shrink: 0;
    white-space: nowrap;
  }
.haus .player-wrap {float:none;}
  /* CTAs */
  .haus .hero-album .hero-ctas { gap: 10px; flex-wrap: wrap; }
  .haus .hero-album .hero-ctas .btn {
    font-size: 11px;
    padding: 12px 20px;
  }

  /* PLAYER — let it size to its content so it's not tall */
  .haus .player-wrap {
    max-width: 100% !important;
    aspect-ratio: auto !important;  /* remove forced aspect → natural height */
    width: 100%;
  }

  /* Hide stacked cards on mobile */
  .haus .stack-card { display: none !important; }

  /* Main card */
  .haus .player-card {
    padding: 12px !important;
    gap: 8px !important;
    border-radius: 14px !important;
  }

  /* COVER → 4:3 landscape on mobile (per Madison's spec) */
  .haus .player-cover {
    aspect-ratio: 4 / 2 !important;
    border-radius: 8px !important;
  }
  .haus .player-cover .cover-label {
    font-size: 16px;
    letter-spacing: 0.2em;
  }

  /* Window dots */
  .haus .player-dots span {
    width: 6px;
    height: 6px;
  }

  /* Track badge */
  .haus .player-badge {
    font-size: 8px;
    padding: 3px 7px;
    letter-spacing: 0.12em;
  }

  /* Meta */
  .haus .player-meta .meta-era {
    font-size: 16px !important;
  }
  .haus .player-meta .meta-sub {
    font-size: 10px !important;
  }

  /* Controls */
  .haus .player-controls {
    gap: 18px;
    padding: 0;
  }
  .haus .player-controls .ctrl {
    font-size: 13px;
  }
  .haus .player-controls .ctrl-play {
    width: 32px !important;
    height: 32px !important;
    font-size: 14px !important;
    padding-left: 2px;
  }

  /* Progress bar */
  .haus .player-progress .progress-bar {
    height: 2px;
    margin-bottom: 6px;
  }
  .haus .player-progress .progress-time {
    font-size: 8px;
    letter-spacing: 0.1em;
  }

  /* Floating pieces — tiny */
  .haus .hero-album .piece {
    width: 18px;
    height: 18px;
  }
  .haus .hero-album .piece-3 {
    width: 12px;
    height: 12px;
  }
}

/* ---- Tighter phones (up to 420px) ---- */
@media (max-width: 420px) {
  .haus .hero-album { padding: 24px 16px 40px; }

  .haus .player-wrap {
    max-width: 260px !important;
  }
  .haus .player-card {
    padding: 11px !important;
    gap: 7px !important;
    border-radius: 12px !important;
  }
  .haus .player-cover {
    aspect-ratio: 4 / 2 !important;
    border-radius: 6px !important;
  }
  .haus .player-meta .meta-era { font-size: 15px !important; }
  .haus .player-meta .meta-sub { font-size: 9px !important; }
  .haus .player-controls .ctrl { font-size: 12px; }
  .haus .player-controls .ctrl-play {
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
  }
  .haus .player-progress .progress-bar { height: 2px; }
  .haus .player-progress .progress-time { font-size: 8px; }

  .haus .hero-album .hero-text h1 {
    font-size: clamp(32px, 9.5vw, 52px) !important;
  }
  .haus .hero-album .hero-text .sub { font-size: 13px; }
}

/* ---- Very small phones (up to 360px) ---- */
@media (max-width: 360px) {
  .haus .player-wrap {
    max-width: 240px !important;
  }
  .haus .player-cover {
    aspect-ratio: 4 / 2 !important;
  }
  .haus .player-meta .meta-era { font-size: 14px !important; }
  .haus .hero-album .hero-text h1 {
    font-size: clamp(28px, 9vw, 44px) !important;
  }
}

* =============================================================
   Judge.me Style Override — editorial layout
   Targets default Judge.me classes; uses !important where needed
   because Judge.me's stylesheet loads with high specificity.
   ============================================================= */
 
/* ===== Outer widget container ===== */
#judgeme_product_reviews,
.jdgm-rev-widg,
.jdgm-all-reviews-widget {
  background: var(--paper, #faf9f5) !important;
  padding: 96px 40px !important;
  max-width: none !important;
  margin: 0 !important;
  font-family: 'Inter', sans-serif !important;
  color: var(--ink, #0a0a0a) !important;
  border: 0 !important;
}
 
/* Inner wrapper to constrain width */
.jdgm-rev-widg__header,
.jdgm-rev-widg__reviews,
.jdgm-rev-widg__sort-wrapper,
.jdgm-paginate {
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
 
/* ===== Header ===== */
.jdgm-rev-widg__header {
  text-align: center !important;
  margin-bottom: 64px !important;
  border: 0 !important;
  padding: 0 !important;
}
 
/* Title — big DM Serif */
.jdgm-rev-widg__title {
  font-family: 'DM Serif Display', serif !important;
  font-weight: 400 !important;
  font-size: clamp(48px, 7vw, 88px) !important;
  line-height: 1.0 !important;
  letter-spacing: -0.025em !important;
  color: var(--ink, #0a0a0a) !important;
  margin: 0 0 28px !important;
  text-transform: none !important;
}
 
/* Summary block — stars + rating + count */
.jdgm-rev-widg__summary {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 14px !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
 
/* Stars row (pink + bigger) */
.jdgm-rev-widg__summary-stars,
.jdgm-prev-badge__stars {
  font-size: 22px !important;
  letter-spacing: 0.15em !important;
  color: var(--hot-pink, #fd029d) !important;
}
.jdgm-rev-widg__summary-stars .jdgm-star,
.jdgm-prev-badge__stars .jdgm-star {
  color: var(--hot-pink, #fd029d) !important;
}
.jdgm-rev-widg__summary-stars .jdgm-star.jdgm--off,
.jdgm-prev-badge__stars .jdgm-star.jdgm--off {
  color: rgba(253, 2, 157, 0.2) !important;
}
 
/* Rating number + count — serif number + small caps text */
.jdgm-rev-widg__summary-text {
  font-family: 'DM Serif Display', serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  color: var(--ink, #0a0a0a) !important;
  display: flex !important;
  align-items: baseline !important;
  gap: 10px !important;
}
.jdgm-rev-widg__summary-text .jdgm-rev-widg__summary-text-count {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  opacity: 0.7 !important;
}
 
/* Write-review CTA link below header */
.jdgm-write-rev-link {
  display: inline-block !important;
  margin-top: 24px !important;
  padding: 12px 28px !important;
  border: 1.5px solid var(--ink, #0a0a0a) !important;
  border-radius: 100px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--ink, #0a0a0a) !important;
  background: transparent !important;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease !important;
}
.jdgm-write-rev-link:hover {
  background: var(--ink, #0a0a0a) !important;
  color: var(--paper, #faf9f5) !important;
}
 
/* ===== Sort dropdown — minimal ===== */
.jdgm-rev-widg__sort-wrapper {
  margin-bottom: 32px !important;
  text-align: right !important;
}
.jdgm-rev-widg__sort {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 8px 14px !important;
  border: 1px solid rgba(10, 10, 10, 0.15) !important;
  border-radius: 100px !important;
  background: transparent !important;
  color: var(--ink, #0a0a0a) !important;
}
 
/* ===== Reviews grid ===== */
.jdgm-rev-widg__reviews {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
}
 
/* ===== Individual review card ===== */
.jdgm-rev {
  margin: 0 !important;
  padding: 36px 32px !important;
  border: 1px solid rgba(10, 10, 10, 0.06) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  min-height: 320px !important;
  position: relative !important;
}
 
/* Alternating background colors via nth-child */
.jdgm-rev:nth-child(6n+1) { background: #ece2d0 !important; border-color: rgba(42, 24, 16, 0.08) !important; }
.jdgm-rev:nth-child(6n+2) { background: #d4f54a !important; border-color: rgba(10, 10, 10, 0.08) !important; }
.jdgm-rev:nth-child(6n+3) { background: #ffffff !important; }
.jdgm-rev:nth-child(6n+4) { background: #dad4fe !important; border-color: rgba(106, 40, 243, 0.12) !important; }
.jdgm-rev:nth-child(6n+5) { background: #ffffff !important; }
.jdgm-rev:nth-child(6n+6) { background: #ece2d0 !important; border-color: rgba(42, 24, 16, 0.08) !important; }
 
/* Card header — reorder so stars sit at top */
.jdgm-rev__header {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  order: 1 !important;
}
 
/* Stars on card — pink, top */
.jdgm-rev__rating {
  font-size: 14px !important;
  letter-spacing: 0.18em !important;
  color: var(--hot-pink, #fd029d) !important;
  margin: 0 !important;
  order: 1 !important;
}
.jdgm-rev__rating .jdgm-star {
  color: var(--hot-pink, #fd029d) !important;
}
.jdgm-rev__rating .jdgm-star.jdgm--off {
  color: rgba(253, 2, 157, 0.2) !important;
}
 
/* Quote title — bold DM Serif */
.jdgm-rev__title {
  font-family: 'DM Serif Display', serif !important;
  font-weight: 400 !important;
  font-size: clamp(20px, 2vw, 24px) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
  color: var(--ink, #0a0a0a) !important;
  margin: 0 !important;
  text-transform: none !important;
  order: 2 !important;
}
 
/* Review body */
.jdgm-rev__body {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  margin: 0 !important;
  flex: 1 !important;
  opacity: 0.9 !important;
  color: var(--ink, #0a0a0a) !important;
  order: 3 !important;
}
.jdgm-rev__body p { margin: 0 0 10px !important; }
.jdgm-rev__body p:last-child { margin-bottom: 0 !important; }
 
/* Reviewer info — at bottom of card */
.jdgm-rev__author,
.jdgm-rev__location {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--ink, #0a0a0a) !important;
  display: inline !important;
}
.jdgm-rev__location { opacity: 0.7 !important; }
.jdgm-rev__location:before {
  content: " · " !important;
  opacity: 0.5 !important;
  margin: 0 4px !important;
}
 
/* Verified buyer badge — pink, bottom-right */
.jdgm-rev__buyer-badge-wrapper,
.jdgm-rev__buyer-badge {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--hot-pink, #fd029d) !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.jdgm-rev__buyer-badge:before {
  content: "✓" !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
 
/* Card footer wrapper — reviewer info left, verified badge right */
.jdgm-rev__product-info,
.jdgm-rev__icon-arrow {
  display: none !important;
}
 
/* Reviewer-row footer styling — flex layout
   Judge.me sometimes renders author + buyer badge inline; we want
   to push the buyer badge to the right with a divider above. */
.jdgm-rev__header {
  border-top: 1px solid rgba(10, 10, 10, 0.12) !important;
  padding-top: 18px !important;
  margin-top: auto !important;
  order: 99 !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}
 
/* Pull stars + title + body out of the header into card-level order */
.jdgm-rev .jdgm-rev__rating { order: 1 !important; align-self: flex-start !important; margin: 0 0 4px !important; }
 
/* Pagination — restyle as minimal pills */
.jdgm-paginate {
  margin-top: 56px !important;
  display: flex !important;
  justify-content: center !important;
  gap: 8px !important;
}
.jdgm-paginate__page {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  padding: 8px 14px !important;
  border-radius: 100px !important;
  border: 1px solid rgba(10, 10, 10, 0.15) !important;
  color: var(--ink, #0a0a0a) !important;
  text-decoration: none !important;
}
.jdgm-paginate__page.jdgm-curt {
  background: var(--ink, #0a0a0a) !important;
  color: var(--paper, #faf9f5) !important;
  border-color: var(--ink, #0a0a0a) !important;
}
 
/* ===== Carousel widget (if she's using that instead of the reviews widget) ===== */
.jdgm-carousel-wrapper {
  background: var(--paper, #faf9f5) !important;
  padding: 80px 40px !important;
}
.jdgm-carousel {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
}
.jdgm-carousel-item {
  padding: 36px 32px !important;
  border: 1px solid rgba(10, 10, 10, 0.06) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  min-height: 320px !important;
}
.jdgm-carousel-item:nth-child(6n+1) { background: #ece2d0 !important; }
.jdgm-carousel-item:nth-child(6n+2) { background: #d4f54a !important; }
.jdgm-carousel-item:nth-child(6n+3) { background: #ffffff !important; }
.jdgm-carousel-item:nth-child(6n+4) { background: #dad4fe !important; }
.jdgm-carousel-item:nth-child(6n+5) { background: #ffffff !important; }
.jdgm-carousel-item:nth-child(6n+6) { background: #ece2d0 !important; }
.jdgm-carousel-item__review-rating .jdgm-star {
  color: var(--hot-pink, #fd029d) !important;
}
.jdgm-carousel-item__review-title {
  font-family: 'DM Serif Display', serif !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}
.jdgm-carousel-item__review-body {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  opacity: 0.9 !important;
}
.jdgm-carousel-item__reviewer-name {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(10, 10, 10, 0.12) !important;
  margin-top: auto !important;
}
.jdgm-carousel-item__verified-badge,
.jdgm-carousel-item__verified-link {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--hot-pink, #fd029d) !important;
}
 
/* ===== Preview badge (small inline rating) ===== */
.jdgm-prev-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.jdgm-prev-badge__text {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: inherit !important;
}
 
/* ===== Mobile ===== */
@media (max-width: 1000px) {
  #judgeme_product_reviews,
  .jdgm-rev-widg,
  .jdgm-all-reviews-widget,
  .jdgm-carousel-wrapper {
    padding: 72px 24px !important;
  }
  .jdgm-rev-widg__reviews,
  .jdgm-carousel {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }
}
@media (max-width: 600px) {
  #judgeme_product_reviews,
  .jdgm-rev-widg,
  .jdgm-all-reviews-widget,
  .jdgm-carousel-wrapper {
    padding: 56px 16px !important;
  }
  .jdgm-rev-widg__header { margin-bottom: 40px !important; }
  .jdgm-rev-widg__title {
    font-size: clamp(36px, 9vw, 56px) !important;
  }
  .jdgm-rev-widg__reviews,
  .jdgm-carousel {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .jdgm-rev,
  .jdgm-carousel-item {
    padding: 28px 24px !important;
    min-height: 0 !important;
  }
}