/*
Theme Name: Studio Legale Minniti
Theme URI: https://www.studiolegaleminniti.it/
Author: Ivan A.
Author URI: https://www.studiolegaleminniti.it/
Description: Tema professionale per lo Studio Legale Minniti. Design elegante con palette navy e oro, tipografia raffinata, animazioni scroll e layout completamente responsive.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: studio-legale-minniti
Tags: one-page, custom-logo, custom-menu, featured-images, theme-options
*/

/* ═══════════════════════════════════════
   RESET & ROOT
   ═══════════════════════════════════════ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --navy: #0a1628;
  --navy-light: #111f38;
  --navy-mid: #162a4a;
  --cream: #f5f0e8;
  --cream-dark: #e8e0d4;
  --gold: #b8965a;
  --gold-light: #d4b07a;
  --gold-dim: rgba(184, 150, 90, 0.15);
  --white: #fefcf9;
  --text-dark: #1a1a1a;
  --text-mid: #4a4a4a;
  --text-light: #8a8a8a;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Outfit', system-ui, sans-serif;
}

html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--sans);
  color: var(--text-dark);
  background: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--gold-dim); color: var(--navy); }

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
ul, ol { list-style: none; }

/* ═══════════════════════════════════════
   LOADER
   ═══════════════════════════════════════ */
.loader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--navy);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.loader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-inner {
  text-align: center; color: var(--gold);
  font-family: var(--serif); font-size: 1.4rem; letter-spacing: 0.2em;
  text-transform: uppercase; font-weight: 300;
}
.loader-line {
  width: 60px; height: 1px; background: var(--gold);
  margin: 1.2rem auto 0; transform-origin: left;
  animation: loaderLine 1.2s ease-in-out infinite;
}
@keyframes loaderLine {
  0%, 100% { transform: scaleX(0.3); opacity: 0.3; }
  50% { transform: scaleX(1); opacity: 1; }
}

/* ═══════════════════════════════════════
   REVEAL ANIMATIONS
   ═══════════════════════════════════════ */
.reveal {
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.15s; }
.reveal-delay-2 { transition-delay: 0.3s; }
.reveal-delay-3 { transition-delay: 0.45s; }
.reveal-delay-4 { transition-delay: 0.6s; }

/* ═══════════════════════════════════════
   NAVIGATION
   ═══════════════════════════════════════ */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 1.5rem 3rem;
  display: flex; align-items: center; justify-content: space-between;
  transition: all 0.5s ease;
  background: transparent;
}
.site-nav.scrolled {
  background: rgba(10, 22, 40, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 1rem 3rem;
  box-shadow: 0 1px 0 rgba(184, 150, 90, 0.1);
}
.nav-brand {
  display: flex; align-items: center; gap: 1rem;
  text-decoration: none; color: var(--cream);
}
.nav-monogram {
  width: 44px; height: 44px;
  border: 1.5px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 1rem; font-weight: 500;
  color: var(--gold); letter-spacing: 0.05em;
  transition: all 0.4s ease;
}
.nav-brand:hover .nav-monogram {
  background: var(--gold); color: var(--navy);
}
.nav-brand-text {
  font-family: var(--sans); font-size: 0.72rem;
  letter-spacing: 0.25em; text-transform: uppercase;
  font-weight: 300; color: var(--cream); line-height: 1.6;
}
.nav-brand-text span {
  display: block; font-family: var(--serif);
  font-size: 0.65rem; letter-spacing: 0.15em;
  color: var(--gold); font-weight: 400; opacity: 0.8;
}

/* Nav menu (wp_nav_menu output) */
.nav-menu-wrap {
  display: flex; align-items: center; gap: 2.5rem;
}
.nav-menu-wrap .menu { display: flex; align-items: center; gap: 2.5rem; list-style: none; margin: 0; padding: 0; }
.nav-menu-wrap .menu li a {
  text-decoration: none; color: rgba(245, 240, 232, 0.7);
  font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 300; position: relative; padding-bottom: 4px;
  transition: color 0.3s ease;
}
.nav-menu-wrap .menu li a::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 1px; background: var(--gold);
  transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-menu-wrap .menu li a:hover { color: var(--cream); }
.nav-menu-wrap .menu li a:hover::after { width: 100%; }
.nav-menu-wrap .menu li.menu-item-cta a {
  padding: 0.6rem 1.8rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  transition: all 0.4s ease;
  font-size: 0.7rem;
}
.nav-menu-wrap .menu li.menu-item-cta a::after { display: none; }
.nav-menu-wrap .menu li.menu-item-cta a:hover {
  background: var(--gold); color: var(--navy);
}

/* Mobile toggle */
.menu-toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 32px; height: 24px; position: relative; z-index: 1001;
}
.menu-toggle span {
  display: block; width: 100%; height: 1px; background: var(--cream);
  position: absolute; left: 0; transition: all 0.4s ease;
}
.menu-toggle span:nth-child(1) { top: 4px; }
.menu-toggle span:nth-child(2) { top: 11px; }
.menu-toggle span:nth-child(3) { top: 18px; }
.menu-toggle.active span:nth-child(1) { top: 11px; transform: rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { top: 11px; transform: rotate(-45deg); }

/* ═══════════════════════════════════════
   HERO
   ═══════════════════════════════════════ */
.hero {
  min-height: 100vh; position: relative;
  background: var(--navy);
  display: flex; align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(22, 42, 74, 0.8) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(184, 150, 90, 0.05) 0%, transparent 40%),
    linear-gradient(160deg, var(--navy) 0%, #0d1e35 50%, #091420 100%);
}
.hero-pattern {
  position: absolute; inset: 0; opacity: 0.03;
  background-image:
    linear-gradient(rgba(184, 150, 90, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184, 150, 90, 0.5) 1px, transparent 1px);
  background-size: 80px 80px;
}
.hero-accent {
  position: absolute; right: -5%; top: 10%; width: 500px; height: 500px;
  border: 1px solid rgba(184, 150, 90, 0.06); border-radius: 50%;
}
.hero-accent::before {
  content: ''; position: absolute; inset: 60px;
  border: 1px solid rgba(184, 150, 90, 0.04); border-radius: 50%;
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 1400px; margin: 0 auto;
  padding: 0 4rem; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: center;
}
.hero-left { padding-top: 2rem; }
.hero-overline {
  font-size: 0.7rem; letter-spacing: 0.35em;
  text-transform: uppercase; color: var(--gold);
  font-weight: 300; margin-bottom: 2rem;
  display: flex; align-items: center; gap: 1.2rem;
}
.hero-overline::before {
  content: ''; width: 40px; height: 1px; background: var(--gold);
}
.hero-title {
  font-family: var(--serif); font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 300; color: var(--cream); line-height: 1.15;
  margin-bottom: 2rem;
}
.hero-title em {
  font-style: italic; color: var(--gold); font-weight: 400;
}
.hero-subtitle {
  font-size: 1.05rem; color: rgba(245, 240, 232, 0.55);
  line-height: 1.85; font-weight: 200; max-width: 520px;
  margin-bottom: 3rem;
}
.hero-actions { display: flex; gap: 1.2rem; align-items: center; }

/* Buttons */
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.8rem;
  padding: 1rem 2.4rem;
  background: var(--gold); color: var(--navy);
  text-decoration: none; font-size: 0.72rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  font-weight: 500; border: none; cursor: pointer;
  transition: all 0.4s ease;
}
.btn-primary:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(184, 150, 90, 0.25);
}
.btn-ghost {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 1rem 2rem;
  color: var(--cream); text-decoration: none;
  font-size: 0.72rem; letter-spacing: 0.2em;
  text-transform: uppercase; font-weight: 300;
  border: 1px solid rgba(245, 240, 232, 0.15);
  transition: all 0.4s ease;
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

/* Hero card */
.hero-right { display: flex; justify-content: flex-end; }
.hero-card {
  background: rgba(245, 240, 232, 0.03);
  border: 1px solid rgba(184, 150, 90, 0.1);
  backdrop-filter: blur(10px);
  padding: 3rem; width: 380px;
}
.hero-card-label {
  font-size: 0.65rem; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 2.5rem; font-weight: 400;
}
.hero-stat { margin-bottom: 2.2rem; }
.hero-stat:last-child { margin-bottom: 0; }
.hero-stat-number {
  font-family: var(--serif); font-size: 2.8rem;
  font-weight: 300; color: var(--cream); line-height: 1;
  margin-bottom: 0.4rem;
}
.hero-stat-label {
  font-size: 0.72rem; color: rgba(245, 240, 232, 0.4);
  letter-spacing: 0.1em; font-weight: 300;
}
.hero-card-divider {
  width: 100%; height: 1px;
  background: rgba(184, 150, 90, 0.1);
  margin: 2rem 0;
}
.hero-card-contact {
  display: flex; align-items: center; gap: 0.8rem;
  color: var(--gold); text-decoration: none;
  font-size: 0.95rem; font-weight: 300;
  transition: opacity 0.3s ease;
}
.hero-card-contact:hover { opacity: 0.7; }
.hero-card-contact svg { width: 18px; height: 18px; opacity: 0.6; }

/* Scroll indicator */
.hero-scroll {
  position: absolute; bottom: 3rem; left: 50%;
  transform: translateX(-50%); z-index: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 0.8rem; color: rgba(245, 240, 232, 0.3);
  font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase;
}
.hero-scroll-line {
  width: 1px; height: 40px; background: rgba(184, 150, 90, 0.3);
  position: relative; overflow: hidden;
}
.hero-scroll-line::after {
  content: ''; position: absolute; top: -100%; left: 0;
  width: 100%; height: 100%; background: var(--gold);
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
  0% { top: -100%; } 50% { top: 100%; } 100% { top: 100%; }
}

/* ═══════════════════════════════════════
   SECTIONS SHARED
   ═══════════════════════════════════════ */
.slm-section { padding: 8rem 4rem; }
.section-container { max-width: 1200px; margin: 0 auto; }
.section-overline {
  font-size: 0.65rem; letter-spacing: 0.35em;
  text-transform: uppercase; color: var(--gold);
  font-weight: 400; margin-bottom: 1.2rem;
  display: flex; align-items: center; gap: 1rem;
}
.section-overline::before {
  content: ''; width: 30px; height: 1px; background: var(--gold);
}
.section-title {
  font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 300; color: var(--navy); line-height: 1.2;
  margin-bottom: 1.5rem;
}
.section-desc {
  font-size: 1rem; color: var(--text-mid);
  line-height: 1.85; font-weight: 300;
  max-width: 600px;
}

/* ═══════════════════════════════════════
   ABOUT
   ═══════════════════════════════════════ */
.about-section { background: var(--white); }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6rem; align-items: center;
}
.about-visual { position: relative; height: 520px; }
.about-image-main {
  width: 85%; height: 100%;
  background: var(--navy);
  position: relative; overflow: hidden;
}
.about-image-main img {
  width: 100%; height: 100%; object-fit: cover;
}
.about-image-inner {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--navy-light) 0%, var(--navy-mid) 100%);
  display: flex; align-items: center; justify-content: center;
}
.about-image-inner svg { width: 120px; height: 120px; opacity: 0.15; }
.about-year-badge {
  position: absolute; bottom: -2rem; right: 0;
  background: var(--gold); padding: 2rem 2.5rem;
  display: flex; flex-direction: column; align-items: center;
}
.about-year-badge span:first-child {
  font-family: var(--serif); font-size: 2.4rem;
  font-weight: 300; color: var(--navy); line-height: 1;
}
.about-year-badge span:last-child {
  font-size: 0.6rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--navy);
  font-weight: 500; margin-top: 0.3rem;
}
.about-text .section-desc { margin-bottom: 2.5rem; }
.about-quote {
  border-left: 2px solid var(--gold);
  padding-left: 1.8rem; margin-top: 2.5rem;
}
.about-quote p {
  font-family: var(--serif); font-size: 1.15rem;
  font-style: italic; color: var(--text-mid);
  line-height: 1.7; margin-bottom: 0.6rem;
}
.about-quote cite {
  font-style: normal; font-family: var(--sans);
  font-size: 0.72rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--gold); font-weight: 400;
}

/* ═══════════════════════════════════════
   AREAS
   ═══════════════════════════════════════ */
.areas-section { background: var(--cream); position: relative; }
.areas-section::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.3;
}
.areas-header {
  text-align: center; max-width: 700px; margin: 0 auto 5rem;
}
.areas-header .section-title { color: var(--navy); }
.areas-header .section-desc { margin: 0 auto; }
.areas-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px;
}
.area-card {
  background: var(--white); padding: 3rem 2.2rem;
  position: relative; overflow: hidden;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.area-card::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 100%; height: 3px; background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.area-card:hover::before { transform: scaleX(1); }
.area-card:hover {
  background: var(--navy);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(10, 22, 40, 0.15);
}
.area-icon {
  width: 56px; height: 56px; margin-bottom: 2rem;
  border: 1px solid var(--gold-dim);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 0.85rem;
  color: var(--gold); font-weight: 500;
  letter-spacing: 0.05em; transition: all 0.4s ease;
}
.area-card:hover .area-icon {
  background: rgba(184, 150, 90, 0.1);
  border-color: rgba(184, 150, 90, 0.3);
}
.area-card h3 {
  font-family: var(--serif); font-size: 1.4rem;
  font-weight: 400; color: var(--navy);
  margin-bottom: 1rem; transition: color 0.4s ease;
}
.area-card:hover h3 { color: var(--cream); }
.area-card p {
  font-size: 0.88rem; color: var(--text-light);
  line-height: 1.75; font-weight: 300;
  transition: color 0.4s ease;
}
.area-card:hover p { color: rgba(245, 240, 232, 0.5); }

/* ═══════════════════════════════════════
   TEAM
   ═══════════════════════════════════════ */
.team-section { background: var(--white); }
.team-header {
  text-align: center; max-width: 700px; margin: 0 auto 5rem;
}
.team-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem;
}
.team-card { position: relative; }
.team-photo {
  width: 100%; aspect-ratio: 3/4;
  background: var(--navy);
  position: relative; overflow: hidden;
  margin-bottom: 1.8rem;
}
.team-photo img {
  width: 100%; height: 100%; object-fit: cover;
}
.team-photo-inner {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  display: flex; align-items: center; justify-content: center;
}
.team-initials {
  font-family: var(--serif); font-size: 4rem;
  font-weight: 300; color: rgba(184, 150, 90, 0.15);
  letter-spacing: 0.1em;
}
.team-photo-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 2rem; background: linear-gradient(transparent, rgba(10, 22, 40, 0.9));
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.team-card:hover .team-photo-overlay { transform: translateY(0); }
.team-photo-overlay p {
  font-size: 0.82rem; color: rgba(245, 240, 232, 0.7);
  line-height: 1.7; font-weight: 300;
}
.team-role {
  font-size: 0.65rem; letter-spacing: 0.25em;
  text-transform: uppercase; color: var(--gold);
  font-weight: 400; margin-bottom: 0.6rem;
}
.team-name {
  font-family: var(--serif); font-size: 1.5rem;
  font-weight: 400; color: var(--navy); margin-bottom: 0.5rem;
}
.team-spec {
  font-size: 0.85rem; color: var(--text-light);
  font-weight: 300; line-height: 1.6;
}
.team-email {
  display: inline-flex; align-items: center; gap: 0.5rem;
  margin-top: 1rem; font-size: 0.75rem; color: var(--gold);
  text-decoration: none; letter-spacing: 0.05em;
  transition: opacity 0.3s ease;
}
.team-email:hover { opacity: 0.7; }

/* ═══════════════════════════════════════
   CONTACT
   ═══════════════════════════════════════ */
.contact-section {
  background: var(--navy); position: relative; overflow: hidden;
}
.contact-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 80%, rgba(184, 150, 90, 0.04) 0%, transparent 50%);
}
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6rem; align-items: start;
  position: relative; z-index: 2;
}
.contact-section .section-title { color: var(--cream); }
.contact-section .section-desc { color: rgba(245, 240, 232, 0.5); margin-bottom: 3rem; }
.contact-info { display: flex; flex-direction: column; gap: 2.2rem; }
.contact-item { display: flex; align-items: flex-start; gap: 1.2rem; }
.contact-item-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  border: 1px solid rgba(184, 150, 90, 0.2);
  display: flex; align-items: center; justify-content: center;
}
.contact-item-icon svg { width: 18px; height: 18px; color: var(--gold); }
.contact-item-label {
  font-size: 0.65rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold);
  font-weight: 400; margin-bottom: 0.3rem;
}
.contact-item-value { font-size: 1rem; color: var(--cream); font-weight: 300; }
.contact-item-value a {
  color: var(--cream); text-decoration: none;
  transition: color 0.3s ease;
}
.contact-item-value a:hover { color: var(--gold); }

/* Contact Form */
.contact-form { display: flex; flex-direction: column; gap: 1.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.form-group { position: relative; }
.form-group label {
  display: block; font-size: 0.65rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold);
  font-weight: 400; margin-bottom: 0.6rem;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%; padding: 0.9rem 1rem;
  background: rgba(245, 240, 232, 0.04);
  border: 1px solid rgba(184, 150, 90, 0.15);
  color: var(--cream); font-family: var(--sans);
  font-size: 0.9rem; font-weight: 300;
  outline: none; transition: border-color 0.3s ease;
  border-radius: 0; -webkit-appearance: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(245, 240, 232, 0.25); }
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select option { background: var(--navy); color: var(--cream); }

.btn-submit {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.8rem; padding: 1.1rem 3rem; width: 100%;
  background: var(--gold); color: var(--navy);
  border: none; cursor: pointer;
  font-family: var(--sans); font-size: 0.72rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  font-weight: 500; transition: all 0.4s ease;
}
.btn-submit:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(184, 150, 90, 0.25);
}

/* Form messages */
.form-success {
  padding: 1rem; background: rgba(45, 106, 79, 0.15);
  border: 1px solid rgba(45, 106, 79, 0.3);
  color: #8fc5a7; font-size: 0.85rem; text-align: center;
}
.form-error {
  padding: 1rem; background: rgba(180, 60, 60, 0.15);
  border: 1px solid rgba(180, 60, 60, 0.3);
  color: #e09090; font-size: 0.85rem; text-align: center;
}

/* ═══════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════ */
.site-footer {
  background: var(--navy);
  border-top: 1px solid rgba(184, 150, 90, 0.08);
  padding: 3rem 4rem;
}
.footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
}
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-monogram {
  width: 36px; height: 36px;
  border: 1px solid rgba(184, 150, 90, 0.3);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 0.8rem;
  color: var(--gold); font-weight: 400;
}
.footer-name {
  font-size: 0.7rem; letter-spacing: 0.15em;
  color: rgba(245, 240, 232, 0.4);
  text-transform: uppercase; font-weight: 300;
}
.footer-copy {
  font-size: 0.72rem; color: rgba(245, 240, 232, 0.25); font-weight: 300;
}
.footer-links { display: flex; gap: 2rem; }
.footer-links .menu { display: flex; gap: 2rem; list-style: none; margin: 0; padding: 0; }
.footer-links a, .footer-links .menu li a {
  font-size: 0.7rem; color: rgba(245, 240, 232, 0.35);
  text-decoration: none; letter-spacing: 0.1em;
  text-transform: uppercase; font-weight: 300;
  transition: color 0.3s ease;
}
.footer-links a:hover, .footer-links .menu li a:hover { color: var(--gold); }

/* ═══════════════════════════════════════
   GRAIN OVERLAY
   ═══════════════════════════════════════ */
body::before {
  content: ''; position: fixed; inset: 0; z-index: 9998;
  pointer-events: none; opacity: 0.02;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 200px;
}

/* ═══════════════════════════════════════
   WORDPRESS DEFAULTS
   ═══════════════════════════════════════ */
.wp-block-image img { height: auto; }
.alignleft { float: left; margin-right: 1.5rem; }
.alignright { float: right; margin-left: 1.5rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; height: 1px; width: 1px;
  overflow: hidden;
}

/* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */
@media (max-width: 1024px) {
  .slm-section { padding: 6rem 2.5rem; }
  .site-nav { padding: 1.2rem 2rem; }
  .site-nav.scrolled { padding: 0.8rem 2rem; }
  .hero-content { grid-template-columns: 1fr; gap: 3rem; padding: 0 2.5rem; }
  .hero-right { justify-content: flex-start; }
  .hero-card { width: 100%; max-width: 400px; }
  .about-grid { grid-template-columns: 1fr; gap: 4rem; }
  .about-visual { height: 400px; }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 4rem; }
}

@media (max-width: 768px) {
  .slm-section { padding: 5rem 1.5rem; }
  .site-nav { padding: 1rem 1.5rem; }
  .nav-menu-wrap { display: none; }
  .nav-menu-wrap.active {
    display: flex; flex-direction: column;
    position: fixed; inset: 0;
    background: rgba(10, 22, 40, 0.98);
    backdrop-filter: blur(20px);
    align-items: center; justify-content: center;
    z-index: 999;
  }
  .nav-menu-wrap.active .menu { flex-direction: column; gap: 2rem; }
  .nav-menu-wrap.active .menu li a { font-size: 1rem; color: var(--cream); }
  .menu-toggle { display: block; }
  .hero { min-height: 100svh; }
  .hero-content { padding: 0 1.5rem; padding-top: 6rem; }
  .hero-title { font-size: 2.4rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-card { padding: 2rem; }
  .hero-accent { display: none; }
  .areas-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 1.5rem; text-align: center; }
  .footer-links .menu { flex-wrap: wrap; justify-content: center; }
  .hero-scroll { display: none; }
  .site-footer { padding: 2.5rem 1.5rem; }
}
