/** Shopify CDN: Minification failed

Line 628:1 Expected "}" to go with "{"

**/
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --yellow:       #FFFAe7;
  --yellow-mid:   #FFF0BE;
  --orange:       #ffd578;
  --orange-dark:  #e8a820;
  --orange-deep:  #c98a00;
  --blue:         #6197e1;
  --blue-dark:    #3d72c4;
  --blue-pale:    #e8f0fc;
  --blue-deep:    #1d4fa0;
  --ink:          #1C2545;
  --ink-mid:      #3d4a6b;
  --ink-light:    #6b7898;
  --ink-muted:    #9aa3be;
  --white:        #ffffff;
  --border:       rgba(97, 151, 225, 0.15);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Red Hat Display', sans-serif;
  background: var(--yellow);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── UTILITY ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }

.tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue-dark);
  margin-bottom: 0.75rem;
}

/* ── ANNOUNCEMENT ── */
.announcement {
  background: var(--blue);
  color: var(--white);
  text-align: center;
  padding: 0.6rem 1rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.announcement a { color: var(--orange); font-weight: 700; text-decoration: none; }
.announcement a:hover { text-decoration: underline; }

/* ── NAV ── */
nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255,250,231,0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  padding: 0 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}
.nav-logo img { height: 44px; width: auto; object-fit: contain; }
.nav-logo-text {
  font-family: 'Dancing Script', cursive;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1;
}
.nav-logo-text span { color: var(--blue); }
.nav-links { display: flex; gap: 2.25rem; list-style: none; }
.nav-links a {
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-mid);
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 1rem; }
.btn-cart {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--ink);
  padding: 0.4rem;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.btn-cart svg { width: 22px; height: 22px; }
.cart-count {
  position: absolute;
  top: -4px; right: -4px;
  background: var(--orange-dark);
  color: white;
  font-size: 0.58rem;
  font-weight: 700;
  width: 16px; height: 16px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}

/* ── BUTTONS ── */
.btn-primary {
  background: var(--blue);
  color: var(--white);
  border: none;
  padding: 0.72rem 1.6rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 40px;
  transition: background 0.25s, transform 0.15s, box-shadow 0.25s;
  text-decoration: none;
  display: inline-block;
  font-family: 'Red Hat Display', sans-serif;
  box-shadow: 0 4px 16px rgba(97,151,225,0.25);
}
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(97,151,225,0.35); }

.btn-outline {
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--ink);
  padding: 0.68rem 1.6rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 40px;
  transition: all 0.25s;
  text-decoration: none;
  display: inline-block;
  font-family: 'Red Hat Display', sans-serif;
}
.btn-outline:hover { background: var(--ink); color: var(--yellow); }

.btn-orange {
  background: var(--orange);
  color: var(--ink);
  border: none;
  padding: 0.72rem 1.6rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 40px;
  transition: background 0.25s, transform 0.15s;
  text-decoration: none;
  display: inline-block;
  font-family: 'Red Hat Display', sans-serif;
  box-shadow: 0 4px 16px rgba(255,213,120,0.4);
}
.btn-orange:hover { background: var(--orange-dark); transform: translateY(-2px); }

/* ── SECTION HEADER ── */
.section-header { text-align: center; margin-bottom: 4rem; }
.section-header h2 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 0.75rem;
}
.section-header h2 .script {
  font-family: 'Dancing Script', cursive;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  color: var(--blue);
  display: block;
  line-height: 1.1;
}
.section-header p {
  font-size: 1rem;
  color: var(--ink-light);
  max-width: 480px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.75;
}

/* ── HERO ── */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 88vh;
  align-items: center;
  overflow: hidden;
}
.hero-text {
  padding: 5rem 3rem 5rem 2rem;
  max-width: 580px;
  margin-left: auto;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--blue-pale);
  color: var(--blue-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 40px;
  margin-bottom: 1.5rem;
}
.hero-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }
.hero h1 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: clamp(2.6rem, 4.5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 0.5rem;
}
.hero h1 .script {
  font-family: 'Dancing Script', cursive;
  font-size: clamp(3rem, 5.5vw, 5rem);
  color: var(--blue);
  display: block;
  line-height: 1.05;
}
.hero-sub {
  font-size: 1.05rem;
  color: var(--ink-light);
  max-width: 440px;
  margin: 1.5rem 0 2.5rem;
  font-weight: 400;
  line-height: 1.75;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.hero-trust {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
  font-size: 0.8rem;
  color: var(--ink-light);
  font-weight: 500;
}
.hero-trust-stars { color: var(--orange-dark); letter-spacing: -2px; }
.hero-visual {
  height: 100%;
  min-height: 88vh;
  position: relative;
  overflow: hidden;
  background: var(--blue-pale);
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-visual-overlay {
  position: absolute;
  bottom: 38%;
  left: 2rem;
  right: 2rem;
  background: rgba(255,250,231,0.92);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  border: 1px solid var(--border);
}
.hero-card-quote {
  font-family: 'Dancing Script', cursive;
  font-size: 1.3rem;
  color: var(--blue-dark);
  line-height: 1.4;
}
.hero-card-attr {
  font-size: 0.72rem;
  color: var(--ink-muted);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

/* ── MARQUEE ── */
.marquee-wrap { background: var(--ink); padding: 0.9rem 0; overflow: hidden; }
.marquee-track {
  display: flex;
  animation: marquee 28s linear infinite;
  white-space: nowrap;
  width: max-content;
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0 1.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--yellow);
}
.marquee-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── PILLARS ── */
.pillars { padding: 7rem 0; background: var(--white); }
.pillars-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; margin-top: 4rem; }
.pillar {
  padding: 2.5rem 2rem;
  background: var(--yellow);
  border: 1.5px solid var(--border);
  border-radius: 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}
.pillar:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(97,151,225,0.12); }
.pillar-icon { width: 60px; height: 60px; border-radius: 50%; background: var(--blue-pale); margin: 0 auto 1.5rem; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.pillar h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.75rem; color: var(--ink); }
.pillar p { font-size: 0.9rem; color: var(--ink-light); line-height: 1.75; }

/* ── PRODUCTS ── */
.products { padding: 7rem 0; background: var(--yellow); }
.products-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.75rem; margin-top: 4rem; }
.product-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  border: 1.5px solid var(--border);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
.product-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(97,151,225,0.14); }
.product-card-link { display: block; text-decoration: none; }
.product-image { aspect-ratio: 4/5; position: relative; overflow: hidden; background: var(--blue-pale); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-badge {
  position: absolute;
  top: 0.85rem; left: 0.85rem;
  background: var(--ink);
  color: var(--yellow);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.28rem 0.7rem;
  border-radius: 40px;
}
.product-badge.orange { background: var(--orange); color: var(--ink); }
.product-badge.best { background: var(--orange); color: var(--ink); }
.product-info { padding: 1.25rem 1.4rem 1.5rem; }
.product-category { font-size: 0.67rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--blue); margin-bottom: 0.35rem; }
.product-name { font-size: 1.1rem; font-weight: 700; color: var(--ink); margin-bottom: 0.3rem; line-height: 1.3; }
.product-desc { font-size: 0.82rem; color: var(--ink-light); line-height: 1.65; margin-bottom: 1rem; }
.product-footer { display: flex; align-items: center; justify-content: space-between; }
.product-price { font-size: 1.2rem; font-weight: 700; color: var(--ink); }
.product-price .original { font-size: 0.85rem; color: var(--ink-muted); text-decoration: line-through; margin-left: 0.4rem; font-weight: 400; }
.btn-add {
  background: var(--blue);
  color: var(--white);
  border: none;
  padding: 0.5rem 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 40px;
  transition: background 0.2s, transform 0.15s;
  font-family: 'Red Hat Display', sans-serif;
}
.btn-add:hover { background: var(--blue-dark); transform: scale(1.04); }

/* ── FEATURE SPLIT ── */
.feature-split { padding: 7rem 0; background: var(--white); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.split-visual { position: relative; }
.split-img-main { width: 100%; aspect-ratio: 4/5; border-radius: 24px; overflow: hidden; }
.split-img-main img { width: 100%; height: 100%; object-fit: cover; }
.split-img-badge {
  position: absolute;
  bottom: -1.5rem; right: -1.5rem;
  width: 130px; height: 130px;
  background: var(--orange);
  border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 8px 32px rgba(255,213,120,0.5);
}
.split-img-badge strong { font-size: 2.2rem; font-weight: 700; color: var(--ink); line-height: 1; }
.split-img-badge span { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-mid); text-align: center; padding: 0 0.5rem; }
.split-content h2 { font-size: clamp(1.9rem,3vw,2.7rem); font-weight: 700; color: var(--ink); line-height: 1.2; margin-bottom: 1.25rem; }
.split-content h2 .script { font-family: 'Dancing Script', cursive; font-size: clamp(2.4rem,3.8vw,3.4rem); color: var(--blue); display: block; line-height: 1.1; }
.split-content p { font-size: 0.95rem; color: var(--ink-light); line-height: 1.85; margin-bottom: 1.1rem; }
.split-list { list-style: none; margin: 1.5rem 0 2.5rem; display: flex; flex-direction: column; gap: 0.8rem; }
.split-list li { display: flex; align-items: center; gap: 0.75rem; font-size: 0.9rem; color: var(--ink-mid); font-weight: 500; }
.split-list li::before {
  content: '';
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 2px solid var(--blue);
  flex-shrink: 0;
  background: var(--blue-pale) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5l3 3 7-7' stroke='%236197e1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 10px;
}

/* ── HOW IT WORKS ── */
.how-it-works { padding: 7rem 0; background: var(--yellow); }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; margin-top: 4rem; position: relative; }
.steps-grid::before { content: ''; position: absolute; top: 2rem; left: 12%; width: 76%; height: 2px; background: linear-gradient(to right, var(--blue-pale), var(--orange), var(--blue-pale)); }
.step { text-align: center; padding: 0 0.75rem; }
.step-num { width: 64px; height: 64px; border-radius: 50%; background: var(--white); border: 2px solid var(--blue); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 1.5rem; font-weight: 700; color: var(--blue); position: relative; z-index: 1; box-shadow: 0 4px 16px rgba(97,151,225,0.15); }
.step h4 { font-size: 1.1rem; font-weight: 700; color: var(--ink); margin-bottom: 0.6rem; }
.step p { font-size: 0.86rem; color: var(--ink-light); line-height: 1.75; }

/* ── TESTIMONIALS ── */
.testimonials { padding: 7rem 0; background: var(--ink); }
.testimonials .section-header h2 { color: var(--white); }
.testimonials .section-header h2 .script { font-family: 'Dancing Script', cursive; color: var(--orange); }
.testimonials .section-header p { color: rgba(255,250,231,0.5); }
.testimonials .tag { color: var(--orange); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 4rem; }
.testimonial-card { background: rgba(255,250,231,0.05); border: 1px solid rgba(255,250,231,0.1); border-radius: 20px; padding: 2.25rem; transition: background 0.3s, transform 0.3s; }
.testimonial-card:hover { background: rgba(255,250,231,0.08); transform: translateY(-4px); }
.stars { display: flex; gap: 0.2rem; margin-bottom: 1.25rem; }
.stars span { color: var(--orange); font-size: 1rem; }
.testimonial-card blockquote { font-family: 'Dancing Script', cursive; font-size: 1.2rem; color: var(--yellow); line-height: 1.6; margin-bottom: 1.5rem; }
.testimonial-author { display: flex; align-items: center; gap: 0.75rem; }
.author-avatar { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; font-weight: 700; flex-shrink: 0; }
.av1 { background: var(--orange); color: var(--ink); }
.av2 { background: var(--blue); color: white; }
.av3 { background: var(--orange-dark); color: white; }
.author-info strong { display: block; font-size: 0.85rem; font-weight: 700; color: var(--yellow); }
.author-info span { font-size: 0.74rem; color: rgba(255,250,231,0.4); }

/* ── INSTAGRAM ── */
.instagram { padding: 7rem 0; background: var(--white); }
.ig-handle { font-family: 'Dancing Script', cursive; font-size: 1.3rem; color: var(--blue); display: block; margin-bottom: 0.5rem; }
.ig-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 6px; margin-top: 3rem; border-radius: 16px; overflow: hidden; }
.ig-cell { aspect-ratio: 1; overflow: hidden; cursor: pointer; position: relative; }
.ig-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.ig-cell:hover img { transform: scale(1.08); }
.ig-overlay { position: absolute; inset: 0; background: rgba(28,37,69,0); display: flex; align-items: center; justify-content: center; transition: background 0.3s; }
.ig-cell:hover .ig-overlay { background: rgba(28,37,69,0.3); }
.ig-overlay-icon { color: white; font-size: 1.5rem; opacity: 0; transition: opacity 0.3s; }
.ig-cell:hover .ig-overlay-icon { opacity: 1; }

/* ── NEWSLETTER ── */
.newsletter { padding: 6rem 0; background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%); position: relative; overflow: hidden; }
.newsletter::before { content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: rgba(255,213,120,0.12); top: -200px; right: -100px; }
.newsletter-inner { max-width: 560px; margin: 0 auto; text-align: center; position: relative; }
.newsletter .tag { color: var(--orange); }
.newsletter h2 { font-size: clamp(1.9rem,3vw,2.7rem); font-weight: 700; color: var(--white); margin-bottom: 0.75rem; }
.newsletter h2 .script { font-family: 'Dancing Script', cursive; font-size: clamp(2.3rem,3.6vw,3.2rem); color: var(--orange); display: block; }
.newsletter p { font-size: 0.95rem; color: rgba(255,255,255,0.75); margin-bottom: 2rem; line-height: 1.75; }
.newsletter-form { display: flex; gap: 0.75rem; max-width: 420px; margin: 0 auto; }
.newsletter-form input { flex: 1; padding: 0.85rem 1.25rem; background: white; border: none; border-radius: 40px; font-size: 0.9rem; font-family: 'Red Hat Display', sans-serif; color: var(--ink); outline: none; }
.newsletter-form input::placeholder { color: var(--ink-muted); }
.newsletter-fine { font-size: 0.72rem; color: rgba(255,255,255,0.5); margin-top: 1rem; }

/* ── FOOTER ── */
footer { background: var(--ink); color: rgba(255,250,231,0.55); padding: 5rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 4rem; }
.footer-logo { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; text-decoration: none; }
.footer-logo img { height: 36px; width: auto; filter: brightness(0) invert(1); opacity: 0.9; }
.footer-logo-text { font-family: 'Dancing Script', cursive; font-size: 1.5rem; font-weight: 700; color: var(--yellow); line-height: 1; }
.footer-logo-text span { color: var(--orange); }
.footer-brand p { font-size: 0.86rem; line-height: 1.8; max-width: 250px; margin-bottom: 1.5rem; }
.social-links { display: flex; gap: 0.75rem; }
.social-link { width: 38px; height: 38px; border: 1px solid rgba(255,250,231,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,250,231,0.55); text-decoration: none; font-size: 0.7rem; font-weight: 700; transition: all 0.2s; }
.social-link:hover { border-color: var(--orange); color: var(--orange); }
.footer-col h5 { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--yellow); margin-bottom: 1.25rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; }
.footer-col ul a { font-size: 0.85rem; color: rgba(255,250,231,0.5); text-decoration: none; transition: color 0.2s; }
.footer-col ul a:hover { color: var(--orange); }
.footer-bottom { padding-top: 2rem; border-top: 1px solid rgba(255,250,231,0.08); display: flex; justify-content: space-between; align-items: center; font-size: 0.76rem; }
.footer-bottom a { color: rgba(255,250,231,0.35); text-decoration: none; }
.footer-bottom a:hover { color: var(--orange); }

/* ── BLOG ── */
.blog-hero { background: linear-gradient(135deg, var(--blue-pale) 0%, var(--yellow) 100%); padding: 5rem 0 4rem; text-align: center; border-bottom: 1px solid var(--border); }
.blog-hero h1 { font-size: clamp(2.2rem,4vw,3.5rem); font-weight: 700; color: var(--ink); margin-bottom: 0.5rem; }
.blog-hero h1 .script { font-family: 'Dancing Script', cursive; font-size: clamp(2.8rem,5vw,4.5rem); color: var(--blue); display: block; line-height: 1.05; }
.blog-hero p { font-size: 1rem; color: var(--ink-light); max-width: 460px; margin: 1rem auto 0; line-height: 1.75; }
.blog-list-section { padding: 6rem 0; background: var(--yellow); }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.blog-card { background: var(--white); border-radius: 20px; overflow: hidden; border: 1.5px solid var(--border); transition: transform 0.3s, box-shadow 0.3s; }
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(97,151,225,0.14); }
.blog-card-img { aspect-ratio: 16/10; overflow: hidden; background: var(--blue-pale); }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.blog-card:hover .blog-card-img img { transform: scale(1.05); }
.blog-card-body { padding: 1.75rem; }
.blog-meta { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.blog-date { font-size: 0.72rem; font-weight: 600; color: var(--ink-muted); letter-spacing: 0.08em; text-transform: uppercase; }
.blog-author { font-size: 0.72rem; color: var(--blue); font-weight: 600; }
.blog-card-title { font-size: 1.25rem; font-weight: 700; color: var(--ink); margin-bottom: 0.6rem; line-height: 1.3; }
.blog-card-excerpt { font-size: 0.88rem; color: var(--ink-light); line-height: 1.7; margin-bottom: 1.25rem; }
.blog-read-more { font-size: 0.78rem; font-weight: 700; color: var(--blue); text-decoration: none; display: inline-flex; align-items: center; gap: 0.4rem; }

/* ── PRODUCT PAGE ── */
.product-page { padding: 5rem 0; background: var(--yellow); }
.product-page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.product-main-image img { width: 100%; border-radius: 20px; }
.product-thumbnails { display: flex; gap: 0.75rem; margin-top: 1rem; flex-wrap: wrap; }
.product-thumb { width: 80px; height: 100px; object-fit: cover; border-radius: 10px; cursor: pointer; border: 2px solid transparent; transition: border-color 0.2s; }
.product-thumb.active, .product-thumb:hover { border-color: var(--blue); }
.product-page-title { font-size: 2.4rem; font-weight: 700; color: var(--ink); margin: 0.5rem 0 1.25rem; line-height: 1.2; }
.product-page-price { font-size: 1.8rem; font-weight: 700; color: var(--ink); margin-bottom: 1.5rem; }
.price-sale { color: var(--blue-dark); }
.price-compare { font-size: 1.2rem; color: var(--ink-muted); text-decoration: line-through; margin-left: 0.75rem; font-weight: 400; }
.product-page-desc { font-size: 0.95rem; color: var(--ink-light); line-height: 1.85; margin-bottom: 2rem; }
.product-option { margin-bottom: 1.25rem; }
.product-option-label { display: block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-light); margin-bottom: 0.5rem; }
.product-option-select { width: 100%; padding: 0.7rem 1rem; border: 1.5px solid var(--border); border-radius: 12px; font-family: 'Red Hat Display', sans-serif; font-size: 0.9rem; color: var(--ink); background: var(--white); outline: none; cursor: pointer; }
.product-option-select:focus { border-color: var(--blue); }
.product-page-actions { display: flex; gap: 1rem; align-items: center; margin-bottom: 2rem; flex-wrap: wrap; }
.product-add-btn { flex: 1; padding: 1rem; font-size: 0.82rem; text-align: center; min-width: 160px; }
.product-qty { display: flex; align-items: center; border: 1.5px solid var(--border); border-radius: 40px; overflow: hidden; }
.product-qty button { background: var(--yellow); border: none; width: 40px; height: 48px; font-size: 1.2rem; cursor: pointer; color: var(--ink); transition: background 0.2s; }
.product-qty button:hover { background: var(--orange); }
.product-qty input { width: 56px; height: 48px; border: none; border-left: 1.5px solid var(--border); border-right: 1.5px solid var(--border); text-align: center; font-size: 0.95rem; font-family: 'Red Hat Display', sans-serif; color: var(--ink); outline: none; background: white; }
.product-meta { font-size: 0.8rem; color: var(--ink-muted); display: flex; flex-direction: column; gap: 0.3rem; margin-top: 1rem; }

/* ── COLLECTION PAGE ── */
.collection-page { background: var(--yellow); }
.collection-hero { background: linear-gradient(135deg, var(--blue-pale) 0%, var(--yellow) 100%); padding: 5rem 0 3rem; text-align: center; }
.collection-hero h1 { font-family: 'Red Hat Display', sans-serif; font-size: clamp(2rem,4vw,3.2rem); font-weight: 700; color: var(--ink); }

/* ── CART PAGE ── */
.cart-page { padding: 5rem 0 7rem; background: var(--yellow); }
.cart-grid { display: grid; grid-template-columns: 1fr 380px; gap: 4rem; align-items: start; margin-top: 2rem; }
.cart-items { display: flex; flex-direction: column; }
.cart-item { display: grid; grid-template-columns: 120px 1fr auto; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid var(--border); align-items: start; }
.cart-item-img { border-radius: 12px; overflow: hidden; aspect-ratio: 4/5; }
.cart-item-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-name { font-size: 1.1rem; font-weight: 700; color: var(--ink); margin-bottom: 0.25rem; }
.cart-item-variant { font-size: 0.82rem; color: var(--ink-muted); margin-bottom: 0.5rem; }
.cart-item-price { font-size: 1rem; color: var(--ink-light); }
.cart-item-total { font-size: 1.2rem; font-weight: 700; color: var(--ink); }
.cart-summary { background: var(--white); border: 1.5px solid var(--border); border-radius: 20px; padding: 2rem; position: sticky; top: 100px; }
.cart-summary h3 { font-size: 1.4rem; font-weight: 700; margin-bottom: 1.5rem; color: var(--ink); }
.cart-summary-row { display: flex; justify-content: space-between; margin-bottom: 0.75rem; font-size: 0.92rem; color: var(--ink-mid); }
.product-qty { display: flex; align-items: center; border: 1.5px solid var(--border); border-radius: 40px; overflow: hidden; margin-top: 0.75rem; display: inline-flex; }

/* ── SCROLL ANIMATIONS ── */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.stagger-1 { transition-delay: 0.08s; }
.stagger-2 { transition-delay: 0.16s; }
.stagger-3 { transition-delay: 0.24s; }
.stagger-4 { transition-delay: 0.32s; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .products-grid { grid-template-columns: repeat(2,1fr); }
  .ig-grid { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: repeat(2,1fr); }
  .cart-grid { grid-template-columns: 1fr; }
  .product-page-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { min-height: 380px; }
  .hero-text { padding: 4rem 1.5rem; max-width: 100%; margin: 0; }
  .nav-links { display: none; }
  .pillars-grid { grid-template-columns: 1fr; }
  .split-grid { grid-template-columns: 1fr; gap: 3rem; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .steps-grid::before { display: none; }
  .newsletter-form { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }
  .split-img-badge { display: none; }
  .blog-grid { grid-template-columns: 1fr; }
}
.blog-card-title {
  display: block !important;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1C2545;
  margin-bottom: 0.6rem;
  line-height: 1.3;
}

.blog-card-body {
  display: block !important;
  padding: 1.75rem;
.collection-hero,
.collection-hero__title,
.collection-header,
.collection__title,
.collection__description,
h1.collection-title {
  display: none !important;
}