/*
Theme Name: Valid Wave Consulting
Theme URI: https://validwaveconsulting.com
Author: Valid Wave Consulting
Author URI: https://validwaveconsulting.com
Description: A modern, bilingual (EN/FR) professional consulting theme for Valid Wave Consulting — Management, Accounting, Auditing, Taxation & IT services across Europe and Africa.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: validwave
Tags: business, consulting, bilingual, responsive, custom-menu
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
*/

/* ─── VARIABLES ─── */
:root {
  --navy: #0b1f3a;
  --navy-light: #132d52;
  --gold: #c9a84c;
  --gold-light: #e2c47a;
  --cream: #f7f4ef;
  --white: #ffffff;
  --text: #2a2a2a;
  --muted: #6b7280;
  --border: #e5e0d8;
}

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

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--text);
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
}

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

/* ─── NAV ─── */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(11,31,58,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,168,76,0.2);
  padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}

.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 700;
  color: var(--white);
  display: flex; align-items: center; gap: 0.5rem;
  text-decoration: none;
}

.nav-logo span { color: var(--gold); }

.nav-links {
  display: flex; align-items: center; gap: 0.25rem;
  list-style: none;
}

.nav-links a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.04em; text-transform: uppercase;
  padding: 0.4rem 0.75rem;
  border-radius: 4px;
  transition: color 0.2s, background 0.2s;
}

.nav-links a:hover,
.nav-links .current-menu-item a,
.nav-links .current_page_item a {
  color: var(--gold);
  background: rgba(201,168,76,0.08);
}

.nav-right {
  display: flex; align-items: center; gap: 1rem;
}

.lang-toggle {
  display: flex; gap: 0.4rem;
}

.lang-btn {
  background: none; border: 1px solid rgba(201,168,76,0.3);
  color: rgba(255,255,255,0.7); padding: 0.2rem 0.6rem;
  border-radius: 4px; font-size: 0.78rem; cursor: pointer;
  transition: all 0.2s; display: flex; align-items: center; gap: 0.3rem;
}

.lang-btn.active, .lang-btn:hover {
  background: var(--gold); color: var(--navy); border-color: var(--gold);
}

.nav-store-btn {
  background: var(--gold); color: var(--navy);
  border: none; padding: 0.45rem 1rem;
  border-radius: 4px; font-size: 0.8rem; font-weight: 600;
  cursor: pointer; transition: background 0.2s;
  letter-spacing: 0.03em; text-decoration: none;
  display: inline-block;
}

.nav-store-btn:hover { background: var(--gold-light); }

.hamburger {
  display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 5px;
  background: none; border: none;
}

.hamburger span {
  width: 22px; height: 2px; background: white; border-radius: 2px; transition: all 0.3s;
  display: block;
}

/* ─── MOBILE MENU ─── */
.mobile-menu {
  display: none; position: fixed;
  top: 68px; left: 0; right: 0; bottom: 0;
  background: var(--navy); z-index: 999;
  flex-direction: column; align-items: center; justify-content: center; gap: 2rem;
}

.mobile-menu.open { display: flex; }

.mobile-menu a {
  color: white; text-decoration: none; font-size: 1.5rem;
  font-family: 'Cormorant Garamond', serif;
}

/* ─── MAIN CONTENT ─── */
.site-content {
  padding-top: 68px;
  min-height: 100vh;
}

/* ─── HERO ─── */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 60%, #1a3a5c 100%);
  min-height: 92vh;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden; padding: 4rem 2rem;
}

.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a84c' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-content {
  position: relative; z-index: 1; text-align: center; max-width: 860px;
}

.hero-tag {
  display: inline-block;
  border: 1px solid var(--gold);
  color: var(--gold); font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  padding: 0.35rem 1rem; border-radius: 2px; margin-bottom: 1.5rem;
}

.hero h1 {
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  color: var(--white); line-height: 1.08;
  margin-bottom: 1.5rem;
}

.hero h1 em { color: var(--gold); font-style: normal; }

.hero p {
  color: rgba(255,255,255,0.72); font-size: 1.1rem; line-height: 1.7;
  max-width: 600px; margin: 0 auto 2.5rem;
}

.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.btn-primary {
  background: var(--gold); color: var(--navy);
  padding: 0.85rem 2rem; border: none; border-radius: 4px;
  font-weight: 600; font-size: 0.9rem; cursor: pointer;
  letter-spacing: 0.03em; transition: all 0.2s;
  text-decoration: none; display: inline-block;
}

.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }

.btn-outline {
  background: transparent; color: var(--white);
  padding: 0.85rem 2rem; border: 1px solid rgba(255,255,255,0.35);
  border-radius: 4px; font-size: 0.9rem; cursor: pointer;
  transition: all 0.2s; text-decoration: none; display: inline-block;
}

.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

.hero-stats {
  display: flex; gap: 3rem; justify-content: center; margin-top: 4rem;
  padding-top: 3rem; border-top: 1px solid rgba(255,255,255,0.1);
  flex-wrap: wrap;
}

.stat { text-align: center; }

.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem; font-weight: 700; color: var(--gold); line-height: 1;
}

.stat-label {
  color: rgba(255,255,255,0.55); font-size: 0.8rem; margin-top: 0.25rem; letter-spacing: 0.05em;
}

/* ─── SECTIONS ─── */
section { padding: 5rem 2rem; }

.section-inner { max-width: 1100px; margin: 0 auto; }

.section-tag {
  color: var(--gold); font-size: 0.75rem; letter-spacing: 0.15em;
  text-transform: uppercase; font-weight: 500; margin-bottom: 0.75rem;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem); color: var(--navy); line-height: 1.15; margin-bottom: 1rem;
}

.section-lead {
  color: var(--muted); font-size: 1.05rem; line-height: 1.7; max-width: 640px;
}

.divider {
  width: 50px; height: 3px; background: var(--gold); margin: 1.25rem 0;
}

/* ─── SERVICES CARDS ─── */
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem; margin-top: 3rem;
}

.service-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 8px; padding: 2rem;
  transition: all 0.3s; position: relative; overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--gold); transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s;
}

.service-card:hover { box-shadow: 0 12px 40px rgba(11,31,58,0.1); transform: translateY(-3px); }
.service-card:hover::before { transform: scaleX(1); }

.service-icon { font-size: 2.2rem; margin-bottom: 1rem; }
.service-card h3 { font-size: 1.4rem; color: var(--navy); margin-bottom: 0.6rem; }
.service-card p { color: var(--muted); font-size: 0.9rem; line-height: 1.6; }

/* ─── SERVICE DETAIL CARD ─── */
.service-detail {
  background: var(--white); border: 1px solid var(--border); border-radius: 8px;
  padding: 2.5rem; display: grid; grid-template-columns: auto 1fr; gap: 2rem;
  align-items: start; margin-bottom: 2rem;
}

.service-detail-icon { font-size: 3rem; }
.service-detail h3 { font-size: 1.8rem; color: var(--navy); margin-bottom: 0.75rem; }
.service-detail p { color: var(--muted); line-height: 1.7; margin-bottom: 1rem; }

/* ─── BADGES ─── */
.mb-badge {
  display: inline-block; background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--gold); font-size: 0.78rem; padding: 0.2rem 0.65rem;
  border-radius: 20px; margin-right: 0.4rem; margin-bottom: 0.4rem;
}

/* ─── ABOUT ─── */
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
  margin-top: 2rem;
}

.about-visual {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  border-radius: 8px; padding: 3rem; color: white; position: relative; overflow: hidden;
}

.about-visual::after {
  content: '✦';
  position: absolute; right: 2rem; bottom: 2rem;
  font-size: 6rem; opacity: 0.06; color: var(--gold);
}

.about-visual h3 { font-size: 2rem; color: var(--gold); margin-bottom: 1rem; }
.about-visual p { color: rgba(255,255,255,0.75); line-height: 1.7; font-size: 0.95rem; }

.region-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; }

.region-tag {
  background: rgba(201,168,76,0.15); border: 1px solid rgba(201,168,76,0.3);
  color: var(--gold); padding: 0.3rem 0.75rem; border-radius: 20px; font-size: 0.8rem;
}

.values-list { list-style: none; }

.values-list li {
  padding: 0.9rem 0; border-bottom: 1px solid var(--border);
  display: flex; align-items: flex-start; gap: 0.75rem;
  color: var(--muted); font-size: 0.95rem; line-height: 1.5;
}

.values-list li::before {
  content: '◆'; color: var(--gold); font-size: 0.6rem; margin-top: 0.35rem; flex-shrink: 0;
}

/* ─── MISSION / VISION GRID ─── */
.mv-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 3rem;
}

.mv-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 2rem;
}

.mv-card h3 { color: var(--gold); font-size: 1.5rem; margin-bottom: 0.75rem; }
.mv-card p { color: var(--muted); line-height: 1.7; font-size: 0.93rem; }

/* ─── TEAM ─── */
.team-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem; margin-top: 3rem;
}

.team-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 8px; overflow: hidden; text-align: center;
  transition: all 0.3s;
}

.team-card:hover { box-shadow: 0 12px 40px rgba(11,31,58,0.12); transform: translateY(-3px); }

.team-avatar {
  width: 100%; height: 200px;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  display: flex; align-items: center; justify-content: center;
  font-size: 4rem; color: rgba(201,168,76,0.6);
}

.team-info { padding: 1.5rem; }
.team-info h3 { font-size: 1.25rem; color: var(--navy); margin-bottom: 0.3rem; }

.team-info .role {
  color: var(--gold); font-size: 0.82rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.75rem;
}

.team-info p { color: var(--muted); font-size: 0.87rem; line-height: 1.5; }

/* ─── TRAVEL / OPPORTUNITIES ─── */
.travel-hero {
  background: linear-gradient(135deg, var(--navy), #1a3a5c);
  padding: 4rem 2rem; text-align: center;
}

.travel-hero h2 { font-size: clamp(2rem, 4vw, 3.5rem); color: var(--white); }
.travel-hero p { color: rgba(255,255,255,0.7); max-width: 600px; margin: 1rem auto 0; font-size: 1.05rem; }

.travel-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem; margin-top: 3rem;
}

.travel-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 8px;
  padding: 2rem; transition: all 0.3s;
}

.travel-card:hover { box-shadow: 0 12px 40px rgba(11,31,58,0.1); transform: translateY(-3px); }
.travel-card .card-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.travel-card h3 { font-size: 1.4rem; color: var(--navy); margin-bottom: 0.75rem; }
.travel-card p { color: var(--muted); font-size: 0.9rem; line-height: 1.6; margin-bottom: 1rem; }
.travel-card ul { list-style: none; }

.travel-card ul li {
  color: var(--muted); font-size: 0.87rem; padding: 0.3rem 0;
  display: flex; align-items: flex-start; gap: 0.5rem;
}

.travel-card ul li::before { content: '→'; color: var(--gold); flex-shrink: 0; }

.partner-section {
  background: var(--navy); color: white; border-radius: 8px;
  padding: 3rem; margin-top: 3rem;
}

.partner-section h3 { font-size: 2rem; color: var(--gold); margin-bottom: 0.75rem; }
.partner-section p { color: rgba(255,255,255,0.72); line-height: 1.7; margin-bottom: 1.5rem; }

.partner-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem;
}

.partner-item {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(201,168,76,0.2);
  border-radius: 6px; padding: 1rem; text-align: center;
}

.partner-item .flag { font-size: 2rem; margin-bottom: 0.4rem; }
.partner-item p { color: rgba(255,255,255,0.75); font-size: 0.85rem; margin: 0; }

.steps-section { margin-top: 3rem; }
.steps-section h3 { font-size: 1.8rem; color: var(--navy); margin-bottom: 2rem; }

.steps {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem;
}

.step {
  background: var(--white); border: 1px solid var(--border); border-radius: 8px;
  padding: 1.5rem; text-align: center;
}

.step-num {
  width: 44px; height: 44px;
  background: var(--gold); color: var(--navy);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.1rem; margin: 0 auto 1rem;
  font-family: 'Cormorant Garamond', serif;
}

.step h4 { font-size: 1.1rem; color: var(--navy); margin-bottom: 0.5rem; }
.step p { color: var(--muted); font-size: 0.85rem; line-height: 1.5; }

/* ─── TRAINING ─── */
.training-intro {
  background: var(--navy); color: white; padding: 4rem 2rem; text-align: center;
}

.training-meta {
  background: var(--white); border: 1px solid var(--border); border-radius: 8px;
  padding: 2rem; margin: 3rem 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem;
}

.training-meta-item { display: flex; gap: 1rem; }
.training-meta-icon { font-size: 1.8rem; flex-shrink: 0; }
.training-meta-item h4 { font-size: 1rem; color: var(--navy); margin-bottom: 0.25rem; }
.training-meta-item p { color: var(--muted); font-size: 0.85rem; line-height: 1.5; }

.training-categories { display: grid; gap: 2rem; margin-top: 2rem; }

.training-cat {
  background: var(--white); border: 1px solid var(--border); border-radius: 8px; overflow: hidden;
}

.training-cat-header {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  padding: 1.5rem 2rem; display: flex; align-items: center; gap: 1rem;
}

.training-cat-header h3 { color: var(--white); font-size: 1.4rem; flex: 1; }
.training-cat-header .cat-icon { font-size: 1.8rem; }
.training-cat-body { padding: 2rem; }

.training-topics {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 0.5rem;
}

.topic-item {
  display: flex; align-items: flex-start; gap: 0.6rem;
  padding: 0.6rem 0; border-bottom: 1px solid var(--border);
  color: var(--muted); font-size: 0.88rem; line-height: 1.4;
}

.topic-item::before {
  content: '◆'; color: var(--gold); font-size: 0.5rem; margin-top: 0.4rem; flex-shrink: 0;
}

.training-cta-btn {
  display: inline-block; margin-top: 1.5rem;
  background: var(--gold); color: var(--navy);
  padding: 0.7rem 1.5rem; border-radius: 4px;
  font-weight: 600; font-size: 0.85rem; cursor: pointer;
  border: none; transition: all 0.2s; text-decoration: none;
}

.training-cta-btn:hover { background: var(--gold-light); }

/* ─── TESTIMONIALS ─── */
.testimonials-section {
  background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}

.testimonial-slider {
  position: relative; max-width: 700px; margin: 3rem auto 0; overflow: hidden;
}

.testimonial-slide {
  display: none; text-align: center; padding: 2rem;
}

.testimonial-slide.active { display: block; }

.testimonial-slide blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem; color: var(--navy); line-height: 1.6;
  font-style: italic; margin-bottom: 1.5rem;
  position: relative; padding: 0 1rem;
}

.testimonial-slide blockquote::before {
  content: '"'; font-size: 4rem; color: var(--gold); opacity: 0.3;
  position: absolute; top: -1.5rem; left: -0.5rem;
  font-family: 'Cormorant Garamond', serif;
}

.testimonial-author { font-weight: 600; color: var(--navy); font-size: 0.95rem; }
.testimonial-role { color: var(--muted); font-size: 0.82rem; margin-top: 0.2rem; }

.testimonial-dots {
  display: flex; justify-content: center; gap: 0.5rem; margin-top: 1.5rem;
}

.testimonial-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--border); border: none; cursor: pointer;
  transition: background 0.3s;
}

.testimonial-dot.active { background: var(--gold); }

/* ─── CONTACT ─── */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-top: 3rem; align-items: start;
}

.contact-form {
  background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 2.5rem;
}

.contact-form h3 { font-size: 1.8rem; color: var(--navy); margin-bottom: 1.5rem; }

.form-group { margin-bottom: 1.25rem; }

.form-group label {
  display: block; font-size: 0.82rem; font-weight: 500;
  color: var(--navy); margin-bottom: 0.4rem; letter-spacing: 0.03em;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%; padding: 0.75rem 1rem;
  border: 1px solid var(--border); border-radius: 4px;
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem;
  color: var(--text); background: var(--cream);
  transition: border-color 0.2s; outline: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--gold);
}

.form-group textarea { height: 130px; resize: vertical; }

.form-submit {
  width: 100%; padding: 0.9rem;
  background: var(--navy); color: var(--white);
  border: none; border-radius: 4px; font-size: 0.9rem; font-weight: 600;
  cursor: pointer; transition: background 0.2s; letter-spacing: 0.03em;
}

.form-submit:hover { background: var(--navy-light); }

.contact-info h3 { font-size: 1.8rem; color: var(--navy); margin-bottom: 1.5rem; }

.contact-item {
  display: flex; gap: 1rem; margin-bottom: 1.5rem; align-items: flex-start;
}

.contact-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: rgba(201,168,76,0.12); border: 1px solid rgba(201,168,76,0.25);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
}

.contact-item-text h4 {
  font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--gold); font-weight: 500; margin-bottom: 0.3rem;
  font-family: 'DM Sans', sans-serif;
}

.contact-item-text p { color: var(--muted); font-size: 0.92rem; line-height: 1.5; }
.contact-item-text a { color: var(--navy); text-decoration: none; }
.contact-item-text a:hover { color: var(--gold); }

.whatsapp-btn {
  display: flex; align-items: center; gap: 0.75rem;
  background: #25D366; color: white;
  padding: 1rem 1.5rem; border-radius: 8px;
  text-decoration: none; font-weight: 600;
  font-size: 0.95rem; margin-top: 2rem;
  transition: all 0.2s; width: 100%; justify-content: center;
}

.whatsapp-btn:hover { background: #1ebe5d; transform: translateY(-1px); }

/* ─── STORE ─── */
.store-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem; margin-top: 3rem;
}

.product-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 8px; overflow: hidden; transition: all 0.3s;
}

.product-card:hover { box-shadow: 0 12px 40px rgba(11,31,58,0.12); transform: translateY(-3px); }

.product-thumb {
  height: 160px;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  display: flex; align-items: center; justify-content: center; font-size: 3.5rem;
}

.product-body { padding: 1.5rem; }
.product-body h3 { font-size: 1.2rem; color: var(--navy); margin-bottom: 0.4rem; }
.product-body p { color: var(--muted); font-size: 0.85rem; line-height: 1.5; margin-bottom: 1rem; }

.product-footer {
  display: flex; align-items: center; justify-content: space-between;
}

.price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 700; color: var(--gold);
}

.buy-btn {
  background: var(--navy); color: white;
  padding: 0.5rem 1rem; border: none; border-radius: 4px;
  font-size: 0.82rem; font-weight: 600; cursor: pointer; transition: background 0.2s;
}

.buy-btn:hover { background: var(--gold); color: var(--navy); }

/* ─── CTA SECTION ─── */
.cta-section {
  background: var(--navy); text-align: center; padding: 5rem 2rem;
}

.cta-section h2 { color: white; font-size: 2.5rem; margin-bottom: 1rem; }
.cta-section p { color: rgba(255,255,255,0.65); max-width: 500px; margin: 0 auto 2rem; }

/* ─── FOOTER ─── */
.site-footer {
  background: var(--navy); color: rgba(255,255,255,0.65); padding: 4rem 2rem 2rem;
}

.footer-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 3rem;
  padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-brand h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; color: white; margin-bottom: 0.75rem;
}

.footer-brand h3 span { color: var(--gold); }
.footer-brand p { font-size: 0.85rem; line-height: 1.7; max-width: 260px; }

.footer-col h4 {
  color: var(--gold); font-size: 0.75rem; text-transform: uppercase;
  letter-spacing: 0.1em; margin-bottom: 1rem; font-weight: 500;
  font-family: 'DM Sans', sans-serif;
}

.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.5rem; }

.footer-col ul li a {
  color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.85rem;
  transition: color 0.2s;
}

.footer-col ul li a:hover { color: var(--gold); }

.footer-contact p { font-size: 0.85rem; margin-bottom: 0.5rem; }
.footer-contact a { color: rgba(255,255,255,0.6); text-decoration: none; }
.footer-contact a:hover { color: var(--gold); }

.footer-bottom {
  max-width: 1100px; margin: 2rem auto 0;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 0.8rem; flex-wrap: wrap; gap: 1rem;
}

/* ─── MODAL ─── */
.modal-overlay {
  display: none; position: fixed; inset: 0; z-index: 2000;
  background: rgba(0,0,0,0.6); backdrop-filter: blur(4px);
  align-items: center; justify-content: center; padding: 2rem;
}

.modal-overlay.open { display: flex; }

.modal {
  background: var(--white); border-radius: 10px;
  max-width: 480px; width: 100%; padding: 2.5rem; position: relative;
}

.modal-close {
  position: absolute; top: 1rem; right: 1rem;
  background: none; border: none; font-size: 1.4rem; cursor: pointer; color: var(--muted);
}

.modal h3 { font-size: 1.8rem; color: var(--navy); margin-bottom: 0.5rem; }
.modal p { color: var(--muted); margin-bottom: 1.5rem; font-size: 0.9rem; }

/* ─── NOTICE ─── */
.notice {
  background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.25);
  border-radius: 6px; padding: 1rem 1.25rem; color: var(--text);
  font-size: 0.88rem; line-height: 1.6; margin-top: 1.5rem;
}

/* ─── UTILITY ─── */
.bg-cream { background: var(--cream); }
.bg-white { background: var(--white); }
.text-gold { color: var(--gold); }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .about-grid, .contact-grid, .mv-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .service-detail { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .nav-store-btn { display: none; }
}
