/*
Theme Name:  Astra Wellness Child
Template:    astra
Version:     1.0.0
Description: FitNHealthy Lifestyle — wellness child theme for Farkhanda J Mohammad (CNM Health Coach, Dubai UAE)
Author:      FitNHealthy Lifestyle
Text Domain: astra-wellness-child
*/

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

:root {
  --bg:     #e0d3c2;
  --sage:   #5a6b52;
  --gold:   #f1e0a1;
  --orange: #fda873;
  --pink:   #ebb0d4;
  --green:  #b8c483;
  --brown:  #7D5F35;
  --text:   #3a2f23;
  --text2:  #6b5c4e;
  --white:  #faf8f4;
  --dark-green: #2D5A18;
}

/* Override Astra base */
body {
  background: var(--bg) !important;
  font-family: 'DM Sans', sans-serif !important;
  color: var(--text) !important;
  line-height: 1.7 !important;
}
a { text-decoration: none; color: inherit; }

/* Hide Astra header/footer – we use our own */
.ast-header-wrap,
.ast-above-header-section,
.ast-below-header-section,
.site-footer,
.ast-footer-overlay,
#ast-scroll-top,
.wp-block-template-part { display: none !important; }

/* Full-width page layout */
.ast-container,
.entry-content,
.ast-article-post,
.site-content,
#content.site-content,
.ast-page-builder-template .site-content,
.page-content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ast-plain-container,
.ast-separate-container {
  padding: 0 !important;
}

/* ─────────────────────────────────────────────
   NAVIGATION
───────────────────────────────────────────── */
.wl-nav {
  position: sticky; top: 0; z-index: 1000;
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 60px;
  background: rgba(250,248,244,0.85);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 0.5px solid rgba(115,127,105,0.2);
}
.wl-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 600; color: var(--sage); letter-spacing: 0.3px;
}
.wl-logo span { color: var(--brown); }
.wl-nav-links { display: flex; gap: 40px; list-style: none; }
.wl-nav-links a {
  font-size: 11px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--text2); transition: color 0.25s;
}
.wl-nav-links a:hover,
.wl-nav-links li.current-menu-item > a,
.wl-nav-links li.current_page_item > a { color: var(--sage); }

.wl-hamburger {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  background: none; border: none; padding: 4px;
}
.wl-hamburger span {
  display: block; width: 22px; height: 1.5px; background: var(--text);
  transition: transform 0.3s, opacity 0.3s;
}
.wl-hamburger.active span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.wl-hamburger.active span:nth-child(2) { opacity: 0; }
.wl-hamburger.active span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ─────────────────────────────────────────────
   HERO (Homepage)
───────────────────────────────────────────── */
.wl-hero {
  position: relative; min-height: 95vh;
  display: flex; align-items: center; justify-content: flex-end;
  background: url('https://fitnhealthylifestylecoach.com/wp-content/uploads/2026/05/Wellness-Hero-imag.png') center / cover no-repeat !important;
}
.wl-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(-108deg, rgba(224,211,194,0.88) 0%, rgba(224,211,194,0.60) 40%, rgba(224,211,194,0.05) 100%);
}
.wl-hero-content {
  position: relative; z-index: 2;
  max-width: 500px; padding: 0 40px 0 20px;
  text-align: left; margin-right: 13%;
}
.wl-hero-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4.5vw, 60px); line-height: 1.16;
  color: var(--text); font-weight: 500; margin-bottom: 24px;
}
.wl-hero-content h1 em { font-style: italic; color: var(--sage); }
.wl-hero-eyebrow {
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--brown); margin-bottom: 14px; font-weight: 400;
}
.wl-hero-sub {
  font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 300;
  letter-spacing: 1px; color: var(--text2);
}

/* Hero slide animations */
@keyframes fadeIn  { from{opacity:0} to{opacity:1} }
@keyframes zoomIn  { from{opacity:0;transform:scale(0.4)} to{opacity:1;transform:scale(1)} }
@keyframes depthIn { from{opacity:0;transform:perspective(600px) translateZ(-180px) scale(0.7)} to{opacity:1;transform:perspective(600px) translateZ(0) scale(1)} }
@keyframes driftUp { from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:translateY(0)} }
.anim-fade  { animation: fadeIn  1.6s ease forwards; }
.anim-zoom  { animation: zoomIn  1.6s cubic-bezier(0.22,1,0.36,1) forwards; }
.anim-depth { animation: depthIn 1.8s cubic-bezier(0.22,1,0.36,1) forwards; }
.anim-drift { animation: driftUp 1.6s ease forwards; }

.wl-slide { position: absolute; width: 100%; opacity: 0; pointer-events: none; }
.wl-slide.active { position: relative; pointer-events: auto; }

.wl-last-line {
  display: block; margin: 18px 0 0; opacity: 0;
  font-family: 'Cormorant Garamond', serif; font-size: 28px;
  font-weight: 600; font-style: italic; color: #6b2d0f;
  line-height: 1.4; transition: opacity 1s ease;
}
.wl-last-line.visible { opacity: 1; }
.wl-last-line .ch { display: inline-block; color: #6b2d0f; }
@keyframes wave { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-7px)} }
.wl-last-line.waving .ch { animation: wave 2.2s ease-in-out infinite; }

.wl-hero-dots {
  position: absolute; bottom: 28px; right: 60px;
  display: flex; gap: 8px; z-index: 10;
}
.wl-hero-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(58,47,35,0.25); transition: background 0.4s;
  cursor: pointer; border: none;
}
.wl-hero-dot.on { background: var(--sage); }

.wl-scroll-hint {
  text-align: center; font-size: 10px; letter-spacing: 2.5px;
  text-transform: uppercase; color: #3a2f23; padding: 32px 0 56px;
}

/* ─────────────────────────────────────────────
   INNER PAGE HERO BANNER
───────────────────────────────────────────── */
.wl-page-banner {
  background: linear-gradient(-108deg, rgba(224,211,194,0.95) 0%, rgba(224,211,194,0.85) 100%);
  padding: 80px 60px 64px; text-align: center; position: relative;
}
.wl-page-banner h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4vw, 56px); color: var(--text);
  font-weight: 500; line-height: 1.2; margin-bottom: 14px;
}
.wl-page-banner h1 em { font-style: italic; color: var(--sage); }
.wl-page-banner .banner-sub {
  font-size: 13px; color: var(--text2); font-weight: 300;
  letter-spacing: 0.5px; max-width: 500px; margin: 0 auto;
}
.wl-breadcrumb {
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--brown); margin-bottom: 20px;
}
.wl-breadcrumb a { color: var(--brown); }
.wl-breadcrumb a:hover { color: var(--sage); }

/* ─────────────────────────────────────────────
   PAIN POINT CARDS
───────────────────────────────────────────── */
.wl-cards-section { padding: 52px 60px 88px; max-width: 1200px; margin: 0 auto; }
.wl-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 42px); color: var(--text);
  text-align: center; margin-bottom: 36px; font-weight: 500;
}
.wl-cards-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.wl-card {
  background: var(--white); border: 0.5px solid rgba(115,127,105,0.18);
  border-radius: 12px; padding: 30px 26px;
  transition: transform 0.25s, box-shadow 0.25s, background 0.25s;
}
.wl-card:hover { transform: translateY(-5px); box-shadow: 0 12px 32px rgba(58,47,35,0.07); }
.wl-card-tag {
  font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--sage); margin-bottom: 10px; font-weight: 500;
}
.wl-card h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 21px;
  color: var(--text); margin-bottom: 12px; font-weight: 500;
}
.wl-card p { font-size: 14px; color: var(--text2); line-height: 1.75; }
.wc1 { border-top: 3px solid #a8cfd8; } .wc2 { border-top: 3px solid #fda873; }
.wc3 { border-top: 3px solid #b8c483; } .wc4 { border-top: 3px solid #737f69; }
.wc5 { border-top: 3px solid #f1e0a1; } .wc6 { border-top: 3px solid #ebb0d4; }
.wc1:hover{background:rgba(168,207,216,0.25)} .wc2:hover{background:rgba(253,168,115,0.25)}
.wc3:hover{background:rgba(184,196,131,0.25)} .wc4:hover{background:rgba(115,127,105,0.22)}
.wc5:hover{background:rgba(241,224,161,0.35)} .wc6:hover{background:rgba(235,176,212,0.25)}

/* ─────────────────────────────────────────────
   CTA BAND
───────────────────────────────────────────── */
.wl-cta-wrap { background: var(--bg); padding: 80px 24px; display: flex; justify-content: center; }
@keyframes ctaFadeUp { from{opacity:0;transform:translateY(32px)} to{opacity:1;transform:translateY(0)} }
.wl-cta-card {
  background: #5a6b52; border-radius: 20px; padding: 64px 72px;
  max-width: 720px; width: 100%; text-align: center;
  box-shadow: 0 12px 48px rgba(58,47,35,0.12), 0 2px 8px rgba(58,47,35,0.06);
  animation: ctaFadeUp 0.9s ease 0.2s both;
}
.wl-cta-card .cta-pre {
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}
.wl-cta-card h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 3.2vw, 44px); color: var(--white);
  font-weight: 400; line-height: 1.25; margin-bottom: 8px;
}
.wl-cta-card h2 em { font-style: italic; color: var(--gold); }
.wl-cta-card .cta-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(18px, 1.8vw, 22px); color: var(--white);
  font-style: italic; margin-bottom: 36px; line-height: 1.5;
}
.wl-btn-light {
  display: inline-block; padding: 15px 40px;
  background: transparent; border: 1px solid rgba(241,224,161,0.55);
  border-radius: 50px; font-size: 11px; font-weight: 500;
  letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold);
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.wl-btn-light:hover { background: var(--gold); color: var(--text); border-color: var(--gold); }

/* ─────────────────────────────────────────────
   ABOUT SECTION
───────────────────────────────────────────── */
.wl-about-section { padding: 88px 60px; max-width: 1200px; margin: 0 auto; }
.wl-about-inner {
  display: grid; grid-template-columns: auto 1fr; gap: 56px; align-items: center;
  background: var(--white); border: 0.5px solid rgba(115,127,105,0.18);
  border-radius: 14px; padding: 52px 48px; transition: border-color 0.25s;
}
.wl-about-inner:hover { border-color: rgba(201,168,212,0.6); }
.wl-about-left { display: flex; flex-direction: column; align-items: center; }
.wl-about-right h2 {
  font-family: 'Cormorant Garamond', serif; font-size: 30px;
  color: var(--text); margin-bottom: 16px; font-weight: 500;
}
.wl-about-right p { font-size: 15px; color: var(--text2); line-height: 1.9; margin-bottom: 28px; }
.wl-topic-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.wl-topic-pill {
  display: inline-block; padding: 8px 20px; border-radius: 999px;
  font-size: 13px; font-weight: 400; color: var(--text);
  transition: filter 0.2s, transform 0.2s;
}
.wl-topic-pill:hover { filter: brightness(0.88); transform: translateY(-2px); }
.tp-energy   { background: rgba(184,196,131,0.50); }
.tp-weight   { background: rgba(253,168,115,0.50); }
.tp-gut      { background: rgba(159,228,237,0.50); }
.tp-hormones { background: rgba(235,176,212,0.50); }
.tp-sleep    { background: rgba(241,224,161,0.55); }
.tp-mindbody { background: rgba(188,172,235,0.50); }
.wl-btn-work {
  display: inline-block; padding: 13px 34px;
  background: transparent; border: 1.5px solid var(--text);
  border-radius: 4px; font-size: 11px; font-weight: 500;
  letter-spacing: 2.5px; text-transform: uppercase; color: var(--text);
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.wl-btn-work:hover { background: var(--brown); border-color: var(--brown); color: var(--white); }

/* ─────────────────────────────────────────────
   NEWSLETTER
───────────────────────────────────────────── */
.wl-newsletter-section { padding: 0 60px 88px; max-width: 1200px; margin: 0 auto; }
.wl-newsletter-inner {
  max-width: 700px; margin: 0 auto;
  background: linear-gradient(145deg, #ede0ca, #e0cfb3);
  border: 1px solid rgba(176,144,98,0.35); border-radius: 14px;
  padding: 56px 48px; text-align: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45), 0 4px 24px rgba(58,47,35,0.06);
  transition: border-color 0.25s, transform 0.25s;
}
.wl-newsletter-inner:hover { border-color: rgba(176,144,98,0.65); transform: translateY(-3px); }
.wl-newsletter-inner h2 {
  font-family: 'Cormorant Garamond', serif; font-size: 32px;
  color: var(--text); margin-bottom: 10px; font-weight: 500;
}
.wl-newsletter-inner p { color: var(--text2); font-size: 14px; margin-bottom: 32px; line-height: 1.8; }
.wl-nl-form { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.wl-nl-form input {
  padding: 13px 22px; border: 1px solid rgba(176,144,98,0.4);
  border-radius: 4px; font-size: 13px; width: 260px;
  background: var(--white); color: var(--text);
  font-family: 'DM Sans', sans-serif; outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.wl-nl-form input:focus { border-color: var(--brown); background: rgba(250,248,244,0.95); }
.wl-btn-sub {
  padding: 13px 28px; background: #5E3D0A; border: 1px solid #5E3D0A;
  border-radius: 4px; font-size: 11px; font-weight: 500; letter-spacing: 2px;
  text-transform: uppercase; color: var(--white); cursor: pointer;
  font-family: 'DM Sans', sans-serif; transition: background 0.3s, border-color 0.3s;
}
.wl-btn-sub:hover { background: var(--text); border-color: var(--text); }

/* ─────────────────────────────────────────────
   BLOG LISTING (Archive)
───────────────────────────────────────────── */
.wl-blog-section { padding: 64px 60px 88px; max-width: 1200px; margin: 0 auto; }
.wl-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.wl-post-card {
  background: var(--white); border: 0.5px solid rgba(115,127,105,0.18);
  border-radius: 12px; overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex; flex-direction: column;
}
.wl-post-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(58,47,35,0.09); }
.wl-post-thumb { width: 100%; height: 200px; object-fit: cover; display: block; }
.wl-post-thumb-placeholder {
  width: 100%; height: 200px;
  background: linear-gradient(135deg, rgba(184,196,131,0.3), rgba(241,224,161,0.3));
  display: flex; align-items: center; justify-content: center;
}
.wl-post-thumb-placeholder svg { opacity: 0.3; }
.wl-post-body { padding: 28px 26px 24px; flex: 1; display: flex; flex-direction: column; }
.wl-post-cat {
  font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--sage); margin-bottom: 10px; font-weight: 500;
}
.wl-post-body h2 {
  font-family: 'Cormorant Garamond', serif; font-size: 22px;
  color: var(--text); margin-bottom: 10px; font-weight: 500; line-height: 1.3;
}
.wl-post-body h2 a { color: inherit; transition: color 0.2s; }
.wl-post-body h2 a:hover { color: var(--sage); }
.wl-post-excerpt { font-size: 13px; color: var(--text2); line-height: 1.75; flex: 1; margin-bottom: 20px; }
.wl-post-meta { font-size: 11px; color: var(--brown); letter-spacing: 0.5px; }
.wl-read-more {
  display: inline-block; margin-top: 16px; padding: 9px 22px;
  background: transparent; border: 1px solid rgba(115,127,105,0.4);
  border-radius: 4px; font-size: 10px; font-weight: 500;
  letter-spacing: 2px; text-transform: uppercase; color: var(--sage);
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.wl-read-more:hover { background: var(--sage); color: var(--white); border-color: var(--sage); }

/* No posts message */
.wl-no-posts {
  text-align: center; padding: 80px 20px;
  font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--text2);
}

/* Pagination */
.wl-pagination { display: flex; justify-content: center; gap: 8px; padding: 48px 0 0; flex-wrap: wrap; }
.wl-pagination a, .wl-pagination span {
  display: inline-block; padding: 8px 16px;
  background: var(--white); border: 0.5px solid rgba(115,127,105,0.25);
  border-radius: 4px; font-size: 12px; color: var(--text2);
  transition: background 0.2s, color 0.2s;
}
.wl-pagination a:hover { background: var(--sage); color: var(--white); border-color: var(--sage); }
.wl-pagination .current { background: var(--sage); color: var(--white); border-color: var(--sage); }

/* ─────────────────────────────────────────────
   SINGLE POST
───────────────────────────────────────────── */
.wl-single-post { max-width: 780px; margin: 0 auto; padding: 64px 40px 88px; }
.wl-post-header { margin-bottom: 40px; }
.wl-post-header .wl-post-cat { margin-bottom: 14px; }
.wl-post-header h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4vw, 52px); font-weight: 500; line-height: 1.2;
  color: var(--text); margin-bottom: 16px;
}
.wl-post-header .wl-post-meta { margin-bottom: 28px; }
.wl-post-header img {
  width: 100%; border-radius: 12px; margin-bottom: 40px;
  max-height: 420px; object-fit: cover;
}
.wl-post-content { font-size: 16px; line-height: 1.9; color: var(--text); }
.wl-post-content h2, .wl-post-content h3 {
  font-family: 'Cormorant Garamond', serif; font-weight: 500;
  color: var(--text); margin: 36px 0 14px; line-height: 1.3;
}
.wl-post-content h2 { font-size: 28px; }
.wl-post-content h3 { font-size: 22px; }
.wl-post-content p { margin-bottom: 20px; color: var(--text2); }
.wl-post-content ul, .wl-post-content ol { margin: 0 0 20px 24px; color: var(--text2); }
.wl-post-content li { margin-bottom: 8px; }
.wl-post-content strong { color: var(--text); font-weight: 500; }
.wl-post-content em { color: var(--sage); font-style: italic; }
.wl-post-content blockquote {
  border-left: 3px solid var(--sage); padding: 20px 24px; margin: 32px 0;
  background: rgba(115,127,105,0.06); border-radius: 0 8px 8px 0;
  font-family: 'Cormorant Garamond', serif; font-size: 20px;
  font-style: italic; color: var(--text);
}
.wl-post-content a { color: var(--sage); text-decoration: underline; text-decoration-color: rgba(115,127,105,0.4); }
.wl-post-content a:hover { color: var(--brown); }
.wl-post-content img { max-width: 100%; border-radius: 8px; margin: 20px 0; }
.wl-post-divider {
  border: none; border-top: 0.5px solid rgba(115,127,105,0.2);
  margin: 56px 0;
}
.wl-back-to-blog {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--sage); font-weight: 500; margin-bottom: 36px;
  transition: color 0.2s;
}
.wl-back-to-blog:hover { color: var(--brown); }

/* ─────────────────────────────────────────────
   ABOUT PAGE (extended)
───────────────────────────────────────────── */
.wl-about-page { max-width: 1200px; margin: 0 auto; padding: 0 60px 88px; }
.wl-about-page-grid {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: start; margin-bottom: 72px;
}
.wl-about-page-left { position: sticky; top: 100px; }
.wl-about-cnm-badge { margin-bottom: 28px; }
.wl-about-page-left h2 {
  font-family: 'Cormorant Garamond', serif; font-size: 36px;
  color: var(--text); font-weight: 500; margin-bottom: 12px; line-height: 1.2;
}
.wl-about-page-left p { font-size: 14px; color: var(--text2); line-height: 1.85; }
.wl-about-page-right h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 24px;
  color: var(--text); font-weight: 500; margin: 36px 0 12px;
}
.wl-about-page-right h3:first-child { margin-top: 0; }
.wl-about-page-right p { font-size: 15px; color: var(--text2); line-height: 1.9; margin-bottom: 16px; }
.wl-quals-list { list-style: none; margin: 0 0 28px; }
.wl-quals-list li {
  padding: 12px 0; border-bottom: 0.5px solid rgba(115,127,105,0.15);
  font-size: 14px; color: var(--text2); display: flex; align-items: flex-start; gap: 12px;
}
.wl-quals-list li::before {
  content: '✦'; color: var(--sage); font-size: 10px; margin-top: 4px; flex-shrink: 0;
}
.wl-specialty-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-bottom: 40px; }
.wl-specialty-card {
  background: var(--white); border-radius: 10px; padding: 20px 18px;
  border: 0.5px solid rgba(115,127,105,0.18); transition: transform 0.2s;
}
.wl-specialty-card:hover { transform: translateY(-3px); }
.wl-specialty-card h4 {
  font-family: 'Cormorant Garamond', serif; font-size: 17px;
  font-weight: 500; color: var(--text); margin-bottom: 6px;
}
.wl-specialty-card p { font-size: 12px; color: var(--text2); line-height: 1.65; }

/* ─────────────────────────────────────────────
   CONTACT PAGE
───────────────────────────────────────────── */
.wl-contact-section { max-width: 1100px; margin: 0 auto; padding: 0 60px 88px; }
.wl-contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 72px; align-items: start; }
.wl-contact-info h2 {
  font-family: 'Cormorant Garamond', serif; font-size: 32px;
  color: var(--text); font-weight: 500; margin-bottom: 16px;
}
.wl-contact-info p { font-size: 14px; color: var(--text2); line-height: 1.9; margin-bottom: 24px; }
.wl-contact-detail { display: flex; flex-direction: column; gap: 14px; margin-bottom: 36px; }
.wl-contact-item { display: flex; align-items: center; gap: 12px; }
.wl-contact-item-icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(115,127,105,0.15); display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 14px;
}
.wl-contact-item-text { font-size: 13px; color: var(--text2); }
.wl-contact-item-text strong { color: var(--text); font-weight: 500; display: block; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 2px; }

/* Contact form */
.wl-contact-form-wrap {
  background: var(--white); border-radius: 14px; padding: 44px 40px;
  border: 0.5px solid rgba(115,127,105,0.18);
}
.wl-contact-form-wrap h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 24px;
  color: var(--text); font-weight: 500; margin-bottom: 28px;
}
.wl-form-group { margin-bottom: 20px; }
.wl-form-group label {
  display: block; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--brown); margin-bottom: 8px; font-weight: 500;
}
.wl-form-group input,
.wl-form-group textarea,
.wl-form-group select {
  width: 100%; padding: 12px 16px;
  border: 1px solid rgba(115,127,105,0.3); border-radius: 4px;
  font-size: 13px; background: rgba(250,248,244,0.7); color: var(--text);
  font-family: 'DM Sans', sans-serif; outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.wl-form-group input:focus,
.wl-form-group textarea:focus { border-color: var(--sage); background: var(--white); }
.wl-form-group textarea { min-height: 130px; resize: vertical; }
.wl-btn-submit {
  width: 100%; padding: 14px 28px; background: var(--sage);
  border: none; border-radius: 4px; font-size: 11px; font-weight: 500;
  letter-spacing: 2.5px; text-transform: uppercase; color: var(--white);
  cursor: pointer; font-family: 'DM Sans', sans-serif;
  transition: background 0.3s; margin-top: 8px;
}
.wl-btn-submit:hover { background: var(--text); }

/* ─────────────────────────────────────────────
   FOOTER
───────────────────────────────────────────── */
.wl-footer { background: #d4c6b2; padding: 60px 60px 40px; text-align: center; }
.wl-footer-heading {
  font-family: 'Cormorant Garamond', serif; font-size: 20px;
  color: var(--text); margin-bottom: 24px; font-weight: 500;
}
.wl-social-pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.wl-social-pill {
  display: inline-block; padding: 9px 24px;
  background: var(--white); border: 0.5px solid rgba(58,47,35,0.2);
  border-radius: 999px; font-size: 12px; font-weight: 500; color: var(--text);
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.wl-social-pill:hover { background: var(--sage); color: var(--white); border-color: var(--sage); }
.wl-footer-copy { font-size: 12px; color: #3a2f23; letter-spacing: 0.5px; }

/* ─────────────────────────────────────────────
   RESPONSIVE — Tablet ≤1024px
───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .wl-nav { padding: 18px 40px; }
  .wl-hero-content { margin-right: 6%; max-width: 460px; }
  .wl-cards-section { padding: 48px 40px 72px; }
  .wl-cards-grid { grid-template-columns: repeat(2,1fr); gap: 18px; }
  .wl-about-section { padding: 72px 40px; }
  .wl-about-inner { gap: 40px; padding: 44px 36px; }
  .wl-newsletter-section { padding: 0 40px 72px; }
  .wl-footer { padding: 56px 40px 36px; }
  .wl-cta-card { padding: 56px 52px; }
  .wl-blog-section { padding: 56px 40px 72px; }
  .wl-blog-grid { grid-template-columns: repeat(2,1fr); gap: 22px; }
  .wl-about-page { padding: 0 40px 72px; }
  .wl-about-page-grid { grid-template-columns: 1fr; gap: 48px; }
  .wl-about-page-left { position: static; }
  .wl-contact-section { padding: 0 40px 72px; }
  .wl-contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .wl-single-post { padding: 56px 40px 72px; }
  .wl-page-banner { padding: 64px 40px 52px; }
}

/* ─────────────────────────────────────────────
   RESPONSIVE — Large phones ≤768px
───────────────────────────────────────────── */
@media (max-width: 768px) {
  .wl-nav { padding: 16px 24px; }
  .wl-hero { min-height: 90svh; justify-content: center; align-items: center; padding: 60px 0 40px; }
  .wl-hero-overlay { background: linear-gradient(180deg, rgba(224,211,194,0.15) 0%, rgba(224,211,194,0.75) 55%, rgba(224,211,194,0.96) 100%); }
  .wl-hero-content { margin-right: 0; max-width: 100%; padding: 0 28px; text-align: center; }
  .wl-hero-content h1 { font-size: clamp(32px,7vw,46px); margin-bottom: 18px; }
  .wl-hero-dots { right: 24px; bottom: 20px; }
  .wl-cards-section { padding: 40px 20px 64px; }
  .wl-cards-grid { grid-template-columns: 1fr; gap: 16px; }
  .wl-section-title { font-size: clamp(26px,6vw,36px); }
  .wl-cta-wrap { padding: 48px 16px; }
  .wl-cta-card { padding: 40px 28px; border-radius: 16px; }
  .wl-cta-card h2 { font-size: clamp(26px,6vw,36px); }
  .wl-about-section { padding: 56px 20px; }
  .wl-about-inner { grid-template-columns: 1fr; text-align: center; gap: 28px; padding: 36px 28px; }
  .wl-about-left { justify-content: center; }
  .wl-about-right h2 { font-size: 26px; }
  .wl-topic-pills { justify-content: center; }
  .wl-btn-work { display: block; text-align: center; }
  .wl-newsletter-section { padding: 0 20px 64px; }
  .wl-newsletter-inner { padding: 40px 24px; }
  .wl-nl-form { flex-direction: column; align-items: stretch; }
  .wl-nl-form input { width: 100%; }
  .wl-btn-sub { width: 100%; }
  .wl-footer { padding: 48px 20px 32px; }
  .wl-social-pill { padding: 8px 18px; font-size: 11px; }
  .wl-blog-section { padding: 40px 20px 56px; }
  .wl-blog-grid { grid-template-columns: 1fr; gap: 18px; }
  .wl-about-page { padding: 0 20px 64px; }
  .wl-specialty-grid { grid-template-columns: 1fr; gap: 12px; }
  .wl-contact-section { padding: 0 20px 64px; }
  .wl-contact-form-wrap { padding: 32px 24px; }
  .wl-single-post { padding: 40px 20px 64px; }
  .wl-page-banner { padding: 52px 20px 44px; }
  #wl-botanical-bg img { display: none; }
  #wl-botanical-bg img:first-child,
  #wl-botanical-bg img:nth-child(6) { display: block; width: 180px !important; opacity: 0.2 !important; }
}

/* ─────────────────────────────────────────────
   RESPONSIVE — Small phones ≤480px
───────────────────────────────────────────── */
@media (max-width: 480px) {
  .wl-nav { padding: 14px 18px; }
  .wl-logo { font-size: 18px; }
  .wl-hero-content { padding: 0 18px; }
  .wl-hero-content h1 { font-size: clamp(28px,8vw,40px); }
  .wl-last-line { font-size: clamp(18px,5vw,24px); }
  .wl-cards-section { padding: 32px 14px 52px; }
  .wl-card { padding: 24px 20px; }
  .wl-card h3 { font-size: 19px; }
  .wl-cta-card { padding: 32px 20px; }
  .wl-btn-light { padding: 13px 28px; font-size: 10px; }
  .wl-about-inner { padding: 28px 18px; }
  .wl-topic-pill { padding: 6px 14px; font-size: 12px; }
  .wl-newsletter-inner { padding: 32px 18px; }
  .wl-newsletter-inner h2 { font-size: 24px; }
  .wl-footer { padding: 36px 14px 24px; }
}

/* ─────────────────────────────────────────────
   HAMBURGER ≤640px
───────────────────────────────────────────── */
@media (max-width: 640px) {
  .wl-hamburger { display: flex; }
  .wl-nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(250,248,244,0.97); backdrop-filter: blur(16px);
    flex-direction: column; align-items: center; padding: 24px 0; gap: 20px;
    border-bottom: 0.5px solid rgba(115,127,105,0.2); z-index: 99;
  }
  .wl-nav-links.open { display: flex; }
  .wl-nav { position: relative; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* Print */
@media print {
  #wl-botanical-bg, .wl-nav, .wl-hero-dots, .wl-scroll-hint { display: none; }
  body { background: white !important; color: black !important; }
}


/* ========================================
   FIXES 2026-06-02
   ======================================== */

/* Work With Me — hide duplicate page banner (hero section already shows the heading) */
body.page-id-248 .wl-page-banner { display: none !important; }

/* Work With Me — white card background on text sections so text is readable */
body.page-id-248 .wl-section {
  background: #fdf9f5;
  border-radius: 14px;
  padding: 36px 44px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(45,90,24,0.06);
}

/* About / Contact — more breathing room so CTA doesn't crowd the card border */
.wl-about-page-left,
.wl-contact-left { padding-bottom: 56px !important; }
.wl-btn-work { margin-bottom: 8px; }

/* About page — profile photo above badges */
.wl-about-photo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 16px;
}
.wl-about-photo {
  width: 180px !important;
  height: 180px !important;
  max-width: 180px !important;
  min-width: 180px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border: 4px solid rgba(224,211,194,0.85) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12) !important;
  display: block !important;
  overflow: hidden !important;
}

/* ── Work With Me — show botanical side decorations (2026-06-03) ── */
.wl-is-work #main,
.wl-is-work #main > div { background: transparent !important; }
.wl-is-work .wl-post-content { background: rgba(250,246,240,0.97); }
