.elementor-79 .elementor-element.elementor-element-d6e000e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --forest:    #1a3a2a;
      --moss:      #2d5a3d;
      --sage:      #5a8a6a;
      --leaf:      #6db87a;
      --cream:     #f7f3ec;
      --ivory:     #faf8f4;
      --gold:      #c8a96e;
      --gold-lt:   #e8d5a3;
      --bark:      #8b6f4e;
      --text:      #2a2a2a;
      --text-lt:   #5a5a5a;
      --radius:    12px;
    }

    html { scroll-behavior: smooth; }

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

    /* ─── NOISE TEXTURE OVERLAY ─── */
    body::before {
      content: '';
      position: fixed;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
      pointer-events: none;
      z-index: 9999;
      opacity: .4;
    }


    /* ─── HERO ─── */
    .hero {
      min-height: 100vh;
      background: var(--forest);
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
    }
    .hero-bg-pattern {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 60% 80% at 70% 50%, rgba(109,184,122,.12) 0%, transparent 60%),
        radial-gradient(ellipse 40% 60% at 20% 80%, rgba(200,169,110,.08) 0%, transparent 50%);
    }
    /* Decorative botanical circles */
    .hero-circle {
      position: absolute;
      border-radius: 50%;
      border: 1px solid rgba(109,184,122,.15);
    }
    .hero-circle:nth-child(1) { width: 600px; height: 600px; right: -150px; top: -100px; }
    .hero-circle:nth-child(2) { width: 400px; height: 400px; right: -50px; top: 0px; border-color: rgba(200,169,110,.12); }
    .hero-circle:nth-child(3) { width: 200px; height: 200px; left: 5%; bottom: 15%; border-color: rgba(109,184,122,.1); }

    .hero-content {
      position: relative;
      z-index: 2;
      padding: 0 4rem;
      max-width: 780px;
      animation: heroIn .9s cubic-bezier(.22,1,.36,1) both;
    }
    @keyframes heroIn {
      from { opacity: 0; transform: translateY(30px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: .6rem;
      font-size: .75rem;
      font-weight: 600;
      letter-spacing: .15em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 1.8rem;
      animation: heroIn .9s .1s both;
    }
    .hero-eyebrow::before {
      content: '';
      display: block;
      width: 28px; height: 1px;
      background: var(--gold);
    }
    .hero h1 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(3rem, 7vw, 6rem);
      font-weight: 300;
      line-height: 1.08;
      color: var(--cream);
      margin-bottom: 1.8rem;
      animation: heroIn .9s .2s both;
    }
    .hero h1 em {
      font-style: italic;
      color: var(--leaf);
    }
    .hero-desc {
      font-size: 1.05rem;
      line-height: 1.75;
      color: rgba(247,243,236,.7);
      max-width: 540px;
      margin-bottom: 2.8rem;
      font-weight: 300;
      animation: heroIn .9s .3s both;
    }
    .hero-actions {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
      animation: heroIn .9s .4s both;
    }
    .btn-primary {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      background: var(--gold);
      color: var(--forest);
      text-decoration: none;
      font-size: .875rem;
      font-weight: 600;
      letter-spacing: .06em;
      text-transform: uppercase;
      padding: .9rem 2rem;
      border-radius: 100px;
      transition: transform .2s, box-shadow .2s, background .2s;
    }
    .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(200,169,110,.35);
      background: var(--gold-lt);
    }
    .btn-outline {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      border: 1.5px solid rgba(247,243,236,.3);
      color: var(--cream);
      text-decoration: none;
      font-size: .875rem;
      font-weight: 500;
      letter-spacing: .06em;
      text-transform: uppercase;
      padding: .9rem 2rem;
      border-radius: 100px;
      transition: border-color .2s, background .2s;
    }
    .btn-outline:hover {
      border-color: var(--cream);
      background: rgba(247,243,236,.08);
    }
    .hero-scroll {
      position: absolute;
      bottom: 2.5rem;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: .5rem;
      color: rgba(247,243,236,.4);
      font-size: .7rem;
      letter-spacing: .12em;
      text-transform: uppercase;
      animation: bounce 2s ease-in-out infinite;
    }
    .hero-scroll-line {
      width: 1px;
      height: 40px;
      background: linear-gradient(to bottom, rgba(247,243,236,.4), transparent);
    }
    @keyframes bounce {
      0%, 100% { transform: translateX(-50%) translateY(0); }
      50%       { transform: translateX(-50%) translateY(6px); }
    }

    /* ─── STATS BAR ─── */
    .stats-bar {
      background: var(--cream);
      border-bottom: 1px solid rgba(0,0,0,.06);
      padding: 2rem 4rem;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
    }
    .stat {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 1rem;
      border-right: 1px solid rgba(0,0,0,.08);
    }
    .stat:last-child { border-right: none; }
    .stat-number {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.8rem;
      font-weight: 600;
      color: var(--forest);
      line-height: 1;
    }
    .stat-label {
      font-size: .78rem;
      font-weight: 500;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--text-lt);
      margin-top: .4rem;
    }

    /* ─── SECTIONS COMMON ─── */
    section { padding: 7rem 4rem; }
    .section-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: .6rem;
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .15em;
      text-transform: uppercase;
      color: var(--sage);
      margin-bottom: 1rem;
    }
    .section-eyebrow::before {
      content: '';
      display: block;
      width: 20px; height: 1px;
      background: var(--gold);
    }
    .section-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 4vw, 3.2rem);
      font-weight: 300;
      line-height: 1.15;
      color: var(--forest);
    }
    .section-title em { font-style: italic; color: var(--sage); }

    /* ─── ABOUT ─── */
    .about {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 6rem;
      align-items: center;
      background: var(--ivory);
    }
    .about-image-area {
      position: relative;
    }
    .about-image-box {
      width: 100%;
      aspect-ratio: 4/5;
      background: linear-gradient(135deg, var(--moss) 0%, var(--forest) 100%);
      border-radius: 2px 120px 2px 2px;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .about-image-box::after {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 30% 70%, rgba(109,184,122,.3), transparent 60%);
    }
    .about-leaf-icon {
      width: 120px;
      height: 120px;
      opacity: .18;
    }
    .about-tag {
      position: absolute;
      bottom: -1.5rem;
      right: -1.5rem;
      background: var(--gold);
      color: var(--forest);
      padding: 1.5rem;
      border-radius: var(--radius);
      text-align: center;
      box-shadow: 0 8px 32px rgba(200,169,110,.3);
    }
    .about-tag-number {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2rem;
      font-weight: 600;
      display: block;
      line-height: 1;
    }
    .about-tag-label {
      font-size: .7rem;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      opacity: .8;
    }
    .about-content .section-title { margin-bottom: 1.5rem; }
    .about-text {
      font-size: 1rem;
      line-height: 1.85;
      color: var(--text-lt);
      margin-bottom: 1.5rem;
      font-weight: 300;
    }
    .about-signature {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.4rem;
      font-style: italic;
      color: var(--forest);
      margin-top: 2rem;
      padding-top: 1.5rem;
      border-top: 1px solid rgba(0,0,0,.1);
    }
    .about-signature span {
      display: block;
      font-family: 'Jost', sans-serif;
      font-style: normal;
      font-size: .75rem;
      font-weight: 500;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--sage);
      margin-top: .3rem;
    }

    /* ─── SERVICES STRIP ─── */
    .services {
      background: var(--forest);
      padding: 5rem 4rem;
    }
    .services-header {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-bottom: 3.5rem;
      flex-wrap: wrap;
      gap: 1rem;
    }
    .services-header .section-eyebrow { color: var(--leaf); }
    .services-header .section-title { color: var(--cream); }
    .services-header .section-title em { color: var(--gold); }
    .services-link {
      color: var(--gold);
      text-decoration: none;
      font-size: .8rem;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      gap: .4rem;
      white-space: nowrap;
    }
    .services-link:hover { color: var(--gold-lt); }
    .services-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.5px;
      background: rgba(255,255,255,.05);
    }
    .service-card {
      background: rgba(255,255,255,.03);
      padding: 2.5rem 2rem;
      position: relative;
      overflow: hidden;
      transition: background .3s;
      cursor: pointer;
    }
    .service-card:hover { background: rgba(109,184,122,.08); }
    .service-card::before {
      content: '';
      position: absolute;
      bottom: 0; left: 0;
      height: 2px; width: 0;
      background: var(--gold);
      transition: width .4s;
    }
    .service-card:hover::before { width: 100%; }
    .service-number {
      font-family: 'Cormorant Garamond', serif;
      font-size: 3rem;
      font-weight: 300;
      color: rgba(247,243,236,.08);
      position: absolute;
      top: 1rem; right: 1.5rem;
      line-height: 1;
    }
    .service-icon {
      width: 48px;
      height: 48px;
      background: rgba(109,184,122,.15);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1.5rem;
      font-size: 1.4rem;
    }
    .service-card h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.4rem;
      font-weight: 400;
      color: var(--cream);
      margin-bottom: .75rem;
    }
    .service-card p {
      font-size: .875rem;
      line-height: 1.7;
      color: rgba(247,243,236,.55);
      font-weight: 300;
    }
    .service-tags {
      display: flex;
      flex-wrap: wrap;
      gap: .4rem;
      margin-top: 1.2rem;
    }
    .service-tag {
      font-size: .65rem;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--leaf);
      border: 1px solid rgba(109,184,122,.3);
      padding: .2rem .6rem;
      border-radius: 100px;
    }

    /* ─── ATELIERS ─── */
    .ateliers {
      background: var(--cream);
    }
    .ateliers-header { text-align: center; margin-bottom: 4rem; }
    .ateliers-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
      max-width: 1100px;
      margin: 0 auto;
    }
    .atelier-card {
      background: var(--ivory);
      border: 1px solid rgba(0,0,0,.07);
      border-radius: var(--radius);
      padding: 2.5rem;
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 1.5rem;
      align-items: start;
      transition: transform .25s, box-shadow .25s;
      position: relative;
      overflow: hidden;
    }
    .atelier-card::after {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 3px; height: 0;
      background: var(--leaf);
      transition: height .4s;
    }
    .atelier-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,.08); }
    .atelier-card:hover::after { height: 100%; }
    .atelier-emoji {
      width: 56px; height: 56px;
      background: var(--forest);
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      flex-shrink: 0;
    }
    .atelier-card h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.35rem;
      font-weight: 600;
      color: var(--forest);
      margin-bottom: .5rem;
    }
    .atelier-card p {
      font-size: .875rem;
      line-height: 1.7;
      color: var(--text-lt);
      font-weight: 300;
    }
    .atelier-link {
      display: inline-flex;
      align-items: center;
      gap: .3rem;
      margin-top: 1rem;
      font-size: .75rem;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--sage);
      text-decoration: none;
    }
    .atelier-link:hover { color: var(--forest); }

    /* ─── FORMATIONS ─── */
    .formations {
      background: var(--ivory);
      position: relative;
      overflow: hidden;
    }
    .formations::before {
      content: '';
      position: absolute;
      top: -200px; right: -200px;
      width: 600px; height: 600px;
      border-radius: 50%;
      border: 1px solid rgba(109,184,122,.08);
    }
    .formations-layout {
      display: grid;
      grid-template-columns: 1fr 1.4fr;
      gap: 6rem;
      align-items: center;
    }
    .formations-list {
      display: flex;
      flex-direction: column;
      gap: 1px;
      margin-top: 2rem;
    }
    .formation-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1.4rem 0;
      border-bottom: 1px solid rgba(0,0,0,.06);
      cursor: pointer;
      transition: padding-left .3s;
      text-decoration: none;
      color: inherit;
    }
    .formation-item:hover { padding-left: .8rem; }
    .formation-item-left { display: flex; align-items: center; gap: 1rem; }
    .formation-dot {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: var(--leaf);
      flex-shrink: 0;
    }
    .formation-item h4 {
      font-size: 1rem;
      font-weight: 500;
      color: var(--forest);
    }
    .formation-item span {
      font-size: .75rem;
      font-weight: 500;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--gold);
      white-space: nowrap;
    }
    .formations-visual {
      position: relative;
    }
    .formations-card-main {
      background: var(--forest);
      border-radius: 2px 80px 2px 2px;
      padding: 3rem;
      color: var(--cream);
      position: relative;
      overflow: hidden;
    }
    .formations-card-main::before {
      content: '';
      position: absolute;
      top: -60px; right: -60px;
      width: 200px; height: 200px;
      border-radius: 50%;
      border: 1px solid rgba(109,184,122,.15);
    }
    .formations-card-main .label {
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--leaf);
      margin-bottom: 1rem;
    }
    .formations-card-main h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2rem;
      font-weight: 300;
      margin-bottom: 1.2rem;
      line-height: 1.2;
    }
    .formations-card-main p {
      font-size: .9rem;
      line-height: 1.75;
      color: rgba(247,243,236,.65);
      font-weight: 300;
      margin-bottom: 2rem;
    }
    .formations-quote {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.1rem;
      font-style: italic;
      color: var(--gold-lt);
      border-left: 2px solid var(--gold);
      padding-left: 1rem;
      margin-top: 1.5rem;
    }

    /* ─── ENGAGEMENTS ─── */
    .engagements { background: var(--cream); }
    .engagements-header { text-align: center; margin-bottom: 4rem; }
    .engagements-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
    }
    .engagement-card {
      background: var(--ivory);
      border-radius: var(--radius);
      padding: 2.5rem;
      border: 1px solid rgba(0,0,0,.06);
      transition: transform .25s, box-shadow .25s;
      position: relative;
    }
    .engagement-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 48px rgba(0,0,0,.07);
    }
    .engagement-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 4rem;
      font-weight: 300;
      color: rgba(26,58,42,.06);
      position: absolute;
      top: 1rem; right: 1.5rem;
      line-height: 1;
    }
    .engagement-icon {
      width: 52px; height: 52px;
      background: linear-gradient(135deg, var(--moss), var(--forest));
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      margin-bottom: 1.5rem;
    }
    .engagement-card h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.25rem;
      font-weight: 600;
      color: var(--forest);
      margin-bottom: .75rem;
    }
    .engagement-card p {
      font-size: .875rem;
      line-height: 1.75;
      color: var(--text-lt);
      font-weight: 300;
    }

    /* ─── CTA BAND ─── */
    .cta-band {
      background: linear-gradient(135deg, var(--forest) 0%, var(--moss) 100%);
      padding: 6rem 4rem;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .cta-band::before {
      content: '';
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 700px; height: 700px;
      border-radius: 50%;
      border: 1px solid rgba(247,243,236,.06);
    }
    .cta-band::after {
      content: '';
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 400px; height: 400px;
      border-radius: 50%;
      border: 1px solid rgba(247,243,236,.04);
    }
    .cta-band .section-eyebrow { color: var(--leaf); justify-content: center; }
    .cta-band .section-title { color: var(--cream); text-align: center; margin: .8rem auto 1.5rem; max-width: 600px; }
    .cta-band p {
      font-size: 1rem;
      line-height: 1.75;
      color: rgba(247,243,236,.65);
      max-width: 500px;
      margin: 0 auto 2.5rem;
      font-weight: 300;
    }
    .cta-band-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
    .btn-light {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      background: var(--cream);
      color: var(--forest);
      text-decoration: none;
      font-size: .875rem;
      font-weight: 600;
      letter-spacing: .06em;
      text-transform: uppercase;
      padding: .9rem 2rem;
      border-radius: 100px;
      transition: transform .2s, box-shadow .2s;
    }
    .btn-light:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.15); }

    /* ─── FOOTER ─── */
    footer {
      background: #0f2018;
      color: rgba(247,243,236,.6);
      padding: 4rem 4rem 2rem;
    }
    .footer-top {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 3rem;
      margin-bottom: 3rem;
      padding-bottom: 3rem;
      border-bottom: 1px solid rgba(255,255,255,.07);
    }
    .footer-brand .nav-logo { margin-bottom: 1rem; }
    .footer-brand .nav-logo-text { color: var(--cream); }
    .footer-brand p {
      font-size: .875rem;
      line-height: 1.75;
      font-weight: 300;
      max-width: 280px;
      margin-bottom: 1.5rem;
    }
    .footer-socials { display: flex; gap: .75rem; }
    .footer-social {
      width: 36px; height: 36px;
      border: 1px solid rgba(255,255,255,.15);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .875rem;
      text-decoration: none;
      color: rgba(247,243,236,.6);
      transition: border-color .2s, color .2s, background .2s;
    }
    .footer-social:hover {
      border-color: var(--gold);
      color: var(--gold);
    }
    .footer-col h4 {
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--cream);
      margin-bottom: 1.2rem;
    }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .6rem; }
    .footer-col ul a {
      text-decoration: none;
      font-size: .875rem;
      color: rgba(247,243,236,.5);
      font-weight: 300;
      transition: color .2s;
    }
    .footer-col ul a:hover { color: var(--gold); }
    .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: .78rem;
      flex-wrap: wrap;
      gap: 1rem;
    }
    .footer-bottom a { color: var(--gold); text-decoration: none; }

    /* ─── SCROLL REVEAL ─── */
    .reveal {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity .7s, transform .7s;
    }
    .reveal.visible {
      opacity: 1;
      transform: none;
    }

    /* ─── MOBILE NAV ─── */
    .mobile-nav {
      display: none;
      position: fixed;
      top: 0; left: 0; right: 0; bottom: 0;
      background: var(--forest);
      z-index: 99;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 2rem;
    }
    .mobile-nav.open { display: flex; }
    .mobile-nav a {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2rem;
      font-weight: 300;
      color: var(--cream);
      text-decoration: none;
      letter-spacing: .03em;
    }
    .mobile-nav a:hover { color: var(--gold); }
    .mobile-close {
      position: absolute;
      top: 1.5rem; right: 2rem;
      background: none;
      border: none;
      color: var(--cream);
      font-size: 1.5rem;
      cursor: pointer;
    }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 1024px) {
      nav { padding: 1rem 2rem; }
      .nav-links { gap: 1.5rem; }
      section { padding: 5rem 2rem; }
      .stats-bar { padding: 2rem; }
      .about { grid-template-columns: 1fr; gap: 3rem; }
      .about-image-area { max-width: 400px; margin: 0 auto; }
      .services-grid { grid-template-columns: repeat(2, 1fr); }
      .ateliers-grid { grid-template-columns: 1fr; }
      .formations-layout { grid-template-columns: 1fr; gap: 3rem; }
      .engagements-grid { grid-template-columns: repeat(2, 1fr); }
      .footer-top { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 768px) {
      .nav-links { display: none; }
      .hamburger { display: flex; }
      .hero-content { padding: 0 1.5rem; }
      .stats-bar { grid-template-columns: repeat(2, 1fr); }
      .stat:nth-child(2) { border-right: none; }
      .services { padding: 4rem 1.5rem; }
      .services-grid { grid-template-columns: 1fr; gap: 1px; }
      .engagements-grid { grid-template-columns: 1fr; }
      .cta-band { padding: 4rem 2rem; }
      .footer-top { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; text-align: center; }
    }/* End custom CSS */