/* ============================================================
   VELOURA 2.0 — playful boutique
   baby blue #BFE0F2 · baby pink #F9C6D8 · yellow #FFD23F
   white #FFFDF8 · burgundy #71182A · brown #6B4A35
   ============================================================ */
:root {
  --blue: #BFE0F2;
  --blue-deep: #6FA9CE;
  --blue-pale: #E7F3FA;
  --pink: #F9C6D8;
  --pink-deep: #E985AE;
  --pink-pale: #FDEBF2;
  --sun: #FFD23F;
  --sun-soft: #FFE98F;
  --paper: #FFFDF8;
  --wine: #71182A;
  --wine-deep: #4A0E1C;
  --cocoa: #6B4A35;
  --bark: #3A241A;
  --ink: #2B1A12;
  --radius: 20px;
  --shadow: 0 20px 50px rgba(113, 24, 42, 0.14);
  --serif: "Baskervville", Georgia, serif;
  --sans: "Jost", "Segoe UI", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.05; margin: 0 0 0.6rem; }
h1 em, h2 em { font-style: italic; }
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid var(--blue-deep);
  outline-offset: 2px;
  border-radius: 8px;
}
.section-pad { padding: 76px 0; }
.wrap-narrow { max-width: 860px; margin: 0 auto; }

.eyebrow {
  display: inline-block;
  font-size: 0.76rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  margin-bottom: 1.1rem;
}
.eyebrow-sun { background: var(--sun); color: var(--wine); }
.eyebrow-wine { background: var(--wine); color: #fff; }
.eyebrow-blue { background: var(--blue); color: var(--wine); }
.eyebrow-pink { background: var(--pink); color: var(--wine); }
.eyebrow-white { background: rgba(255,255,255,0.9); color: var(--wine); }

/* ---------- Announcement ---------- */
.announcement {
  background: var(--wine);
  color: #fff;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 10px 16px;
}
.announcement p { margin: 0; }
.announcement .dot { color: var(--sun); margin: 0 0.5rem; }

/* ---------- Nav ---------- */
.site-header { z-index: 1030; }
.veloura-nav {
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 3px solid var(--sun);
  padding: 0.6rem 0;
}
.veloura-nav .nav-link {
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--wine);
  margin: 0 0.3rem;
  padding: 0.5rem 1rem !important;
  border-radius: 999px;
  transition: background 0.25s ease;
}
.veloura-nav .nav-link:hover { background: var(--pink-pale); }
.veloura-nav .nav-link.active { background: var(--sun); color: var(--wine); }
.nav-icons { display: flex; align-items: center; gap: 1.1rem; margin-left: 1rem; }
.nav-icons a { color: var(--wine); font-size: 1.2rem; text-decoration: none; position: relative; }
.nav-icons a:hover { color: var(--pink-deep); }
.bag-count {
  position: absolute; top: -8px; right: -10px;
  background: var(--wine); color: #fff;
  font-size: 0.65rem; width: 18px; height: 18px;
  border-radius: 50%; display: grid; place-items: center;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; border-radius: 999px;
  padding: 0.9rem 2rem; font-size: 0.84rem;
  letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
  text-decoration: none; border: 2px solid transparent;
  transition: transform 0.2s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px) rotate(-1deg); }
.btn-wine { background: var(--wine); color: #fff; box-shadow: 4px 4px 0 var(--sun); }
.btn-wine:hover { background: var(--wine-deep); color: #fff; }
.btn-sun { background: var(--sun); color: var(--wine); box-shadow: 4px 4px 0 var(--wine); }
.btn-sun:hover { background: var(--sun-soft); }
.btn-outline-wine { border-color: var(--wine); color: var(--wine); background: transparent; }
.btn-outline-wine:hover { background: var(--wine); color: #fff; }
.btn-outline-white { border-color: #fff; color: #fff; }
.btn-outline-white:hover { background: #fff; color: var(--wine); }
.btn-blue { background: var(--blue); color: var(--wine); box-shadow: 4px 4px 0 var(--wine); }

/* ---------- HOME hero ---------- */
.hero-home {
  background: var(--sun);
  position: relative;
  overflow: hidden;
  padding: 70px 0 90px;
}
.hero-home::before {
  content: "";
  position: absolute; width: 480px; height: 480px;
  background: var(--pink); border-radius: 50%;
  top: -160px; right: -120px; opacity: 0.55;
}
.hero-home::after {
  content: "";
  position: absolute; width: 380px; height: 380px;
  background: var(--blue); border-radius: 50%;
  bottom: -140px; left: -100px; opacity: 0.6;
}
.hero-home .container { position: relative; z-index: 2; }
.hero-home h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); color: var(--wine); }
.hero-home h1 em { color: #fff; text-shadow: 3px 3px 0 var(--wine); }
.hero-home .lead { font-size: 1.1rem; font-weight: 300; max-width: 46ch; color: var(--bark); }
.hero-cta { display: flex; gap: 0.9rem; flex-wrap: wrap; margin-top: 1.6rem; }
.hero-collage { position: relative; height: 480px; }
.polaroid {
  position: absolute;
  background: #fff;
  padding: 12px 12px 44px;
  border-radius: 14px;
  box-shadow: var(--shadow);
  width: 46%;
  transition: transform 0.3s ease;
}
.polaroid img { border-radius: 8px; width: 100%; height: 260px; object-fit: cover; display: block; }
.polaroid figcaption {
  font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--wine); text-align: center; padding-top: 10px; font-weight: 600;
}
.polaroid-1 { top: 0; left: 4%; transform: rotate(-6deg); z-index: 2; }
.polaroid-2 { top: 60px; right: 2%; transform: rotate(5deg); }
.polaroid-3 { bottom: -10px; left: 26%; transform: rotate(-2deg); z-index: 3; width: 42%; }
.polaroid:hover { transform: rotate(0deg) scale(1.05); z-index: 5; }
.sticker {
  position: absolute;
  background: var(--wine); color: var(--sun);
  font-weight: 700; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase;
  width: 118px; height: 118px; border-radius: 50%;
  display: grid; place-items: center; text-align: center;
  transform: rotate(12deg);
  border: 3px dashed var(--sun);
  z-index: 6;
  animation: spin-bob 5s ease-in-out infinite;
}
.sticker-1 { top: 6%; right: 8%; }
.sticker-2 { bottom: 8%; right: 30%; background: var(--blue); color: var(--wine); border-color: var(--wine); }
@keyframes spin-bob { 0%,100% { transform: rotate(12deg) translateY(0); } 50% { transform: rotate(4deg) translateY(-10px); } }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; white-space: nowrap; padding: 0.9rem 0; font-weight: 600; font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase; }
.marquee-blue { background: var(--blue); color: var(--wine); border-top: 3px solid var(--wine); border-bottom: 3px solid var(--wine); }
.marquee-pink { background: var(--pink); color: var(--wine); }
.marquee-track { display: inline-flex; gap: 1.4rem; animation: scroll 28s linear infinite; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ---------- Product cards with hover swap ---------- */
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 2.2rem; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3.2rem); color: var(--wine); }
.section-head p.sub { font-weight: 300; color: var(--cocoa); max-width: 52ch; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.product-card {
  background: #fff;
  border: 2px solid var(--bark);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 6px 6px 0 rgba(58, 36, 26, 0.9);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.product-card:hover { transform: translateY(-6px) rotate(-0.5deg); box-shadow: 10px 10px 0 var(--pink-deep); }
.product-media { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: var(--pink-pale); }
.product-media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: opacity 0.45s ease, transform 0.6s ease;
}
.product-media .img-hover { opacity: 0; }
.product-card:hover .img-hover, .product-card:focus-within .img-hover { opacity: 1; transform: scale(1.05); }
.product-card:hover .img-default { opacity: 0; }
.swap-hint {
  position: absolute; bottom: 12px; right: 12px;
  background: rgba(255,253,248,0.92); color: var(--wine);
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.08em;
  padding: 0.3rem 0.7rem; border-radius: 999px;
}
.badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.35rem 0.85rem; border-radius: 999px; color: #fff; font-weight: 700;
  transform: rotate(-4deg);
}
.badge-bestseller { background: var(--wine); }
.badge-new { background: var(--pink-deep); }
.badge-limited { background: var(--bark); }
.badge-unisex { background: var(--blue-deep); }
.wishlist {
  position: absolute; top: 10px; right: 10px; z-index: 2;
  width: 38px; height: 38px; border-radius: 50%;
  border: 2px solid var(--bark); background: #fff; color: var(--wine);
  cursor: pointer; display: grid; place-items: center; font-size: 1rem;
}
.wishlist.active { background: var(--wine); color: var(--sun); border-color: var(--wine); }
.quick-add {
  position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 2;
  border: none; border-radius: 999px; padding: 0.7rem;
  background: var(--wine); color: #fff;
  font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600;
  opacity: 0; transform: translateY(8px); transition: all 0.3s ease; cursor: pointer;
}
.product-card:hover .quick-add, .quick-add:focus-visible { opacity: 1; transform: none; }
.quick-add:hover { background: var(--bark); }
.product-info { padding: 1rem 1.1rem 1.25rem; }
.product-info h3 { font-size: 1.2rem; color: var(--ink); }
.product-meta { font-size: 0.82rem; color: var(--cocoa); margin: 0 0 0.4rem; }
.stars { color: var(--sun); font-size: 0.85rem; letter-spacing: 2px; -webkit-text-stroke: 1px var(--wine); }
.price { font-weight: 700; margin: 0.2rem 0 0; color: var(--wine); font-size: 1.05rem; }
.price-compare { text-decoration: line-through; font-weight: 400; color: #999; margin-left: 0.4rem; font-size: 0.9rem; }

/* ---------- Split banners ---------- */
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.split-card { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 430px; display: block; border: 2px solid var(--bark); box-shadow: 6px 6px 0 rgba(58,36,26,0.9); }
.split-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.split-card:hover img { transform: scale(1.06); }
.split-overlay { position: absolute; inset: auto 0 0 0; padding: 2rem; background: linear-gradient(transparent, rgba(255,253,248,0.97) 55%); color: var(--wine); }
.split-overlay-dark { background: linear-gradient(transparent, rgba(74,14,28,0.92) 55%); color: #fff; }
.split-overlay .eyebrow { margin-bottom: 0.4rem; }
.split-overlay h3 { font-size: 2.1rem; }
.split-link { font-size: 0.84rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; }

/* ---------- Home extras: perks, testimonials, gallery ---------- */
.perks { background: var(--blue-pale); }
.perks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.perk { background: #fff; border: 2px solid var(--bark); border-radius: var(--radius); padding: 1.8rem; box-shadow: 5px 5px 0 var(--blue); }
.perk:nth-child(2) { box-shadow: 5px 5px 0 var(--pink); }
.perk:nth-child(3) { box-shadow: 5px 5px 0 var(--sun); }
.perk i { font-size: 1.9rem; color: var(--wine); }
.perk h4 { font-family: var(--sans); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.9rem; margin: 0.8rem 0 0.4rem; color: var(--wine); }
.perk p { font-weight: 300; margin: 0; }

.testimonials { background: var(--wine); color: #fff; }
.testimonials h2 { color: var(--sun); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.testi { background: var(--pink-pale); color: var(--ink); border-radius: var(--radius); padding: 1.8rem; transform: rotate(-1deg); border: 2px solid var(--sun); }
.testi:nth-child(2) { transform: rotate(1.2deg); background: var(--blue-pale); }
.testi:nth-child(3) { transform: rotate(-0.6deg); background: #fff; }
.testi p { font-family: var(--serif); font-style: italic; font-size: 1.05rem; }
.testi footer { font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wine); font-weight: 700; }

.ig-strip { background: var(--sun-soft); }
.ig-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.8rem; }
.ig-grid a { border-radius: 14px; overflow: hidden; border: 2px solid var(--bark); display: block; }
.ig-grid img { width: 100%; height: 190px; object-fit: cover; display: block; transition: transform 0.4s ease; }
.ig-grid a:hover img { transform: scale(1.08) rotate(1deg); }

/* ---------- Newsletter panel ---------- */
.news-panel { background: var(--wine); border-radius: 28px; padding: 3rem; color: #fff; position: relative; overflow: hidden; }
.news-panel::after { content: ""; position: absolute; width: 300px; height: 300px; background: var(--pink); opacity: 0.35; border-radius: 50%; right: -80px; top: -80px; }
.news-panel h2 { color: var(--sun); font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
.news-form { display: flex; gap: 0.6rem; margin-top: 1.4rem; position: relative; z-index: 2; max-width: 520px; }
.news-form input { flex: 1; border-radius: 999px; border: 2px solid var(--sun); background: rgba(255,255,255,0.12); color: #fff; padding: 0.8rem 1.2rem; min-width: 0; }
.news-form input::placeholder { color: rgba(255,255,255,0.65); }
.form-note { font-size: 0.85rem; margin-top: 0.7rem; min-height: 1.4em; }
.form-note.success { color: var(--sun); font-weight: 600; }

/* ---------- SHOP page theme ---------- */
.page-shop { background: var(--blue-pale); }
.shop-hero { background: var(--blue); border-bottom: 3px solid var(--wine); padding: 60px 0 50px; position: relative; overflow: hidden; }
.shop-hero h1 { color: var(--wine); font-size: clamp(2.4rem, 5vw, 4rem); }
.shop-hero h1 em { color: #fff; text-shadow: 3px 3px 0 var(--wine); }
.shop-hero p { color: var(--bark); font-weight: 300; max-width: 56ch; }
.shop-tools { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.8rem; }
.filters { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.filter-btn { border: 2px solid var(--wine); background: #fff; color: var(--wine); border-radius: 999px; padding: 0.55rem 1.3rem; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; cursor: pointer; transition: all 0.2s ease; }
.filter-btn.active, .filter-btn:hover { background: var(--wine); color: var(--sun); }
.sort-wrap { display: flex; align-items: center; gap: 0.6rem; font-size: 0.85rem; font-weight: 600; color: var(--wine); }
.sort-wrap select { border: 2px solid var(--wine); border-radius: 999px; padding: 0.55rem 1rem; background: #fff; color: var(--wine); font-family: inherit; font-size: 0.85rem; }
.shop-count { font-size: 0.85rem; color: var(--cocoa); margin-bottom: 1rem; }
.lookbook { background: #fff; border-top: 3px solid var(--wine); }
.lookbook-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; }
.lookbook-grid img { border-radius: 16px; height: 300px; width: 100%; object-fit: cover; border: 2px solid var(--bark); }
.lookbook-grid img:nth-child(2) { transform: rotate(1.5deg); }
.lookbook-grid img:nth-child(1) { transform: rotate(-1.5deg); }

/* ---------- ABOUT page theme ---------- */
.page-about { background: var(--pink-pale); }
.about-hero { background: var(--pink); border-bottom: 3px solid var(--wine); padding: 70px 0 60px; overflow: hidden; position: relative; }
.about-hero h1 { color: var(--wine); font-size: clamp(2.4rem, 5vw, 4.2rem); }
.about-hero h1 em { color: #fff; text-shadow: 3px 3px 0 var(--wine); }
.about-hero p { color: var(--bark); font-weight: 300; max-width: 58ch; font-size: 1.08rem; }
.about-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.about-photos img { border-radius: var(--radius); border: 2px solid var(--bark); box-shadow: 6px 6px 0 var(--wine); height: 320px; width: 100%; object-fit: cover; }
.about-photos img:last-child { transform: rotate(1.5deg); }
.stats-band { background: var(--wine); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center; }
.stat b { display: block; font-family: var(--serif); font-size: 2.6rem; color: var(--sun); }
.stat span { font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase; }
.timeline { display: grid; gap: 1.2rem; max-width: 760px; margin: 0 auto; }
.timeline-item { background: #fff; border: 2px solid var(--bark); border-radius: var(--radius); padding: 1.5rem 1.8rem; display: flex; gap: 1.2rem; align-items: flex-start; box-shadow: 5px 5px 0 var(--blue); }
.timeline-item:nth-child(even) { box-shadow: 5px 5px 0 var(--sun); }
.timeline-year { background: var(--wine); color: var(--sun); font-weight: 700; border-radius: 999px; padding: 0.4rem 1rem; white-space: nowrap; }
.values-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.value-card { background: #fff; border: 2px solid var(--bark); border-radius: var(--radius); padding: 2rem; text-align: center; }
.value-card i { font-size: 2rem; color: var(--pink-deep); }
.value-card h4 { color: var(--wine); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.88rem; font-family: var(--sans); }

/* ---------- CONTACT page theme ---------- */
.page-contact { background: var(--paper); }
.contact-hero { background: var(--wine); color: #fff; padding: 70px 0 60px; position: relative; overflow: hidden; }
.contact-hero::before { content: ""; position: absolute; width: 420px; height: 420px; background: var(--sun); opacity: 0.25; border-radius: 50%; right: -100px; top: -100px; }
.contact-hero h1 { color: #fff; font-size: clamp(2.4rem, 5vw, 4rem); }
.contact-hero h1 em { color: var(--sun); }
.contact-hero p { color: rgba(255,255,255,0.85); font-weight: 300; max-width: 56ch; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; align-items: start; }
.faq-item { background: #fff; border: 2px solid var(--bark); border-radius: 16px; margin-bottom: 0.9rem; overflow: hidden; }
.faq-item summary { cursor: pointer; padding: 1.1rem 1.4rem; font-weight: 600; color: var(--wine); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { transition: transform 0.3s ease; color: var(--pink-deep); }
.faq-item[open] summary i { transform: rotate(45deg); }
.faq-item .faq-body { padding: 0 1.4rem 1.3rem; font-weight: 300; color: var(--cocoa); }
.contact-card { background: var(--sun-soft); border: 2px solid var(--bark); border-radius: var(--radius); padding: 2.2rem; box-shadow: 6px 6px 0 var(--wine); }
.contact-card h3 { color: var(--wine); font-size: 1.7rem; }
.contact-card label { display: block; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; color: var(--wine); margin: 1rem 0 0.4rem; }
.contact-card input, .contact-card select, .contact-card textarea {
  width: 100%; border: 2px solid var(--bark); border-radius: 12px;
  padding: 0.7rem 0.9rem; font-family: inherit; font-size: 0.95rem; background: #fff;
}
.contact-card textarea { min-height: 120px; resize: vertical; }
.contact-rows { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.policy { background: var(--blue-pale); border: 2px solid var(--bark); border-radius: var(--radius); padding: 1.8rem; }
.policy h4 { color: var(--wine); font-family: var(--sans); text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.88rem; }
.policy p { font-weight: 300; font-size: 0.94rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bark); color: #FFF6EA; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.3fr; gap: 2.5rem; padding: 4rem 0 3rem; }
.footer-brand img { margin-bottom: 1rem; }
.footer-brand p { font-weight: 300; line-height: 1.7; color: rgba(255,246,234,0.75); max-width: 32ch; }
.socials { display: flex; gap: 0.8rem; margin-top: 1.2rem; }
.socials a { width: 42px; height: 42px; border: 2px solid var(--sun); border-radius: 50%; display: grid; place-items: center; color: var(--sun); text-decoration: none; transition: all 0.25s ease; font-size: 1.1rem; }
.socials a:hover { background: var(--sun); color: var(--wine); transform: rotate(-8deg); }
.footer-col h4 { font-family: var(--sans); font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sun); margin-bottom: 1rem; }
.footer-col a { display: block; color: rgba(255,246,234,0.78); text-decoration: none; font-weight: 300; padding: 0.3rem 0; font-size: 0.95rem; }
.footer-col a:hover { color: var(--pink); }
.footer-news p { font-weight: 300; color: rgba(255,246,234,0.75); }
.footer-base { border-top: 1px solid rgba(255,246,234,0.2); text-align: center; padding: 1.3rem 1rem; font-size: 0.88rem; color: rgba(255,246,234,0.7); }
.footer-base p { margin: 0; }
.footer-base a { color: var(--sun); text-decoration: none; font-weight: 600; }
.footer-base a:hover { color: var(--pink); }

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .perks-grid, .testi-grid, .values-cards, .policy-grid { grid-template-columns: 1fr 1fr; }
  .ig-grid { grid-template-columns: repeat(3, 1fr); }
  .lookbook-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-collage { height: 420px; margin-top: 2rem; }
  .quick-add { opacity: 1; transform: none; }
  .news-form { flex-direction: column; }
}
@media (max-width: 576px) {
  .section-pad { padding: 50px 0; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 0.9rem; }
  .product-info h3 { font-size: 0.98rem; }
  .perks-grid, .testi-grid, .values-cards, .policy-grid, .ig-grid { grid-template-columns: 1fr; }
  .ig-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-collage { height: 360px; }
  .polaroid img { height: 180px; }
  .news-panel { padding: 2rem 1.4rem; }
  .contact-rows { grid-template-columns: 1fr; }
  .about-photos { grid-template-columns: 1fr; }
}
