/** Shopify CDN: Minification failed

Line 414:10 Unexpected "{"
Line 414:19 Expected ":"

**/
/* ═══════════════════════════════════════════
   I Want Her Caviar — Custom Theme Styles
   ═══════════════════════════════════════════ */

:root {
  --gold: #C9A96E;
  --gold-light: #D4BC8B;
  --gold-dark: #A8873F;
  --black: #0A0A0A;
  --dark: #111111;
  --dark-card: #161616;
  --dark-subtle: #1A1A1A;
  --cream: #F5F0E8;
  --cream-muted: #E8E0D0;
  --white: #FAFAFA;
  --gray: #888888;
  --gray-light: #AAAAAA;
}

/* ─── GLOBAL OVERRIDES ─── */
html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--black) !important;
  color: var(--cream) !important;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

img { max-width: 100%; height: auto; display: block; }

/* ─── URGENCY BAR ─── */
.urgency-bar {
  background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-dark));
  color: var(--black); text-align: center; padding: 10px 20px;
  font-size: 13px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
}
.urgency-bar span { font-weight: 700; font-size: 15px; }

/* ─── DAWN HEADER OVERRIDES ─── */
.section-header,
.shopify-section-group-header-group .shopify-section-header {
  background: rgba(10,10,10,0.92) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
}
.header-wrapper {
  background: transparent !important;
  border-bottom: 1px solid rgba(201,169,110,0.15) !important;
}
/* Logo — Dawn renders as <span class="h2">shop.name</span> */
.header__heading-link .h2,
.header__heading-link span,
.header__heading .header__heading-link {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  color: var(--gold) !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
/* Nav links */
.header__menu-item .header__active-menu-item,
.header__menu-item span,
.list-menu--inline .list-menu__item,
.list-menu--inline a {
  color: var(--cream-muted) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}
.header__menu-item:hover span,
.list-menu--inline a:hover {
  color: var(--gold) !important;
}
/* Center nav between logo and cart icons */
@media screen and (min-width: 990px) {
  .header--middle-left {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
  }
  .header--middle-left .header__inline-menu {
    justify-self: center !important;
  }
  .header--middle-left .header__icons {
    justify-self: end !important;
  }
}

/* ─── CART DRAWER DARK THEME ─── */
.cart-drawer .drawer__inner {
  background: var(--black) !important;
  color: var(--cream) !important;
}
.cart-drawer .drawer__header,
.cart-drawer .drawer__heading {
  color: var(--cream) !important;
}
.cart-drawer .cart-items,
.cart-drawer .cart-item__name,
.cart-drawer .cart-item__details,
.cart-drawer .price,
.cart-drawer .totals__total,
.cart-drawer .totals__total-value,
.cart-drawer .tax-note {
  color: var(--cream) !important;
}
.cart-drawer .cart__checkout-button {
  background: var(--gold) !important;
  color: var(--black) !important;
  border: none !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 16px 32px !important;
  cursor: pointer !important;
  width: 100% !important;
}
.cart-drawer .cart__checkout-button:hover {
  background: var(--gold-dark) !important;
}
.cart-drawer .quantity__button,
.cart-drawer .cart-remove-button {
  color: var(--cream) !important;
}
.cart-drawer .quantity__input {
  color: var(--cream) !important;
  background: transparent !important;
  border-color: rgba(201,169,110,0.3) !important;
}
.cart-drawer .drawer__footer {
  border-top: 1px solid rgba(201,169,110,0.15) !important;
}

/* ─── HERO ─── */
.iwhc-hero {
  min-height: 100vh; display: flex; flex-direction: column;
  justify-content: center; align-items: center; text-align: center;
  padding: 140px 40px 140px; position: relative;
  background-size: cover; background-position: center; background-repeat: no-repeat;
  background-attachment: fixed;
}
.iwhc-hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0.78) 0%, rgba(10,10,10,0.55) 40%, rgba(10,10,10,0.85) 100%);
}
.hero-content { position: relative; z-index: 1; max-width: 800px; }
.hero-badge {
  display: inline-block; border: 1px solid var(--gold); color: var(--gold);
  padding: 8px 28px; font-size: 10px; letter-spacing: 4px; text-transform: uppercase;
  margin-bottom: 40px; font-weight: 600; background: rgba(10,10,10,0.5);
}
.iwhc-hero h1 { font-size: 72px; line-height: 1.1; color: var(--cream); margin-bottom: 12px; font-weight: 300; }
.iwhc-hero h1 em { font-style: italic; color: var(--gold); font-weight: 400; }
.hero-tagline {
  font-family: 'Cormorant Garamond', serif; font-size: 24px; font-style: italic;
  color: var(--gold-light); margin-bottom: 20px; font-weight: 300;
}
.hero-sub { font-size: 16px; color: var(--cream-muted); margin-bottom: 50px; font-weight: 300; }
.hero-scroll {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  color: var(--gold); font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 12px; z-index: 1;
}
.hero-scroll::after { content: ''; width: 1px; height: 40px; background: linear-gradient(to bottom, var(--gold), transparent); }

/* ─── BUTTONS ─── */
.btn-primary {
  display: inline-block; background: var(--gold); color: var(--black);
  padding: 18px 48px; text-decoration: none; font-size: 12px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; transition: all 0.4s; border: 2px solid var(--gold);
  cursor: pointer; font-family: 'Montserrat', sans-serif;
}
.btn-primary:hover { background: transparent; color: var(--gold); }
.btn-outline {
  display: inline-block; background: transparent; color: var(--gold);
  padding: 18px 48px; text-decoration: none; font-size: 12px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; border: 1px solid var(--gold);
  transition: all 0.4s; margin-left: 16px; cursor: pointer; font-family: 'Montserrat', sans-serif;
}
.btn-outline:hover { background: var(--gold); color: var(--black); }
.btn-reserve {
  display: block; width: 100%; background: var(--gold); color: var(--black);
  padding: 16px; text-decoration: none; font-size: 11px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; border: 2px solid var(--gold);
  cursor: pointer; transition: all 0.4s; text-align: center; font-family: 'Montserrat', sans-serif;
}
.btn-reserve:hover { background: transparent; color: var(--gold); }

/* ─── SECTION BASICS ─── */
.iwhc-section { padding: 120px 60px; }
.section-label {
  font-size: 10px; letter-spacing: 5px; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}
.section-title { font-size: 52px; color: var(--cream); margin-bottom: 20px; line-height: 1.15; font-weight: 300; }
.section-subtitle { font-size: 18px; color: var(--gray-light); font-weight: 300; max-width: 600px; line-height: 1.7; }
.divider { width: 60px; height: 1px; background: var(--gold); margin: 60px auto; }

/* ─── WHY THIS CAVIAR ─── */
.why-section { background: var(--dark); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; max-width: 1200px; margin: 0 auto; align-items: center; }
.why-visual { position: relative; overflow: hidden; aspect-ratio: 4/5; }
.why-visual img { width: 100%; height: 100%; object-fit: cover; }
.why-visual-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 32px; background: linear-gradient(to top, rgba(10,10,10,0.9), transparent); }
.why-visual-text { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: var(--gold-light); font-style: italic; }
.why-content { padding: 20px 0; }
.why-list { list-style: none; margin: 40px 0; padding: 0; }
.why-list li { padding: 16px 0; border-bottom: 1px solid rgba(201,169,110,0.1); font-size: 15px; color: var(--cream-muted); font-weight: 300; display: flex; align-items: flex-start; gap: 16px; }
.why-list li::before { content: '\25C6'; color: var(--gold); font-size: 8px; margin-top: 6px; flex-shrink: 0; }

/* ─── IMAGE BREAK ─── */
.image-break { width: 100%; height: 500px; overflow: hidden; position: relative; padding: 0;
  background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; }
.image-break-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,10,0.3) 0%, transparent 30%, transparent 70%, rgba(10,10,10,0.5) 100%); display: flex; align-items: center; justify-content: center; }
.image-break-text { font-family: 'Cormorant Garamond', serif; font-size: 48px; color: var(--cream); font-weight: 300; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }

/* ─── SHOP ─── */
.shop-section { background: var(--black); }
.shop-header { text-align: center; max-width: 700px; margin: 0 auto 80px; }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; max-width: 1200px; margin: 0 auto; }
.product-card { background: var(--dark-card); border: 1px solid rgba(201,169,110,0.1); text-align: center; transition: all 0.4s; position: relative; overflow: hidden; }
.product-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.product-card.featured { border-color: var(--gold); background: linear-gradient(180deg, rgba(201,169,110,0.08), var(--dark-card)); }
.product-card.featured::before { content: 'MOST POPULAR'; position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--black); font-size: 9px; font-weight: 700; letter-spacing: 2px; padding: 6px 20px; z-index: 2; font-family: 'Montserrat', sans-serif; }
.product-card-image { display: block; width: 100%; height: 260px; overflow: hidden; }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.product-card:hover .product-card-image img { transform: scale(1.05); }
.product-card-body { padding: 36px 32px 40px; }
.product-name { font-family: 'Cormorant Garamond', serif; font-size: 14px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-light); margin-bottom: 8px; }
.product-size { font-family: 'Cormorant Garamond', serif; font-size: 32px; color: var(--cream); margin-bottom: 4px; }
.product-weight { font-size: 13px; color: var(--gray); letter-spacing: 1px; margin-bottom: 24px; }
.product-price { font-family: 'Cormorant Garamond', serif; font-size: 42px; color: var(--gold); margin-bottom: 8px; }
.product-per { font-size: 11px; color: var(--gray); letter-spacing: 1px; margin-bottom: 32px; }
.product-features { list-style: none; margin-bottom: 36px; text-align: left; padding: 0; }
.product-features li { font-size: 13px; color: var(--cream-muted); padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.04); font-weight: 300; }
.product-description { max-width: 800px; margin: 60px auto 0; text-align: center; font-size: 14px; color: var(--gray-light); line-height: 1.8; font-weight: 300; }

/* ─── GIFT ─── */
.gift-section { background: linear-gradient(180deg, var(--dark), var(--black)); text-align: center; }
.gift-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 0; max-width: 1000px; margin: 0 auto; overflow: hidden; border: 1px solid rgba(201,169,110,0.15); }
.gift-image { overflow: hidden; }
.gift-image img { width: 100%; height: 100%; object-fit: cover; }
.gift-box { padding: 60px 48px; display: flex; flex-direction: column; justify-content: center; background: var(--dark-card); }
.gift-box h3 { font-size: 44px; color: var(--cream); margin-bottom: 16px; text-align: left; }
.gift-box p { color: var(--gray-light); font-size: 16px; margin-bottom: 32px; font-weight: 300; text-align: left; }
.gift-amounts { display: flex; gap: 10px; margin-bottom: 32px; flex-wrap: wrap; }
.gift-amount {
  border: 1px solid rgba(201,169,110,0.3); color: var(--gold); padding: 10px 20px;
  font-family: 'Cormorant Garamond', serif; font-size: 20px; cursor: pointer;
  transition: all 0.3s; background: transparent;
}
.gift-amount:hover, .gift-amount.active { background: var(--gold); color: var(--black); }

/* ─── TYPES ─── */
.types-section { background: var(--dark); }
.types-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1200px; margin: 60px auto 0; }
.type-card { background: var(--dark-card); border: 1px solid rgba(201,169,110,0.08); transition: all 0.4s; overflow: hidden; }
.type-card:hover { border-color: var(--gold); }
.type-card-image { width: 100%; height: 200px; overflow: hidden; }
.type-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.type-card:hover .type-card-image img { transform: scale(1.05); }
.type-card-body { padding: 28px; }
.type-card h3 { font-size: 28px; color: var(--cream); margin-bottom: 16px; }
.type-card ul { list-style: none; margin-bottom: 20px; padding: 0; }
.type-card li { font-size: 13px; color: var(--cream-muted); padding: 4px 0; font-weight: 300; }
.type-card li::before { content: '\00B7 '; color: var(--gold); }
.type-card p { font-size: 14px; color: var(--gray-light); font-style: italic; font-weight: 300; line-height: 1.6; }

/* ─── CAVIAR 101 / FAQ ─── */
.caviar101-section { background: var(--black); }
.caviar101-inner { max-width: 900px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(201,169,110,0.1); }
.faq-item summary {
  font-family: 'Cormorant Garamond', serif; font-size: 28px; color: var(--cream);
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  padding: 32px 0; list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--gold); font-size: 24px; font-weight: 300; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-answer { padding: 0 0 32px; font-size: 15px; color: var(--gray-light); line-height: 1.8; font-weight: 300; }

/* ─── MOODS ─── */
.moods-section { background: var(--dark); }
.moods-header { text-align: center; max-width: 600px; margin: 0 auto 60px; }
.mood-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 60px; flex-wrap: wrap; }
.mood-tab {
  padding: 14px 28px; border: 1px solid rgba(201,169,110,0.25); background: transparent;
  color: var(--cream-muted); font-size: 12px; font-weight: 500; letter-spacing: 2px;
  text-transform: uppercase; cursor: pointer; transition: all 0.3s; font-family: 'Montserrat', sans-serif;
}
.mood-tab:hover, .mood-tab.active { background: var(--gold); color: var(--black); border-color: var(--gold); }
.mood-content { max-width: 1100px; margin: 0 auto; display: none; grid-template-columns: 1fr 1fr; gap: 0; overflow: hidden; border: 1px solid rgba(201,169,110,0.1); }
.mood-content.active { display: grid; }
.mood-details { padding: 48px; background: var(--dark-card); }
.mood-details h3 { font-size: 38px; color: var(--cream); margin-bottom: 8px; }
.mood-vibe { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-style: italic; color: var(--gold-light); margin-bottom: 32px; }
.mood-category { margin-bottom: 28px; }
.mood-category h4 { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; font-family: 'Montserrat', sans-serif; font-weight: 600; }
.mood-category ul { list-style: none; padding: 0; }
.mood-category li { font-size: 14px; color: var(--cream-muted); padding: 4px 0; font-weight: 300; }
.mood-category li::before { content: '\00B7 '; color: var(--gold); }
.mood-tip { background: rgba(201,169,110,0.06); border-left: 2px solid var(--gold); padding: 20px 24px; margin-top: 24px; }
.mood-tip p { font-size: 14px; color: var(--cream-muted); font-style: italic; font-weight: 300; }
.mood-image-cta { position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.mood-image-cta img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mood-cta-inner { position: relative; z-index: 1; padding: 48px; background: linear-gradient(to top, rgba(10,10,10,0.95), rgba(10,10,10,0.4) 60%, transparent); text-align: center; }
.mood-cta-inner h4 { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; font-family: 'Montserrat', sans-serif; font-weight: 600; }
.mood-cta-inner p { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--cream); margin-bottom: 20px; line-height: 1.4; }
.mood-cta-inner .product-price { font-size: 36px; margin-bottom: 24px; }

/* ─── ABOUT ─── */
.about-section { background: var(--black); }
.about-hero { width: 100%; height: 400px; overflow: hidden; position: relative; margin-bottom: 80px; max-width: 1200px; margin-left: auto; margin-right: auto; }
.about-hero img { width: 100%; height: 100%; object-fit: cover; }
.about-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, var(--black), transparent 60%); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; max-width: 1200px; margin: 0 auto; align-items: start; }
.about-content p { font-size: 16px; color: var(--gray-light); line-height: 1.9; margin-bottom: 20px; font-weight: 300; }
.about-content blockquote { border-left: 2px solid var(--gold); padding-left: 24px; margin: 32px 0; font-family: 'Cormorant Garamond', serif; font-size: 22px; font-style: italic; color: var(--gold-light); line-height: 1.6; }
.about-sidebar { position: sticky; top: 120px; }
.about-card { background: var(--dark-card); border: 1px solid rgba(201,169,110,0.1); padding: 48px; margin-bottom: 32px; }
.about-card h4 { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; font-family: 'Montserrat', sans-serif; font-weight: 600; }
.about-card p { font-size: 14px; color: var(--cream-muted); line-height: 1.8; font-weight: 300; }
.about-card .badge { display: inline-block; border: 1px solid rgba(201,169,110,0.3); color: var(--gold); padding: 6px 16px; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; margin: 4px 4px 4px 0; }

/* ─── DELIVERY ─── */
.delivery-section { background: var(--dark); position: relative; overflow: hidden; }
.delivery-bg { position: absolute; inset: 0; z-index: 0; }
.delivery-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.15; }
.delivery-box { max-width: 700px; margin: 0 auto; position: relative; z-index: 1; text-align: center; }
.delivery-timer { display: flex; justify-content: center; gap: 24px; margin: 40px 0; }
.timer-unit { text-align: center; }
.timer-number { font-family: 'Cormorant Garamond', serif; font-size: 64px; color: var(--gold); line-height: 1; }
.timer-label { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gray); margin-top: 8px; }
.timer-sep { font-family: 'Cormorant Garamond', serif; font-size: 48px; color: var(--gold); opacity: 0.4; align-self: flex-start; margin-top: 8px; }
.delivery-form { max-width: 500px; margin: 48px auto 0; text-align: left; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; font-weight: 600; font-family: 'Montserrat', sans-serif; }
.form-group input, .form-group textarea, .form-group select { width: 100%; background: var(--dark-card); border: 1px solid rgba(201,169,110,0.2); color: var(--cream); padding: 14px 16px; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 300; outline: none; transition: border-color 0.3s; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-group select { appearance: none; cursor: pointer; }

/* ─── CONTACT ─── */
.contact-section { background: var(--black); text-align: center; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; max-width: 900px; margin: 48px auto 0; }
.contact-card { padding: 40px 24px; border: 1px solid rgba(201,169,110,0.1); }
.contact-card h4 { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; font-family: 'Montserrat', sans-serif; font-weight: 600; }
.contact-card p { font-size: 15px; color: var(--cream-muted); font-weight: 300; }
.contact-card a { color: var(--cream-muted); text-decoration: none; transition: color 0.3s; }
.contact-card a:hover { color: var(--gold); }

/* ─── NEWSLETTER ─── */
.newsletter-section { background: var(--dark); text-align: center; position: relative; overflow: hidden; }
.newsletter-bg { position: absolute; inset: 0; z-index: 0; }
.newsletter-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.12; }
.newsletter-inner { position: relative; z-index: 1; }
.newsletter-form { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; gap: 0; max-width: 500px; margin: 40px auto 0; }
.newsletter-form input[type="email"] { flex: 1; min-width: 0; background: var(--dark-card); border: 1px solid rgba(201,169,110,0.2); border-right: none; color: var(--cream); padding: 16px 20px; font-family: 'Montserrat', sans-serif; font-size: 14px; outline: none; }
.newsletter-form button { background: var(--gold); color: var(--black); border: 1px solid var(--gold); padding: 16px 32px; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; white-space: nowrap; }
.newsletter-form input[type="hidden"] { display: none !important; position: absolute !important; }

/* ─── FOOTER OVERRIDES ─── */
.iwhc-footer { background: var(--black); border-top: 1px solid rgba(201,169,110,0.1); padding: 80px 60px 40px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; max-width: 1200px; margin: 0 auto 60px; }
.footer-brand h3 { font-size: 28px; color: var(--gold); margin-bottom: 16px; }
.footer-brand p { font-size: 14px; color: var(--gray); line-height: 1.7; font-weight: 300; }
.footer-col h4 { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; font-family: 'Montserrat', sans-serif; font-weight: 600; }
.footer-col a { display: block; color: var(--gray); text-decoration: none; font-size: 14px; padding: 6px 0; font-weight: 300; transition: color 0.3s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(201,169,110,0.08); padding-top: 32px; display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
.footer-bottom p { font-size: 12px; color: var(--gray); font-weight: 300; }
.footer-social a { color: var(--gray); text-decoration: none; font-size: 13px; transition: color 0.3s; }
.footer-social a:hover { color: var(--gold); }

/* ─── PRODUCT PAGE (PDP) ─── */
.iwhc-pdp { background: var(--black); padding: 140px 60px 120px; }
.iwhc-pdp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; max-width: 1200px; margin: 0 auto; align-items: start; }
.iwhc-pdp-image { overflow: hidden; aspect-ratio: 1; }
.iwhc-pdp-image img { width: 100%; height: 100%; object-fit: cover; }
.iwhc-pdp-info .product-name { font-size: 14px; margin-bottom: 12px; }
.iwhc-pdp-info .product-size { font-size: 48px; margin-bottom: 8px; }
.iwhc-pdp-info .product-price { font-size: 52px; margin-bottom: 16px; }
.iwhc-pdp-info .product-per { margin-bottom: 40px; }
.iwhc-pdp-info .product-features { margin-bottom: 48px; }
.iwhc-pdp-info .product-features li { font-size: 15px; padding: 12px 0; }
.iwhc-pdp-description { font-size: 15px; color: var(--gray-light); line-height: 1.8; font-weight: 300; margin-bottom: 40px; }
.iwhc-pdp-back { display: inline-block; color: var(--gold); text-decoration: none; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; margin-top: 32px; transition: color 0.3s; }
.iwhc-pdp-back:hover { color: var(--gold-light); }

/* ─── DARK THEME OVERRIDES FOR DAWN PAGES ─── */
.section-{{ section.id }}-padding { background: var(--black); }

/* Cart page dark overrides */
.iwhc-cart { background: var(--black); min-height: 60vh; padding: 140px 60px 120px; }
.iwhc-cart h1 { color: var(--cream); }
.iwhc-cart .cart-item { border-bottom: 1px solid rgba(201,169,110,0.1); }

/* Collection page dark overrides */
.iwhc-collection { background: var(--black); min-height: 60vh; padding: 140px 60px 80px; }

/* ─── RESPONSIVE: TABLET (max 1024px) ─── */
@media (max-width: 1024px) {
  .iwhc-section { padding: 80px 40px; }
  .iwhc-nav { padding: 14px 30px; }
  .nav-links { gap: 20px; }
  .nav-links a { font-size: 11px; letter-spacing: 1.5px; }

  .iwhc-hero { padding: 120px 30px 130px; }
  .iwhc-hero h1 { font-size: 52px; }
  .iwhc-hero img.hero-logo { max-width: 400px; }
  .hero-tagline { font-size: 20px; }

  .section-title { font-size: 40px; }
  .why-grid { grid-template-columns: 1fr; gap: 40px; }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .types-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-sidebar { position: static; }
  .mood-content, .mood-content.active { grid-template-columns: 1fr; }
  .mood-image-cta { min-height: 400px; }
  .gift-wrapper { grid-template-columns: 1fr; }
  .gift-image { height: 300px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
  .image-break { height: 350px; }
  .image-break-text { font-size: 36px; }
  .iwhc-pdp-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ─── RESPONSIVE: MOBILE (max 768px) ─── */
@media (max-width: 768px) {
  .iwhc-section { padding: 60px 20px; }
  .iwhc-nav { padding: 12px 20px; top: 34px; }
  .nav-links { display: none; }
  .nav-logo { font-size: 18px; }
  .urgency-bar { font-size: 11px; padding: 8px 16px; }
  .urgency-bar span { font-size: 13px; }

  .iwhc-hero { min-height: 85vh; padding: 100px 20px 120px; }
  .iwhc-hero img.hero-logo { max-width: 300px; }
  .hero-badge { font-size: 9px; letter-spacing: 2.5px; padding: 6px 18px; margin-bottom: 28px; }
  .hero-tagline { font-size: 18px; }
  .hero-sub { font-size: 14px; margin-bottom: 36px; }
  .btn-primary, .btn-outline { padding: 14px 32px; font-size: 11px; letter-spacing: 2px; }
  .btn-outline { margin-left: 0; margin-top: 12px; }
  .hero-content > .hero-buttons { display: flex; flex-direction: column; align-items: center; gap: 0; }

  .section-label { font-size: 9px; letter-spacing: 3px; }
  .section-title { font-size: 32px; }
  .section-subtitle { font-size: 15px; }

  .why-grid { grid-template-columns: 1fr; gap: 32px; }
  .why-visual { aspect-ratio: 3/2; }
  .why-list li { font-size: 14px; }

  .image-break { height: 250px; }
  .image-break-text { font-size: 28px; padding: 0 20px; text-align: center; }

  .products-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .product-card.featured::before { font-size: 8px; padding: 5px 16px; }

  .gift-wrapper { grid-template-columns: 1fr; }
  .gift-image { height: 250px; }
  .gift-box { padding: 36px 24px; }
  .gift-box h3 { font-size: 32px; }
  .gift-amounts { justify-content: center; }

  .types-grid { grid-template-columns: 1fr; max-width: 420px; margin: 40px auto 0; }

  .faq-item summary { font-size: 22px; }
  .faq-answer { font-size: 14px; }

  .mood-tabs { gap: 6px; }
  .mood-tab { padding: 10px 18px; font-size: 10px; letter-spacing: 1.5px; }
  .mood-content, .mood-content.active { grid-template-columns: 1fr; }
  .mood-details { padding: 32px 24px; }
  .mood-details h3 { font-size: 30px; }
  .mood-image-cta { min-height: 350px; }

  .about-hero { height: 250px; margin-bottom: 40px; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-sidebar { position: static; }
  .about-card { padding: 32px 24px; }
  .about-content blockquote { font-size: 18px; }

  .delivery-box { padding: 0 10px; }
  .timer-number { font-size: 48px; }
  .timer-sep { font-size: 36px; }
  .form-row { grid-template-columns: 1fr; }
  .delivery-form { margin: 32px auto 0; }

  .contact-section { padding: 60px 20px; }
  .contact-grid { grid-template-columns: 1fr; gap: 16px; max-width: 400px; }

  .newsletter-section { padding: 60px 20px; }
  .newsletter-form { flex-direction: column; gap: 0; }
  .newsletter-form input[type="email"] { border-right: 1px solid rgba(201,169,110,0.2); border-bottom: none; }
  .newsletter-form button { width: 100%; }

  .iwhc-footer { padding: 48px 20px 32px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 12px; }

  .iwhc-pdp { padding: 100px 20px 60px; }
  .iwhc-pdp-grid { grid-template-columns: 1fr; gap: 32px; }
  .iwhc-pdp-info .product-size { font-size: 36px; }
  .iwhc-pdp-info .product-price { font-size: 42px; }
}

/* ─── RESPONSIVE: SMALL MOBILE (max 480px) ─── */
@media (max-width: 480px) {
  .iwhc-hero img.hero-logo { max-width: 240px; }
  .hero-tagline { font-size: 16px; }
  .section-title { font-size: 28px; }
  .image-break-text { font-size: 22px; }
  .product-price { font-size: 36px; }
  .gift-box h3 { font-size: 28px; }
  .gift-amount { padding: 8px 14px; font-size: 17px; }
  .mood-details h3 { font-size: 26px; }
  .timer-number { font-size: 40px; }
  .delivery-timer { gap: 16px; }
}
