/*
Theme Name: Hearthfolk AF
Theme URI: https://auntiefinds.com
Author: Auntie Finds
Description: Official theme for AuntieFinds.com
Version: 2.0
License: GNU General Public License v2 or later
Text Domain: hearthfolk-af
*/

/* === ANOTHER SHABBY FONT ===
   Upload your Another Shabby font files to /wp-content/themes/auntie-finds/fonts/
   and update the src paths below. Lora loads from Google Fonts automatically. */
@font-face {
  font-family: 'Another Shabby';
  src: url('fonts/AnotherShabby.woff2') format('woff2'),
       url('fonts/AnotherShabby.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* === VARIABLES === */
:root {
  --pink: #FE73C8;
  --pink-light: #FF96D8;
  --pink-dark: #D94EA8;
  --dark: #1C1C1C;
  --dark2: #252525;
  --dark3: #2E2E2E;
  --light: #F0E8ED;
  --white: #FFFFFF;
  --gray: #9A8A94;
}

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Lora', Georgia, serif;
  background: #1C1C1C;
  color: #F0E8ED;
  line-height: 1.6;
  overflow-x: hidden;
}

/* === ACCESSIBILITY === */

/* Skip-to-content link — hidden until focused */
.skip-link {
  position: absolute;
  top: -9999px;
  left: 1rem;
  z-index: 9999;
  background: var(--pink);
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 0 0 8px 8px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: top 0.15s;
}
.skip-link:focus {
  top: 0;
}

/* Keyboard focus rings — visible only for keyboard navigation */
:focus-visible {
  outline: 2px solid var(--pink);
  outline-offset: 3px;
  border-radius: 4px;
}
/* Remove the default outline for mouse users */
:focus:not(:focus-visible) {
  outline: none;
}

/* === REDUCED MOTION === */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
  .strip-track { animation: none; }
}

/* === NAVIGATION === */
nav.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(28, 28, 28, 0.97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 0, 144, 0.2);
  padding: 0 2.5rem;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: 'Another Shabby', 'Playfair Display', cursive;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--white);
  text-decoration: none;
  letter-spacing: -0.02em;
}
.nav-logo span { color: var(--pink); }

/* WordPress nav menu */
.nav-links {
  display: flex;
  gap: 2.2rem;
  list-style: none;
  align-items: center;
  margin: 0; padding: 0;
}
.nav-links li { margin: 0; }
.nav-links a {
  color: var(--light);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--pink); }
/* Last nav item = Shop button */
.nav-links li:last-child a {
  background: var(--pink);
  color: white;
  padding: 0.5rem 1.3rem;
  border-radius: 100px;
  font-weight: 600;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.nav-links li:last-child a:hover {
  background: var(--pink-light);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255, 0, 144, 0.3);
  color: white;
}
/* Active page link */
.nav-links .current-menu-item > a,
.nav-links .current_page_item > a { color: var(--pink); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--light);
  transition: all 0.3s;
  border-radius: 2px;
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 70px; left: 0; right: 0;
  background: #1C1C1C;
  z-index: 999;
  padding: 1.5rem 2rem;
  border-bottom: 2px solid rgba(255, 0, 144, 0.3);
  transform: translateY(-110%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.mobile-nav.open { transform: translateY(0); opacity: 1; }
.mobile-nav ul { list-style: none; margin: 0; padding: 0; }
.mobile-nav li { border-bottom: 1px solid rgba(255,255,255,0.06); }
.mobile-nav li:last-child { border-bottom: none; }
.mobile-nav a {
  display: block;
  color: var(--light);
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 500;
  padding: 0.85rem 0;
  transition: color 0.2s;
}
.mobile-nav a:hover { color: var(--pink); }
.mobile-nav li:last-child a { color: var(--pink); font-weight: 600; }

/* === BUTTONS === */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--pink);
  color: white;
  text-decoration: none;
  padding: 0.9rem 2rem;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
  font-family: 'Lora', Georgia, serif;
}
.btn-primary:hover {
  background: var(--pink-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 0, 144, 0.35);
  color: white;
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  color: var(--light);
  text-decoration: none;
  padding: 0.9rem 2rem;
  border-radius: 100px;
  font-weight: 500;
  font-size: 0.95rem;
  border: 1px solid rgba(240, 232, 237, 0.25);
  transition: all 0.2s;
  cursor: pointer;
  font-family: 'Lora', Georgia, serif;
}
.btn-secondary:hover {
  border-color: var(--pink);
  color: var(--pink);
  transform: translateY(-2px);
}

/* === SECTION SYSTEM === */
.section-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 0.75rem;
}
.section-title {
  font-family: 'Another Shabby', 'Playfair Display', cursive;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 1rem;
}
.section-title em { font-style: italic; color: var(--pink); }
.section-subtitle {
  font-size: 1.05rem;
  color: #C0B0BA;
  line-height: 1.75;
}

/* === PAGE WRAPPER === */
.page-content { padding-top: 70px; }

/* === HERO === */
.hero {
  min-height: 100vh;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -15%; right: -8%;
  width: 650px; height: 650px;
  background: radial-gradient(circle, rgba(255,0,144,0.10) 0%, transparent 65%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -10%; left: -5%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(255,0,144,0.05) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  padding: 5rem 0;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 1.25rem;
  padding: 0.35rem 0.9rem;
  border: 1px solid rgba(255, 0, 144, 0.3);
  border-radius: 100px;
  background: rgba(255, 0, 144, 0.05);
}
.hero h1 {
  font-family: 'Another Shabby', 'Playfair Display', cursive;
  font-size: clamp(3rem, 5vw, 4.8rem);
  font-weight: 900;
  line-height: 1.08;
  color: var(--white);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
.hero h1 em { font-style: italic; color: var(--pink); }
.hero-desc {
  font-size: 1.1rem;
  color: #C0B0BA;
  line-height: 1.75;
  margin-bottom: 2.5rem;
  max-width: 460px;
}
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero-graphic {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.glasses-card {
  background: var(--dark2);
  border: 1px solid rgba(255, 0, 144, 0.18);
  border-radius: 28px;
  padding: 3rem 2.5rem;
  text-align: center;
  width: 100%;
  max-width: 370px;
  position: relative;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}
.glasses-svg { width: 130px; margin-bottom: 1.75rem; }
.brand-tagline {
  font-family: 'Another Shabby', 'Playfair Display', cursive;
  font-size: 1.15rem;
  font-style: italic;
  color: var(--pink);
  margin-bottom: 0.4rem;
}
.brand-sub {
  font-size: 0.78rem;
  color: var(--gray);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.float-badge {
  position: absolute;
  background: var(--dark3);
  border: 1px solid rgba(255, 0, 144, 0.25);
  border-radius: 12px;
  padding: 0.6rem 1rem;
  font-size: 0.78rem;
  color: var(--light);
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
.float-badge.top-right { top: -14px; right: -24px; transform: rotate(3deg); }
.float-badge.bottom-left { bottom: -14px; left: -24px; transform: rotate(-2.5deg); }

/* === MARQUEE STRIP === */
.strip {
  background: var(--pink);
  padding: 1.1rem 0;
  overflow: hidden;
  white-space: nowrap;
}
.strip-track {
  display: inline-flex;
  gap: 0;
  animation: marquee 22s linear infinite;
}
.strip-item {
  font-family: 'Another Shabby', 'Playfair Display', cursive;
  font-size: 0.95rem;
  font-weight: 700;
  color: white;
  padding: 0 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.strip-item::after { content: '✦'; font-size: 0.5rem; opacity: 0.7; }
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* === VALUE PROPS === */
.value-props {
  background: var(--dark2);
  padding: 6rem 2.5rem;
}
.value-props .section-inner { max-width: 1100px; margin: 0 auto; }
.props-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3.5rem;
}
.prop-card {
  background: var(--dark3);
  border: 1px solid rgba(255, 0, 144, 0.1);
  border-radius: 20px;
  padding: 2.25rem;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.prop-card:hover {
  border-color: rgba(255, 0, 144, 0.4);
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}
.prop-icon { font-size: 2.2rem; margin-bottom: 1.25rem; }
.prop-card h3 {
  font-family: 'Another Shabby', 'Playfair Display', cursive;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.75rem;
}
.prop-card p { font-size: 0.92rem; color: #A09098; line-height: 1.75; }

/* === EMAIL SIGNUP === */
.email-signup {
  background: linear-gradient(135deg, #1C1C1C 0%, #2D1222 50%, #1C1C1C 100%);
  padding: 7rem 2.5rem;
  text-align: center;
  border-top: 1px solid rgba(255, 0, 144, 0.12);
  border-bottom: 1px solid rgba(255, 0, 144, 0.12);
}
.email-signup .section-title { max-width: 560px; margin: 0 auto 0.75rem; }
.email-signup .section-subtitle { max-width: 480px; margin: 0 auto 2.75rem; }
.email-form {
  display: flex;
  gap: 0.75rem;
  max-width: 460px;
  margin: 0 auto;
}
.email-form input {
  flex: 1;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--light);
  padding: 0.9rem 1.4rem;
  border-radius: 100px;
  font-size: 0.95rem;
  font-family: 'Lora', Georgia, serif;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.email-form input:focus {
  border-color: var(--pink);
  background: rgba(255,0,144,0.05);
}
.email-form input::placeholder { color: #7A6874; }
.email-fine { font-size: 0.78rem; color: var(--gray); margin-top: 1rem; }

/* === MELLIE CALLOUT === */
.mellie-callout { background: #141414; padding: 6rem 2.5rem; }
.mellie-callout .section-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.mellie-box {
  background: var(--dark2);
  border: 1px solid rgba(255, 0, 144, 0.2);
  border-radius: 24px;
  padding: 3rem 2.5rem;
  text-align: center;
}
.mellie-box .emoji { font-size: 3.5rem; margin-bottom: 1.25rem; }
.mellie-box blockquote {
  font-family: 'Another Shabby', 'Playfair Display', cursive;
  font-size: 1.25rem;
  font-style: italic;
  color: var(--white);
  line-height: 1.55;
  margin-bottom: 1rem;
}
.mellie-box cite {
  color: var(--pink);
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-style: normal;
}

/* === ABOUT PAGE === */
.about-hero {
  padding: 9rem 2.5rem 5rem;
  max-width: 820px;
  margin: 0 auto;
}
.about-hero h1 {
  font-family: 'Another Shabby', 'Playfair Display', cursive;
  font-size: clamp(2.5rem, 4.5vw, 3.8rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.12;
  margin-bottom: 2.25rem;
}
.about-hero h1 em { font-style: italic; color: var(--pink); }
.about-body {
  font-size: 1.1rem;
  color: #C0B0BA;
  line-height: 1.82;
  margin-bottom: 1.75rem;
}
.about-body strong { color: var(--white); font-weight: 600; }
.about-quote {
  border-left: 3px solid var(--pink);
  padding: 0.5rem 0 0.5rem 1.75rem;
  margin: 2.75rem 0;
}
.about-quote p {
  font-family: 'Another Shabby', 'Playfair Display', cursive;
  font-size: 1.3rem;
  font-style: italic;
  color: var(--light);
  line-height: 1.65;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3.5rem;
  padding: 2.5rem;
  background: var(--dark2);
  border-radius: 24px;
  border: 1px solid rgba(255, 0, 144, 0.14);
}
.stat { text-align: center; }
.stat-num {
  font-family: 'Another Shabby', 'Playfair Display', cursive;
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--pink);
  line-height: 1;
}
.stat-label { font-size: 0.85rem; color: var(--gray); margin-top: 0.5rem; }
.about-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 3rem; }

/* === SWEARY AUNT MELLIE PAGE === */
.mellie-hero {
  min-height: 85vh;
  padding: 9rem 2.5rem 5rem;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #1C1C1C 0%, #220A12 60%, #1C1C1C 100%);
  position: relative;
  overflow: hidden;
}
.mellie-hero::before {
  content: '';
  position: absolute;
  top: 10%; right: -5%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,0,144,0.08) 0%, transparent 65%);
  pointer-events: none;
}
.mellie-inner { max-width: 780px; margin: 0 auto; width: 100%; }
.mellie-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 0, 144, 0.1);
  border: 1px solid rgba(255, 0, 144, 0.4);
  color: var(--pink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 100px;
  margin-bottom: 1.75rem;
}
.mellie-hero h1 {
  font-family: 'Another Shabby', 'Playfair Display', cursive;
  font-size: clamp(3.5rem, 6vw, 5.5rem);
  font-weight: 900;
  font-style: italic;
  color: var(--white);
  line-height: 1.0;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
.mellie-hero h1 span { color: var(--pink); }
.mellie-hero .mellie-intro {
  font-size: 1.15rem;
  color: #C0B0BA;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  max-width: 580px;
}
.mellie-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2.5rem; }

.mellie-philosophy { background: var(--dark2); padding: 6rem 2.5rem; }
.mellie-philosophy .section-inner { max-width: 820px; margin: 0 auto; }
.mellie-philosophy p {
  font-size: 1.1rem;
  color: #C0B0BA;
  line-height: 1.82;
  margin-bottom: 1.5rem;
}
.mellie-philosophy p:last-of-type { margin-bottom: 2.5rem; }

/* === CONTACT PAGE === */
.contact-page { padding: 9rem 2.5rem 5rem; }
.contact-inner { max-width: 720px; margin: 0 auto; }
.contact-inner h1 {
  font-family: 'Another Shabby', 'Playfair Display', cursive;
  font-size: clamp(2.5rem, 4.5vw, 3.6rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.contact-inner h1 em { font-style: italic; color: var(--pink); }
.contact-intro { font-size: 1.05rem; color: #C0B0BA; line-height: 1.75; margin-bottom: 3rem; }
.contact-methods { display: grid; gap: 1rem; margin-bottom: 3rem; }
.contact-card {
  background: var(--dark2);
  border: 1px solid rgba(255, 0, 144, 0.12);
  border-radius: 18px;
  padding: 1.5rem 1.75rem;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  transition: border-color 0.2s;
}
.contact-card:hover { border-color: rgba(255, 0, 144, 0.35); }
.contact-card .c-icon { font-size: 1.9rem; flex-shrink: 0; }
.contact-card h3 {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--pink);
  margin-bottom: 0.3rem;
  font-weight: 600;
}
.contact-card p { color: var(--light); font-size: 0.98rem; }
.contact-card a { color: var(--light); text-decoration: none; }
.contact-card a:hover { color: var(--pink); }
.contact-social-links { display: flex; gap: 0.5rem; }
.contact-social-links a { color: var(--pink) !important; font-weight: 500; }

.contact-form-section h3 {
  font-family: 'Another Shabby', 'Playfair Display', cursive;
  font-size: 1.4rem;
  color: var(--white);
  margin-bottom: 1.75rem;
}

/* Contact Form 7 / WPForms overrides */
.contact-form, .wpcf7-form { display: grid; gap: 1.1rem; }
.contact-form .form-group,
.wpcf7-form p { display: grid; gap: 0.45rem; margin: 0; }
.contact-form label,
.wpcf7-form label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gray);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.contact-form input,
.contact-form textarea,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--light);
  padding: 0.9rem 1.2rem;
  border-radius: 12px;
  font-size: 0.95rem;
  font-family: 'Lora', Georgia, serif;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  resize: vertical;
  width: 100%;
}
.contact-form input:focus,
.contact-form textarea:focus,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: var(--pink);
  background: rgba(255,0,144,0.04);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #6A5A64; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.wpcf7-form input[type="submit"],
.contact-form button[type="submit"] {
  background: var(--pink);
  color: white;
  border: none;
  padding: 0.9rem 2rem;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.95rem;
  font-family: 'Lora', Georgia, serif;
  cursor: pointer;
  transition: all 0.2s;
  width: fit-content;
}
.wpcf7-form input[type="submit"]:hover,
.contact-form button[type="submit"]:hover {
  background: var(--pink-light);
  transform: translateY(-2px);
}

/* Form field error state */
.form-group.has-error input,
.form-group.has-error textarea {
  border-color: #e05c5c;
  background: rgba(224, 92, 92, 0.05);
}

/* Form notices — success & error banners */
.form-notice {
  padding: 1rem 1.4rem;
  border-radius: 12px;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.form-notice--success {
  background: rgba(80, 200, 120, 0.1);
  border: 1px solid rgba(80, 200, 120, 0.35);
  color: #7DE09A;
}
.form-notice--error {
  background: rgba(224, 92, 92, 0.08);
  border: 1px solid rgba(224, 92, 92, 0.35);
  color: #E89898;
}

/* === BRAND IMAGES === */

/* Nav logo — hard limits so a large PNG can never blow up the nav */
img.nav-logo-img,
.nav-logo img,
.nav-logo-img {
  height: 40px !important;
  max-height: 40px !important;
  width: auto !important;
  max-width: 160px !important;
  min-width: 0 !important;
  display: block !important;
  object-fit: contain !important;
}

/* Footer logo — hard limits */
img.footer-logo-img,
.footer-brand img,
.footer-logo-img {
  height: 65px !important;
  max-height: 65px !important;
  width: auto !important;
  max-width: 220px !important;
  min-width: 0 !important;
  display: block !important;
  object-fit: contain !important;
  margin-bottom: 1.25rem;
}

/* Hero avatar (Auntie Finds front page) */
.hero-avatar-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-avatar-img {
  width: 100%;
  max-width: 380px;
  border-radius: 28px;
  display: block;
}

/* Sweary Aunt Mellie page — split hero layout */
.mellie-inner--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.mellie-hero-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.mellie-avatar-img {
  width: 100%;
  max-width: 280px;
  border-radius: 50%;
  display: block;
  border: 3px solid rgba(255, 0, 144, 0.3);
}
.mellie-logo-img {
  width: 100%;
  max-width: 280px;
  display: block;
}

@media (max-width: 768px) {
  .mellie-inner--split {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .mellie-hero-visual { flex-direction: row; justify-content: center; flex-wrap: wrap; }
  .mellie-avatar-img { max-width: 140px; }
  .mellie-logo-img { max-width: 200px; }
  .nav-logo-img { height: 36px; }
  .hero-avatar-img { max-width: 260px; }
}

/* Honeypot — must be invisible to humans */
.af-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  tab-size: 0;
}

/* === BLOG === */
.blog-header {
  padding: 9rem 2.5rem 4rem;
  max-width: 1100px;
  margin: 0 auto;
}
.blog-header h1 {
  font-family: 'Another Shabby', 'Playfair Display', cursive;
  font-size: clamp(2.5rem, 4.5vw, 3.8rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 1rem;
}
.blog-header h1 em { font-style: italic; color: var(--pink); }
.blog-header p { font-size: 1.05rem; color: #C0B0BA; line-height: 1.75; max-width: 560px; }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2.5rem 6rem;
}
.post-card {
  background: var(--dark2);
  border: 1px solid rgba(255, 0, 144, 0.1);
  border-radius: 20px;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s;
}
.post-card:hover {
  border-color: rgba(255, 0, 144, 0.4);
  transform: translateY(-5px);
}
.post-card-thumb {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background: var(--dark3);
  display: block;
}
.post-card-thumb-placeholder {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, var(--dark3) 0%, #3A1A2A 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}
.post-card-body { padding: 1.75rem; }
.post-card-meta {
  font-size: 0.75rem;
  color: var(--pink);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
.post-card-title {
  font-family: 'Another Shabby', 'Playfair Display', cursive;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 0.75rem;
  text-decoration: none;
  display: block;
}
.post-card-title:hover { color: var(--pink); }
.post-card-excerpt { font-size: 0.88rem; color: #A09098; line-height: 1.7; margin-bottom: 1.25rem; }
.post-card-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--pink);
  text-decoration: none;
  letter-spacing: 0.05em;
}
.post-card-link:hover { color: var(--pink-light); }

/* Single post */
.single-post {
  padding: 9rem 2.5rem 6rem;
  max-width: 780px;
  margin: 0 auto;
}
.single-post-meta {
  font-size: 0.8rem;
  color: var(--pink);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 1rem;
}
.single-post h1 {
  font-family: 'Another Shabby', 'Playfair Display', cursive;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 2.5rem;
}
.single-post .post-thumbnail {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 2.5rem;
  display: block;
}
.single-post .entry-content {
  font-size: 1.05rem;
  color: #C0B0BA;
  line-height: 1.85;
}
.single-post .entry-content h2,
.single-post .entry-content h3 {
  font-family: 'Another Shabby', 'Playfair Display', cursive;
  color: var(--white);
  margin: 2rem 0 1rem;
}
.single-post .entry-content p { margin-bottom: 1.5rem; }
.single-post .entry-content a { color: var(--pink); }
.single-post .entry-content a:hover { color: var(--pink-light); }
.single-post .entry-content strong { color: var(--white); }
.single-post .entry-content ul,
.single-post .entry-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  color: #C0B0BA;
}
.single-post .entry-content li { margin-bottom: 0.5rem; }
.single-post .entry-content blockquote {
  border-left: 3px solid var(--pink);
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: var(--light);
}
.post-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  gap: 1rem;
  flex-wrap: wrap;
}
.post-nav a {
  color: var(--pink);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}
.post-nav a:hover { color: var(--pink-light); }

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 2rem 2.5rem 5rem;
}
.pagination a, .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  background: var(--dark2);
  color: var(--light);
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.2s;
}
.pagination a:hover { border-color: var(--pink); color: var(--pink); }
.pagination .current { background: var(--pink); color: white; border-color: var(--pink); }

/* === FOOTER === */
footer.site-footer {
  background: #111;
  border-top: 1px solid rgba(255, 0, 144, 0.1);
  padding: 5rem 2.5rem 2.5rem;
}
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr;
  gap: 5rem;
  margin-bottom: 3.5rem;
}
.footer-brand h2 {
  font-family: 'Another Shabby', 'Playfair Display', cursive;
  font-size: 1.9rem;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}
.footer-brand h2 span { color: var(--pink); }
.footer-brand p { font-size: 0.9rem; color: var(--gray); line-height: 1.75; max-width: 300px; margin-bottom: 1.75rem; }
.social-links { display: flex; gap: 0.75rem; }
.social-link {
  width: 40px; height: 40px;
  background: var(--dark2);
  border: 1px solid rgba(255, 0, 144, 0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all 0.2s;
}
.social-link:hover {
  background: var(--pink);
  border-color: var(--pink);
  color: white;
  transform: translateY(-2px);
}
.footer-col h3 {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--white);
  margin-bottom: 1.25rem;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.65rem; }
.footer-col a { color: var(--gray); text-decoration: none; font-size: 0.9rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--pink); }
.footer-bottom {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8rem;
  color: var(--gray);
}

/* === RESPONSIVE === */
@media (max-width: 960px) {
  .props-grid { grid-template-columns: 1fr; gap: 1rem; }
  .mellie-callout .section-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
  nav.site-nav { padding: 0 1.5rem; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .mobile-nav { display: block; }

  .hero { padding: 0 1.5rem; }
  .hero-inner {
    grid-template-columns: 1fr;
    padding: 3.5rem 0 4.5rem;
    gap: 3rem;
  }
  .hero-graphic { order: -1; }
  .glasses-card { max-width: 260px; padding: 2rem 1.5rem; margin: 0 auto; }
  .float-badge { display: none; }
  .hero h1 { font-size: 2.6rem; }

  .value-props { padding: 4.5rem 1.5rem; }
  .email-signup { padding: 5rem 1.5rem; }
  .email-form { flex-direction: column; }
  .email-form input { border-radius: 12px; }
  .email-form .btn-primary { border-radius: 12px; width: 100%; justify-content: center; }
  .mellie-callout { padding: 4.5rem 1.5rem; }

  .about-hero { padding: 7rem 1.5rem 4rem; }
  .about-stats { grid-template-columns: repeat(3, 1fr); padding: 1.5rem 1rem; }
  .stat-num { font-size: 2rem; }

  .mellie-hero { padding: 8rem 1.5rem 4rem; }
  .mellie-philosophy { padding: 4.5rem 1.5rem; }

  .contact-page { padding: 8rem 1.5rem 4rem; }
  .form-row { grid-template-columns: 1fr; }

  .blog-header { padding: 8rem 1.5rem 3rem; }
  .blog-grid { grid-template-columns: 1fr; padding: 0 1.5rem 4rem; }
  .single-post { padding: 8rem 1.5rem 4rem; }

  footer.site-footer { padding: 4rem 1.5rem 2rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 2.1rem; }
  .about-stats { grid-template-columns: 1fr; text-align: left; }
}
