:root {
    --ink: #232524;
    --char: #39393A;
    --forest: #1E3318;
    --forest-2: #2C4A23;
    --leaf: #6F9A3D;
    --leaf-bright: #8CBA4D;
    --leaf-deep: #4E6E2A;
    --sage: #E6EBD8;
    --sage-2: #D6E0C1;
    --bone: #F4F3EA;
    --paper: #FAF9F1;
    --bark: #A9763C;
    --grey: #6E736A;
    --grey-light: #DEE2D6;
    --border: rgba(30,51,24,0.13);
    --shadow: 0 24px 60px -28px rgba(30,51,24,0.4);
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Hanken Grotesk', sans-serif;
    background: var(--bone);
    color: var(--ink);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
  }
  h1, h2, h3, h4 {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.04;
    color: var(--ink);
  }
  .ital { font-style: normal; font-weight: 600; color: var(--leaf-deep); }
  a { text-decoration: none; color: inherit; }
  img { display: block; max-width: 100%; }
  ::selection { background: var(--leaf); color: #fff; }

  .wrap { max-width: 1240px; margin: 0 auto; padding: 0 28px; }

  /* eyebrow with leaf motif */
  .eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 12.5px; font-weight: 600; letter-spacing: 0.16em;
    text-transform: uppercase; color: var(--leaf-deep);
  }
  .eyebrow svg { width: 17px; height: 17px; flex: none; }
  .eyebrow.on-dark { color: var(--leaf-bright); }

  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700; font-size: 15px;
    padding: 14px 26px; border-radius: 999px;
    border: 1.5px solid transparent; cursor: pointer;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  }
  .btn svg { width: 17px; height: 17px; }
  .btn-primary { background: var(--leaf); color: #fff; border-color: var(--leaf); }
  .btn-primary:hover { background: var(--leaf-deep); border-color: var(--leaf-deep); transform: translateY(-2px); }
  .btn-dark { background: var(--ink); color: var(--bone); border-color: var(--ink); }
  .btn-dark:hover { background: var(--forest-2); border-color: var(--forest-2); transform: translateY(-2px); }
  .btn-ghost { background: transparent; color: var(--ink); border-color: var(--border); }
  .btn-ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
  .btn-ghost.on-dark { color: var(--bone); border-color: rgba(244,243,234,0.32); }
  .btn-ghost.on-dark:hover { border-color: var(--bone); background: rgba(244,243,234,0.08); }

  /* ============ TOP BAR ============ */
  .topbar {
    background: var(--forest);
    color: var(--sage);
    font-size: 13px;
    padding: 9px 28px;
    display: flex; align-items: center; justify-content: center; gap: 26px;
    flex-wrap: wrap; letter-spacing: 0.01em;
  }
  .topbar .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--leaf-bright); display: inline-block; }
  .topbar strong { color: #fff; font-weight: 600; }
  .topbar a { color: var(--leaf-bright); font-weight: 600; }
  .topbar a:hover { color: #fff; }
  .topbar .tb-sep { opacity: 0.4; }
  @media (max-width: 720px){ .topbar .tb-hide { display: none; } }

  /* ============ NAV ============ */
  nav {
    position: sticky; top: 0; z-index: 100;
    background: rgba(244,243,234,0.88);
    backdrop-filter: saturate(140%) blur(14px);
    border-bottom: 1px solid var(--border);
  }
  .nav-inner {
    max-width: 1240px; margin: 0 auto; padding: 13px 28px;
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
  }
  .brand { display: flex; align-items: center; gap: 13px; }
  .brand img { height: 52px; width: auto; display: block; }
  .nav-links { display: flex; gap: 30px; list-style: none; }
  .nav-links a {
    font-size: 14.5px; font-weight: 600; color: var(--char);
    position: relative; padding: 6px 0; transition: color .2s;
  }
  .nav-links a::after {
    content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
    background: var(--leaf); transition: width .25s ease;
  }
  .nav-links a:hover { color: var(--ink); }
  .nav-links a:hover::after { width: 100%; }
  .nav-cta {
    display: inline-flex; align-items: center; gap: 9px;
    background: var(--leaf); color: #fff; font-weight: 700; font-size: 14.5px;
    padding: 11px 20px; border-radius: 999px; transition: background .2s, transform .2s;
  }
  .nav-cta svg { width: 15px; height: 15px; }
  .nav-cta:hover { background: var(--leaf-deep); transform: translateY(-1px); }
  @media (max-width: 940px){ .nav-links { display: none; } .brand img { height: 46px; } }
  @media (max-width: 460px){ .nav-cta span { display: none; } .nav-cta { padding: 11px 14px; } }

  /* ============ HERO ============ */
  .hero {
    position: relative; background: var(--forest); color: var(--bone);
    overflow: hidden; min-height: 90vh;
    display: flex; align-items: flex-end; padding: 96px 0 56px;
  }
  .hero-bg { position: absolute; inset: 0; z-index: 1; }
  .hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; filter: brightness(0.55) saturate(1.05); }
  .hero-bg::after {
    content: ''; position: absolute; inset: 0;
    background:
      linear-gradient(180deg, rgba(20,30,16,0.62) 0%, rgba(20,30,16,0.34) 42%, rgba(20,30,16,0.92) 100%),
      linear-gradient(95deg, rgba(20,30,16,0.88) 0%, rgba(20,30,16,0.5) 50%, rgba(20,30,16,0.12) 82%);
  }
  .hero-inner { position: relative; z-index: 3; width: 100%; }
  .hero-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 56px; align-items: end; }
  .hero-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    background: rgba(140,186,77,0.16); border: 1px solid rgba(140,186,77,0.4);
    padding: 7px 15px; border-radius: 999px; font-size: 12px; font-weight: 600;
    letter-spacing: 0.13em; text-transform: uppercase; color: var(--leaf-bright);
    margin-bottom: 24px;
  }
  .hero h1 {
    font-size: clamp(44px, 6.6vw, 92px); color: #fff; letter-spacing: -0.03em;
    margin-bottom: 22px; font-weight: 600;
    text-shadow: 0 2px 22px rgba(10,16,8,0.5);
  }
  .hero h1 .ital { color: var(--leaf-bright); font-weight: 600; }
  .hero .lead {
    font-size: clamp(17px, 1.5vw, 20px); color: rgba(244,243,234,0.82);
    max-width: 540px; margin-bottom: 30px;
  }
  .hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
  .hero-stats { display: flex; gap: 38px; flex-wrap: wrap; }
  .hstat .n { font-family: 'Fraunces', serif; font-size: 34px; font-weight: 600; color: #fff; line-height: 1; display: block; }
  .hstat .n .ital { color: var(--leaf-bright); }
  .hstat .l { font-size: 12.5px; color: rgba(244,243,234,0.7); letter-spacing: 0.04em; margin-top: 6px; display: block; }

  .hero-side { display: flex; flex-direction: column; gap: 16px; }
  .hero-card {
    background: rgba(244,243,234,0.07); border: 1px solid rgba(244,243,234,0.16);
    backdrop-filter: blur(6px); border-radius: 18px; padding: 22px 24px;
  }
  .hero-card .stars { color: var(--leaf-bright); letter-spacing: 2px; font-size: 15px; }
  .hero-card p { color: rgba(244,243,234,0.92); font-size: 15px; margin: 12px 0 16px; line-height: 1.55; }
  .hero-card .who { display: flex; align-items: center; gap: 12px; }
  .hero-card .ava {
    width: 40px; height: 40px; border-radius: 50%; background: var(--leaf); color:#fff;
    display: grid; place-items: center; font-weight: 700; font-size: 16px;
  }
  .hero-card .who .nm { font-weight: 700; color: #fff; font-size: 14.5px; }
  .hero-card .who .lo { font-size: 12.5px; color: rgba(244,243,234,0.6); }
  .hero-emergency {
    background: var(--leaf); color: #fff; border-radius: 18px; padding: 20px 24px;
    display: flex; align-items: center; gap: 16px;
  }
  .hero-emergency .big { font-family: 'Fraunces', serif; font-size: 26px; font-weight: 600; line-height: 1; }
  .hero-emergency .desc { font-size: 13.5px; line-height: 1.4; color: rgba(255,255,255,0.92); }
  @media (max-width: 900px){
    .hero { min-height: auto; padding: 64px 0 48px; }
    .hero-grid { grid-template-columns: 1fr; gap: 36px; }
    .hero-side { flex-direction: row; flex-wrap: wrap; }
    .hero-card, .hero-emergency { flex: 1 1 260px; }
  }

  /* ============ MARQUEE ============ */
  .marquee {
    background: var(--ink); color: var(--sage); overflow: hidden;
    padding: 15px 0; white-space: nowrap; border-bottom: 4px solid var(--leaf);
  }
  .marquee-track { display: inline-flex; gap: 30px; animation: scroll 42s linear infinite; }
  .marquee-track span { font-family: 'Fraunces', serif; font-style: normal; font-size: 20px; display: inline-flex; align-items: center; gap: 30px; color: rgba(230,235,216,0.92); }
  .marquee-track span::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--leaf); }
  @keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

  /* ============ INTRO ============ */
  .intro { background: var(--sage); padding: 92px 0; }
  .intro-grid { display: grid; grid-template-columns: 1fr 0.85fr; gap: 64px; align-items: center; }
  .intro .big-text { font-family: 'Fraunces', serif; font-size: clamp(26px, 3vw, 40px); font-weight: 500; line-height: 1.28; color: var(--ink); letter-spacing: -0.015em; }
  .intro .big-text .hl { color: var(--leaf-deep); }
  .intro .sub { margin-top: 24px; color: var(--char); font-size: 16.5px; max-width: 520px; }
  .intro-photo { position: relative; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/5; }
  .intro-photo img { width: 100%; height: 100%; object-fit: cover; }
  .intro-photo .cap {
    position: absolute; left: 16px; bottom: 16px; background: rgba(30,51,24,0.82);
    color: var(--sage); font-size: 12.5px; font-weight: 600; padding: 8px 14px; border-radius: 999px;
    backdrop-filter: blur(4px); display: inline-flex; align-items: center; gap: 8px;
  }
  .intro-photo .cap .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--leaf-bright); }
  @media (max-width: 880px){ .intro-grid { grid-template-columns: 1fr; gap: 40px; } .intro-photo { aspect-ratio: 16/12; } }

  /* ============ SECTION HEAD ============ */
  .section { padding: 100px 0; }
  .sec-head { display: grid; grid-template-columns: 1fr 0.9fr; gap: 40px; align-items: end; margin-bottom: 52px; }
  .sec-head h2 { font-size: clamp(34px, 4.4vw, 58px); font-weight: 600; }
  .sec-head .side { color: var(--char); font-size: 16px; }
  .sec-head .side .btn { margin-top: 18px; }
  @media (max-width: 820px){ .sec-head { grid-template-columns: 1fr; gap: 22px; } }

  /* ============ SERVICES ============ */
  .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .svc {
    background: var(--paper); border: 1px solid var(--border); border-radius: 20px; overflow: hidden;
    display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease;
  }
  .svc:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
  .svc .imgwrap { position: relative; aspect-ratio: 16/11; overflow: hidden; }
  .svc .imgwrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
  .svc:hover .imgwrap img { transform: scale(1.05); }
  .svc .pill {
    position: absolute; top: 13px; left: 13px; background: var(--leaf); color: #fff;
    font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
    padding: 6px 12px; border-radius: 999px;
  }
  .svc .pill.urgent { background: var(--bark); }
  .svc .body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
  .svc h3 { font-size: 24px; font-weight: 600; margin-bottom: 9px; }
  .svc p { color: var(--char); font-size: 15px; flex: 1; }
  .svc .foot { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; }
  .svc .link { font-weight: 700; font-size: 14px; color: var(--leaf-deep); display: inline-flex; align-items: center; gap: 6px; }
  .svc:hover .link { gap: 10px; }
  .svc .tag { font-size: 13px; font-weight: 600; color: var(--grey); }
  @media (max-width: 900px){ .services-grid { grid-template-columns: repeat(2,1fr); } }
  @media (max-width: 600px){ .services-grid { grid-template-columns: 1fr; } }

  /* mid cta */
  .midcta {
    grid-column: 2 / -1; margin-top: 0; background: var(--ink); color: var(--bone); border-radius: 22px;
    padding: 40px 44px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 14px;
    position: relative; overflow: hidden;
  }
  .midcta .rings { position: absolute; right: -60px; top: -60px; width: 320px; height: 320px; opacity: 0.22; }
  .midcta h3 { color: #fff; font-size: clamp(22px, 2.4vw, 30px); font-weight: 600; position: relative; }
  .midcta h3 .ital { color: var(--leaf-bright); }
  .midcta p { color: rgba(244,243,234,0.72); font-size: 15px; margin-top: 8px; max-width: 460px; position: relative; }
  .midcta .btn { position: relative; flex: none; margin-top: 12px; }
  @media (max-width: 900px){ .midcta { grid-column: 2 / -1; } }
  @media (max-width: 600px){ .midcta { grid-column: 1 / -1; } }

  /* ============ FEATURE ============ */
  .feature { background: var(--paper); }
  .feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .feature h2 { font-size: clamp(32px, 4vw, 52px); font-weight: 600; margin: 14px 0 16px; }
  .feature .lead { color: var(--char); font-size: 17px; margin-bottom: 30px; max-width: 460px; }
  .pointlist { list-style: none; display: flex; flex-direction: column; gap: 4px; margin-bottom: 30px; }
  .pointlist li { display: flex; align-items: flex-start; gap: 16px; padding: 16px 0; border-top: 1px solid var(--border); }
  .pointlist li:last-child { border-bottom: 1px solid var(--border); }
  .pl-ic { flex: none; width: 42px; height: 42px; border-radius: 12px; background: var(--sage); color: var(--leaf-deep); display: grid; place-items: center; }
  .pl-ic svg { width: 20px; height: 20px; }
  .pl-tx h4 { font-family: 'Hanken Grotesk', sans-serif; font-size: 16.5px; font-weight: 700; color: var(--ink); letter-spacing: 0; margin-bottom: 3px; }
  .pl-tx p { font-size: 14.5px; color: var(--char); }
  .feature-photo { position: relative; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 5/6; }
  .feature-photo img { width: 100%; height: 100%; object-fit: cover; }
  .feature-badge {
    position: absolute; right: 18px; bottom: 18px; background: var(--bone); color: var(--ink);
    border-radius: 16px; padding: 16px 20px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 14px;
  }
  .feature-badge .num { font-family: 'Fraunces', serif; font-size: 30px; font-weight: 600; color: var(--leaf-deep); line-height: 1; }
  .feature-badge .lbl { font-size: 12.5px; color: var(--char); line-height: 1.35; font-weight: 600; }
  @media (max-width: 880px){ .feature-grid { grid-template-columns: 1fr; gap: 40px; } .feature-photo { aspect-ratio: 4/3; order: -1; } }

  /* ============ COMMUNITY BAND ============ */
  .community { background: var(--forest); color: var(--bone); position: relative; overflow: hidden; }
  .community .rings { position: absolute; left: -120px; bottom: -140px; width: 480px; height: 480px; opacity: 0.16; }
  .community-grid { display: grid; grid-template-columns: 0.85fr 1fr; gap: 56px; align-items: center; position: relative; z-index: 2; }
  .community h2 { color: #fff; font-size: clamp(30px, 3.6vw, 46px); font-weight: 600; margin: 14px 0 0; }
  .community h2 .ital { color: var(--leaf-bright); }
  .community p { color: rgba(244,243,234,0.82); font-size: 16.5px; margin-top: 20px; }
  .community .creds { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
  .community .cred { display: inline-flex; align-items: center; gap: 9px; background: rgba(244,243,234,0.07); border: 1px solid rgba(244,243,234,0.16); padding: 9px 16px; border-radius: 999px; font-size: 13.5px; font-weight: 600; color: var(--sage); }
  .community .cred svg { width: 15px; height: 15px; color: var(--leaf-bright); }
  @media (max-width: 880px){ .community-grid { grid-template-columns: 1fr; gap: 30px; } }

  /* ============ GALLERY ============ */
  .gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 16px; }
  .gx { position: relative; border-radius: 16px; overflow: hidden; }
  .gx img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
  .gx:hover img { transform: scale(1.06); }
  .gx .glabel { position: absolute; left: 12px; bottom: 12px; background: rgba(30,51,24,0.82); color: var(--sage); font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 999px; backdrop-filter: blur(4px); }
  .gx.big { grid-column: span 2; grid-row: span 2; }
  .gx.tall { grid-row: span 2; }
  @media (max-width: 820px){ .gallery-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 160px; } .gx.big { grid-column: span 2; } }

  /* ============ REVIEWS ============ */
  .reviews { background: var(--sage); }
  .reviews-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 46px; flex-wrap: wrap; }
  .reviews-top h2 { font-size: clamp(32px, 4vw, 52px); font-weight: 600; }
  .rsum { text-align: right; }
  .rsum .stars { color: var(--leaf-deep); font-size: 22px; letter-spacing: 2px; }
  .rsum .meta { font-weight: 600; color: var(--char); font-size: 14.5px; margin-top: 4px; }
  .reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
  .rev { background: var(--paper); border: 1px solid var(--border); border-radius: 18px; padding: 28px 26px; display: flex; flex-direction: column; }
  .rev .stars { color: var(--leaf); letter-spacing: 2px; font-size: 15px; margin-bottom: 14px; }
  .rev p { color: var(--ink); font-size: 15.5px; line-height: 1.6; flex: 1; }
  .rev .who { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
  .rev .ava { width: 42px; height: 42px; border-radius: 50%; background: var(--leaf-deep); color: #fff; display: grid; place-items: center; font-weight: 700; }
  .rev .nm { font-weight: 700; font-size: 14.5px; }
  .rev .lo { font-size: 12.5px; color: var(--grey); }
  @media (max-width: 900px){ .reviews-grid { grid-template-columns: 1fr; } }

  /* ============ PROCESS ============ */
  .process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
  .step { background: var(--paper); border: 1px solid var(--border); border-radius: 18px; padding: 28px 24px; position: relative; }
  .step .n { font-family: 'Fraunces', serif; font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--leaf-deep); }
  .step h4 { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 600; margin: 12px 0 8px; letter-spacing: -0.01em; }
  .step p { font-size: 14.5px; color: var(--char); }
  @media (max-width: 900px){ .process-steps { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 520px){ .process-steps { grid-template-columns: 1fr; } }

  /* ============ FINAL CTA ============ */
  .final { position: relative; overflow: hidden; color: var(--bone); }
  .final-bg { position: absolute; inset: 0; z-index: 1; }
  .final-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; filter: brightness(0.5); }
  .final-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,30,16,0.82), rgba(20,30,16,0.6)); }
  .final-inner { position: relative; z-index: 2; padding: 110px 0; text-align: center; }
  .final h2 { color: #fff; font-size: clamp(34px, 5vw, 64px); font-weight: 600; max-width: 760px; margin: 18px auto 0; }
  .final h2 .ital { color: var(--leaf-bright); }
  .final .lead { color: rgba(244,243,234,0.85); font-size: 18px; max-width: 560px; margin: 22px auto 32px; }
  .final-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
  .final-meta { display: flex; gap: 26px; justify-content: center; flex-wrap: wrap; margin-top: 40px; }
  .final-meta span { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(244,243,234,0.85); font-weight: 600; }
  .final-meta .ck { width: 7px; height: 7px; border-radius: 50%; background: var(--leaf-bright); }

  /* ============ FOOTER ============ */
  footer { background: var(--ink); color: rgba(244,243,234,0.78); padding: 72px 0 0; }
  .foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 56px; }
  .foot-brand img { height: 86px; width: auto; margin-bottom: 18px; }
  .foot-brand p { font-size: 14.5px; line-height: 1.6; max-width: 320px; margin-bottom: 20px; }
  footer h5 { font-family: 'Hanken Grotesk', sans-serif; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 18px; }
  footer ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
  footer ul a, footer ul li { font-size: 14.5px; color: rgba(244,243,234,0.72); transition: color .2s; }
  footer ul a:hover { color: var(--leaf-bright); }
  .foot-contact a { display: flex; gap: 10px; align-items: flex-start; }
  .foot-contact svg { width: 16px; height: 16px; flex: none; margin-top: 3px; color: var(--leaf-bright); }
  .socials { display: flex; gap: 10px; margin-top: 18px; }
  .socials a { width: 38px; height: 38px; border-radius: 10px; background: rgba(244,243,234,0.08); display: grid; place-items: center; transition: background .2s; }
  .socials a:hover { background: var(--leaf); }
  .socials svg { width: 17px; height: 17px; color: var(--sage); }
  .foot-bottom { border-top: 1px solid rgba(244,243,234,0.1); padding: 22px 0; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13px; color: rgba(244,243,234,0.55); }
  @media (max-width: 880px){ .foot-grid { grid-template-columns: 1fr 1fr; gap: 34px; } }
  @media (max-width: 520px){ .foot-grid { grid-template-columns: 1fr; } }

  /* ============ FLOATING CALL ============ */
  .fab { position: fixed; right: 20px; bottom: 20px; z-index: 200; display: inline-flex; align-items: center; gap: 12px; background: var(--leaf); color: #fff; padding: 12px 20px 12px 14px; border-radius: 999px; box-shadow: 0 14px 34px -10px rgba(30,51,24,0.6); transition: transform .2s; }
  .fab:hover { transform: translateY(-2px); }
  .fab .ring { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.18); display: grid; place-items: center; animation: pulsering 2s infinite; }
  .fab .ring svg { width: 19px; height: 19px; }
  @keyframes pulsering { 0%,100%{ box-shadow: 0 0 0 0 rgba(255,255,255,0.4);} 50%{ box-shadow: 0 0 0 9px rgba(255,255,255,0);} }
  .fab .fl { font-size: 11px; opacity: 0.85; display: block; line-height: 1; }
  .fab .fn { font-size: 16px; font-weight: 700; display: block; line-height: 1.2; }
  @media (max-width: 940px){ .fab { display: none; } }

  /* reveal */
  .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
  .reveal.in { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce){
    .reveal { opacity: 1; transform: none; transition: none; }
    .marquee-track, .fab .ring { animation: none; }
    html { scroll-behavior: auto; }
  }
  :focus-visible { outline: 3px solid var(--leaf-bright); outline-offset: 3px; border-radius: 4px; }

/* ============================================================
   EYEBROW FIX + INNER PAGE COMPONENTS
   ============================================================ */

/* refined hero eyebrow (overrides earlier rule) */
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(140,186,77,0.12); border: 1px solid rgba(140,186,77,0.32);
  padding: 7px 16px 7px 13px; border-radius: 999px; margin-bottom: 26px;
  font-family: 'Fraunces', serif; font-style: normal; font-weight: 600;
  font-size: 15px; letter-spacing: 0.01em; text-transform: none; color: var(--leaf-bright);
}
.hero-eyebrow svg { width: 17px; height: 17px; flex: none; }

/* ---- PAGE HERO (inner pages) ---- */
.page-hero {
  position: relative; background: var(--forest); color: var(--bone); overflow: hidden;
  padding: 64px 0 56px;
}
.page-hero-bg { position: absolute; inset: 0; z-index: 1; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.42) saturate(1.02); }
.page-hero-bg::after { content:''; position:absolute; inset:0; background: linear-gradient(100deg, rgba(20,30,16,0.9) 0%, rgba(20,30,16,0.55) 60%, rgba(20,30,16,0.3) 100%); }
.page-hero-inner { position: relative; z-index: 2; }
.crumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(244,243,234,0.66); margin-bottom: 20px; flex-wrap: wrap; }
.crumb a { color: rgba(244,243,234,0.66); transition: color .2s; }
.crumb a:hover { color: var(--leaf-bright); }
.crumb .sep { opacity: 0.5; }
.crumb .cur { color: var(--leaf-bright); }
.page-hero .ph-eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px;
  font-family: 'Fraunces', serif; font-style: normal; font-weight: 600; font-size: 15px; letter-spacing: 0.01em; color: var(--leaf-bright);
}
.page-hero .ph-eyebrow svg { width: 17px; height: 17px; }
.page-hero h1 { color: #fff; font-size: clamp(38px, 5.4vw, 68px); font-weight: 600; letter-spacing: -0.025em; max-width: 16ch; }
.page-hero h1 .ital { color: var(--leaf-bright); }
.page-hero .ph-lead { color: rgba(244,243,234,0.82); font-size: clamp(16px,1.5vw,19px); max-width: 580px; margin-top: 18px; }
.page-hero .ph-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

/* ---- SERVICE DETAIL LAYOUT ---- */
.svc-detail { padding: 92px 0; }
.svc-detail-grid { display: grid; grid-template-columns: 1fr 360px; gap: 56px; align-items: start; }
.svc-main h2 { font-size: clamp(28px, 3.3vw, 42px); font-weight: 600; margin: 0 0 18px; }
.svc-main h3 { font-size: 24px; font-weight: 600; margin: 40px 0 14px; }
.svc-main p { color: var(--char); font-size: 16.5px; margin-bottom: 16px; }
.svc-main p:first-of-type { font-size: 18px; color: var(--ink); }
.svc-figure { margin: 8px 0 36px; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 16/9; }
.svc-figure img { width: 100%; height: 100%; object-fit: cover; }
.checklist { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; margin: 8px 0 16px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: var(--char); }
.checklist li svg { width: 21px; height: 21px; flex: none; color: var(--leaf-deep); margin-top: 1px; }
@media (max-width: 560px){ .checklist { grid-template-columns: 1fr; } }

/* sticky aside */
.svc-aside { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 18px; }
.aside-card { background: var(--paper); border: 1px solid var(--border); border-radius: 20px; padding: 26px 24px; }
.aside-card.dark { background: var(--forest); color: var(--bone); border-color: transparent; position: relative; overflow: hidden; }
.aside-card.dark .rings { position: absolute; right: -70px; top: -70px; width: 230px; opacity: 0.18; }
.aside-card h4 { font-size: 21px; font-weight: 600; margin-bottom: 6px; }
.aside-card.dark h4 { color: #fff; position: relative; }
.aside-card p { font-size: 14.5px; color: var(--char); margin-bottom: 16px; }
.aside-card.dark p { color: rgba(244,243,234,0.8); position: relative; }
.aside-card .btn { width: 100%; position: relative; }
.aside-facts { list-style: none; display: flex; flex-direction: column; gap: 0; }
.aside-facts li { display: flex; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--border); font-size: 14.5px; color: var(--char); }
.aside-facts li:last-child { border-bottom: none; }
.aside-facts svg { width: 18px; height: 18px; color: var(--leaf-deep); flex: none; }
.aside-facts strong { color: var(--ink); font-weight: 700; }
@media (max-width: 880px){
  .svc-detail-grid { grid-template-columns: 1fr; gap: 36px; }
  .svc-aside { position: static; flex-direction: row; flex-wrap: wrap; }
  .aside-card { flex: 1 1 280px; }
}

/* ---- RELATED SERVICES ---- */
.related { background: var(--sage); padding: 84px 0; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 36px; }
.rel-card { background: var(--paper); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.rel-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.rel-card .ri { aspect-ratio: 16/10; overflow: hidden; }
.rel-card .ri img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.rel-card:hover .ri img { transform: scale(1.05); }
.rel-card .rb { padding: 20px 22px 22px; }
.rel-card h4 { font-size: 20px; font-weight: 600; margin-bottom: 6px; }
.rel-card p { font-size: 14px; color: var(--char); margin-bottom: 12px; }
.rel-card .link { font-weight: 700; font-size: 13.5px; color: var(--leaf-deep); display: inline-flex; gap: 6px; }
@media (max-width: 820px){ .related-grid { grid-template-columns: 1fr; } }

/* ---- GENERIC CTA BAND ---- */
.cta-band { background: var(--ink); color: var(--bone); position: relative; overflow: hidden; }
.cta-band .rings { position: absolute; right: -90px; bottom: -120px; width: 360px; opacity: 0.14; }
.cta-band-inner { padding: 80px 0; text-align: center; position: relative; z-index: 2; }
.cta-band h2 { color: #fff; font-size: clamp(30px,4vw,50px); font-weight: 600; max-width: 18ch; margin: 0 auto; }
.cta-band h2 .ital { color: var(--leaf-bright); }
.cta-band p { color: rgba(244,243,234,0.78); font-size: 17px; margin: 18px auto 28px; max-width: 520px; }
.cta-band .ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---- ABOUT PAGE ---- */
.about-intro { padding: 90px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-grid h2 { font-size: clamp(28px,3.4vw,44px); font-weight: 600; margin-bottom: 18px; }
.about-grid p { color: var(--char); font-size: 16.5px; margin-bottom: 16px; }
.about-photo { border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width:880px){ .about-grid { grid-template-columns: 1fr; gap: 36px; } }
.values { background: var(--sage); padding: 84px 0; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 40px; }
.value { background: var(--paper); border: 1px solid var(--border); border-radius: 18px; padding: 30px 26px; }
.value .vic { width: 48px; height: 48px; border-radius: 13px; background: var(--sage); color: var(--leaf-deep); display: grid; place-items: center; margin-bottom: 16px; }
.value .vic svg { width: 23px; height: 23px; }
.value h4 { font-size: 21px; font-weight: 600; margin-bottom: 8px; }
.value p { font-size: 15px; color: var(--char); }
@media (max-width: 820px){ .values-grid { grid-template-columns: 1fr; } }
.stats-band { background: var(--forest); color: var(--bone); padding: 70px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center; }
.stats-grid .n { font-family: 'Fraunces', serif; font-size: clamp(38px,5vw,60px); font-weight: 600; color: #fff; line-height: 1; }
.stats-grid .n .ital { color: var(--leaf-bright); }
.stats-grid .l { font-size: 14px; color: rgba(244,243,234,0.74); margin-top: 10px; }
@media (max-width: 620px){ .stats-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; } }

/* ---- CONTACT PAGE ---- */
.contact-sec { padding: 90px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact-info h2 { font-size: clamp(28px,3.4vw,42px); font-weight: 600; margin-bottom: 16px; }
.contact-info > p { color: var(--char); font-size: 16.5px; margin-bottom: 28px; max-width: 460px; }
.cinfo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; margin-bottom: 28px; }
.cinfo-list li { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-top: 1px solid var(--border); }
.cinfo-list li:last-child { border-bottom: 1px solid var(--border); }
.cinfo-list .cic { width: 44px; height: 44px; border-radius: 12px; background: var(--sage); color: var(--leaf-deep); display: grid; place-items: center; flex: none; }
.cinfo-list .cic svg { width: 20px; height: 20px; }
.cinfo-list .ct { font-size: 12.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--grey); margin-bottom: 2px; }
.cinfo-list .cv { font-size: 16.5px; font-weight: 600; color: var(--ink); }
.cinfo-list .cv:hover { color: var(--leaf-deep); }
.form-card { background: var(--paper); border: 1px solid var(--border); border-radius: 22px; padding: 32px; box-shadow: var(--shadow); }
.form-card h3 { font-size: 24px; font-weight: 600; margin-bottom: 6px; }
.form-card .fsub { font-size: 14.5px; color: var(--char); margin-bottom: 22px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13.5px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.field input, .field textarea, .field select {
  width: 100%; font-family: 'Hanken Grotesk', sans-serif; font-size: 15px; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--grey-light); border-radius: 12px; background: #fff; transition: border-color .2s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--leaf); }
.field textarea { resize: vertical; min-height: 120px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-card .btn { width: 100%; margin-top: 6px; }
.form-note { font-size: 12.5px; color: var(--grey); margin-top: 12px; text-align: center; }
.map-embed { margin-top: 28px; border-radius: 18px; overflow: hidden; border: 1px solid var(--border); height: 280px; }
.map-embed iframe { width: 100%; height: 100%; border: 0; }
@media (max-width: 880px){ .contact-grid { grid-template-columns: 1fr; gap: 40px; } .field-row { grid-template-columns: 1fr; } }

/* services overview intro */
.svc-overview { padding: 90px 0; }

/* nav active state */
.nav-links a.active { color: var(--ink); }
.nav-links a.active::after { width: 100%; }

/* ============================================================
   NAV DROPDOWN + MOBILE MENU + SOCIAL + BLOG + LEGAL
   ============================================================ */
.has-drop { position: relative; }
.has-drop > a .chev { width: 13px; height: 13px; margin-left: 3px; transition: transform .2s; vertical-align: -1px; }
.has-drop:hover > a .chev, .has-drop:focus-within > a .chev { transform: rotate(180deg); }
.drop {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(6px);
  background: var(--paper); border: 1px solid var(--border); border-radius: 16px; padding: 10px;
  min-width: 250px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s; z-index: 120;
}
.has-drop:hover .drop, .has-drop:focus-within .drop { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.drop::before { content:''; position:absolute; top:-10px; left:0; right:0; height:10px; }
.drop a { display: flex; align-items: center; gap: 11px; padding: 10px 12px; border-radius: 10px; font-size: 14px; font-weight: 600; color: var(--char); transition: background .15s, color .15s; }
.drop a::after { display: none; }
.drop a:hover { background: var(--sage); color: var(--ink); }
.drop a svg { width: 17px; height: 17px; color: var(--leaf-deep); flex: none; }

.nav-toggle { display: none; background: none; border: 1.5px solid var(--border); border-radius: 10px; width: 44px; height: 42px; cursor: pointer; align-items: center; justify-content: center; color: var(--ink); }
.nav-toggle svg { width: 22px; height: 22px; }
.mobile-menu { display: none; background: var(--paper); border-bottom: 1px solid var(--border); }
.mobile-menu.open { display: block; }
.mobile-menu ul { list-style: none; padding: 12px 0; }
.mobile-menu a { display: block; padding: 13px 28px; font-size: 16px; font-weight: 600; color: var(--char); }
.mobile-menu a.sub { padding-left: 44px; font-size: 14.5px; font-weight: 500; color: var(--grey); }
.mobile-menu a:hover { color: var(--leaf-deep); }
.mobile-menu .mob-cta { margin: 12px 28px 18px; }
@media (max-width: 940px){ .nav-toggle { display: inline-flex; } }

/* ---- SOCIAL FEED ---- */
.social { background: var(--paper); }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }
.social-col { background: var(--bone); border: 1px solid var(--border); border-radius: 22px; overflow: hidden; display: flex; flex-direction: column; }
.social-head { display: flex; align-items: center; gap: 12px; padding: 20px 24px; border-bottom: 1px solid var(--border); }
.social-head .ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; color: #fff; flex: none; }
.social-head .ic.fb { background: #1877F2; }
.social-head .ic.ig { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.social-head .ic svg { width: 22px; height: 22px; }
.social-head .nm { font-weight: 700; font-size: 16px; color: var(--ink); }
.social-head .hd { font-size: 13px; color: var(--grey); }
.social-head .follow { margin-left: auto; font-size: 13px; font-weight: 700; color: var(--leaf-deep); display: inline-flex; align-items: center; gap: 5px; }
.social-body { flex: 1; padding: 18px; display: flex; }
.social-body iframe { width: 100%; border: none; border-radius: 12px; }
.ig-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; width: 100%; }
.ig-tile { position: relative; aspect-ratio: 1/1; border-radius: 12px; overflow: hidden; display: block; }
.ig-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.ig-tile:hover img { transform: scale(1.07); }
.ig-tile::after { content:''; position:absolute; inset:0; background: rgba(30,51,24,0); transition: background .3s; }
.ig-tile:hover::after { background: rgba(30,51,24,0.18); }
.ig-foot { padding: 0 18px 18px; }
.ig-foot .btn { width: 100%; }
@media (max-width: 860px){ .social-grid { grid-template-columns: 1fr; } }

/* ---- BLOG ---- */
.blog-list { padding: 90px 0; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.post-card { background: var(--paper); border: 1px solid var(--border); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.post-card .pi { aspect-ratio: 16/10; overflow: hidden; }
.post-card .pi img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.post-card:hover .pi img { transform: scale(1.05); }
.post-card .pb { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.post-card .cat { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--leaf-deep); }
.post-card h3 { font-size: 23px; font-weight: 600; margin: 10px 0 8px; line-height: 1.15; }
.post-card p { font-size: 14.5px; color: var(--char); flex: 1; }
.post-card .meta { font-size: 13px; color: var(--grey); margin-top: 16px; display: flex; align-items: center; gap: 8px; }
@media (max-width: 880px){ .blog-grid { grid-template-columns: 1fr; } }

/* ---- ARTICLE ---- */
.article { padding: 80px 0; }
.article-wrap { max-width: 760px; margin: 0 auto; }
.article-wrap p { font-size: 17.5px; line-height: 1.75; color: var(--char); margin-bottom: 22px; }
.article-wrap h2 { font-size: clamp(26px,3vw,36px); font-weight: 600; margin: 44px 0 16px; }
.article-wrap h3 { font-size: 23px; font-weight: 600; margin: 32px 0 12px; }
.article-wrap ul { margin: 0 0 22px 4px; padding-left: 22px; }
.article-wrap li { font-size: 17px; line-height: 1.7; color: var(--char); margin-bottom: 10px; }
.article-wrap .lead-p { font-size: 20px; color: var(--ink); line-height: 1.6; }
.article-fig { border-radius: 18px; overflow: hidden; margin: 8px 0 32px; box-shadow: var(--shadow); }
.article-fig img { width: 100%; display: block; }
.article-share { display: flex; align-items: center; gap: 14px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--border); }
.article-share span { font-weight: 700; font-size: 14px; }
.article-share a { width: 40px; height: 40px; border-radius: 10px; background: var(--sage); display: grid; place-items: center; color: var(--leaf-deep); }
.article-share a:hover { background: var(--leaf); color: #fff; }
.article-share svg { width: 18px; height: 18px; }

/* ---- LEGAL ---- */
.legal { padding: 70px 0 90px; }
.legal-wrap { max-width: 760px; margin: 0 auto; }
.legal-wrap h2 { font-size: 26px; font-weight: 600; margin: 38px 0 14px; }
.legal-wrap h2:first-child { margin-top: 0; }
.legal-wrap p, .legal-wrap li { font-size: 16px; line-height: 1.7; color: var(--char); margin-bottom: 14px; }
.legal-wrap ul { padding-left: 22px; }
.legal-wrap a { color: var(--leaf-deep); font-weight: 600; text-decoration: underline; }
.legal-updated { font-size: 14px; color: var(--grey); margin-bottom: 32px; }

/* footer legal row */
.foot-legal { display: flex; gap: 18px; flex-wrap: wrap; }
.foot-legal a { color: rgba(244,243,234,0.55); }
.foot-legal a:hover { color: var(--leaf-bright); }

/* ============================================================
   ACCREDITATION LOGO BAND
   ============================================================ */
.accred { background: var(--paper); padding: 64px 0; border-top: 1px solid var(--border); }
.accred-inner { display: grid; grid-template-columns: 0.9fr 1.6fr; gap: 48px; align-items: center; }
.accred-copy .eyebrow { margin-bottom: 14px; }
.accred-copy h2 { font-size: clamp(24px, 2.6vw, 32px); font-weight: 600; letter-spacing: -0.02em; }
.accred-copy p { color: var(--char); font-size: 15.5px; margin-top: 12px; max-width: 40ch; }
.accred-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.accred-chip {
  background: #fff; border: 1px solid var(--border); border-radius: 18px;
  height: 132px; display: grid; place-items: center; padding: 22px 26px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.accred-chip:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(30,51,24,0.18); }
.accred-chip img { max-height: 78px; max-width: 100%; width: auto; object-fit: contain; }
@media (max-width: 900px){
  .accred-inner { grid-template-columns: 1fr; gap: 30px; }
  .accred-copy p { max-width: none; }
}
@media (max-width: 540px){
  .accred-row { grid-template-columns: 1fr; gap: 12px; }
  .accred-chip { height: 116px; }
}

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq { padding: 84px 0; background: var(--paper); border-top: 1px solid var(--border); }
.faq .faq-head { max-width: 720px; margin: 0 auto 38px; text-align: center; }
.faq .faq-head .eyebrow { justify-content: center; margin-bottom: 14px; }
.faq .faq-head h2 { font-size: clamp(28px, 3.4vw, 42px); font-weight: 600; letter-spacing: -0.02em; }
.faq-list { max-width: 840px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: var(--bone); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 22px 26px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  font-family: 'Fraunces', serif; font-size: clamp(17px, 1.7vw, 20px); font-weight: 600; color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .q-ic { flex: none; width: 22px; height: 22px; color: var(--leaf-deep); transition: transform .28s ease; }
.faq-item[open] summary .q-ic { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--leaf-deep); }
.faq-item .a { padding: 0 26px 24px; }
.faq-item .a p { color: var(--char); font-size: 15.5px; line-height: 1.62; margin-bottom: 10px; }
.faq-item .a p:last-child { margin-bottom: 0; }
.faq-item .a a { color: var(--leaf-deep); font-weight: 700; }
.faq-item .a a:hover { text-decoration: underline; }
.faq-item .a ul { margin: 4px 0 10px; padding-left: 20px; }
.faq-item .a li { color: var(--char); font-size: 15.5px; line-height: 1.55; margin-bottom: 5px; }
