/* ═══════════════════════════════════════════════════
   BEEVIAN LLC — Care Services
   Main Stylesheet
   beevian.care
═══════════════════════════════════════════════════ */

/* ── TOKENS ──────────────────────────────────────── */
:root {
  --green:    #0D4A2F;
  --gmid:     #1A6B45;
  --gbrt:     #2E8B57;
  --glt:      #C8E6D4;
  --gpale:    #EAF4EE;
  --gold:     #C4933F;
  --goldlt:   #E0B060;
  --goldbg:   #F5E6CC;
  --cream:    #FAF8F4;
  --white:    #FFFFFF;
  --ink:      #111816;
  --mid:      #5A6E62;
  --light:    #8A9E92;
  --rule:     #D4E0D8;
  --shadow:   0 4px 32px rgba(13,74,47,.10);
  --shadow-lg:0 16px 64px rgba(13,74,47,.16);
  --radius:   3px;
  --nav-h:    72px;
}

/* ── RESET ───────────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Jost', sans-serif; color: var(--ink); background: var(--white); overflow-x: hidden; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ── TYPOGRAPHY ─────────────────────────────────── */
.display {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  line-height: 1.08;
}

.mono {
  font-family: 'DM Mono', monospace;
  letter-spacing: .25em;
  text-transform: uppercase;
}

/* ── LAYOUT ──────────────────────────────────────── */
.container { max-width: 1160px; margin: 0 auto; padding: 0 48px; }
.section    { padding: 112px 0; }
.section--sm{ padding: 72px 0; }

/* ── NAV ─────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 200;
  height: var(--nav-h);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rule);
  transition: box-shadow .3s;
}
.nav.scrolled { box-shadow: var(--shadow); }
.nav__inner {
  display: flex; align-items: center;
  justify-content: space-between;
  height: 100%;
}
.nav__logo {
  display: flex; align-items: center; gap: 12px;
}
.nav__wordmark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px; font-weight: 300;
  color: var(--green); line-height: 1;
}
.nav__wordmark strong { font-weight: 500; }
.nav__tagline {
  font-family: 'DM Mono', monospace;
  font-size: 8px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--light);
  margin-top: 2px;
}
.nav__links {
  display: flex; align-items: center; gap: 36px;
}
.nav__links a {
  font-size: 13px; color: var(--mid);
  transition: color .2s;
}
.nav__links a:hover { color: var(--green); }
.nav__cta {
  background: var(--green); color: var(--white) !important;
  padding: 10px 24px; border-radius: var(--radius);
  font-weight: 500; font-size: 13px;
  transition: background .2s !important;
}
.nav__cta:hover { background: var(--gmid) !important; }

/* hamburger */
.nav__toggle {
  display: none; flex-direction: column;
  gap: 5px; width: 28px;
}
.nav__toggle span {
  display: block; height: 2px;
  background: var(--green); border-radius: 2px;
  transition: all .3s;
}

/* ── HERO ────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  background: var(--green);
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: var(--nav-h);
  position: relative;
  overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 75% at 0% 100%, rgba(46,139,87,.35), transparent 55%),
    radial-gradient(ellipse 35% 45% at 100% 0%, rgba(196,147,63,.12), transparent 50%);
}
.hero__hex {
  position: absolute; right: -80px; bottom: -80px;
  width: 520px; height: 520px; opacity: .04;
  pointer-events: none;
}
.hero__content {
  display: flex; flex-direction: column;
  justify-content: center;
  padding: 80px 48px 80px 72px;
  position: relative; z-index: 1;
}
.hero__eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 10px; letter-spacing: .3em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 28px;
  opacity: 0; animation: fadeUp .8s ease forwards .2s;
}
.hero__headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px; font-weight: 300;
  color: var(--white); line-height: 1.08;
  margin-bottom: 28px;
  opacity: 0; animation: fadeUp .8s ease forwards .35s;
}
.hero__headline em { color: var(--gold); font-style: italic; }
.hero__body {
  font-size: 17px; font-weight: 300;
  color: rgba(255,255,255,.66);
  line-height: 1.85; max-width: 440px;
  margin-bottom: 44px;
  opacity: 0; animation: fadeUp .8s ease forwards .5s;
}
.hero__actions {
  display: flex; gap: 16px; align-items: center;
  opacity: 0; animation: fadeUp .8s ease forwards .65s;
}
.hero__trust {
  display: flex; gap: 0;
  margin-top: 56px; padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,.1);
  opacity: 0; animation: fadeUp .8s ease forwards .8s;
}
.trust-stat { padding-right: 32px; }
.trust-stat + .trust-stat {
  padding-left: 32px;
  border-left: 1px solid rgba(255,255,255,.1);
}
.trust-stat__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px; font-weight: 300;
  color: var(--white); line-height: 1;
}
.trust-stat__num span { color: var(--gold); }
.trust-stat__label {
  font-size: 11px; color: rgba(255,255,255,.45);
  line-height: 1.5; margin-top: 4px;
}
.hero__right {
  display: flex; align-items: center;
  justify-content: center;
  padding: 80px 72px 80px 0;
  position: relative; z-index: 1;
}
.hero__card {
  background: var(--white); border-radius: 4px;
  padding: 44px; width: 100%; max-width: 400px;
  box-shadow: 0 32px 80px rgba(0,0,0,.25);
  opacity: 0; animation: fadeUp .9s ease forwards .5s;
}
.card__label {
  font-family: 'DM Mono', monospace;
  font-size: 10px; letter-spacing: .25em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 16px;
}
.card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-weight: 400;
  color: var(--green); line-height: 1.35;
  margin-bottom: 24px;
}
.form { display: flex; flex-direction: column; gap: 12px; }
.form__input, .form__select {
  width: 100%; padding: 13px 16px;
  border: 1.5px solid var(--rule);
  border-radius: var(--radius);
  font-family: 'Jost', sans-serif;
  font-size: 14px; color: var(--ink);
  background: var(--cream);
  outline: none; transition: border-color .2s, background .2s;
}
.form__input:focus, .form__select:focus {
  border-color: var(--gmid); background: var(--white);
}
.form__input::placeholder { color: var(--light); }
.form__select { appearance: none; cursor: pointer; }
.form__submit {
  width: 100%; padding: 15px;
  background: var(--green); color: var(--white);
  font-family: 'Jost', sans-serif;
  font-size: 14px; font-weight: 500;
  letter-spacing: .06em; border-radius: var(--radius);
  border: none; cursor: pointer;
  transition: background .2s; margin-top: 4px;
}
.form__submit:hover { background: var(--gmid); }
.form__privacy {
  font-size: 11px; color: var(--light);
  text-align: center; line-height: 1.6;
  margin-top: 4px;
}

/* ── TRUST BAR ───────────────────────────────────── */
.trust-bar {
  background: var(--ink);
  padding: 20px 0;
}
.trust-bar__inner {
  display: flex; align-items: center;
  justify-content: center; gap: 40px;
  flex-wrap: wrap;
}
.trust-bar__item {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: rgba(255,255,255,.52);
}
.trust-bar__icon { color: var(--gold); font-size: 14px; }
.trust-bar__divider {
  width: 1px; height: 20px;
  background: rgba(255,255,255,.1);
}

/* ── SECTION HEADERS ─────────────────────────────── */
.section-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 10px; letter-spacing: .3em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 14px;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 50px; font-weight: 300;
  color: var(--green); line-height: 1.1;
  margin-bottom: 20px;
}
.section-title em { color: var(--gmid); font-style: italic; }
.section-body {
  font-size: 17px; font-weight: 300;
  color: var(--mid); line-height: 1.9;
  max-width: 600px; margin-bottom: 52px;
}

/* ── SERVICES ────────────────────────────────────── */
.services { background: var(--cream); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card {
  background: var(--white); border-radius: var(--radius);
  padding: 36px 32px;
  border-bottom: 3px solid transparent;
  transition: border-color .3s, transform .3s, box-shadow .3s;
}
.service-card:hover {
  border-bottom-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.service-card__icon {
  width: 50px; height: 50px;
  background: var(--gpale); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 18px;
  transition: background .3s;
}
.service-card:hover .service-card__icon { background: var(--glt); }
.service-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 500;
  color: var(--green); margin-bottom: 10px;
}
.service-card__body {
  font-size: 14px; color: var(--mid);
  line-height: 1.8; margin-bottom: 18px;
}
.service-card__list { display: flex; flex-direction: column; gap: 5px; }
.service-card__list li {
  font-size: 13px; color: var(--mid);
  display: flex; align-items: flex-start; gap: 8px;
}
.service-card__list li::before {
  content: ''; width: 5px; height: 5px;
  border-radius: 50%; background: var(--gold);
  flex-shrink: 0; margin-top: 6px;
}

/* ── WHY ─────────────────────────────────────────── */
.why-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center;
}
.why-visual {
  background: var(--green); border-radius: 4px;
  padding: 56px 44px; position: relative; overflow: hidden;
}
.why-visual::after {
  content: '';
  position: absolute; bottom: -60px; right: -60px;
  width: 280px; height: 280px;
  border: 1px solid rgba(255,255,255,.07);
  transform: rotate(30deg);
  border-radius: 4px;
}
.stat-stack { display: flex; flex-direction: column; gap: 28px; }
.big-stat__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px; font-weight: 300;
  color: var(--white); line-height: 1;
}
.big-stat__num em { color: var(--gold); font-style: normal; }
.big-stat__desc {
  font-size: 14px; color: rgba(255,255,255,.48);
  margin-top: 5px; line-height: 1.6;
}
.stat-divider { width: 48px; height: 1px; background: rgba(255,255,255,.14); }
.why-points { display: flex; flex-direction: column; gap: 28px; }
.why-point__head {
  display: flex; align-items: center;
  gap: 12px; margin-bottom: 8px;
}
.why-point__num {
  font-family: 'DM Mono', monospace;
  font-size: 10px; color: var(--gold); letter-spacing: .1em;
}
.why-point__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px; font-weight: 500; color: var(--green);
}
.why-point__body {
  font-size: 14px; color: var(--mid);
  line-height: 1.8; padding-left: 30px;
}

/* ── PROCESS ─────────────────────────────────────── */
.process { background: var(--gpale); }
.process-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; position: relative;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 31px; left: calc(12.5% + 20px); right: calc(12.5% + 20px);
  height: 1px; background: var(--glt);
}
.step {
  padding: 0 20px;
  display: flex; flex-direction: column; gap: 14px;
}
.step__num {
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--white); border: 2px solid var(--glt);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px; font-weight: 300; color: var(--green);
  position: relative; z-index: 1;
  transition: background .3s, border-color .3s, color .3s;
}
.step:hover .step__num {
  background: var(--green); border-color: var(--green); color: var(--white);
}
.step__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px; font-weight: 500; color: var(--green);
}
.step__body { font-size: 13px; color: var(--mid); line-height: 1.75; }

/* ── TESTIMONIALS ────────────────────────────────── */
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.testimonial {
  background: var(--cream); border-radius: var(--radius);
  padding: 32px; border-top: 3px solid var(--rule);
  transition: border-top-color .3s;
}
.testimonial:hover { border-top-color: var(--gold); }
.testimonial__stars {
  color: var(--gold); font-size: 12px;
  letter-spacing: 2px; margin-bottom: 14px;
}
.testimonial__quote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-size: 18px;
  color: var(--ink); line-height: 1.7;
  margin-bottom: 22px;
}
.testimonial__author {
  display: flex; align-items: center; gap: 10px;
}
.author__avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--glt); display: flex;
  align-items: center; justify-content: center; font-size: 16px;
}
.author__name {
  font-size: 13px; font-weight: 500; color: var(--green);
}
.author__role {
  font-family: 'DM Mono', monospace;
  font-size: 10px; color: var(--light); letter-spacing: .07em;
}

/* ── ABOUT ───────────────────────────────────────── */
.about {
  background: var(--green); position: relative; overflow: hidden;
}
.about__hex {
  position: absolute; right: -100px; top: 50%;
  transform: translateY(-50%);
  width: 480px; height: 480px; opacity: .04;
  pointer-events: none;
}
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center;
  position: relative; z-index: 1;
}
.about .section-title { color: var(--white); }
.about .section-eyebrow { color: var(--gold); }
.about .section-body { color: rgba(255,255,255,.62); max-width: 100%; }
.about-values { display: flex; flex-direction: column; gap: 16px; }
.about-value {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 18px 20px;
  background: rgba(255,255,255,.06); border-radius: var(--radius);
  border-left: 3px solid transparent;
  transition: border-color .3s, background .3s;
}
.about-value:hover {
  border-left-color: var(--gold);
  background: rgba(255,255,255,.09);
}
.about-value__icon { font-size: 20px; flex-shrink: 0; margin-top: 1px; }
.about-value__title {
  font-size: 14px; font-weight: 500;
  color: var(--white); margin-bottom: 3px;
}
.about-value__body { font-size: 13px; color: rgba(255,255,255,.48); line-height: 1.7; }

/* ── AREAS ───────────────────────────────────────── */
.areas { background: var(--cream); }
.areas-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.area-card {
  background: var(--white); border-radius: var(--radius);
  padding: 24px; text-align: center;
  border-bottom: 2px solid var(--rule);
  transition: border-color .3s, transform .3s;
}
.area-card:hover { border-bottom-color: var(--gold); transform: translateY(-3px); }
.area-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px; font-weight: 500;
  color: var(--green); margin-bottom: 4px;
}
.area-card__tag {
  font-family: 'DM Mono', monospace;
  font-size: 9px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--light);
}

/* ── CTA ─────────────────────────────────────────── */
.cta-section {
  background: var(--ink);
  padding: 112px 0; text-align: center;
  position: relative; overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 30% 100%, rgba(13,74,47,.5), transparent 60%),
    radial-gradient(ellipse 40% 60% at 70% 0%, rgba(196,147,63,.1), transparent 50%);
  pointer-events: none;
}
.cta-section > * { position: relative; z-index: 1; }
.cta__eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 10px; letter-spacing: .3em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 18px;
}
.cta__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px; font-weight: 300;
  color: var(--white); line-height: 1.1; margin-bottom: 18px;
}
.cta__title em { color: var(--gold); font-style: italic; }
.cta__sub {
  font-size: 17px; color: rgba(255,255,255,.48);
  line-height: 1.85; max-width: 520px;
  margin: 0 auto 44px;
}
.cta__actions {
  display: flex; gap: 14px;
  justify-content: center; align-items: center;
}
.cta__phone {
  margin-top: 28px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-weight: 300;
  color: rgba(255,255,255,.38);
}
.cta__phone strong { color: var(--white); font-weight: 400; }

/* ── FOOTER ──────────────────────────────────────── */
.footer { background: #0A1410; padding: 64px 0 36px; }
.footer__top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px; padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  margin-bottom: 28px;
}
.footer__wordmark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-weight: 300; color: var(--white);
  margin-bottom: 4px;
}
.footer__wordmark span { font-weight: 500; color: var(--gold); }
.footer__tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-size: 14px;
  color: rgba(255,255,255,.32); line-height: 1.6;
  margin-bottom: 18px;
}
.footer__contact { display: flex; flex-direction: column; gap: 5px; }
.footer__contact-line {
  font-size: 13px; color: rgba(255,255,255,.42);
  display: flex; gap: 7px; align-items: center;
}
.footer__contact-icon { color: var(--gold); font-size: 11px; }
.footer__col h4 {
  font-family: 'DM Mono', monospace;
  font-size: 10px; letter-spacing: .25em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 18px;
}
.footer__links { display: flex; flex-direction: column; gap: 9px; }
.footer__links a {
  font-size: 13px; color: rgba(255,255,255,.42);
  transition: color .2s;
}
.footer__links a:hover { color: var(--white); }
.footer__bottom {
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 12px;
}
.footer__bottom p {
  font-family: 'DM Mono', monospace;
  font-size: 10px; letter-spacing: .14em;
  color: rgba(255,255,255,.2);
}
.footer__legal {
  display: flex; gap: 16px;
}
.footer__legal a {
  font-family: 'DM Mono', monospace;
  font-size: 10px; letter-spacing: .12em;
  color: rgba(255,255,255,.2);
  transition: color .2s;
}
.footer__legal a:hover { color: rgba(255,255,255,.5); }

/* ── BUTTONS ─────────────────────────────────────── */
.btn {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-weight: 500; letter-spacing: .07em;
  border-radius: var(--radius);
  transition: background .2s, transform .2s, border-color .2s, color .2s;
  text-align: center;
}
.btn--primary {
  background: var(--gold); color: var(--white);
  padding: 15px 36px; font-size: 14px;
}
.btn--primary:hover { background: var(--goldlt); transform: translateY(-1px); }
.btn--ghost-dark {
  color: rgba(255,255,255,.6); font-size: 14px;
  display: flex; align-items: center; gap: 9px;
  padding: 0; background: none; font-weight: 400;
  transition: color .2s;
}
.btn--ghost-dark:hover { color: var(--white); }
.btn--ghost-dark .arrow {
  width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  display: flex; align-items: center;
  justify-content: center; font-size: 13px;
  transition: border-color .2s;
}
.btn--ghost-dark:hover .arrow { border-color: rgba(255,255,255,.6); }
.btn--primary-lg {
  background: var(--gold); color: var(--white);
  padding: 17px 48px; font-size: 15px;
}
.btn--primary-lg:hover { background: var(--goldlt); transform: translateY(-2px); }
.btn--outline-lg {
  color: rgba(255,255,255,.55); font-size: 15px;
  border: 1px solid rgba(255,255,255,.15);
  padding: 16px 40px;
  transition: color .2s, border-color .2s;
}
.btn--outline-lg:hover { color: var(--white); border-color: rgba(255,255,255,.4); }

/* ── ANIMATIONS ──────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-up {
  opacity: 0; transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-up:nth-child(2) { transition-delay: .08s; }
.fade-up:nth-child(3) { transition-delay: .16s; }
.fade-up:nth-child(4) { transition-delay: .24s; }
.fade-up:nth-child(5) { transition-delay: .32s; }
.fade-up:nth-child(6) { transition-delay: .40s; }

/* ── FORM SUCCESS STATE ──────────────────────────── */
.form__success {
  display: none; text-align: center;
  padding: 24px;
}
.form__success.show { display: block; }
.form__success__icon { font-size: 40px; margin-bottom: 12px; }
.form__success__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px; color: var(--green);
  margin-bottom: 8px;
}
.form__success__body { font-size: 14px; color: var(--mid); line-height: 1.7; }

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero__content { padding: 72px 48px 48px; }
  .hero__right { padding: 0 48px 72px; justify-content: flex-start; }
  .hero__card { max-width: 100%; }
  .hero__headline { font-size: 52px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .areas-grid { grid-template-columns: repeat(3, 1fr); }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .process-steps { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .process-steps::before { display: none; }
  .testimonials-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  :root { --nav-h: 64px; }
  .container { padding: 0 24px; }
  .section { padding: 72px 0; }
  .nav__links { display: none; }
  .nav__toggle { display: flex; }
  .nav__mobile {
    position: fixed; inset: 0;
    background: var(--white);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 32px; opacity: 0; pointer-events: none;
    transition: opacity .3s; z-index: 199;
  }
  .nav__mobile.open { opacity: 1; pointer-events: all; }
  .nav__mobile a {
    font-size: 24px; color: var(--green);
    font-family: 'Cormorant Garamond', serif; font-weight: 300;
  }
  .hero__headline { font-size: 42px; }
  .hero__content { padding: 56px 24px 40px; }
  .hero__right { padding: 0 24px 56px; }
  .hero__trust { flex-direction: column; gap: 20px; }
  .trust-stat + .trust-stat { padding-left: 0; border-left: none; border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; }
  .section-title { font-size: 38px; }
  .cta__title { font-size: 38px; }
  .services-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .footer__top { grid-template-columns: 1fr; }
  .trust-bar__inner { gap: 20px; }
  .trust-bar__divider { display: none; }
  .hero__actions { flex-direction: column; align-items: flex-start; }
  .cta__actions { flex-direction: column; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
}
