/*
Theme Name: AKW Associates
Theme URI: https://www.akwassociates.com
Author: AKW Associates
Author URI: https://www.akwassociates.com
Description: A custom theme for AKW Associates — boutique healthcare consulting built exclusively for Psychiatric-Mental Health Nurse Practitioners (PMHNPs). Features a warm editorial palette, refined typography pairing of Cormorant Garamond and Inter Tight, and a single-page marketing layout.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
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: akw-associates
Tags: one-page, custom-logo, custom-menu, threaded-comments, healthcare, consulting
*/

:root {
  /* Palette: paper / cream / sand / blush / mustard / cocoa */
  --paper:        #faf6f2;
  --cream:        #f4ede4;
  --cream-warm:   #ebe1d1;
  --sand:         #ded1bd;
  --blush:        #d49e8d;
  --blush-deep:   #b87a68;
  --blush-soft:   #e6b9a9;
  --mustard:      #b08401;
  --mustard-deep: #8a6700;
  --cocoa:        #683b2b;
  --cocoa-soft:   #8a5443;
  --cocoa-deep:   #4a2a1f;
  --ink:          #3d211a;
  --ink-muted:    #6a5045;
  --ink-soft:     #9a8478;
  --line:         rgba(104, 59, 43, 0.14);
  --line-soft:    rgba(104, 59, 43, 0.06);
  --shadow:       0 30px 60px -30px rgba(104, 59, 43, 0.28);

  --serif:        'Cormorant Garamond', Georgia, serif;
  --script:       'Caveat', cursive;
  --sans:         'Inter Tight', -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1000;
  opacity: 0.07;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.4  0 0 0 0 0.23  0 0 0 0 0.17  0 0 0 0.6 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

/* WordPress core class compatibility */
.alignleft  { float: left;  margin: 0 1em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1em; }
.aligncenter { display: block; margin: 0 auto 1em; }
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* ─── HEADER ─── */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; }

.utility-bar {
  background: var(--cocoa);
  color: var(--cream);
  padding: 0.55rem 2.5rem;
  font-size: 0.78rem;
  border-bottom: 1px solid var(--mustard);
}
.utility-inner {
  max-width: 1400px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  gap: 2rem;
}
.utility-contact { display: flex; gap: 1.75rem; align-items: center; flex-wrap: wrap; }
.utility-item {
  display: inline-flex; align-items: center; gap: 0.45rem;
  color: rgba(244, 237, 226, 0.78);
  transition: color 0.3s ease;
}
.utility-item:hover { color: var(--blush-soft); }
.utility-address { color: rgba(244, 237, 226, 0.6); cursor: default; }
.utility-address:hover { color: rgba(244, 237, 226, 0.6); }

.utility-social { display: flex; gap: 0.5rem; align-items: center; }
.social-link {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--cream);
  transition: all 0.3s ease;
}
.social-link:hover {
  background: var(--mustard);
  color: var(--cocoa);
  transform: translateY(-2px);
}

/* ─── NAV ─── */
.site-nav {
  padding: 0.95rem 2.5rem;
  display: flex; justify-content: space-between; align-items: center;
  background: rgba(244, 237, 226, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.nav-brand { display: flex; align-items: center; gap: 0.75rem; }
.nav-brand img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.nav-brand-text { display: flex; flex-direction: column; line-height: 1; }
.nav-brand-text .name {
  font-family: var(--serif);
  font-size: 1.25rem; font-weight: 500;
  color: var(--cocoa); letter-spacing: 0.02em;
}
.nav-brand-text .tag {
  font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--mustard); margin-top: 4px;
}
.nav-links {
  display: flex; gap: 2.25rem; list-style: none; align-items: center;
  margin: 0; padding: 0;
}
.nav-links a {
  color: var(--cocoa);
  font-size: 0.875rem; font-weight: 400;
  transition: color 0.3s ease;
  position: relative; padding: 4px 0;
}
.nav-links a:not(.nav-cta)::after {
  content: ''; position: absolute; left: 0; bottom: 0;
  width: 0; height: 1px; background: var(--blush-deep);
  transition: width 0.3s ease;
}
.nav-links a:not(.nav-cta):hover::after { width: 100%; }
.nav-links a:hover { color: var(--blush-deep); }
.nav-cta {
  background: var(--cocoa); color: var(--cream) !important;
  padding: 0.6rem 1.4rem; border-radius: 100px;
  font-size: 0.825rem !important;
  transition: all 0.3s ease; letter-spacing: 0.04em;
}
.nav-cta:hover {
  background: var(--blush-deep) !important;
  color: var(--cream) !important;
  transform: translateY(-1px);
}

/* WordPress menu fallback compatibility */
.nav-links .menu-item { list-style: none; }
.nav-links .menu-item a {
  color: var(--cocoa);
  font-size: 0.875rem; font-weight: 400;
}

/* ─── HERO ─── */
.hero {
  min-height: 100vh;
  padding: 11rem 2.5rem 5rem;
  position: relative; overflow: hidden;
}
.hero-grid {
  max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: 1.3fr 1fr;
  gap: 4rem; align-items: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.75rem;
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.32em;
  color: var(--mustard);
  margin-bottom: 2rem; font-weight: 500;
  animation: fadeUp 0.9s ease both;
}
.hero-eyebrow::before {
  content: ''; width: 32px; height: 1px; background: var(--mustard);
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 6.5vw, 5.4rem);
  line-height: 1.0; letter-spacing: -0.02em;
  font-weight: 400; margin-bottom: 2rem;
  color: var(--cocoa);
  animation: fadeUp 1s ease 0.1s both;
}
.hero h1 em { font-style: italic; font-weight: 300; color: var(--blush-deep); }
.hero-sub {
  font-size: 1.125rem; line-height: 1.65;
  color: var(--ink-muted); max-width: 540px;
  margin-bottom: 2.5rem;
  animation: fadeUp 1s ease 0.2s both;
}
.hero-actions {
  display: flex; gap: 1rem; flex-wrap: wrap;
  animation: fadeUp 1s ease 0.3s both;
}

.btn {
  padding: 1rem 2rem; border-radius: 100px;
  font-family: var(--sans);
  font-size: 0.85rem; font-weight: 500; letter-spacing: 0.06em;
  border: none; cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex; align-items: center; gap: 0.6rem;
}
.btn-primary { background: var(--cocoa); color: var(--cream); }
.btn-primary:hover {
  background: var(--blush-deep); transform: translateY(-2px);
  box-shadow: 0 12px 28px -8px rgba(184, 122, 104, 0.45);
}
.btn-secondary {
  background: transparent; color: var(--cocoa);
  border: 1px solid var(--cocoa);
}
.btn-secondary:hover { background: var(--cocoa); color: var(--cream); }
.btn .arrow { transition: transform 0.3s ease; }
.btn:hover .arrow { transform: translateX(4px); }

.hero-visual {
  position: relative; height: 580px;
  animation: fadeUp 1.1s ease 0.4s both;
}
.hero-medallion {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--paper) 0%, var(--blush-soft) 60%, var(--blush) 100%);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 40px 80px -30px rgba(104, 59, 43, 0.35);
}
.hero-medallion::before {
  content: ''; position: absolute; inset: -22px;
  border: 1px solid var(--blush);
  border-radius: 50%; opacity: 0.4;
}
.hero-medallion::after {
  content: ''; position: absolute; inset: -50px;
  border: 1px dashed var(--mustard);
  border-radius: 50%; opacity: 0.35;
  animation: rotate 60s linear infinite;
}
@keyframes rotate { to { transform: rotate(360deg); } }
.hero-medallion img {
  width: 86%; height: 86%;
  border-radius: 50%; object-fit: cover;
  position: relative; z-index: 2;
}

.hero-orb {
  position: absolute;
  width: 220px; height: 220px;
  background: radial-gradient(circle, var(--mustard), transparent 70%);
  border-radius: 50%;
  top: 80px; right: 40px;
  z-index: 0; filter: blur(60px);
  opacity: 0.35;
  animation: float 7s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translate(0, 0); }
  50%      { transform: translate(20px, -15px); }
}

.hero-card {
  position: absolute;
  background: var(--paper);
  border-radius: 18px;
  padding: 1.5rem 1.65rem;
  box-shadow: 0 24px 48px -16px rgba(104, 59, 43, 0.22);
  border: 1px solid var(--line-soft);
  z-index: 4; width: 220px;
}
.hero-card-1 { top: 30px; right: -10px; transform: rotate(3deg); }
.hero-card-2 { bottom: 90px; left: -10px; transform: rotate(-4deg); }
.hero-card-3 {
  bottom: 10px; right: 50px;
  background: var(--cocoa); color: var(--cream);
  transform: rotate(2deg);
}

.card-label {
  font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--ink-soft); margin-bottom: 0.6rem; font-weight: 500;
}
.hero-card-3 .card-label { color: rgba(244, 237, 226, 0.6); }

.card-value {
  font-family: var(--serif);
  font-size: 2rem; font-weight: 500;
  line-height: 1; margin-bottom: 0.5rem;
  letter-spacing: -0.02em; color: var(--cocoa);
}
.hero-card-3 .card-value { color: var(--cream); }
.card-value .accent { font-style: italic; color: var(--mustard); font-weight: 400; }
.hero-card-3 .card-value .accent { color: var(--blush-soft); }

.card-text {
  font-size: 0.82rem; color: var(--ink-muted); line-height: 1.45;
}
.hero-card-3 .card-text { color: rgba(244, 237, 226, 0.75); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─── MARQUEE ─── */
.marquee {
  background: var(--cocoa); color: var(--cream);
  padding: 1.5rem 0; overflow: hidden;
  border-top: 1px solid var(--mustard);
  border-bottom: 1px solid var(--mustard);
}
.marquee-track {
  display: flex; gap: 4rem;
  animation: scroll 38s linear infinite;
  white-space: nowrap; width: max-content;
}
.marquee-item {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: 1.55rem;
  display: flex; align-items: center; gap: 4rem;
}
.marquee-item::after {
  content: '✦'; color: var(--mustard);
  font-style: normal; font-size: 1rem;
}
@keyframes scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─── SECTION SHARED ─── */
.section-header { margin-bottom: 4rem; max-width: 800px; }
.section-eyebrow {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.32em;
  color: var(--mustard); font-weight: 500;
  margin-bottom: 1.25rem;
  display: inline-flex; align-items: center; gap: 0.75rem;
}
.section-eyebrow::before {
  content: ''; width: 32px; height: 1px; background: var(--mustard);
}
.section-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1.08; letter-spacing: -0.02em;
  font-weight: 400; color: var(--cocoa);
}
.section-title em {
  font-style: italic; font-weight: 300; color: var(--blush-deep);
}

/* ─── STATS ─── */
.stats { padding: 7rem 2.5rem 5rem; max-width: 1400px; margin: 0 auto; }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stat { padding: 2.5rem 1.5rem; border-right: 1px solid var(--line); }
.stat:last-child { border-right: none; }
.stat-number {
  font-family: var(--serif);
  font-size: 3.5rem; font-weight: 400;
  line-height: 1; letter-spacing: -0.02em;
  margin-bottom: 0.75rem; color: var(--cocoa);
}
.stat-number .unit {
  font-style: italic; font-size: 1.25rem;
  color: var(--mustard); margin-left: 0.2rem; font-weight: 400;
}
.stat-label { font-size: 0.875rem; color: var(--ink-muted); line-height: 1.5; }

/* ─── INTRO / DRIVERS ─── */
.intro {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 8rem 2.5rem;
}
.intro-inner {
  max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6rem; align-items: start;
}
.intro-text p {
  color: var(--ink-muted); font-size: 1.05rem;
  line-height: 1.8; margin-bottom: 1.5rem;
}
.intro-text p:first-of-type::first-letter {
  font-family: var(--serif);
  font-size: 4rem; font-style: italic; color: var(--blush-deep);
  float: left; line-height: 0.9; margin: 0.4rem 0.6rem 0 0;
}

.drivers { display: flex; flex-direction: column; }
.driver {
  display: grid; grid-template-columns: 60px 1fr;
  gap: 1.5rem; padding: 1.75rem 0;
  border-top: 1px solid var(--line); align-items: start;
}
.driver:last-child { border-bottom: 1px solid var(--line); }
.driver-num {
  font-family: var(--serif); font-style: italic;
  font-size: 1.6rem; color: var(--mustard);
}
.driver h4 {
  font-family: var(--serif); font-size: 1.3rem; font-weight: 500;
  margin-bottom: 0.5rem; color: var(--cocoa);
}
.driver p { color: var(--ink-muted); font-size: 0.95rem; line-height: 1.65; }

/* ─── SERVICES ─── */
.services { padding: 7rem 2.5rem; background: var(--cream-warm); position: relative; }
.services-inner { max-width: 1400px; margin: 0 auto; }
.services-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; margin-top: 3rem;
}
.service-card {
  background: var(--paper);
  border-radius: 24px;
  padding: 2.5rem;
  position: relative; overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid var(--line-soft);
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px -16px rgba(104, 59, 43, 0.18);
}
.service-num {
  font-family: var(--serif); font-style: italic;
  font-size: 1rem; color: var(--mustard);
  margin-bottom: 1.25rem; letter-spacing: 0.05em;
}
.service-icon {
  width: 56px; height: 56px;
  background: var(--cream-warm); border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.5rem; color: var(--blush-deep);
  transition: all 0.4s ease;
}
.service-card:hover .service-icon {
  background: var(--blush-deep); color: var(--cream);
  transform: rotate(-5deg);
}
.service-title {
  font-family: var(--serif);
  font-size: 1.7rem; font-weight: 500; letter-spacing: -0.015em;
  margin-bottom: 0.875rem; line-height: 1.15; color: var(--cocoa);
}
.service-desc {
  color: var(--ink-muted); font-size: 0.95rem;
  line-height: 1.65; margin-bottom: 1.5rem;
}
.service-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.service-tag {
  font-size: 0.72rem;
  padding: 0.4rem 0.85rem;
  background: var(--cream-warm);
  border-radius: 100px;
  color: var(--cocoa-soft);
  border: 1px solid var(--line-soft);
  letter-spacing: 0.02em;
}

/* ─── TRENDS ─── */
.trends { padding: 7rem 2.5rem; max-width: 1400px; margin: 0 auto; }
.trends-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2rem; margin-top: 4rem;
}
.trend-card { padding: 2.5rem 0 0; border-top: 2px solid var(--cocoa); }
.trend-num {
  font-family: var(--serif); font-style: italic;
  font-size: 0.95rem; margin-bottom: 1.25rem;
  color: var(--mustard); letter-spacing: 0.04em;
}
.trend-title {
  font-family: var(--serif);
  font-size: 1.65rem; font-weight: 500; letter-spacing: -0.015em;
  margin-bottom: 1.25rem; line-height: 1.2; color: var(--cocoa);
}
.trend-desc { color: var(--ink-muted); font-size: 0.95rem; line-height: 1.65; }

/* ─── ABOUT / VALUES ─── */
.about-section {
  background: var(--cocoa); color: var(--cream);
  padding: 7rem 2.5rem;
  position: relative; overflow: hidden;
}
.about-section::before {
  content: ''; position: absolute;
  top: -200px; right: -200px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, var(--mustard), transparent 70%);
  opacity: 0.18; border-radius: 50%;
}
.about-inner { max-width: 1400px; margin: 0 auto; position: relative; z-index: 1; }
.about-section .section-eyebrow { color: var(--mustard); }
.about-section .section-eyebrow::before { background: var(--mustard); }
.about-title {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.08; letter-spacing: -0.02em;
  font-weight: 400; max-width: 900px;
  margin-bottom: 4rem; color: var(--cream);
}
.about-title em { font-style: italic; font-weight: 300; color: var(--blush-soft); }

.values-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.value-item {
  background: var(--cocoa); padding: 2.5rem;
  transition: background 0.3s ease;
}
.value-item:hover { background: rgba(184, 122, 104, 0.12); }
.value-num {
  font-family: var(--serif); font-style: italic;
  color: var(--mustard); font-size: 1.05rem;
  margin-bottom: 1rem; letter-spacing: 0.04em;
}
.value-title {
  font-family: var(--serif);
  font-size: 1.5rem; font-weight: 500; letter-spacing: -0.015em;
  margin-bottom: 1rem; line-height: 1.2; color: var(--cream);
}
.value-desc { color: rgba(244, 237, 226, 0.72); font-size: 0.95rem; line-height: 1.65; }

/* ─── PULL QUOTE ─── */
.pullquote {
  padding: 8rem 2.5rem; text-align: center;
  max-width: 1100px; margin: 0 auto;
}
.pullquote-mark {
  font-family: var(--serif); font-style: italic;
  font-size: 7rem; line-height: 0.5;
  color: var(--blush); margin-bottom: 1.5rem; display: block;
}
.pullquote-text {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3.5vw, 2.7rem);
  line-height: 1.3; letter-spacing: -0.015em;
  font-weight: 300; margin-bottom: 2rem; color: var(--cocoa);
}
.pullquote-text em { font-style: italic; color: var(--blush-deep); }
.pullquote-attr {
  font-size: 0.78rem; color: var(--ink-muted);
  text-transform: uppercase; letter-spacing: 0.2em;
}
.pullquote-attr::before {
  content: ''; display: block;
  width: 32px; height: 1px;
  background: var(--mustard); margin: 0 auto 1rem;
}

/* ─── CTA ─── */
.cta { padding: 4rem 2.5rem 6rem; max-width: 1400px; margin: 0 auto; }
.cta-box {
  background: linear-gradient(135deg, var(--blush-deep) 0%, var(--blush) 60%, var(--blush-soft) 100%);
  color: var(--cream);
  border-radius: 32px;
  padding: 5rem 4rem;
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: 3rem; align-items: center;
}
.cta-box::before {
  content: ''; position: absolute;
  bottom: -150px; right: -150px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(176, 132, 1, 0.4), transparent 70%);
  border-radius: 50%;
}
.cta-box::after {
  content: ''; position: absolute;
  top: -100px; left: -100px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 70%);
  border-radius: 50%;
}
.cta-content { position: relative; z-index: 1; }
.cta h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1; letter-spacing: -0.02em;
  font-weight: 400; margin-bottom: 1.5rem;
  color: var(--paper);
}
.cta h2 em { font-style: italic; font-weight: 300; }
.cta-text {
  font-size: 1.05rem; line-height: 1.6;
  margin-bottom: 2rem; color: rgba(250, 246, 242, 0.92);
}
.cta-meta {
  display: flex; gap: 2.5rem; flex-wrap: wrap; margin-top: 2rem;
}
.cta-meta-label {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.2em;
  color: rgba(250, 246, 242, 0.7); margin-bottom: 0.5rem;
}
.cta-meta-value {
  font-family: var(--serif);
  font-size: 1.4rem; color: var(--paper); font-weight: 500;
}

.cta-form {
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 18px; padding: 2rem;
  position: relative; z-index: 1;
  border: 1px solid rgba(255,255,255,0.2);
}
.form-row { margin-bottom: 1rem; }
.form-row label {
  display: block;
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.18em;
  margin-bottom: 0.5rem;
  color: rgba(250, 246, 242, 0.85); font-weight: 500;
}
.form-row input, .form-row textarea {
  width: 100%;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 10px;
  padding: 0.75rem 1rem;
  color: var(--paper);
  font-family: var(--sans); font-size: 0.9rem;
  outline: none; transition: all 0.3s ease;
}
.form-row input::placeholder, .form-row textarea::placeholder {
  color: rgba(250, 246, 242, 0.55);
}
.form-row input:focus, .form-row textarea:focus {
  background: rgba(255,255,255,0.26);
  border-color: rgba(255,255,255,0.45);
}
.form-row textarea { min-height: 90px; resize: vertical; }
.cta-form .btn {
  background: var(--cocoa); color: var(--cream);
  width: 100%; justify-content: center; margin-top: 0.5rem;
}
.cta-form .btn:hover { background: var(--paper); color: var(--cocoa); }

/* Contact Form 7 / WPForms compatibility — apply our look to plugin-generated forms */
.cta-form .wpcf7-form-control,
.cta-form .wpforms-field input,
.cta-form .wpforms-field textarea {
  width: 100%;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 10px;
  padding: 0.75rem 1rem;
  color: var(--paper);
  font-family: var(--sans); font-size: 0.9rem;
}
.cta-form .wpcf7-submit,
.cta-form .wpforms-submit {
  background: var(--cocoa) !important;
  color: var(--cream) !important;
  border: none !important;
  padding: 1rem 2rem !important;
  border-radius: 100px !important;
  font-family: var(--sans) !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  cursor: pointer;
}

/* ─── FOOTER ─── */
.site-footer {
  background: var(--cocoa-deep); color: var(--cream);
  padding: 5rem 2.5rem 2rem;
  position: relative;
}
.footer-inner { max-width: 1400px; margin: 0 auto; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(244, 237, 226, 0.12);
}
.footer-brand { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.5rem; }
.footer-brand img { width: 48px; height: 48px; border-radius: 50%; }
.footer-brand-name {
  font-family: var(--serif);
  font-size: 1.4rem; font-weight: 500;
  color: var(--paper); letter-spacing: 0.02em;
}
.footer-brand-text {
  font-family: var(--serif);
  font-size: 2rem; line-height: 1.2; letter-spacing: -0.015em;
  margin: 1rem 0 1.5rem; max-width: 400px;
  font-weight: 400; color: var(--paper);
}
.footer-brand-text em { font-style: italic; font-weight: 300; color: var(--blush-soft); }

.footer-social { display: flex; gap: 0.5rem; margin-top: 0.5rem; }
.footer-social .social-link { background: rgba(244, 237, 226, 0.1); }
.footer-social .social-link:hover {
  background: var(--mustard); color: var(--cocoa-deep);
}

.footer-col h4 {
  font-family: var(--sans);
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--mustard); margin-bottom: 1.25rem; font-weight: 500;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 0.75rem; }
.footer-col a {
  color: rgba(244, 237, 226, 0.7);
  font-size: 0.9rem; transition: color 0.3s ease;
}
.footer-col a:hover { color: var(--blush-soft); }
.footer-address {
  color: rgba(244, 237, 226, 0.65);
  font-size: 0.88rem; line-height: 1.6;
}
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 2rem;
  color: rgba(244, 237, 226, 0.5);
  font-size: 0.825rem;
  flex-wrap: wrap; gap: 1rem;
}

/* ─── REVEAL ─── */
.reveal {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── WORDPRESS-SPECIFIC PAGE/POST FALLBACK ─── */
.wp-page-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 11rem 2.5rem 5rem;
  font-family: var(--sans);
  color: var(--ink);
  line-height: 1.7;
}
.wp-page-content h1,
.wp-page-content h2,
.wp-page-content h3 {
  font-family: var(--serif);
  color: var(--cocoa);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 2rem 0 1rem;
}
.wp-page-content h1 { font-size: 3rem; }
.wp-page-content h2 { font-size: 2.25rem; }
.wp-page-content h3 { font-size: 1.6rem; }
.wp-page-content p { margin-bottom: 1.25rem; color: var(--ink-muted); }
.wp-page-content a { color: var(--blush-deep); text-decoration: underline; }
.wp-page-content a:hover { color: var(--mustard); }
.wp-page-content ul,
.wp-page-content ol { margin: 0 0 1.25rem 1.5rem; color: var(--ink-muted); }
.wp-page-content blockquote {
  border-left: 3px solid var(--mustard);
  padding-left: 1.5rem;
  margin: 1.5rem 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--cocoa);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1100px) { .utility-address { display: none; } }

@media (max-width: 900px) {
  .hero-grid, .cta-box, .footer-grid, .intro-inner {
    grid-template-columns: 1fr; gap: 3rem;
  }
  .hero-visual {
    height: 480px; max-width: 380px; margin: 2rem auto 0;
  }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }
  .services-grid, .trends-grid, .values-grid {
    grid-template-columns: 1fr;
  }
  .nav-links { display: none; }
  .nav-links.cta-only { display: flex; }
  .cta-box { padding: 3rem 2rem; }
  .footer-brand-text { font-size: 1.65rem; }

  .site-nav { padding: 0.85rem 1.25rem; }
  .utility-bar { padding: 0.5rem 1.25rem; font-size: 0.72rem; }
  .utility-contact { gap: 1rem; }

  .hero { padding-top: 10rem; }
  .hero, .stats, .services, .trends, .about-section, .pullquote, .cta, .intro {
    padding-left: 1.25rem; padding-right: 1.25rem;
  }
  .nav-brand-text .tag { display: none; }
}

@media (max-width: 640px) {
  .utility-contact .utility-item { font-size: 0.72rem; }
  .utility-inner {
    flex-direction: column; gap: 0.5rem; align-items: flex-start;
  }
  .utility-social { align-self: flex-end; margin-top: -1.75rem; }
}

@media (max-width: 560px) {
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: none; }

  .hero-visual { height: 540px; }
  .hero-medallion { width: 240px; height: 240px; }
  .hero-card { width: 180px; padding: 1.25rem; }
  .hero-card-1 { right: 0; }
  .hero-card-2 { left: 0; }
  .hero-card-3 { right: 30px; }

  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ─── WP ADMIN BAR FIX ─── */
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}
