/*
Theme Name: Envase
Theme URI: https://envase.example
Author: Envase by Velcroy
Description: Custom theme for Envase by Velcroy — The Premier Gifting Experience. Soft, warm "garden romance" design with blush tones, arched frames, and butterfly accents. WooCommerce-ready.
Version: 2.0.3
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: envase
*/

:root {
  --plum: #4A2545;
  --plum-deep: #33182F;
  --plum-soft: #8A5F7C;
  --rose: #D4537E;
  --rose-deep: #B13E68;
  --rose-soft: #ED93B1;
  --coral: #F2A9A2;
  --coral-deep: #6B2418;
  --blush: #FBEDF3;
  --blush-line: #F3DFE9;
  --cream: #FFFBF8;
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --font-script: 'Parisienne', cursive;
  --font-body: 'Jost', 'Segoe UI', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  color: var(--plum);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--rose); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--plum); }

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1.2;
  color: var(--plum);
}

h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); }
h3 { font-size: 1.4rem; }

.script { font-family: var(--font-script); color: var(--rose); font-weight: 400; }
.eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--rose-deep);
  font-weight: 500;
}

.wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */
.site-header {
  background: var(--blush);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--blush-line);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.site-logo img { height: 32px; width: auto; }
.site-logo { display: flex; align-items: center; gap: 10px; }

.main-nav ul { list-style: none; display: flex; gap: 30px; align-items: center; }
.main-nav a {
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--plum-soft);
  font-weight: 400;
}
.main-nav a:hover { color: var(--rose); }

.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  color: var(--cream);
  background: var(--rose);
  padding: 12px 30px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.btn:hover { background: var(--plum); color: var(--cream); transform: translateY(-1px); }
.btn-plum { background: var(--plum); }
.btn-plum:hover { background: var(--rose); }
.btn-sm { padding: 8px 20px; font-size: 0.82rem; }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; }
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--plum);
  margin: 5px 0;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Keyboard focus */
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 3px;
  border-radius: 4px;
}
input:focus-visible, textarea:focus-visible { outline: none; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--plum);
  color: var(--cream);
  padding: 10px 20px;
  border-radius: 0 0 12px 0;
}
.skip-link:focus { left: 0; color: var(--cream); }

section[id], #contact-form { scroll-margin-top: 90px; }

/* ---------- Hero ---------- */
.hero { background: var(--blush); padding: 60px 0 90px; overflow: hidden; }
.hero .wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-copy .eyebrow { display: block; margin-bottom: 16px; }
.hero-copy h1 { margin-bottom: 18px; }
.hero-copy p.lead { color: var(--plum-soft); max-width: 460px; margin-bottom: 26px; }
.hero-signoff { font-family: var(--font-script); font-size: 1.5rem; color: var(--rose); margin-top: 28px; display: block; }

.arch {
  border-radius: 999px 999px 16px 16px;
  overflow: hidden;
  background: var(--coral);
}
.arch img { width: 100%; height: 100%; object-fit: cover; }
.hero-arch { aspect-ratio: 3 / 4; width: 100%; max-width: 380px; margin-left: auto; justify-self: end; }

.butterflies-band {
  text-align: center;
  padding: 30px 0 10px;
  background: linear-gradient(180deg, var(--blush) 0%, var(--cream) 100%);
}
.home .butterflies-band { background: var(--blush); }
.butterflies-band img { max-width: 420px; margin: 0 auto; opacity: 0.9; }

/* ---------- Signature: Canned Gifting, an Envase original ---------- */
.signature {
  background: linear-gradient(180deg, var(--blush) 0%, #FFF4F9 100%);
  padding: 80px 0 76px;
  text-align: center;
}
.signature .script { font-size: 1.7rem; color: var(--rose); display: block; margin-bottom: 8px; }
.signature h2 { margin-bottom: 16px; }
.signature-lede { color: var(--plum-soft); max-width: 600px; margin: 0 auto; font-size: 1.02rem; }
.sig-flags {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.sig-flag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--rose-deep);
  background: #fff;
  border: 1px solid var(--rose-soft);
  padding: 9px 18px;
  border-radius: 999px;
}
.sig-flag svg { width: 16px; height: 13px; flex-shrink: 0; color: var(--rose); }
.sig-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 700px;
  margin: 40px auto 0;
}
.sig-card { text-align: center; }
.sig-media { position: relative; }
.sig-media img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 999px 999px 16px 16px;
  transition: transform 0.3s ease;
}
.sig-card:hover .sig-media img { transform: translateY(-4px); }
.sig-badge {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--cream);
  background: var(--rose);
  padding: 5px 13px;
  border-radius: 999px;
}
.sig-body { padding: 18px 6px 0; }
.sig-body h3 { margin-bottom: 5px; font-size: 1.3rem; }
.sig-body p { font-size: 0.92rem; color: var(--plum-soft); margin: 0 auto 12px; max-width: 300px; }
.sig-foot { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
.sig-price {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--plum);
}
.sig-btn { background: var(--rose); color: var(--cream); }
.sig-btn:hover { background: var(--plum); color: var(--cream); }
.sig-note {
  font-family: var(--font-script);
  font-size: 1.3rem;
  color: var(--rose);
  margin-top: 34px;
}

/* ---------- Story ---------- */
.story { padding: 80px 0; text-align: center; }
.story .eyebrow { display: block; margin-bottom: 14px; }
.story h2 { margin-bottom: 18px; }
.story p { max-width: 620px; margin: 0 auto 18px; color: var(--plum-soft); }

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 56px;
}
.feature-card { text-align: center; }
.feature-card .arch { aspect-ratio: 4 / 5; margin-bottom: 22px; }
.feature-card h3 { margin-bottom: 8px; }
.feature-card p { font-size: 0.95rem; color: var(--plum-soft); margin: 0 auto; max-width: 280px; }
.feature-card .arch-tint-1 { background: var(--coral); }
.feature-card .arch-tint-2 { background: var(--rose-soft); }
.feature-card .arch-tint-3 { background: var(--blush); border: 1px solid var(--blush-line); }
.arch-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--coral-deep);
}

/* ---------- Hero actions ---------- */
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hero-alt-link {
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: var(--plum-soft);
  border-bottom: 1px solid var(--rose-soft);
  padding-bottom: 2px;
}
.hero-alt-link:hover { color: var(--rose); }

/* ---------- Occasions & in-store products ---------- */
.occasions { padding: 76px 0 70px; text-align: center; background: var(--blush); }
.occasions .eyebrow { display: block; margin-bottom: 14px; }
.occasions h2 { margin-bottom: 16px; }
.occasions p { max-width: 560px; margin: 0 auto; color: var(--plum-soft); }
.pill-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 32px;
}
.pill-list li {
  position: relative;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  color: var(--plum);
  background: var(--cream);
  border: 1px solid var(--blush-line);
  padding: 10px 22px;
  border-radius: 999px;
  cursor: default;
}
.pill-label { position: relative; z-index: 2; }
.pill-fx {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.fx-p {
  position: absolute;
  left: 50%;
  top: -4px;
  margin-left: -4px;
  display: block;
  will-change: transform, opacity;
}
.fx-p svg { display: block; width: 100%; height: 100%; }

.products { padding: 76px 0 70px; text-align: center; }
.products .eyebrow { display: block; margin-bottom: 14px; }
.products h2 { margin-bottom: 16px; }
.products p { max-width: 560px; margin: 0 auto; color: var(--plum-soft); }
.store-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 760px;
  margin: 40px auto 0;
}
.store-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--blush-line);
  border-radius: 18px;
  padding: 28px 16px 24px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.store-tile:hover { transform: translateY(-3px); border-color: var(--rose-soft); }
.store-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--blush);
  color: var(--rose-deep);
}
.store-icon svg { width: 30px; height: 30px; }
.store-label { font-size: 0.95rem; color: var(--plum); letter-spacing: 0.02em; }

/* ---------- B2B strip ---------- */
.b2b { padding: 0 0 80px; }
.b2b-card {
  background: var(--blush);
  border: 1px solid var(--blush-line);
  border-radius: 24px;
  padding: 44px 48px;
  max-width: 820px;
  margin: 0 auto;
}
.b2b-card .eyebrow { display: block; margin-bottom: 10px; }
.b2b-card h2 { margin-bottom: 14px; font-size: clamp(1.5rem, 3vw, 2rem); }
.b2b-card p { color: var(--plum-soft); margin: 0 0 1em; max-width: 640px; }
.b2b-card .btn { margin-top: 10px; }

/* ---------- Homepage FAQ ---------- */
.faq-section { padding: 0 0 80px; text-align: center; }
.faq-section .eyebrow { display: block; margin-bottom: 14px; }
.faq-section h2 { margin-bottom: 8px; }
.faq-section .faq-wrap { margin-top: 20px; text-align: left; }

.notify-ig { background: var(--coral); color: var(--plum-deep); margin-bottom: 6px; }
.notify-ig:hover { background: var(--rose-soft); color: var(--plum-deep); }

/* ---------- How it works ---------- */
.how { padding: 76px 0 70px; text-align: center; }
.how .eyebrow { display: block; margin-bottom: 14px; }
.how h2 { margin-bottom: 40px; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--blush);
  border: 1px solid var(--blush-line);
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--rose-deep);
  margin-bottom: 16px;
}
.step h3 { margin-bottom: 8px; font-size: 1.25rem; }
.step p { font-size: 0.95rem; color: var(--plum-soft); max-width: 260px; margin: 0 auto; }

/* ---------- Motion ---------- */
@keyframes envase-fade-up {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-copy { animation: envase-fade-up 0.8s ease both; }
.hero-arch, .hero-gift { animation: envase-fade-up 0.8s ease 0.15s both; }

/* ---------- Animated gift box ---------- */
.hero-gift { max-width: 400px; margin: 0 auto; padding: 12px 0; }
.hero-gift svg { width: 100%; height: auto; display: block; overflow: visible; }
.gift-lid {
  animation: gift-lid 4.5s ease-in-out infinite;
  transform-origin: 160px 202px;
}
@keyframes gift-lid {
  0%, 8% { transform: none; }
  13% { transform: translateY(5px); }
  20% { transform: translate(10px, -54px) rotate(12deg); }
  55% { transform: translate(10px, -60px) rotate(14deg); }
  72%, 100% { transform: none; }
}
.gift-body {
  animation: gift-squash 4.5s ease-in-out infinite;
  transform-origin: 160px 304px;
}
@keyframes gift-squash {
  0%, 8% { transform: none; }
  13% { transform: scale(1.06, 0.92); }
  20% { transform: scale(0.97, 1.03); }
  27%, 100% { transform: none; }
}
.cf {
  opacity: 0;
  animation: gift-confetti 4.5s ease-out infinite;
  transform-origin: 160px 200px;
}
@keyframes gift-confetti {
  0%, 17% { opacity: 0; transform: translate(0, 0) rotate(0deg); }
  24% { opacity: 1; }
  55% { opacity: 1; transform: translate(var(--dx), var(--dy)) rotate(var(--rot)); }
  76%, 100% { opacity: 0; transform: translate(calc(var(--dx) * 1.15), calc(var(--dy) * 0.55)) rotate(calc(var(--rot) * 1.3)); }
}

/* ---------- Visit our store ---------- */
.visit { background: var(--blush); padding: 76px 0; }
.visit-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.visit-panel { border-radius: 24px; overflow: hidden; box-shadow: 0 14px 36px rgba(74, 37, 69, 0.12); }
.visit-panel img { width: 100%; height: auto; display: block; }
.visit-info { text-align: left; }
.visit-info .eyebrow { display: block; margin-bottom: 12px; }
.visit-info h2 { margin-bottom: 12px; }
.visit-info p { color: var(--plum-soft); max-width: 440px; margin: 0 0 10px; }
.visit-info .visit-address { font-weight: 500; color: var(--plum); margin-bottom: 24px; }

/* ---------- Ambient butterflies ---------- */
.envase-butterfly {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  pointer-events: none;
  will-change: transform;
  transform: translate(-90px, -90px);
  perspective: 110px;
}
.bf-half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  backface-visibility: visible;
  filter: drop-shadow(0 2px 3px rgba(74, 37, 69, 0.18));
}
.bf-l {
  left: 0;
  background-position: 0 0;
  transform-origin: 100% 50%;
  animation: bf-flap-l 0.34s ease-in-out infinite alternate;
}
.bf-r {
  left: 50%;
  background-position: 100% 0;
  transform-origin: 0% 50%;
  animation: bf-flap-r 0.34s ease-in-out infinite alternate;
}
@keyframes bf-flap-l {
  from { transform: rotateY(8deg); }
  to { transform: rotateY(-62deg); }
}
@keyframes bf-flap-r {
  from { transform: rotateY(-8deg); }
  to { transform: rotateY(62deg); }
}
.envase-butterfly.sitting .bf-l { animation: bf-rest-l 1.9s ease-in-out infinite alternate; }
.envase-butterfly.sitting .bf-r { animation: bf-rest-r 1.9s ease-in-out infinite alternate; }
@keyframes bf-rest-l {
  from { transform: rotateY(2deg); }
  to { transform: rotateY(-30deg); }
}
@keyframes bf-rest-r {
  from { transform: rotateY(-2deg); }
  to { transform: rotateY(30deg); }
}
.envase-butterfly.resting { visibility: hidden; }

@keyframes envase-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.butterflies-band img { animation: envase-float 7s ease-in-out infinite; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.revealed { opacity: 1; transform: translateY(0); }
.steps .step.reveal:nth-child(2) { transition-delay: 0.12s; }
.steps .step.reveal:nth-child(3) { transition-delay: 0.24s; }

.pill-list li, .chip-grid li { transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease; }
.pill-list li:hover { transform: translateY(-3px); border-color: var(--rose-soft); }
.chip-grid li:hover { transform: translateY(-3px); }
.feature-card .arch { transition: transform 0.3s ease; }
.feature-card:hover .arch { transform: translateY(-4px); }

/* ---------- Notify band ---------- */
.notify { background: var(--plum); padding: 80px 0; text-align: center; }
.notify .script { font-size: 1.6rem; color: var(--rose-soft); display: block; margin-bottom: 10px; }
.notify h2 { color: var(--cream); margin-bottom: 14px; }
.notify p { color: #C99BB8; max-width: 480px; margin: 0 auto 30px; }
.notify-form {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 520px;
  margin: 0 auto;
}
.notify-form input[type="email"] {
  flex: 1;
  min-width: 240px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid #6B4363;
  background: var(--plum-deep);
  color: var(--cream);
  outline: none;
}
.notify-form input[type="email"]::placeholder { color: #A87E9D; }
.notify-form input[type="email"]:focus { border-color: var(--rose-soft); }
.notify-form .btn { background: var(--coral); color: var(--plum-deep); }
.notify-form .btn:hover { background: var(--rose-soft); }
.form-note { font-size: 0.8rem; color: #A87E9D; margin-top: 16px; }
.form-success { color: var(--rose-soft); font-weight: 400; margin-top: 16px; }

/* ---------- Content pages ---------- */
.page-hero { background: var(--blush); text-align: center; padding: 70px 0 60px; }
.page-hero .script { font-size: 1.4rem; display: block; margin-bottom: 8px; }
.page-content { padding: 70px 0; }
.page-content .wrap { max-width: 760px; }
.page-content p { margin-bottom: 1.2em; color: var(--plum-soft); }
.page-content h2, .page-content h3 { margin: 1.6em 0 0.6em; }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.contact-form label {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--plum-soft);
  margin: 18px 0 6px;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 12px 18px;
  border-radius: 14px;
  border: 1px solid var(--blush-line);
  background: var(--cream);
  color: var(--plum);
  outline: none;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--rose-soft); }
.contact-form textarea { min-height: 140px; resize: vertical; border-radius: 16px; }
.contact-form .btn { margin-top: 24px; }
.contact-details p { margin-bottom: 0.8em; }

/* ---------- FAQ accordion ---------- */
.faq-wrap { max-width: 760px; margin: 64px auto 0; }
.faq-wrap h2 { margin-bottom: 18px; }
.faq-item { border-bottom: 1px solid var(--blush-line); }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  font-weight: 500;
  color: var(--plum);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: var(--rose);
  transition: transform 0.25s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--rose-deep); }
.faq-item p { padding: 0 32px 18px 0; color: var(--plum-soft); margin: 0; }

/* ---------- Map embed ---------- */
.map-wrap { margin-top: 56px; }
.map-embed {
  display: block;
  border: 0;
  width: 100%;
  height: 380px;
  border-radius: 24px;
}

/* ---------- Floating message bubble ---------- */
.float-dm {
  position: fixed;
  right: 18px;
  bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  z-index: 90;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--rose);
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(74, 37, 69, 0.28);
  transition: transform 0.2s ease, background 0.2s ease;
}
.float-dm:hover { background: var(--plum); color: var(--cream); transform: translateY(-3px); }
.float-dm svg { width: 26px; height: 26px; fill: currentColor; }

/* ---------- Footer ---------- */
.site-footer { background: var(--blush); border-top: 1px solid var(--blush-line); padding: 56px 0 30px; text-align: center; }
.site-footer .footer-logo img { height: 52px; margin: 0 auto 8px; width: auto; }
.site-footer .byline {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--plum-soft);
  margin-bottom: 10px;
}
.footer-address { font-size: 0.85rem; color: var(--plum-soft); margin-bottom: 24px; }
.contact-address { font-style: normal; color: var(--plum-soft); line-height: 1.7; }
.footer-nav ul { list-style: none; display: flex; gap: 26px; justify-content: center; margin-bottom: 26px; flex-wrap: wrap; }
.footer-nav a { font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--plum-soft); }
.footer-nav a:hover { color: var(--rose); }
.footer-social { display: flex; gap: 18px; justify-content: center; margin-bottom: 30px; }
.footer-social a { color: var(--plum-soft); display: inline-flex; align-items: center; gap: 8px; line-height: 1; }
.footer-social a:hover { color: var(--rose); }
.footer-social svg { display: block; width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }
.social-handle { font-size: 0.85rem; letter-spacing: 0.04em; line-height: 1; padding-top: 1px; }
.copyright { font-size: 0.78rem; color: var(--plum-soft); }

/* ---------- Blog list & pagination ---------- */
.page-content article { margin-bottom: 2.5em; }
.page-content article h2 { margin: 0 0 0.4em; }
.page-content article h2 a { color: var(--plum); }
.page-content article h2 a:hover { color: var(--rose); }

.navigation.pagination { margin-top: 48px; }
.navigation.pagination .nav-links {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.navigation.pagination .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--blush-line);
  background: var(--cream);
  color: var(--plum-soft);
  font-size: 0.9rem;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
a.page-numbers:hover { border-color: var(--rose); color: var(--rose); }
.page-numbers.current { background: var(--rose); border-color: var(--rose); color: var(--cream); }
.page-numbers.dots { border: none; background: none; }

/* ---------- Collections teaser (homepage) ---------- */
.collections-teaser { padding: 40px 0 72px; text-align: center; }
.collections-teaser p {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: var(--plum);
  margin-bottom: 20px;
}

/* ---------- WooCommerce catalog ---------- */
.shop-hero .script { font-size: 1.4rem; display: block; margin-bottom: 8px; }
.shop-content { padding: 56px 0 70px; }
.shop-content .wrap.shop-wrap { max-width: 1100px; }

.woocommerce-result-count { color: var(--plum-soft); font-size: 0.9rem; }

/* WooCommerce prints category counts in <mark>, which browsers highlight yellow. */
mark, .woocommerce mark, mark.count, .woocommerce .count {
  background: transparent;
  color: var(--plum-soft);
  font-weight: 400;
}
.woocommerce-ordering select {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--plum);
  background: var(--cream);
  border: 1px solid var(--blush-line);
  border-radius: 999px;
  padding: 8px 16px;
  outline: none;
}
.woocommerce-notices-wrapper:empty { display: none; }

.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 28px 0 0 !important;
  padding: 0 !important;
  list-style: none;
}
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  text-align: center;
  background: #fff;
  border: 1px solid var(--blush-line);
  border-radius: 24px;
  padding: 14px 14px 20px !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  border-color: var(--rose-soft);
  box-shadow: 0 14px 32px rgba(74, 37, 69, 0.1);
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 999px 999px 14px 14px;
  margin: 0 0 14px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--plum);
  padding: 0 0 4px !important;
}
.woocommerce ul.products li.product .price {
  font-family: var(--font-heading);
  color: var(--plum) !important;
  font-size: 1.05rem !important;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}
.loop-delivery {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rose-deep);
  background: var(--blush);
  padding: 4px 12px;
  border-radius: 999px;
}
.woocommerce ul.products li.product .onsale {
  background: var(--rose);
  color: var(--cream);
  border-radius: 999px;
  font-weight: 500;
}

/* Single product */
.woocommerce div.product { display: block; }
.woocommerce div.product div.images { margin-bottom: 28px; }
.woocommerce div.product div.images img { border-radius: 24px; }
.woocommerce div.product .product_title {
  font-family: var(--font-heading);
  color: var(--plum);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}
.woocommerce div.product p.price {
  font-family: var(--font-heading);
  color: var(--plum);
  font-size: 1.5rem;
  font-weight: 500;
}
.delivery-badge {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 999px;
  margin: 6px 0 10px;
}
.delivery-nationwide { color: var(--rose-deep); background: var(--blush); border: 1px solid var(--rose-soft); }
.delivery-local { color: var(--plum-soft); background: var(--cream); border: 1px solid var(--blush-line); }
.product-order { margin: 18px 0 10px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.product-order-alt {
  font-size: 0.9rem;
  color: var(--plum-soft);
  border-bottom: 1px solid var(--rose-soft);
  padding-bottom: 2px;
}
.product-order-alt:hover { color: var(--rose); }
.product-order-note { width: 100%; font-size: 0.85rem; color: var(--plum-soft); margin: 4px 0 0; }
.woocommerce-tabs { margin-top: 32px; }
.woocommerce-tabs ul.tabs { border-bottom: 1px solid var(--blush-line); }
.related.products h2, .woocommerce-tabs h2 {
  font-family: var(--font-heading);
  color: var(--plum);
  font-size: 1.4rem;
}

@media (max-width: 900px) {
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
@media (max-width: 480px) {
  .woocommerce ul.products { grid-template-columns: 1fr; max-width: 320px; margin-left: auto !important; margin-right: auto !important; }
}

/* ---------- Responsive ---------- */

/* Large tablets / small laptops */
@media (max-width: 1024px) {
  .wrap { padding: 0 20px; }
  .hero .wrap { gap: 40px; }
  .features { gap: 20px; }
  .story { padding: 64px 0; }
  .notify { padding: 64px 0; }
}

/* Tablets and below: stack hero, collapse nav */
@media (max-width: 860px) {
  .store-grid { grid-template-columns: repeat(2, 1fr); max-width: 480px; }
  .visit-grid { grid-template-columns: 1fr; gap: 32px; }
  .sig-grid { grid-template-columns: 1fr; max-width: 380px; gap: 24px; }
  .b2b-card { padding: 36px 28px; }
  .hero-actions { justify-content: center; }
  .hero { padding: 40px 0 64px; }
  .hero .wrap { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .hero-copy p.lead { margin-left: auto; margin-right: auto; }
  .hero-arch { margin: 0 auto; max-width: 300px; }
  .features { grid-template-columns: 1fr; max-width: 340px; margin-left: auto; margin-right: auto; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .butterflies-band img { max-width: 320px; }
  .main-nav {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--blush);
    border-bottom: 1px solid var(--blush-line);
    padding: 10px 24px 24px;
    box-shadow: 0 10px 20px rgba(74, 37, 69, 0.06);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  }
  .main-nav.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s;
  }
  .main-nav li { opacity: 0; transform: translateY(-8px); transition: opacity 0.3s ease, transform 0.3s ease; }
  .main-nav.open li { opacity: 1; transform: translateY(0); }
  .main-nav.open li:nth-child(1) { transition-delay: 0.06s; }
  .main-nav.open li:nth-child(2) { transition-delay: 0.12s; }
  .main-nav.open li:nth-child(3) { transition-delay: 0.18s; }
  .main-nav.open li:nth-child(4) { transition-delay: 0.24s; }
  .main-nav.open li:nth-child(5) { transition-delay: 0.3s; }
  .main-nav ul { flex-direction: column; gap: 4px; align-items: stretch; }
  .main-nav a { display: block; padding: 10px 4px; font-size: 0.95rem; }
  .nav-toggle { display: block; padding: 8px; order: 3; }
  .header-cta { order: 2; margin-left: auto; }
  .site-header .wrap { gap: 14px; }
  .steps { grid-template-columns: 1fr; gap: 36px; max-width: 320px; }
}

/* Phones */
@media (max-width: 600px) {
  body { font-size: 16px; }
  .wrap { padding: 0 18px; }
  .site-logo img { height: 27px; }
  .hero { padding: 32px 0 52px; }
  .hero-copy h1 { font-size: clamp(1.9rem, 8vw, 2.4rem); }
  .hero-arch { max-width: 240px; }
  .hero-gift { max-width: 250px; padding: 0; }
  .visit { padding: 52px 0; }
  .visit-panel { border-radius: 16px; }
  .visit-info { text-align: center; }
  .visit-info p { margin-left: auto; margin-right: auto; }
  .hero-signoff { font-size: 1.3rem; margin-top: 20px; }
  .butterflies-band { padding: 20px 0 4px; }
  .butterflies-band img { max-width: 250px; }
  .story { padding: 52px 0; }
  .features { margin-top: 40px; gap: 32px; max-width: 300px; }
  .feature-card .arch { aspect-ratio: 5 / 5; }
  .notify { padding: 52px 0; }
  .notify .script { font-size: 1.35rem; }
  .notify-form { flex-direction: column; align-items: stretch; }
  .notify-form input[type="email"] { min-width: 0; text-align: center; }
  .notify-form .btn { width: 100%; }
  .page-hero { padding: 48px 0 40px; }
  .page-content { padding: 48px 0; }
  .occasions, .products, .how { padding: 52px 0 48px; }
  .signature { padding: 52px 0; }
  .sig-body { padding: 14px 6px 0; }
  .sig-grid { max-width: 300px; }
  .header-cta { padding: 8px 14px; font-size: 0.76rem; }
  .store-grid { grid-template-columns: repeat(2, 1fr); max-width: 360px; gap: 12px; }
  .store-tile { padding: 20px 10px 18px; }
  .store-icon { width: 48px; height: 48px; }
  .store-icon svg { width: 25px; height: 25px; }
  .store-label { font-size: 0.85rem; }
  .b2b { padding-bottom: 56px; }
  .contact-form input, .contact-form textarea { font-size: 16px; }
  .site-footer { padding: 44px 0 24px; }
  .site-footer .footer-logo img { height: 42px; }
  .footer-nav ul { gap: 18px; }
  .btn { padding: 12px 26px; }
}

/* Small phones */
@media (max-width: 380px) {
  .wrap { padding: 0 14px; }
  .hero-copy h1 { font-size: 1.75rem; }
  .hero-arch { max-width: 200px; }
  .feature-card p { max-width: 240px; }
}

/* Comfortable tap targets on any touch device */
@media (hover: none) {
  .main-nav a, .footer-nav a, .btn { -webkit-tap-highlight-color: rgba(212, 83, 126, 0.15); }
}

/* Respect users who prefer less motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    transition-delay: 0s !important;
    animation-duration: 0.01ms !important;
  }
}
