:root {
  --sage:        #4f8a5e;
  --sage-light:  #a9cbb0;
  --sage-dark:   #3f6b52;
  --cream:       #f5f0e8;
  --warm-white:  #faf8f3;
  --clay:        #c9722e;
  --clay-light:  #e8b98a;
  --charcoal:    #1f2d24;
  --mid-grey:    #6b6b6b;
  --light-grey:  #d8d4cc;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--warm-white); color: var(--charcoal); overflow-x: hidden; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 1rem 2.5rem; display: flex; align-items: center; justify-content: space-between;
  background: rgba(250,248,243,0.92); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(79,138,94,0.15);
}
.nav-logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; flex-shrink: 0; }
.nav-wordmark { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 1.15rem; color: var(--charcoal); letter-spacing: 0.04em; line-height: 1.2; }
.nav-wordmark em { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 600; color: var(--sage-dark); }
.nav-wordmark span { display: block; font-size: 0.7rem; font-family: 'DM Sans', sans-serif; font-weight: 300; color: var(--mid-grey); letter-spacing: 0.12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 0.25rem; list-style: none; }
.nav-links a { font-family: 'DM Sans', sans-serif; font-size: 0.82rem; font-weight: 400; letter-spacing: 0.04em; color: var(--mid-grey); text-decoration: none; padding: 0.45rem 0.85rem; border-radius: 2rem; transition: color 0.2s, background 0.2s; }
.nav-links a:hover { color: var(--sage-dark); background: rgba(79,138,94,0.1); }
.nav-right { display: flex; align-items: center; gap: 1.25rem; }
.nav-phone { font-family: 'DM Sans', sans-serif; font-size: 0.82rem; font-weight: 400; color: var(--mid-grey); text-decoration: none; white-space: nowrap; }
.nav-phone:hover { color: var(--sage-dark); }
.nav-cta { font-family: 'DM Sans', sans-serif; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--warm-white); background: var(--sage-dark); border: none; padding: 0.6rem 1.4rem; border-radius: 2rem; cursor: pointer; text-decoration: none; transition: background 0.25s, transform 0.15s; white-space: nowrap; }
.nav-cta:hover { background: var(--sage); transform: translateY(-1px); }

/* ── HAMBURGER ── */
.nav-hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 36px; height: 36px; background: none; border: none; cursor: pointer; padding: 4px; border-radius: 6px; transition: background 0.2s; flex-shrink: 0; }
.nav-hamburger:hover { background: rgba(79,138,94,0.12); }
.nav-hamburger span { display: block; width: 22px; height: 2px; background: var(--sage-dark); border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; transform-origin: center; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── DRAWER ── */
.nav-drawer { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; background: rgba(250,248,243,0.97); backdrop-filter: blur(16px); flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.nav-drawer.open { opacity: 1; pointer-events: all; }
.nav-drawer a { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 300; color: var(--charcoal); text-decoration: none; letter-spacing: 0.04em; padding: 0.5rem 1.5rem; border-radius: 0.5rem; transition: color 0.2s; }
.nav-drawer a:hover { color: var(--sage-dark); }
.nav-drawer .drawer-cta { margin-top: 1.5rem; font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--warm-white); background: var(--sage-dark); padding: 0.85rem 2.5rem; border-radius: 3rem; }
.nav-drawer .drawer-cta:hover { background: var(--sage); color: var(--warm-white); }
.nav-drawer .drawer-phone { margin-top: 0.5rem; font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 400; letter-spacing: 0.02em; color: var(--mid-grey); padding: 0.4rem 1.5rem; }
.nav-drawer .drawer-phone:hover { color: var(--sage-dark); }

/* ── BUTTONS ── */
.btn-primary { font-family: 'DM Sans', sans-serif; font-size: 0.88rem; font-weight: 500; letter-spacing: 0.06em; text-decoration: none; color: var(--warm-white); background: var(--sage-dark); padding: 0.85rem 2rem; border-radius: 3rem; transition: background 0.25s, transform 0.15s, box-shadow 0.25s; box-shadow: 0 4px 16px rgba(63,107,82,0.25); display: inline-block; border: none; cursor: pointer; }
.btn-primary:hover { background: var(--sage); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(63,107,82,0.3); }
.btn-secondary { font-family: 'DM Sans', sans-serif; font-size: 0.88rem; font-weight: 400; letter-spacing: 0.06em; text-decoration: none; color: var(--sage-dark); padding: 0.85rem 2rem; border-radius: 3rem; border: 1.5px solid var(--sage-light); transition: border-color 0.25s, background 0.25s, transform 0.15s; display: inline-block; background: none; cursor: pointer; }
.btn-secondary:hover { border-color: var(--sage-dark); background: rgba(79,138,94,0.07); transform: translateY(-2px); }

/* ── SECTION SHARED ── */
section { position: relative; }
.section-label { font-family: 'DM Sans', sans-serif; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--clay); margin-bottom: 1rem; }

/* ── HERO ── */
.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 5rem; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 70% 50%, rgba(169,203,176,0.22) 0%, transparent 70%), radial-gradient(ellipse 40% 50% at 20% 80%, rgba(201,114,46,0.1) 0%, transparent 60%); pointer-events: none; }
.hero-text { display: flex; flex-direction: column; justify-content: center; padding: 5rem 4rem 5rem 6rem; position: relative; z-index: 2; }
.eyebrow { font-family: 'DM Sans', sans-serif; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sage); margin-bottom: 1.5rem; opacity: 0; animation: fadeUp 0.8s ease 0.2s forwards; }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(2.8rem, 5vw, 4.5rem); line-height: 1.1; color: var(--charcoal); margin-bottom: 1.75rem; opacity: 0; animation: fadeUp 0.9s ease 0.35s forwards; }
.hero h1 em { font-style: italic; color: var(--sage-dark); }
.hero-body { font-size: 1.05rem; font-weight: 300; line-height: 1.75; color: var(--mid-grey); max-width: 440px; margin-bottom: 2.5rem; opacity: 0; animation: fadeUp 0.9s ease 0.5s forwards; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.9s ease 0.65s forwards; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; padding: 4rem 5rem 4rem 2rem; z-index: 2; }
.botanical-ring { position: absolute; width: 420px; height: 420px; opacity: 0; animation: fadeIn 1.2s ease 0.7s forwards; }
.hero-card { position: relative; z-index: 3; background: rgba(255,255,255,0.75); backdrop-filter: blur(16px); border: 1px solid rgba(169,203,176,0.5); border-radius: 1.5rem; padding: 2.5rem; max-width: 320px; box-shadow: 0 20px 60px rgba(63,107,82,0.12), 0 4px 16px rgba(0,0,0,0.06); opacity: 0; animation: fadeUp 1s ease 0.8s forwards; }
.hero-card-badge { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage-dark); background: rgba(169,203,176,0.35); padding: 0.3rem 0.75rem; border-radius: 2rem; margin-bottom: 1.25rem; }
.hero-card-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--sage); }
.hero-card h3 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.35rem; color: var(--charcoal); margin-bottom: 0.5rem; }
.hero-card-role { font-size: 0.78rem; color: var(--mid-grey); margin-bottom: 1.25rem; line-height: 1.5; }
.hero-card-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1.5rem; }
.tag { font-size: 0.72rem; font-weight: 400; color: var(--clay); background: rgba(201,114,46,0.12); border: 1px solid rgba(201,114,46,0.25); padding: 0.25rem 0.6rem; border-radius: 1rem; }
.hero-card-divider { border: none; border-top: 1px solid var(--light-grey); margin: 1.25rem 0; }
.hero-card-info { font-size: 0.8rem; color: var(--mid-grey); display: flex; flex-direction: column; gap: 0.4rem; }
.hero-card-info a { color: var(--sage-dark); text-decoration: none; font-weight: 500; }
.hero-card-info a:hover { text-decoration: underline; }

/* ── ABOUT ── */
.about { padding: 7rem 6rem; display: grid; grid-template-columns: 1fr 1.2fr; gap: 6rem; align-items: center; background: var(--cream); overflow: hidden; }
.about::before { content: ''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(169,203,176,0.3) 0%, transparent 70%); pointer-events: none; }
.about h2 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.2; margin-bottom: 1.75rem; color: var(--charcoal); }
.about h2 em { font-style: italic; color: var(--sage-dark); }
.about p { font-size: 1rem; font-weight: 300; line-height: 1.8; color: var(--mid-grey); margin-bottom: 1.25rem; }
.quote-block { border-left: 3px solid var(--sage-light); padding: 1.25rem 1.5rem; margin: 2rem 0; background: rgba(169,203,176,0.12); border-radius: 0 0.75rem 0.75rem 0; }
.quote-block p { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.2rem; font-weight: 400; color: var(--charcoal); line-height: 1.6; margin: 0; }
.about-visual { position: relative; }
.science-soul-graphic { width: 100%; max-width: 380px; margin: 0 auto; display: block; }

/* ── SPECIALTIES ── */
.specialties { padding: 7rem 6rem; background: var(--warm-white); }
.specialties-header { text-align: center; margin-bottom: 4rem; }
.specialties-header h2 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(2rem, 3.5vw, 3rem); color: var(--charcoal); margin-bottom: 0.75rem; }
.specialties-header p { font-weight: 300; color: var(--mid-grey); max-width: 520px; margin: 0 auto; line-height: 1.7; }
.specialties-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; max-width: 1100px; margin: 0 auto; }
.specialty-card { background: var(--warm-white); border: 1px solid var(--light-grey); border-radius: 1.25rem; padding: 2rem; transition: border-color 0.25s, box-shadow 0.25s, transform 0.2s; position: relative; overflow: hidden; }
.specialty-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--sage-light), var(--clay-light)); opacity: 0; transition: opacity 0.25s; }
.specialty-card:hover { border-color: var(--sage-light); box-shadow: 0 12px 40px rgba(79,138,94,0.12); transform: translateY(-4px); }
.specialty-card:hover::before { opacity: 1; }
.specialty-icon { font-size: 2rem; margin-bottom: 1rem; }
.specialty-card h3 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.3rem; color: var(--charcoal); margin-bottom: 0.5rem; }
.specialty-card p { font-size: 0.88rem; font-weight: 300; line-height: 1.7; color: var(--mid-grey); }

/* ── APPROACH ── */
.approach { padding: 7rem 6rem; background: var(--sage-dark); color: var(--warm-white); position: relative; overflow: hidden; }
.approach::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 80% 20%, rgba(255,255,255,0.06) 0%, transparent 60%), radial-gradient(ellipse 40% 60% at 10% 90%, rgba(201,114,46,0.15) 0%, transparent 50%); pointer-events: none; }
.approach-inner { max-width: 900px; margin: 0 auto; position: relative; z-index: 2; }
.approach .section-label { color: var(--clay-light); }
.approach h2 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1.2; margin-bottom: 2rem; color: var(--warm-white); }
.approach h2 em { font-style: italic; color: var(--sage-light); }
.approach > .approach-inner > p { font-size: 1rem; font-weight: 300; line-height: 1.8; color: rgba(250,248,243,0.8); margin-bottom: 3rem; max-width: 680px; }
.modalities { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.modality-pill { font-size: 0.8rem; font-weight: 400; letter-spacing: 0.04em; color: var(--sage-light); border: 1px solid rgba(169,203,176,0.4); padding: 0.45rem 1.1rem; border-radius: 2rem; background: rgba(169,203,176,0.1); transition: background 0.2s, border-color 0.2s; }
.modality-pill:hover { background: rgba(169,203,176,0.2); border-color: var(--sage-light); }

/* ── PRACTICAL ── */
.practical { padding: 7rem 6rem; background: var(--cream); }
.practical-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.practical h2 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--charcoal); margin-bottom: 2rem; line-height: 1.2; }
.practical h2 em { font-style: italic; color: var(--sage-dark); }
.info-rows { display: flex; flex-direction: column; gap: 1rem; }
.info-row { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; background: var(--warm-white); border-radius: 0.75rem; border: 1px solid rgba(216,212,204,0.7); }
.info-row-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 0.1rem; }
.info-row-text strong { display: block; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mid-grey); margin-bottom: 0.25rem; }
.info-row-text span { font-size: 0.95rem; font-weight: 300; color: var(--charcoal); line-height: 1.5; }
.info-row-text a { color: var(--sage-dark); text-decoration: none; font-weight: 400; }
.info-row-text a:hover { text-decoration: underline; }
.insurance-list { font-size: 0.85rem; font-weight: 300; color: var(--mid-grey); line-height: 1.9; }

/* ── CTA ── */
.cta-section { padding: 7rem 6rem; background: var(--warm-white); text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(169,203,176,0.18) 0%, transparent 70%); pointer-events: none; }
.cta-section h2 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(2rem, 4vw, 3.5rem); color: var(--charcoal); max-width: 700px; margin: 0 auto 1.25rem; line-height: 1.2; }
.cta-section h2 em { font-style: italic; color: var(--sage-dark); }
.cta-section p { font-weight: 300; color: var(--mid-grey); max-width: 480px; margin: 0 auto 2.5rem; line-height: 1.75; }
.cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── PAGE HERO (inner pages) ── */
.page-hero { padding: 8rem 6rem 4rem; background: var(--cream); border-bottom: 1px solid var(--light-grey); }
.page-hero .breadcrumb { font-size: 0.75rem; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid-grey); margin-bottom: 1.25rem; }
.page-hero .breadcrumb a { color: var(--sage-dark); text-decoration: none; }
.page-hero .breadcrumb a:hover { text-decoration: underline; }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: 1.15; color: var(--charcoal); margin-bottom: 0.75rem; }
.page-hero .meta { font-size: 0.82rem; font-weight: 300; color: var(--mid-grey); }

/* ── LEGAL PAGES ── */
.legal-content { max-width: 780px; margin: 0 auto; padding: 5rem 2rem 6rem; }
.legal-content h2 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.5rem; color: var(--charcoal); margin: 2.5rem 0 0.75rem; padding-top: 2.5rem; border-top: 1px solid var(--light-grey); }
.legal-content h2:first-child { border-top: none; padding-top: 0; margin-top: 0; }
.legal-content p { font-size: 0.97rem; font-weight: 300; line-height: 1.85; color: var(--mid-grey); margin-bottom: 1rem; }
.legal-content p strong { font-weight: 500; color: var(--charcoal); }
.legal-content ul { list-style: none; margin: 0.5rem 0 1.25rem 0; display: flex; flex-direction: column; gap: 0.5rem; }
.legal-content ul li { font-size: 0.97rem; font-weight: 300; line-height: 1.7; color: var(--mid-grey); padding-left: 1.25rem; position: relative; }
.legal-content ul li::before { content: ''; position: absolute; left: 0; top: 0.65em; width: 5px; height: 5px; border-radius: 50%; background: var(--sage); }
.legal-content a { color: var(--sage-dark); text-decoration: none; }
.legal-content a:hover { text-decoration: underline; }
.callout { background: rgba(169,203,176,0.15); border-left: 3px solid var(--sage-light); border-radius: 0 0.75rem 0.75rem 0; padding: 1.25rem 1.5rem; margin: 1.5rem 0; }
.callout p { margin: 0; font-size: 0.92rem; }

/* ── CONTACT PAGE ── */
.contact-page { padding: 8rem 6rem 6rem; max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: 6rem; align-items: start; }
.contact-intro h1 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.15; color: var(--charcoal); margin-bottom: 1.25rem; }
.contact-intro h1 em { font-style: italic; color: var(--sage-dark); }
.contact-intro p { font-size: 1rem; font-weight: 300; line-height: 1.8; color: var(--mid-grey); margin-bottom: 1rem; }
.contact-detail { display: flex; align-items: flex-start; gap: 0.85rem; margin-bottom: 0.85rem; font-size: 0.92rem; font-weight: 300; color: var(--mid-grey); }
.contact-detail a { color: var(--sage-dark); text-decoration: none; }
.contact-detail a:hover { text-decoration: underline; }
.contact-crisis { margin-top: 2rem; padding: 1.25rem 1.5rem; background: rgba(201,114,46,0.08); border-left: 3px solid var(--clay-light); border-radius: 0 0.75rem 0.75rem 0; }
.contact-crisis p { font-size: 0.85rem; font-weight: 300; line-height: 1.7; color: var(--mid-grey); margin: 0; }
.contact-crisis strong { font-weight: 500; color: var(--charcoal); }

/* Contact form */
.contact-form-wrap { background: rgba(255,255,255,0.8); backdrop-filter: blur(12px); border: 1px solid rgba(169,203,176,0.4); border-radius: 1.5rem; padding: 2.5rem; box-shadow: 0 12px 40px rgba(63,107,82,0.08); position: sticky; top: 6rem; }
.contact-form-wrap h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 1.6rem; color: var(--charcoal); margin-bottom: 1.75rem; }

.contact-booking-callout { background: rgba(169,203,176,0.18); border: 1px solid rgba(169,203,176,0.45); border-radius: 1rem; padding: 1.5rem; margin-bottom: 1.75rem; }
.contact-booking-eyebrow { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sage-dark); margin-bottom: 0.4rem; }
.contact-booking-copy { font-size: 0.88rem; font-weight: 300; line-height: 1.6; color: var(--mid-grey); margin-bottom: 1.1rem; }
.contact-booking-divider { display: flex; align-items: center; text-align: center; margin-bottom: 1.75rem; }
.contact-booking-divider::before, .contact-booking-divider::after { content: ''; flex: 1; border-bottom: 1px solid var(--light-grey); }
.contact-booking-divider span { padding: 0 0.85rem; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid-grey); white-space: nowrap; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1rem; }
.form-group label { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mid-grey); }
.form-group input,
.form-group textarea {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--charcoal);
  background: var(--warm-white);
  border: 1.5px solid var(--light-grey);
  border-radius: 0.6rem;
  padding: 0.7rem 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  width: 100%;
}
.form-group input:focus,
.form-group textarea:focus { border-color: var(--sage); box-shadow: 0 0 0 3px rgba(79,138,94,0.15); }
.form-group input.is-invalid,
.form-group textarea.is-invalid { border-color: #e07070; }
.form-group .invalid-msg { font-size: 0.78rem; color: #c0392b; display: none; }
.form-group.has-error .invalid-msg { display: block; }
.form-group textarea { resize: vertical; min-height: 130px; }
.form-submit { width: 100%; padding: 0.9rem; font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.06em; color: var(--warm-white); background: var(--sage-dark); border: none; border-radius: 3rem; cursor: pointer; transition: background 0.25s, transform 0.15s, box-shadow 0.2s; box-shadow: 0 4px 16px rgba(63,107,82,0.25); margin-top: 0.5rem; }
.form-submit:hover { background: var(--sage); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(63,107,82,0.3); }
.form-submit:disabled { opacity: 0.65; cursor: not-allowed; transform: none; }

/* Form feedback */
.form-feedback { display: none; border-radius: 0.75rem; padding: 1rem 1.25rem; margin-top: 1rem; font-size: 0.9rem; font-weight: 300; line-height: 1.6; }
.form-feedback.success { display: block; background: rgba(169,203,176,0.25); border: 1px solid var(--sage-light); color: var(--sage-dark); }
.form-feedback.error { display: block; background: rgba(196,100,80,0.08); border: 1px solid rgba(196,100,80,0.3); color: #c0392b; }

/* ── FOOTER ── */
footer { background: var(--charcoal); color: rgba(250,248,243,0.6); padding: 3rem 6rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; }
.footer-logo { display: flex; align-items: center; gap: 0.75rem; }
.footer-wordmark { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 1.4rem; color: rgba(250,248,243,0.9); }
footer p { font-size: 0.8rem; line-height: 1.6; }
footer a { color: var(--sage-light); text-decoration: none; }
footer a:hover { text-decoration: underline; }
.footer-legal { display: flex; gap: 1.5rem; font-size: 0.75rem; }
.footer-legal a { color: rgba(250,248,243,0.45); }
.footer-legal a:hover { color: var(--sage-light); }
.footer-bottom { width: 100%; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.25rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.75rem; }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slowSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.spin-slow { animation: slowSpin 40s linear infinite; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav { padding: 1rem 1.5rem; }
  .nav-links { display: none; }
  .nav-right .nav-cta, .nav-right .nav-phone { display: none; }
  .nav-hamburger { display: flex; }
  .nav-drawer { display: flex; }

  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-text { padding: 6rem 2rem 2.5rem; }
  .hero-visual { padding: 2rem; justify-content: flex-start; }
  .hero-card { max-width: 100%; }

  .about { grid-template-columns: 1fr; padding: 5rem 2rem; gap: 3rem; }
  .specialties { padding: 5rem 2rem; }
  .approach { padding: 5rem 2rem; }
  .practical { padding: 5rem 2rem; }
  .practical-inner { grid-template-columns: 1fr; gap: 3rem; }
  .cta-section { padding: 5rem 2rem; }

  .page-hero { padding: 7rem 2rem 3rem; }
  .legal-content { padding: 3rem 1.5rem 4rem; }

  .contact-page { grid-template-columns: 1fr; padding: 7rem 2rem 4rem; gap: 3rem; }
  .contact-form-wrap { position: static; }
  .form-row { grid-template-columns: 1fr; }

  footer { padding: 2.5rem 2rem; flex-direction: column; align-items: flex-start; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

.ssc-admin-link {
  font-size: .82rem;
  opacity: .7;
  transition: opacity .2s;
  letter-spacing: .04em;
}
.ssc-admin-link:hover { opacity: 1; }

/* Admin login link in mobile drawer */
.drawer-login {
  font-size: .78rem;
  opacity: .5;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: .5rem;
}
.drawer-login:hover { opacity: 1; }
