/*
Theme Name: Sakhi Theme
Author: Zentu Media
Description: Custom theme for Sakhi Counselling
Version: 2.0
*/

    :root {
      --peach:      #FBDECE;
      --peach-dark: #F0C1AA;
      --purple:     #4D0050;
      --purple-mid: #7B3D88;
      --purple-lt:  #EDE8F5;
      --rose:       #A33B7E;
      --rose-lt:    #F5DCF0;
      --ink:        #1C1A27;
      --ink-mid:    #4A4560;
      --ink-faint:  #9490AA;
      --paper:      #FBDECE;
      --paper-dark: #E1B39F;
      --milk:       #FBDECE;
      --wa:         #25D366;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { font-size: 16px; overflow-x: clip; /* scroll-behavior: smooth; */ }
    html.lenis, html.lenis body { height: auto; }
    .lenis.lenis-smooth { scroll-behavior: auto !important; }
    .lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
    .lenis.lenis-stopped { overflow: hidden; }
    body {
      background: var(--ink);
      color: var(--ink);
      font-family: 'Josefin Sans', sans-serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      overflow-x: clip;
    }
    body::after {
      content: '';
      position: fixed;
      inset: 0;
      z-index: 9999;
      pointer-events: none;
      background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.75" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)"/%3E%3C/svg%3E');
      opacity: 0.045;
    }
    @media (hover: hover) { 
      body { cursor: none; } 
      a, button, .faq-btn, .mag, .drop-menu, .drop-a, .hnav-a { cursor: none !important; }
    }
    a { text-decoration: none; color: inherit; }

        /* ---- GLOBAL CUSTOM CURSOR ---- */
    .cdot { position: fixed; top: 0; left: 0; width: 6px; height: 6px; background: var(--rose); border-radius: 50%; pointer-events: none; z-index: 2147483647 !important; transform: translate(-50%, -50%); transition: opacity 0.2s; }
    .cring { position: fixed; top: 0; left: 0; width: 36px; height: 36px; border: 1.5px solid var(--rose); border-radius: 50%; pointer-events: none; z-index: 2147483646 !important; transform: translate(-50%, -50%); transition: width 0.3s cubic-bezier(.23,1,.32,1), height 0.3s cubic-bezier(.23,1,.32,1), background 0.3s, border-color 0.3s, opacity 0.2s; }
    .cring.on-btn { width: 56px; height: 56px; background: rgba(163,59,126,0.08); border-color: transparent; backdrop-filter: none; }
    .cring.on-btn { width: 56px; height: 56px; background: rgba(163,59,126,0.08); border-color: transparent; backdrop-filter: none; }

    /* ---- PREMIUM LOADER ---- */
    #loader {
      position: fixed; inset: 0;
      background: var(--ink);
      z-index: 9999;
      display: flex; align-items: flex-end; justify-content: flex-end;
      padding: 64px 80px;
    }
    .l-count {
      font-family: 'Josefin Sans', sans-serif;
      font-weight: 700;
      font-size: clamp(60px, 10vw, 120px);
      color: var(--peach);
      line-height: 1;
      letter-spacing: -0.04em;
    }
    .lw {
      font-family: 'Josefin Sans', sans-serif;
      font-weight: 900;
      font-size: clamp(56px, 11vw, 112px);
      color: var(--peach);
      letter-spacing: -0.02em;
      overflow: hidden;
      display: flex;
      font-optical-sizing: auto;
    }
    .lc { display: inline-block; transform: translateY(110%); opacity: 0; }
    .l-bar-wrap {
      width: 120px; height: 1px;
      background: rgba(255,255,255,.1);
      position: relative; overflow: hidden;
    }
    .l-bar {
      position: absolute; top: 0; left: -100%;
      width: 100%; height: 100%;
      background: var(--peach);
    }

    /* ---- NATIVE HARDWARE CURSOR ---- */
    .cdot { position: fixed; top: 0; left: 0; width: 6px; height: 6px; background: var(--rose); border-radius: 50%; pointer-events: none; z-index: 2147483647 !important; transform: translate(-50%,-50%); }
    .cring { position: fixed; top: 0; left: 0; width: 34px; height: 34px; border: 1.5px solid var(--rose); border-radius: 50%; pointer-events: none; z-index: 2147483646 !important; transform: translate(-50%,-50%); transition: width .26s cubic-bezier(.23,1,.32,1), height .26s cubic-bezier(.23,1,.32,1), background .22s; }
    .cring.on-btn  { width: 52px; height: 52px; background: rgba(163,59,126,.07); }
    /* ---- HEADER ---- */
    .s-hdr { position: fixed; top: 0; left: 0; right: 0; height: 104px; padding: 0 56px; display: flex; align-items: center; justify-content: space-between; z-index: 500; transition: background .3s ease, border-color .3s ease, transform .35s cubic-bezier(.23,1,.32,1); border-bottom: 1px solid transparent; background: rgba(251, 222, 206, 0.75); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
    .s-hdr.scrolled { background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border-bottom-color: rgba(0, 0, 0, 0.08); }
    .s-hdr.hidden { transform: translateY(-100%); }
    .hlogo { 
      font-family: 'Josefin Sans', sans-serif; font-weight: 900; font-size: 42px;
      color: var(--purple); letter-spacing: -.025em;
      display: flex; flex-direction: column;
      font-optical-sizing: auto;
     line-height: 1; text-shadow: 0 2px 12px rgba(255,255,255,0.5); }
    .hlogo-sub {
      font-family: 'Josefin Sans', sans-serif; font-size: 13px; font-weight: 700;
      letter-spacing: .22em; text-transform: uppercase;
      color: var(--ink-mid); margin-top: 2px;
    }
    .hnav { display: flex; align-items: center; gap: 40px; }
    .hnav-a { 
      font-family: 'Josefin Sans', sans-serif; font-size: 13px; font-weight: 600;
      letter-spacing: .1em; text-transform: uppercase;
      color: var(--ink-mid); position: relative; padding-bottom: 3px;
     display: flex; align-items: center; gap: 4px; height: 100%; }
    .hnav-a::after {
      content: ''; position: absolute; bottom: 0; left: 0;
      width: 0; height: 1px; background: var(--purple-mid);
      transition: width .22s ease;
    }
    .hnav-a:hover::after, .hnav-a.act::after { width: 100%; }
    .hnav-a.act { color: var(--ink); }
    .has-drop {  position: relative;  display: flex; align-items: center; height: 100%; }
    .has-drop > .hnav-a { cursor: default; }
    .drop-menu { position: absolute; top: 100%; left: -20px; padding-top: 24px; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease; }
    .drop-inner { background: var(--milk); border: 1px solid var(--paper-dark); border-radius: 4px; padding: 16px 20px; display: flex; flex-direction: column; gap: 14px; min-width: 200px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); }
    .has-drop:hover .drop-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
    .drop-a { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-mid); transition: color .2s; white-space: nowrap;  padding: 8px 12px; border-radius: 4px; margin: -8px -12px; display: block; transition: all 0.25s ease; }
    .drop-a:hover, .drop-a.act { color: var(--purple-mid); background: rgba(163,59,126,0.08); transform: translateX(4px); }
    .hcta {
      display: inline-flex; align-items: center; gap: 9px;
      background: var(--rose); color: #fff;
      font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 500;
      letter-spacing: .1em; text-transform: uppercase;
      padding: 11px 22px; border-radius: 2px; border: none;
      transition: background .14s;
    }
    .hcta:hover { background: var(--peach-dark); }
    .hambg {
      display: none; flex-direction: column; gap: 5px;
      background: none; border: none; padding: 6px;
    }
    .hambg span { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: transform .28s, opacity .28s; }

    /* ---- HERO SECTION ---- */
    .hero {
      min-height: 100vh; padding: 160px 88px 40px;
      position: relative; overflow: hidden;
      background: var(--paper);
      perspective: 1500px; transform-style: preserve-3d;
      display: flex; flex-direction: column; justify-content: center;
    }
    .hero-ghost {
      position: absolute; top: -8%; right: -4%;
      font-family: 'Josefin Sans', sans-serif; font-weight: 900;
      font-size: clamp(280px, 38vw, 560px);
      color: var(--paper-dark); line-height: 1;
      user-select: none; pointer-events: none; z-index: 0;
      opacity: .5; font-optical-sizing: auto;
      will-change: transform;
    }
    /* HERO PEACH FLORAL BACKGROUND */
    .floral-hero {
        position: relative;
        z-index: 1;
        background-color: var(--peach) !important;
    }
    .floral-hero::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-image: url('assets/peach_floral_bg.png');
        background-size: cover;
        background-position: center;
        opacity: 0.20;
        pointer-events: none;
        z-index: -1;
    }
    .hero-vrule {
      position: absolute; top: 0; left: 56px; bottom: 0;
      width: 1px; background: var(--paper-dark); z-index: 1;
    }
    .hero-content {
      position: relative; z-index: 3; display: flex; flex-direction: column; max-width: 1200px;
    }
    .hero-h1 {
      font-family: 'Josefin Sans', sans-serif; font-size: clamp(48px, 6vw, 96px);
      font-weight: 700; line-height: 0.95; letter-spacing: -.03em;
      color: var(--ink); margin-bottom: 24px; font-optical-sizing: auto;
      position: relative; z-index: 3; mix-blend-mode: multiply;
    }
    .hero-h1 .ital { font-weight: 300; font-style: italic; color: var(--purple); }
    .wclip { display: inline-block; overflow: hidden; vertical-align: bottom; padding-top: 0.15em; margin-top: -0.15em; padding-left: 0.15em; padding-right: 0.15em; margin-left: -0.15em; margin-right: -0.15em; }
    .winner { display: inline-block; }
    .hero-sub {
      font-family: 'Alegreya', serif; font-size: 18px;
      color: var(--ink-mid); line-height: 1.6; max-width: 700px;
      margin-bottom: 24px; font-optical-sizing: auto;
      opacity: 0; transform: translateY(24px);
    }
    .hero-ctas { display: flex; align-items: center; gap: 16px; opacity: 0; transform: translateY(20px); }
    .hero-scroll { position: absolute; bottom: 40px; left: 88px; display: flex; align-items: center; gap: 12px; opacity: 0; }
    .hero-scroll-track { width: 48px; height: 1px; background: var(--paper-dark); position: relative; overflow: hidden; }
    .hero-scroll-track::after {
      content: ''; position: absolute; top: 0; left: -100%;
      width: 100%; height: 100%; background: var(--peach);
      animation: stick 2.2s ease-in-out infinite 3s;
    }
    @keyframes stick { 0%{left:-100%} 50%{left:0} 100%{left:100%} }
    .scroll-lbl { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-mid); }

    /* Hero Editorial Image */
    .hero-img-wrap {
      position: absolute; right: 8%; top: 20%;
      width: 32vw; max-width: 440px; aspect-ratio: 3/4;
      z-index: 2; pointer-events: none;
      perspective: 900px;
    }
    .hero-ph {
      width: 100%; height: 100%;
      background: var(--paper-dark); position: relative; overflow: hidden;
      transform-style: preserve-3d; will-change: transform;
      opacity: 0; transform: translateY(80px);
    }
    .ph-inner { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; opacity: 0.3; }
    .ph-head { width: 56px; height: 56px; border-radius: 50%; background: var(--ink-faint); margin-bottom: 8px; }
    .ph-body { width: 96px; height: 120px; background: var(--ink-faint); border-radius: 48px 48px 0 0; }
    
    /* Editorial Stats (No floating cards) */
    .hero-stats {
      display: flex; gap: 48px; margin-top: 32px; opacity: 0; transform: translateY(20px); border-top: 1px solid var(--paper-dark); padding-top: 24px; max-width: 700px;
    }
    .h-stat { display: flex; flex-direction: column; }
    .hs-num { font-family: 'Josefin Sans', sans-serif; font-size: 32px; font-weight: 300; font-style: italic; color: var(--purple-mid); line-height: 1; }
    .hs-lbl { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--ink-mid); margin-top: 8px; }

    /* ---- MARQUEE ---- */
    .marquee { position: relative; z-index: 10; border-top: 1px solid var(--paper-dark); border-bottom: 1px solid var(--paper-dark); background: var(--ink); padding: 24px 0; overflow: hidden; white-space: nowrap; }
    .m-track { display: inline-flex; }
    .m-item { font-family: 'Josefin Sans', sans-serif; font-size: 18px; font-weight: 400; font-style: italic; color: rgba(255,255,255,.9); padding: 0 32px; display: inline-flex; align-items: center; gap: 32px; }
    .mdot { display: inline-block; width: 6px; height: 6px; background: var(--peach); border-radius: 50%; flex-shrink: 0; }

    /* ---- ABOUT TEASER ---- */
    .about-t {
      position: relative; z-index: 10;
      padding: 128px 80px; display: grid;
      grid-template-columns: 180px 1fr 300px; gap: 64px; background: var(--paper);
    }
    .at-l { display: flex; flex-direction: column; gap: 16px; }
    .at-secnum { font-family: 'Josefin Sans', sans-serif; font-size: 96px; font-weight: 900; font-style: italic; color: var(--paper-dark); line-height: 1; letter-spacing: -.04em; font-optical-sizing: auto; }
    .side-lbl { font-family: 'Alegreya', serif; font-size: 14px; font-style: italic; color: var(--ink-mid); writing-mode: vertical-rl; transform: rotate(180deg); position: absolute; top: 0; left: -64px; }
    .at-seclbl { display: none; }
    .at-vert { font-family: 'Josefin Sans', sans-serif; font-size: 12px; font-weight: 300; font-style: italic; color: var(--paper-dark); writing-mode: vertical-rl; transform: rotate(180deg); letter-spacing: .12em; margin-top: auto; }
    .at-c { border-left: 1px solid var(--paper-dark); padding-left: 56px; }
    .at-rule { width: 0; height: 2px; background: var(--peach); margin-bottom: 32px; }
    .at-h2 { font-family: 'Josefin Sans', sans-serif; font-size: clamp(26px, 2.6vw, 38px); font-weight: 700; line-height: 1.14; letter-spacing: -.02em; color: var(--ink); margin-bottom: 24px; font-optical-sizing: auto; opacity: 0; transform: translateY(28px); }
    .at-body { font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid); line-height: 1.6; max-width: 520px; margin-bottom: 40px; font-optical-sizing: auto; }
    .at-link { display: inline-flex; align-items: center; gap: 10px; font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); border-bottom: 1px solid var(--paper-dark); padding-bottom: 4px; transition: border-color .2s, color .2s; opacity: 0; }
    .at-link:hover { border-color: var(--peach); color: var(--peach); }
    .at-r { display: flex; flex-direction: column; gap: 10px; }
    .cc { background: var(--milk); border: 1px solid var(--paper-dark); border-left: 2px solid var(--peach); padding: 14px 18px; opacity: 0; transform: translateX(32px); }
    .cc-lbl { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--purple-mid); display: block; margin-bottom: 4px; }
    .cc-val { font-family: 'Josefin Sans', sans-serif; font-size: 14px; font-weight: 600; color: var(--ink); line-height: 1.3; display: block; font-optical-sizing: auto; }

    /* ---- SERVICES SPLIT (STICKY STACK) ---- */
    .svc-split { position: relative; z-index: 10; display: block; background: var(--paper); padding-bottom: 80px; }
    .svc-p {
      padding: 100px 80px; display: flex; flex-direction: column; justify-content: space-between;
      position: sticky; min-height: calc(100vh - 104px); overflow: hidden;
      background: var(--milk); border-bottom: 1px solid var(--paper-dark); border-top: 1px solid var(--paper-dark); border-radius: 0px; box-shadow: 0 -20px 60px rgba(0,0,0,0.06); transform-origin: top center; will-change: transform, opacity;
    }
    .pb2c { top: 104px; }
    .pb2b { top: 112px; }
    .pb2a { top: 152px; }
    .svc-tag { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-mid); margin-bottom: 40px; display: block; }
    .svc-cnt { flex: 1; display: flex; flex-direction: column; justify-content: center; }
    .svc-h2 { font-family: 'Josefin Sans', sans-serif; font-size: clamp(32px, 8vw, 64px); word-break: break-word; hyphens: auto; font-weight: 700; letter-spacing: -.03em; line-height: 1.05; color: var(--ink); margin-bottom: 24px; font-optical-sizing: auto; transition: color .4s; }
    .pb2c:hover .svc-h2 { color: var(--rose); }
    .pb2b:hover .svc-h2 { color: var(--purple-mid); }
    .pb2a:hover .svc-h2 { color: var(--purple); }
    .svc-body { font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid); line-height: 1.6; max-width: 900px; margin-bottom: 48px; font-optical-sizing: auto; }
    .svc-cta:hover { border-color: var(--peach) !important; color: var(--peach) !important; }
    .svc-div { width: 100%; height: 1px; background: var(--paper-dark); margin-bottom: 32px; transform-origin: left; transform: scaleX(0); }
    .svc-items { display: flex; flex-direction: column; margin-bottom: 0; }
    .svc-item { font-family: 'Josefin Sans', sans-serif; font-size: 14px; font-weight: 400; color: var(--ink-mid); padding: 12px 0; border-bottom: 1px solid var(--paper-dark); display: flex; align-items: center; gap: 12px; }
    .svc-item:last-child { border-bottom: none; }
    .sdot { width: 4px; height: 4px; border-radius: 50%; flex-shrink: 0; }
    .pb2c .sdot { background: var(--rose); }
    .pb2b .sdot { background: var(--purple-mid); }
    .pb2a .sdot { background: var(--purple); }
    .svc-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 10px; font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); border-bottom: 1px solid var(--paper-dark); padding-bottom: 8px; width: fit-content; transition: border-color .3s, color .3s; }
    .pb2c:hover .svc-cta { border-color: var(--rose); color: var(--rose); }
    .pb2b:hover .svc-cta { border-color: var(--purple-mid); color: var(--purple-mid); }
    .pb2a:hover .svc-cta { border-color: var(--purple); color: var(--purple); }

    /* ---- TRUST ---- */
    .trust { background: var(--ink); padding: 104px 80px; display: grid; grid-template-columns: repeat(3,1fr); }
    .trust-i { padding: 0 48px; border-right: 1px solid rgba(255,255,255,.06); text-align: center; }
    .trust-i:first-child { padding-left: 0; text-align: left; }
    .trust-i:last-child  { border-right: none; padding-right: 0; text-align: right; }
    .trust-num { font-family: 'Josefin Sans', sans-serif; font-size: clamp(60px, 7vw, 96px); font-weight: 900; font-style: italic; color: var(--peach); line-height: 1; letter-spacing: -.04em; display: block; margin-bottom: 10px; font-optical-sizing: auto; }
    .trust-lbl { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.3); display: block; margin-bottom: 14px; }
    .trust-desc { font-family: 'Alegreya', serif; font-size: 16px; color: rgba(255,255,255,.45); line-height: 1.6; font-optical-sizing: auto; }

    /* ---- PULL QUOTE ---- */
    .quote-s { background: var(--milk); padding: 128px 80px; border-top: 1px solid var(--paper-dark); }
    .quote-inner { display: grid; grid-template-columns: 112px 1fr; max-width: 980px; }
    .qnum { font-family: 'Josefin Sans', sans-serif; font-size: 80px; font-weight: 900; font-style: italic; color: var(--paper-dark); line-height: 1; letter-spacing: -.04em; font-optical-sizing: auto; }
    .qbody { border-left: 2px solid var(--peach); padding-left: 48px; }
    .qey { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: var(--purple-mid); display: block; margin-bottom: 28px; }
    .pullq { font-family: 'Alegreya', serif; font-size: clamp(22px, 2.2vw, 30px); font-weight: 300; font-style: italic; color: var(--ink); line-height: 1.55; margin-bottom: 32px; font-optical-sizing: auto; }
    /* split words span */
    .pullq .qword { display: inline-block; overflow: hidden; vertical-align: bottom; padding-left: 0.1em; padding-right: 0.1em; margin-left: -0.1em; margin-right: -0.1em; }

    /* ---- FAQ PROPORTIONAL SPLIT ---- */
    .faq-s { padding: 128px 88px; background: var(--paper); border-top: 1px solid var(--paper-dark); display: grid; grid-template-columns: 400px 1fr; gap: 80px; align-items: start; }
    .faq-l { display: flex; flex-direction: column; }
    .faq-h2 { font-family: 'Josefin Sans', sans-serif; font-size: clamp(36px, 4vw, 56px); font-weight: 700; color: var(--ink); line-height: 1.1; margin-bottom: 24px; font-optical-sizing: auto; opacity: 0; transform: translateY(20px); text-transform: uppercase; letter-spacing: -.02em; }
    .faq-p { font-family: 'Alegreya', serif; font-size: 20px; color: var(--ink-mid); line-height: 1.6; opacity: 0; transform: translateY(20px); }
    .faq-r { display: flex; flex-direction: column; width: 100%; border-top: 1px solid var(--paper-dark); }
    .faq-item { border-bottom: 1px solid var(--paper-dark); position: relative; opacity: 0; transform: translateY(16px); }
    .faq-line { position: absolute; top: 0; left: 0; width: 0; height: 1px; background: var(--peach); z-index: 2; transition: width 0.6s cubic-bezier(.23,1,.32,1); }
    .faq-item:hover .faq-line { width: 100%; }
    .faq-btn { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 32px 0; background: none; border: none; font-family: 'Josefin Sans', sans-serif; font-size: clamp(18px, 2vw, 24px); font-weight: 500; color: var(--ink); text-align: left; cursor: pointer; transition: color .3s, padding-left .4s; }
    .faq-btn:hover { color: var(--peach); padding-left: 16px; }
    .faq-icon { width: 16px; height: 16px; position: relative; flex-shrink: 0; }
    .faq-icon::before, .faq-icon::after { content: ''; position: absolute; background: var(--ink-mid); transition: transform .4s cubic-bezier(.23,1,.32,1); }
    .faq-icon::before { top: 7px; left: 0; width: 16px; height: 1.5px; }
    .faq-icon::after { top: 0; left: 7px; width: 1.5px; height: 16px; }
    .faq-item.open .faq-icon::after { transform: rotate(90deg); }
    .faq-body { height: 0; opacity: 0; overflow: hidden; }
    .faq-inner { padding-bottom: 32px; font-family: 'Alegreya', serif; font-size: 20px; color: var(--ink-mid); line-height: 1.6; max-width: 900px; }
    .pullq .qwi   { display: inline-block; transform: translateY(105%); }
    .qattr { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mid); }

    /* ---- APPROACH INK FILL ---- */
    .approach { position: relative; padding: 128px 80px; border-top: 1px solid var(--paper-dark); }
    .ap-dark-bg { position: absolute; inset: 0; background: var(--ink); opacity: 0; pointer-events: none; z-index: 1; }
    .ap-hdr { position: relative; z-index: 2; border-bottom: 1px solid rgba(255,255,255,.05); transition: border-color .5s; }
    .sechdr { display: grid; grid-template-columns: 180px 1fr; gap: 64px; margin-bottom: 72px; padding-bottom: 40px; border-bottom: 1px solid var(--paper-dark); }
    .sh-num { font-family: 'Josefin Sans', sans-serif; font-size: 88px; font-weight: 900; font-style: italic; color: var(--paper-dark); line-height: 1; letter-spacing: -.04em; align-self: flex-end; font-optical-sizing: auto; transition: color .5s; }
    .sh-r { display: flex; flex-direction: column; justify-content: flex-end; }
    .sec-ey { display: none; }
    .sec-h2 { font-family: 'Josefin Sans', sans-serif; font-size: clamp(26px, 2.8vw, 40px); font-weight: 700; letter-spacing: -.02em; line-height: 1.1; color: var(--ink); margin-bottom: 12px; font-optical-sizing: auto; transition: color .5s; }
    .sec-sub { font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid); line-height: 1.6; font-optical-sizing: auto; max-width: 700px; transition: color .5s; }
    .aplist { display: flex; flex-direction: column; gap: 104px; margin-top: 104px; position: relative; z-index: 2; }
    .arow { display: flex; flex-direction: column; gap: 24px; padding: 0 40px; }
    .ac-n { font-family: 'Josefin Sans', sans-serif; font-size: 40px; font-weight: 300; font-style: italic; color: rgba(255,255,255,.15); line-height: 1; display: block; margin-bottom: 8px; }
    .ac-t { font-family: 'Josefin Sans', sans-serif; font-size: clamp(48px, 7vw, 120px); font-weight: 900; line-height: 1.1; padding: 0.1em 0; margin-top: -0.1em; text-transform: uppercase; margin-bottom: 24px; letter-spacing: -.03em; background: linear-gradient(to right, #fff 50%, rgba(255,255,255,.05) 50%); background-size: 200% 100%; background-position: 100% 0; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
    .ac-b { font-family: 'Alegreya', serif; font-size: 22px; color: rgba(255,255,255,.6); line-height: 1.6; max-width: 900px; margin-left: 20%; opacity: 0; transform: translateY(20px); }

    /* ---- BLOG ---- */
    .blog-s { background: var(--milk); padding: 128px 80px; border-top: 1px solid var(--paper-dark); position: relative; z-index: 2; }
    .b-list { display: flex; flex-direction: column; margin-top: 48px; border-top: 1px solid var(--paper-dark); cursor: none; }
    .b-row { display: grid; grid-template-columns: 200px 1fr auto; gap: 40px; padding: 64px 32px; border-bottom: 1px solid var(--paper-dark); align-items: start; transition: background .4s cubic-bezier(.23,1,.32,1), transform .4s cubic-bezier(.23,1,.32,1), border-color .4s; opacity: 0; transform: translateY(32px); border-radius: 4px; margin: 0 -32px; cursor: none; }
    .b-row:hover { background: rgba(255,255,255,0.03); border-bottom-color: transparent; transform: translateX(8px); }
    .br-date { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mid); margin-top: 12px; }
    .br-body { display: flex; flex-direction: column; gap: 20px; }
    .blog-s .br-title { font-family: 'Josefin Sans', sans-serif; font-size: 48px; font-weight: 700; color: var(--ink); line-height: 1.05; font-optical-sizing: auto; transition: color .2s; letter-spacing: -.02em; }
    .blog-s .b-row:hover .br-title { color: var(--purple-mid); }
    .blog-s .br-exc { font-family: 'Alegreya', serif; font-size: 19px; color: var(--ink-mid); line-height: 1.6; max-width: 900px; }
    .blog-s .br-read { font-family: 'Josefin Sans', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--purple-mid); display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; opacity: 0; transform: translateX(-10px); transition: opacity .3s, transform .3s; }
    .blog-s .b-row:hover .br-read { opacity: 1; transform: translateX(0); }
    .bfoot { display: flex; align-items: center; justify-content: space-between; margin-top: 52px; padding-top: 32px; border-top: 1px solid var(--paper-dark); }
    .ball { display: inline-flex; align-items: center; gap: 10px; font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); border-bottom: 1px solid var(--paper-dark); padding-bottom: 3px; transition: border-color .2s, color .2s; }
    .ball:hover { border-color: var(--peach); color: var(--peach); }

    /* ---- TESTIMONIALS DRAG MARQUEE ---- */
    .testim-s { background: var(--ink); padding: 128px 80px; position: relative; z-index: 10; border-top: 1px solid rgba(255,255,255,0.05); overflow: hidden; }
    .testim-hdr { margin-bottom: 72px; }
    .testim-h2 { font-family: 'Josefin Sans', sans-serif; font-size: clamp(32px, 3.5vw, 48px); font-weight: 700; color: var(--milk); letter-spacing: -.02em; line-height: 1.1; margin-bottom: 16px; font-optical-sizing: auto; }
    .testim-sub { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mid); }
    .testim-track { cursor: grab; display: flex; width: max-content; }
    .testim-track:active { cursor: grabbing; }
    .testim-grid { display: flex; gap: 32px; padding-right: 32px; }
    .testim-c { width: 500px; position: relative; overflow: hidden; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); padding: 56px 48px; display: flex; flex-direction: column; justify-content: space-between; gap: 32px; flex-shrink: 0; transition: transform .4s, box-shadow .4s, border-color .4s; border-radius: 4px; }
    .t-wm { position: absolute; top: -20px; right: 20px; font-family: 'Alegreya', serif; font-size: 280px; font-weight: 900; line-height: 1; color: #fff; opacity: 0.03; pointer-events: none; z-index: 0; }
    .testim-q { position: relative; z-index: 1; font-family: 'Alegreya', serif; font-size: clamp(18px, 1.8vw, 22px); font-weight: 300; font-style: italic; color: var(--milk); line-height: 1.6; font-optical-sizing: auto; }
    .testim-a { position: relative; z-index: 1; font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .12em; color: var(--peach); text-transform: uppercase; }

    /* ---- CTA BAND ---- */
    .ctaband { background: var(--ink); padding: 104px 80px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; }
    .cta-h2 { font-family: 'Josefin Sans', sans-serif; font-size: clamp(36px, 4vw, 58px); font-weight: 700; color: var(--milk); letter-spacing: -.028em; line-height: 1.06; font-optical-sizing: auto; opacity: 0; transform: translateY(32px); }
    .cta-h2 em { font-weight: 300; font-style: italic; color: rgba(255,255,255,.28); }
    .cta-acts { display: flex; flex-direction: column; gap: 12px; }
    .btn-p { display: inline-flex; align-items: center; gap: 10px; background: var(--rose); color: #fff; font-family: 'Josefin Sans', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; padding: 13px 28px; border-radius: 2px; border: none; white-space: nowrap; transition: background .14s; }
    .btn-p:hover { background: var(--peach-dark); }
    .btn-wa { display: inline-flex; align-items: center; gap: 10px; background: var(--wa); color: #fff; font-family: 'Josefin Sans', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; padding: 13px 28px; border-radius: 2px; border: none; white-space: nowrap; transition: background .14s; }
    .btn-wa:hover { background: #22c55e; }
    .arrw { width: 14px; height: 14px; flex-shrink: 0; }

    /* ---- FOOTER ---- */
    .sfooter { background: var(--ink); border-top: 1px solid rgba(255,255,255,.05); padding: 128px 88px 40px; position: relative; z-index: 10; overflow: hidden; }
    .f-bg-logo { position: absolute; bottom: -5%; left: 50%; transform: translateX(-50%); font-family: 'Josefin Sans', sans-serif; font-size: clamp(150px, 25vw, 400px); font-weight: 900; color: rgba(255,255,255,0.015); pointer-events: none; text-transform: uppercase; letter-spacing: -0.05em; line-height: 1; z-index: 0; white-space: nowrap; font-optical-sizing: auto; }
    .fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-bottom: 120px; position: relative; z-index: 1; }
    .f-l { max-width: 400px; }
    .flogo { font-family: 'Josefin Sans', sans-serif; font-weight: 900; font-size: 48px; color: var(--milk); letter-spacing: -.025em; display: block; margin-bottom: 8px; font-optical-sizing: auto; }
    .flogo-s { font-family: 'Josefin Sans', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.45); display: block; margin-bottom: 32px; }
    .fdesc { font-family: 'Alegreya', serif; font-size: 18px; font-style: italic; color: rgba(255,255,255,.4); line-height: 1.6; font-optical-sizing: auto; }
    .f-r { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
    .fclbl { font-family: 'Josefin Sans', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--peach); display: block; margin-bottom: 32px; }
    .fnav { list-style: none; display: flex; flex-direction: column; gap: 16px; }
    .fnav-a { font-family: 'Josefin Sans', sans-serif; font-size: 16px; font-weight: 400; color: rgba(255,255,255,.5); text-decoration: none; position: relative; display: inline-block; width: max-content; transition: color .3s; }
    .fnav-a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--peach); transition: width .4s cubic-bezier(.23,1,.32,1); }
    .fnav-a:hover { color: var(--milk); }
    .fnav-a:hover::after { width: 100%; }
    .fci { margin-bottom: 24px; }
    .fclabel { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.45); display: block; margin-bottom: 6px; }
    .fcval { font-size: 16px; color: rgba(255,255,255,.5); }
    .fbot { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 32px; position: relative; z-index: 1; }
    .fcopy { font-family: 'Josefin Sans', sans-serif; font-size: 12px; color: rgba(255,255,255,.2); }
    .flegal { display: flex; gap: 32px; align-items: center; }
    .flegal a { font-family: 'Josefin Sans', sans-serif; font-size: 12px; color: rgba(255,255,255,.2); transition: color .2s; }
    .flegal a:hover { color: var(--milk); }
    .btt { background: none; border: none; color: var(--peach); font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; display: flex; align-items: center; gap: 8px; cursor: pointer; transition: color .3s; }
    .btt:hover { color: var(--milk); }
    .btt svg { transition: transform .3s; }
    .btt:hover svg { transform: translateY(-3px); }

    /* ---- WA FLOAT ---- */
    .wafloat { position: fixed; bottom: 24px; right: 24px; width: 50px; height: 50px; background: var(--wa); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 600; box-shadow: 0 4px 20px rgba(37,211,102,.28); transition: transform .2s cubic-bezier(.23,1,.32,1); text-decoration: none; opacity: 0; transform: scale(0); }
    .wafloat:hover { transform: scale(1.1) !important; }

    /* ---- MOBILE NAV ---- */
    .mob-panel { position: fixed; inset: 0; background: var(--ink); z-index: 490; padding: 120px 48px 64px; display: flex; flex-direction: column; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
    .mob-panel.open { opacity: 1; pointer-events: auto; }
    .mob-nav { list-style: none; margin-bottom: 48px; }
    .mob-nav li a { font-family: 'Josefin Sans', sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 700; color: rgba(255,255,255,.45); display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.06); letter-spacing: -.02em; font-optical-sizing: auto; transition: color .18s; }
    .mob-nav li a:hover { color: var(--milk); }

    /* ---- RESPONSIVE ---- */
    @media (max-width: 1100px) {
      .hero        { padding: 160px 48px 48px; }
      .hero-img-wrap { position: relative; width: 100%; right: 0; top: 0; margin-top: 64px; }
      .hero-vrule  { display: none; }
      .about-t     { grid-template-columns: 1fr; padding: 80px 48px; gap: 40px; }
      .at-l        { display: none; }
      .at-c        { border-left: none; padding-left: 0; }
      .svc-split   { grid-template-columns: 1fr; }
      .svc-p       { border-right: none; border-bottom: 1px solid var(--paper-dark); }
      .trust       { grid-template-columns: 1fr; padding: 72px 48px; }
      .trust-i     { border-right: none; border-bottom: 1px solid rgba(255,255,255,.06); padding: 32px 0; text-align: left; }
      .trust-i:last-child { border-bottom: none; }
      .quote-s, .approach, .blog-s { padding: 80px 48px; }
      .b-row    { grid-template-columns: 140px 1fr; }
      .ctaband     { grid-template-columns: 1fr; gap: 40px; padding: 72px 48px; }
      .fgrid       { grid-template-columns: 1fr; gap: 44px; }
      .sfooter     { padding: 64px 48px 44px; }
      .hnav, .hcta { display: none; }
      .hambg       { display: flex; }
      .quote-inner { grid-template-columns: 80px 1fr; }
    }
    @media (max-width: 768px) {
      .hero     { padding: 140px 32px 40px; }
      .hero-h1  { font-size: 38px; line-height: 1.05; margin-bottom: 16px; }
      .hero-vrule, .hero-ghost { display: none; }
      .about-t, .quote-s, .approach, .blog-s, .ctaband, .trust { padding-left: 32px; padding-right: 32px; }
      .svc-p    { padding: 80px 32px; }
      .at-seclbl, .at-vert { display: none; }
      .sechdr   { grid-template-columns: 1fr; gap: 32px; }
      .sh-num   { display: none; }
      .arow     { grid-template-columns: 1fr; gap: 16px; padding: 32px 0; }
      .b-row    { grid-template-columns: 1fr; gap: 16px; }
      .fbot     { flex-direction: column; gap: 16px; align-items: flex-start; }
      .hero-img-wrap { display: none !important; }
    }
      /* --- Brand Update Typography & Uppercase Compliance --- */
    h1, h2, h3, .hero-h1, .p-hero-h1, .bb-title, .oi-h3, .cta-h2, .c-h1, .sec-title, .sec-h2, .testim-h2, .faq-h2, .ac-t, .br-title {
      text-transform: uppercase;
      letter-spacing: -0.015em;
    }
    .hero-h1, .p-hero-h1 {
      letter-spacing: -0.025em;
    }
    .ital, em {
      text-transform: none !important;
    }
    .drop-inner {
      border-radius: 2px !important;
    }
    .testim-c {
      border-radius: 0px !important;
    }
  
    @media (max-width: 768px) {
      .svc-cnt[style] { grid-template-columns: 1fr !important; gap: 40px !important; }
      .p-hero-h1 { font-size: clamp(36px, 10vw, 44px) !important; max-width: 100% !important; padding-right: 16px; }
      .lw { font-size: clamp(40px, 12vw, 56px) !important; letter-spacing: -0.01em !important; }
      .trust-i, .trust-i:last-child, .trust-i:first-child { text-align: left !important; align-items: flex-start !important; }
      .trust-num { text-align: left !important; }
      #enq-card { padding: 40px 24px !important; margin: auto !important; }
      .cta-h2 { font-size: clamp(32px, 8vw, 44px) !important; }
      #eq-org-wrap input { font-size: 16px !important; }
      .eq-grp input, .eq-grp select, .eq-grp textarea { font-size: 16px !important; }
    }

    @media (max-width: 768px) {
      .faq-s { grid-template-columns: 1fr !important; gap: 40px !important; padding: 80px 24px !important; }
      .faq-h2 { font-size: clamp(32px, 10vw, 40px) !important; max-width: 100% !important; }
      .faq-p { font-size: 16px !important; }
      .faq-btn { font-size: 18px !important; padding: 24px 0 !important; }
    }


/* --- APPENDED INNER PAGE CSS --- */

/* --- institutions.html --- */
.inst-section { padding: 120px 80px; }
    .inst-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 100px; margin-bottom: 80px; }
    .inst-block { display: flex; flex-direction: column; }
    .bb-title { font-family: 'Josefin Sans', sans-serif; font-size: 40px; font-weight: 700; color: var(--ink); line-height: 1.1; margin-bottom: 24px; font-optical-sizing: auto; min-height: 88px; }
    .bb-desc { font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid); line-height: 1.6; margin-bottom: 40px; max-width: 100%; min-height: 116px; }
    .bb-list { list-style: none; display: flex; flex-direction: column; gap: 24px; }
    .bb-list li { display: flex; align-items: flex-start; gap: 16px; font-family: 'Josefin Sans', sans-serif; font-size: 16px; color: var(--ink); line-height: 1.6; }
    .bb-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--purple-mid); margin-top: 8px; flex-shrink: 0; }
    
    .inst-cta-card { background: var(--milk); border: 1px solid var(--paper-dark); border-radius: 4px; padding: 48px 64px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; box-shadow: 0 20px 40px rgba(0,0,0,0.02); }
    .bcc-l h3 { font-family: 'Josefin Sans', sans-serif; font-size: 32px; font-weight: 700; color: var(--ink); margin-bottom: 16px; }
    .bcc-l p { font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid); line-height: 1.6; max-width: 900px; }


/* --- COUNSELLING CSS --- */

    .p-hero {
      padding: 180px 80px 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
      background: var(--paper); border-bottom: 1px solid var(--paper-dark);
      perspective: 1200px; transform-style: preserve-3d;
    }.p-hero-ey { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--purple-mid); margin-bottom: 24px; display: block; opacity: 0; transform: translateY(16px); }
    .p-hero-h1 { font-family: 'Josefin Sans', sans-serif; font-size: clamp(40px, 5vw, 64px); font-weight: 700; line-height: 1.05; letter-spacing: -.02em; color: var(--ink); max-width: 900px; margin: 0 auto; font-optical-sizing: auto; opacity: 0; transform: translateY(24px); }
    .p-hero-sub { font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid); line-height: 1.6; max-width: 700px; margin: 24px auto 0; opacity: 0; transform: translateY(24px); }

    /* ---- SERVICES CONTENT ---- */
    .svc-section { padding: 120px 80px; }
    .s-list { display: flex; flex-direction: column; }
    .s-row { display: grid; grid-template-columns: 80px 300px 1fr 48px; gap: 40px; padding: 48px 0; border-top: 1px solid var(--paper-dark); align-items: start; opacity: 0; transform: translateY(24px); text-decoration: none; }
    .s-row:last-child { border-bottom: 1px solid var(--paper-dark); }
    .sr-num { font-family: 'Josefin Sans', sans-serif; font-size: 20px; font-weight: 300; font-style: italic; color: var(--purple-mid); }
    .sr-h3 { font-family: 'Josefin Sans', sans-serif; font-size: 28px; font-weight: 600; color: var(--ink); line-height: 1.1; }
    .sr-desc { font-family: 'Alegreya', serif; font-size: 16px; color: var(--ink-mid); line-height: 1.7; max-width: 900px; }
    .sr-btn { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--paper-dark); display: flex; align-items: center; justify-content: center; transition: background .3s, border-color .3s; }
    .sr-btn svg { width: 14px; height: 14px; stroke: var(--ink); transition: stroke .3s, transform .3s; }
    .s-row:hover .sr-btn { background: var(--peach); border-color: var(--peach); }
    .s-row:hover .sr-btn svg { stroke: #fff; transform: translateX(2px) translateY(-2px); }

    /* ---- FORMATS ---- */
    .formats { padding: 104px 80px; background: var(--milk); border-top: 1px solid var(--paper-dark); display: grid; grid-template-columns: 300px 1fr; gap: 80px; }
    .fmt-l h2 { font-family: 'Josefin Sans', sans-serif; font-size: 36px; font-weight: 700; color: var(--ink); line-height: 1.1; margin-bottom: 16px; }
    .fmt-l p { font-family: 'Alegreya', serif; font-size: 16px; color: var(--ink-mid); line-height: 1.7; }
    .fmt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
    .fmt-c { border: 1px solid var(--paper-dark); padding: 32px; background: var(--paper); }
    .fmt-h { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--purple-mid); margin-bottom: 12px; display: block; }
    .fmt-d { font-family: 'Alegreya', serif; font-size: 15px; color: var(--ink-mid); line-height: 1.7; }

    /* ---- CTA BAND & FOOTER (same as base) ---- */
    .ctaband { background: var(--ink); padding: 104px 80px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; }
    .cta-h2 { font-family: 'Josefin Sans', sans-serif; font-size: clamp(36px, 4vw, 58px); font-weight: 700; color: var(--milk); letter-spacing: -.028em; line-height: 1.06; font-optical-sizing: auto; }
    .cta-h2 em { font-weight: 300; font-style: italic; color: rgba(255,255,255,.28); }
    .cta-acts { display: flex; flex-direction: column; gap: 12px; }
    .btn-p { display: inline-flex; align-items: center; gap: 10px; background: var(--rose); color: #fff; font-family: 'Josefin Sans', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; padding: 13px 28px; border-radius: 2px; border: none; white-space: nowrap; transition: background .14s; }
    .btn-p:hover { background: var(--peach-dark); }
    .btn-wa { display: inline-flex; align-items: center; gap: 10px; background: var(--wa); color: #fff; font-family: 'Josefin Sans', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; padding: 13px 28px; border-radius: 2px; border: none; white-space: nowrap; transition: background .14s; }
    .btn-wa:hover { background: #22c55e; }
    .arrw { width: 14px; height: 14px; flex-shrink: 0; }
    .sfooter { background: var(--ink); border-top: 1px solid rgba(255,255,255,.05); padding: 72px 80px 44px; }
    .fgrid { display: grid; grid-template-columns: 260px 1fr 1fr; gap: 72px; margin-bottom: 56px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.05); }
    .flogo { font-family: 'Josefin Sans', sans-serif; font-weight: 900; font-size: 36px; color: var(--milk); letter-spacing: -.025em; display: block; margin-bottom: 4px; font-optical-sizing: auto; }
    .flogo-s { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.45); display: block; margin-bottom: 20px; }
    .fdesc { font-family: 'Alegreya', serif; font-size: 14px; font-style: italic; color: rgba(255,255,255,.24); line-height: 1.75; font-optical-sizing: auto; }
    .fclbl { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.45); display: block; margin-bottom: 20px; }
    .fnav { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .fnav a { font-family: 'Josefin Sans', sans-serif; font-size: 13px; font-weight: 400; color: rgba(255,255,255,.34); transition: color .14s; }
    .fnav a:hover { color: rgba(255,255,255,.72); }
    .fci { margin-bottom: 14px; }
    .fclabel { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.45); display: block; margin-bottom: 3px; }
    .fcval { font-family: 'Josefin Sans', sans-serif; font-size: 13px; font-weight: 400; color: rgba(255,255,255,.4); transition: color .14s; }
    .fcval:hover { color: rgba(255,255,255,.78); }
    .fbot { display: flex; align-items: center; justify-content: space-between; }
    .fcopy { font-family: 'Josefin Sans', sans-serif; font-size: 11px; color: rgba(255,255,255,.15); }
    .flegal { display: flex; gap: 24px; }
    .flegal a { font-family: 'Josefin Sans', sans-serif; font-size: 11px; color: rgba(255,255,255,.15); transition: color .14s; }
    .flegal a:hover { color: rgba(255,255,255,.4); }
    .wafloat { position: fixed; bottom: 24px; right: 24px; width: 50px; height: 50px; background: var(--wa); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 600; box-shadow: 0 4px 20px rgba(37,211,102,.28); transition: transform .2s cubic-bezier(.23,1,.32,1); text-decoration: none; opacity: 0; transform: scale(0); }
    .wafloat:hover { transform: scale(1.1) !important; }
    .mob-panel { position: fixed; inset: 0; background: var(--ink); z-index: 490; padding: 120px 48px 64px; display: flex; flex-direction: column; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
    .mob-panel.open { opacity: 1; pointer-events: auto; }
    .mob-nav { list-style: none; margin-bottom: 48px; }
    .mob-nav li a { font-family: 'Josefin Sans', sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 700; color: rgba(255,255,255,.45); display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.06); letter-spacing: -.02em; font-optical-sizing: auto; transition: color .18s; }
    .mob-nav li a:hover { color: var(--milk); }

    @media (max-width: 1100px) {
      .p-hero      { grid-template-columns: 1fr; gap: 32px; padding: 160px 48px 80px; }
      .svc-section { padding: 80px 48px; }
      .s-row       { grid-template-columns: 1fr; gap: 24px; padding: 48px 0; }
      .formats     { grid-template-columns: 1fr; gap: 40px; padding: 80px 48px; }
      .fmt-grid    { grid-template-columns: 1fr; }
      .ctaband     { grid-template-columns: 1fr; gap: 40px; padding: 72px 48px; }
      .fgrid       { grid-template-columns: 1fr; gap: 44px; }
      .sfooter     { padding: 64px 48px 44px; }
      .hnav, .hcta { display: none; }
      .hambg       { display: flex; }
      .bb-title, .bb-desc { min-height: auto !important; }
    }
    @media (max-width: 768px) {
      .p-hero      { padding: 160px 32px 64px; }
      .svc-section, .formats, .ctaband, .sfooter { padding-left: 32px; padding-right: 32px; }
      .fbot        { flex-direction: column; gap: 16px; align-items: flex-start; }
    }
      /* --- Brand Update Typography & Uppercase Compliance --- */
    h1, h2, h3, .hero-h1, .p-hero-h1, .bb-title, .oi-h3, .cta-h2, .c-h1, .sec-title, .sec-h2, .testim-h2, .faq-h2, .ac-t, .br-title {
      text-transform: uppercase;
      letter-spacing: -0.015em;
    }
    .hero-h1, .p-hero-h1 {
      letter-spacing: -0.025em;
    }
    .ital, em {
      text-transform: none !important;
    }
    .drop-inner {
      border-radius: 2px !important;
    }
    .testim-c {
      border-radius: 0px !important;
    }
  
    @media (max-width: 768px) {
      .svc-cnt[style] { grid-template-columns: 1fr !important; gap: 40px !important; }
      .p-hero-h1 { font-size: clamp(36px, 10vw, 44px) !important; max-width: 100% !important; padding-right: 16px; }
      .lw { font-size: clamp(40px, 12vw, 56px) !important; letter-spacing: -0.01em !important; }
      .trust-i, .trust-i:last-child, .trust-i:first-child { text-align: left !important; align-items: flex-start !important; }
      .trust-num { text-align: left !important; }
      #enq-card { padding: 40px 24px !important; margin: auto !important; }
      .cta-h2 { font-size: clamp(32px, 8vw, 44px) !important; }
      #eq-org-wrap input { font-size: 16px !important; }
      .eq-grp input, .eq-grp select, .eq-grp textarea { font-size: 16px !important; }
    }

/* --- ORGANISATIONS CSS --- */

    .p-hero {
      padding: 180px 80px 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
      background: var(--paper); border-bottom: 1px solid var(--paper-dark);
      perspective: 1200px; transform-style: preserve-3d;
    }
    .p-hero-ey { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--purple-mid); margin-bottom: 24px; display: block; opacity: 0; transform: translateY(16px); }
    .p-hero-h1 { font-family: 'Josefin Sans', sans-serif; font-size: clamp(40px, 5vw, 64px); font-weight: 700; line-height: 1.05; letter-spacing: -.02em; color: var(--ink); max-width: 900px; margin: 0 auto; font-optical-sizing: auto; opacity: 0; transform: translateY(24px); }
    .p-hero-sub { font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid); line-height: 1.6; max-width: 700px; margin: 24px auto 0; opacity: 0; transform: translateY(24px); }

    /* ---- B2B CONTENT ---- */
    .b2b-section { padding: 120px 80px; }
    .b2b-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 80px; }
    .b2b-block { display: flex; flex-direction: column; }
    .bb-title { font-family: 'Josefin Sans', sans-serif; font-size: 40px; font-weight: 700; color: var(--ink); line-height: 1.1; margin-bottom: 24px; font-optical-sizing: auto; min-height: 88px; }
    .bb-desc { font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid); line-height: 1.6; margin-bottom: 40px; max-width: 100%; min-height: 116px; }
    .bb-list { list-style: none; display: flex; flex-direction: column; gap: 24px; }
    .bb-list li { display: flex; align-items: flex-start; gap: 16px; font-family: 'Josefin Sans', sans-serif; font-size: 16px; color: var(--ink); line-height: 1.6; }
    .bb-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--purple); margin-top: 8px; flex-shrink: 0; }
    
    .b2b-cta-card { background: var(--milk); border: 1px solid var(--paper-dark); border-radius: 4px; padding: 48px 64px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; box-shadow: 0 20px 40px rgba(0,0,0,0.02); }
    .bcc-l h3 { font-family: 'Josefin Sans', sans-serif; font-size: 32px; font-weight: 700; color: var(--ink); margin-bottom: 16px; }
    .bcc-l p { font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid); line-height: 1.6; max-width: 900px; }

    .o-item { background: var(--milk); border-top: 1px solid var(--paper-dark); padding: 48px 0; opacity: 0; transform: translateY(24px); display: grid; grid-template-columns: 320px 1fr; gap: 64px; align-items: start; }
    .o-item:last-child { border-bottom: 1px solid var(--paper-dark); }
    .oi-h3 { font-family: 'Josefin Sans', sans-serif; font-size: 32px; font-weight: 700; color: var(--ink); line-height: 1.1; font-optical-sizing: auto; }
    .oi-desc { font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid); line-height: 1.6; max-width: 900px; margin-bottom: 32px; }

    /* ---- CTA BAND & FOOTER (same as base) ---- */
    .ctaband { background: var(--ink); padding: 104px 80px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; }
    .cta-h2 { font-family: 'Josefin Sans', sans-serif; font-size: clamp(36px, 4vw, 58px); font-weight: 700; color: var(--milk); letter-spacing: -.028em; line-height: 1.06; font-optical-sizing: auto; }
    .cta-h2 em { font-weight: 300; font-style: italic; color: rgba(255,255,255,.28); }
    .cta-acts { display: flex; flex-direction: column; gap: 12px; }
    .btn-p { display: inline-flex; align-items: center; gap: 10px; background: var(--rose); color: #fff; font-family: 'Josefin Sans', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 13px 28px; border-radius: 2px; border: none; white-space: nowrap; transition: background .14s; }
    .btn-p:hover { background: var(--peach-dark); }
    .btn-wa { display: inline-flex; align-items: center; gap: 10px; background: var(--wa); color: #fff; font-family: 'Josefin Sans', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; padding: 13px 28px; border-radius: 2px; border: none; white-space: nowrap; transition: background .14s; }
    .btn-wa:hover { background: #22c55e; }
    .arrw { width: 14px; height: 14px; flex-shrink: 0; }
    .sfooter { background: var(--ink); border-top: 1px solid rgba(255,255,255,.05); padding: 72px 80px 44px; }
    .fgrid { display: grid; grid-template-columns: 260px 1fr 1fr; gap: 72px; margin-bottom: 56px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.05); }
    .flogo { font-family: 'Josefin Sans', sans-serif; font-weight: 900; font-size: 36px; color: var(--milk); letter-spacing: -.025em; display: block; margin-bottom: 4px; font-optical-sizing: auto; }
    .flogo-s { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.45); display: block; margin-bottom: 20px; }
    .fdesc { font-family: 'Alegreya', serif; font-size: 14px; font-style: italic; color: rgba(255,255,255,.24); line-height: 1.75; font-optical-sizing: auto; }
    .fclbl { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.45); display: block; margin-bottom: 20px; }
    .fnav { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .fnav a { font-family: 'Josefin Sans', sans-serif; font-size: 13px; font-weight: 400; color: rgba(255,255,255,.34); transition: color .14s; }
    .fnav a:hover { color: rgba(255,255,255,.72); }
    .fci { margin-bottom: 14px; }
    .fclabel { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.45); display: block; margin-bottom: 3px; }
    .fcval { font-family: 'Josefin Sans', sans-serif; font-size: 13px; font-weight: 400; color: rgba(255,255,255,.4); transition: color .14s; }
    .fcval:hover { color: rgba(255,255,255,.78); }
    .fbot { display: flex; align-items: center; justify-content: space-between; }
    .fcopy { font-family: 'Josefin Sans', sans-serif; font-size: 11px; color: rgba(255,255,255,.15); }
    .flegal { display: flex; gap: 24px; }
    .flegal a { font-family: 'Josefin Sans', sans-serif; font-size: 11px; color: rgba(255,255,255,.15); transition: color .14s; }
    .flegal a:hover { color: rgba(255,255,255,.4); }
    .wafloat { position: fixed; bottom: 24px; right: 24px; width: 50px; height: 50px; background: var(--wa); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 600; box-shadow: 0 4px 20px rgba(37,211,102,.28); transition: transform .2s cubic-bezier(.23,1,.32,1); text-decoration: none; opacity: 0; transform: scale(0); }
    .wafloat:hover { transform: scale(1.1) !important; }
    .mob-panel { position: fixed; inset: 0; background: var(--ink); z-index: 490; padding: 120px 48px 64px; display: flex; flex-direction: column; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
    .mob-panel.open { opacity: 1; pointer-events: auto; }
    .mob-nav { list-style: none; margin-bottom: 48px; }
    .mob-nav li a { font-family: 'Josefin Sans', sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 700; color: rgba(255,255,255,.45); display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.06); letter-spacing: -.02em; font-optical-sizing: auto; transition: color .18s; }
    .mob-nav li a:hover { color: var(--milk); }

    @media (max-width: 1100px) {
      .p-hero      { grid-template-columns: 1fr; gap: 32px; padding: 160px 48px 80px; }
      .b2b-section { padding: 80px 48px; }
      .b2b-grid    { grid-template-columns: 1fr; gap: 64px; }
      .b2b-cta-card{ grid-template-columns: 1fr; align-items: flex-start; }
      .bb-title, .bb-desc { min-height: auto !important; }
      .ctaband     { grid-template-columns: 1fr; gap: 40px; padding: 72px 48px; }
      .fgrid       { grid-template-columns: 1fr; gap: 44px; }
      .sfooter     { padding: 64px 48px 44px; }
      .hnav, .hcta { display: none; }
      .hambg       { display: flex; }
    }
    @media (max-width: 768px) {
      .p-hero      { padding: 160px 32px 64px; }
      .b2b-section, .ctaband, .sfooter { padding-left: 32px; padding-right: 32px; }
      .fbot        { flex-direction: column; gap: 16px; align-items: flex-start; }
    }
      /* --- Brand Update Typography & Uppercase Compliance --- */
    h1, h2, h3, .hero-h1, .p-hero-h1, .bb-title, .oi-h3, .cta-h2, .c-h1, .sec-title, .sec-h2, .testim-h2, .faq-h2, .ac-t, .br-title {
      text-transform: uppercase;
      letter-spacing: -0.015em;
    }
    .hero-h1, .p-hero-h1 {
      letter-spacing: -0.025em;
    }
    .ital, em {
      text-transform: none !important;
    }
    .drop-inner {
      border-radius: 2px !important;
    }
    .testim-c {
      border-radius: 0px !important;
    }
  
    @media (max-width: 768px) {
      .svc-cnt[style] { grid-template-columns: 1fr !important; gap: 40px !important; }
      .p-hero-h1 { font-size: clamp(36px, 10vw, 44px) !important; max-width: 100% !important; padding-right: 16px; }
      .lw { font-size: clamp(40px, 12vw, 56px) !important; letter-spacing: -0.01em !important; }
      .trust-i, .trust-i:last-child, .trust-i:first-child { text-align: left !important; align-items: flex-start !important; }
      .trust-num { text-align: left !important; }
      #enq-card { padding: 40px 24px !important; margin: auto !important; }
      .cta-h2 { font-size: clamp(32px, 8vw, 44px) !important; }
      #eq-org-wrap input { font-size: 16px !important; }
      .eq-grp input, .eq-grp select, .eq-grp textarea { font-size: 16px !important; }
    }

/* --- CONTACT CSS --- */

/* --- WP ADMIN BAR FIX --- */
.admin-bar .s-hdr { top: 32px !important; }
@media screen and (max-width: 782px) { .admin-bar .s-hdr { top: 46px !important; } }


/* --- ABOUT CSS --- */

    .p-hero {
      padding: 180px 80px 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
      background: var(--paper); border-bottom: 1px solid var(--paper-dark);
      perspective: 1200px; transform-style: preserve-3d;
    }
    .a-hero-ey {
      font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600;
      letter-spacing: .26em; text-transform: uppercase; color: var(--purple-mid);
      margin-bottom: 24px; opacity: 0; transform: translateY(16px);
    }
    .a-hero-h1 {
      font-family: 'Josefin Sans', sans-serif; font-size: clamp(40px, 5vw, 68px);
      font-weight: 700; line-height: 1.05; letter-spacing: -.028em;
      color: var(--ink); max-width: 800px; font-optical-sizing: auto;
      opacity: 0; transform: translateY(24px);
    }
    .a-hero-h1 em {
      font-weight: 300; font-style: italic; color: var(--purple);
    }

    /* ---- ABOUT CONTENT ---- */
    .a-content {
      display: grid; grid-template-columns: 440px 1fr;
      min-height: 100vh;
    }
    .a-left {
      background: var(--milk); border-right: 1px solid var(--paper-dark);
      padding: 80px 64px; display: flex; flex-direction: column;
    }
    .a-photo-wrap {
      width: 100%; aspect-ratio: 3/4; background: var(--paper-dark);
      border-radius: 2px; overflow: hidden; position: relative;
      margin-bottom: 40px;
    }
    .ph-lbl {
      position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
      font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600;
      letter-spacing: .2em; text-transform: uppercase; color: var(--ink-mid);
    }
    .a-cred-box {
      border-top: 1px solid var(--paper-dark);
      padding: 24px 0; display: flex; flex-direction: column; gap: 8px;
    }
    .a-cred-box:last-child { border-bottom: 1px solid var(--paper-dark); }
    .a-cred-lbl {
      font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600;
      letter-spacing: .2em; text-transform: uppercase; color: var(--purple-mid);
      display: block; margin-bottom: 8px;
    }
    .a-cred-val {
      font-family: 'Josefin Sans', sans-serif; font-size: 15px; font-weight: 600;
      color: var(--ink); line-height: 1.4; display: block; font-optical-sizing: auto;
    }
    
    .a-right {
      padding: 104px 80px; background: var(--paper);
    }
    .a-story-h2 {
      font-family: 'Josefin Sans', sans-serif; font-size: clamp(32px, 3.5vw, 44px);
      font-weight: 700; line-height: 1.1; letter-spacing: -.02em;
      color: var(--ink); margin-bottom: 32px; font-optical-sizing: auto;
    }
    .a-story-p {
      font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid);
      line-height: 1.6; max-width: 900px; margin-bottom: 24px; font-optical-sizing: auto;
    }
    .a-story-pq {
      font-family: 'Alegreya', serif; font-size: 23px; font-style: italic; font-weight: 300;
      color: var(--ink); line-height: 1.6; border-left: 2px solid var(--peach);
      padding-left: 24px; margin: 48px 0; max-width: 560px; font-optical-sizing: auto;
    }
    
    /* ---- CTA BAND ---- */
    .ctaband { background: var(--ink); padding: 104px 80px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; }
    .cta-h2 { font-family: 'Josefin Sans', sans-serif; font-size: clamp(36px, 4vw, 58px); font-weight: 700; color: var(--milk); letter-spacing: -.028em; line-height: 1.06; font-optical-sizing: auto; }
    .cta-h2 em { font-weight: 300; font-style: italic; color: rgba(255,255,255,.28); }
    .cta-acts { display: flex; flex-direction: column; gap: 12px; }
    .btn-p { display: inline-flex; align-items: center; gap: 10px; background: var(--rose); color: #fff; font-family: 'Josefin Sans', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; padding: 13px 28px; border-radius: 2px; border: none; white-space: nowrap; transition: background .14s; }
    .btn-p:hover { background: var(--peach-dark); }
    .btn-wa { display: inline-flex; align-items: center; gap: 10px; background: var(--wa); color: #fff; font-family: 'Josefin Sans', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; padding: 13px 28px; border-radius: 2px; border: none; white-space: nowrap; transition: background .14s; }
    .btn-wa:hover { background: #22c55e; }
    .arrw { width: 14px; height: 14px; flex-shrink: 0; }

    /* ---- FOOTER ---- */
    .sfooter { background: var(--ink); border-top: 1px solid rgba(255,255,255,.05); padding: 72px 80px 44px; }
    .fgrid { display: grid; grid-template-columns: 260px 1fr 1fr; gap: 72px; margin-bottom: 56px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.05); }
    .flogo { font-family: 'Josefin Sans', sans-serif; font-weight: 900; font-size: 36px; color: var(--milk); letter-spacing: -.025em; display: block; margin-bottom: 4px; font-optical-sizing: auto; }
    .flogo-s { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.45); display: block; margin-bottom: 20px; }
    .fdesc { font-family: 'Alegreya', serif; font-size: 14px; font-style: italic; color: rgba(255,255,255,.24); line-height: 1.75; font-optical-sizing: auto; }
    .fclbl { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.45); display: block; margin-bottom: 20px; }
    .fnav { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .fnav a { font-family: 'Josefin Sans', sans-serif; font-size: 13px; font-weight: 400; color: rgba(255,255,255,.34); transition: color .14s; }
    .fnav a:hover { color: rgba(255,255,255,.72); }
    .fci { margin-bottom: 14px; }
    .fclabel { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.45); display: block; margin-bottom: 3px; }
    .fcval { font-family: 'Josefin Sans', sans-serif; font-size: 13px; font-weight: 400; color: rgba(255,255,255,.4); transition: color .14s; }
    .fcval:hover { color: rgba(255,255,255,.78); }
    .fbot { display: flex; align-items: center; justify-content: space-between; }
    .fcopy { font-family: 'Josefin Sans', sans-serif; font-size: 11px; color: rgba(255,255,255,.15); }
    .flegal { display: flex; gap: 24px; }
    .flegal a { font-family: 'Josefin Sans', sans-serif; font-size: 11px; color: rgba(255,255,255,.15); transition: color .14s; }
    .flegal a:hover { color: rgba(255,255,255,.4); }

    /* ---- WA FLOAT ---- */
    .wafloat { position: fixed; bottom: 24px; right: 24px; width: 50px; height: 50px; background: var(--wa); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 600; box-shadow: 0 4px 20px rgba(37,211,102,.28); transition: transform .2s cubic-bezier(.23,1,.32,1); text-decoration: none; opacity: 0; transform: scale(0); }
    .wafloat:hover { transform: scale(1.1) !important; }

    /* ---- MOBILE NAV ---- */
    .mob-panel { position: fixed; inset: 0; background: var(--ink); z-index: 490; padding: 120px 48px 64px; display: flex; flex-direction: column; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
    .mob-panel.open { opacity: 1; pointer-events: auto; }
    .mob-nav { list-style: none; margin-bottom: 48px; }
    .mob-nav li a { font-family: 'Josefin Sans', sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 700; color: rgba(255,255,255,.45); display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.06); letter-spacing: -.02em; font-optical-sizing: auto; transition: color .18s; }
    .mob-nav li a:hover { color: var(--milk); }

    /* ---- RESPONSIVE ---- */
    @media (max-width: 1100px) {
      .a-content   { grid-template-columns: 1fr; }
      .a-left      { border-right: none; border-bottom: 1px solid var(--paper-dark); padding: 80px 48px; }
      .a-right     { padding: 80px 48px; }
      .ctaband     { grid-template-columns: 1fr; gap: 40px; padding: 72px 48px; }
      .fgrid       { grid-template-columns: 1fr; gap: 44px; }
      .sfooter     { padding: 64px 48px 44px; }
      .hnav, .hcta { display: none; }
      .hambg       { display: flex; }
    }
    @media (max-width: 768px) {
      .p-hero      { padding: 160px 32px 80px; }
      .a-left, .a-right, .ctaband, .sfooter { padding-left: 32px; padding-right: 32px; }
      .a-photo-wrap { aspect-ratio: 1; }
      .fbot        { flex-direction: column; gap: 16px; align-items: flex-start; }
    }
      /* --- Brand Update Typography & Uppercase Compliance --- */
    h1, h2, h3, .hero-h1, .p-hero-h1, .bb-title, .oi-h3, .cta-h2, .c-h1, .sec-title, .sec-h2, .testim-h2, .faq-h2, .ac-t, .br-title {
      text-transform: uppercase;
      letter-spacing: -0.015em;
    }
    .hero-h1, .p-hero-h1 {
      letter-spacing: -0.025em;
    }
    .ital, em {
      text-transform: none !important;
    }
    .drop-inner {
      border-radius: 2px !important;
    }
    .testim-c {
      border-radius: 0px !important;
    }
  
    @media (max-width: 768px) {
      .svc-cnt[style] { grid-template-columns: 1fr !important; gap: 40px !important; }
      .p-hero-h1 { font-size: clamp(36px, 10vw, 44px) !important; max-width: 100% !important; padding-right: 16px; }
      .lw { font-size: clamp(40px, 12vw, 56px) !important; letter-spacing: -0.01em !important; }
      .trust-i, .trust-i:last-child, .trust-i:first-child { text-align: left !important; align-items: flex-start !important; }
      .trust-num { text-align: left !important; }
      #enq-card { padding: 40px 24px !important; margin: auto !important; }
      .cta-h2 { font-size: clamp(32px, 8vw, 44px) !important; }
      #eq-org-wrap input { font-size: 16px !important; }
      .eq-grp input, .eq-grp select, .eq-grp textarea { font-size: 16px !important; }
    }

/* --- BLOG CSS --- */

    .p-hero {
      padding: 180px 80px 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
      background: var(--paper); border-bottom: 1px solid var(--paper-dark);
      perspective: 1200px; transform-style: preserve-3d;
    }
    .p-hero-ey { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--purple-mid); margin-bottom: 24px; display: block; opacity: 0; transform: translateY(16px); }
    .p-hero-h1 { font-family: 'Josefin Sans', sans-serif; font-size: clamp(40px, 5vw, 64px); font-weight: 700; line-height: 1.05; letter-spacing: -.02em; color: var(--ink); max-width: 900px; margin: 0 auto; font-optical-sizing: auto; opacity: 0; transform: translateY(24px); }
    .p-hero-sub { font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid); line-height: 1.6; max-width: 700px; margin: 24px auto 0; opacity: 0; transform: translateY(24px); }
    
    /* ---- BLOG INDEX ---- */
    .s-hdr.hidden { transform: translateY(-100%); }
    .hlogo {  font-family: 'Josefin Sans', sans-serif; font-weight: 900; font-size: 32px; color: var(--purple); letter-spacing: -.025em; display: flex; flex-direction: column; font-optical-sizing: auto;  line-height: 1; }
    .hlogo-sub { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-mid); margin-top: 2px; }
    .hnav { display: flex; align-items: center; gap: 40px; }
    .hnav-a {  font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mid); position: relative; padding-bottom: 3px;  display: flex; align-items: center; gap: 4px; height: 100%; }
    .hnav-a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--purple-mid); transition: width .22s ease; }
    .hnav-a:hover::after, .hnav-a.act::after { width: 100%; }
    .hnav-a.act { color: var(--ink); }
    .has-drop {  position: relative;  display: flex; align-items: center; height: 100%; }
    .has-drop > .hnav-a { cursor: default; }
    .drop-menu { position: absolute; top: 100%; left: -20px; padding-top: 24px; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease; }
    .drop-inner { background: var(--milk); border: 1px solid var(--paper-dark); border-radius: 4px; padding: 16px 20px; display: flex; flex-direction: column; gap: 14px; min-width: 200px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); }
    .has-drop:hover .drop-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
    .drop-a { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-mid); transition: color .2s; white-space: nowrap; }
    .drop-a:hover, .drop-a.act { color: var(--purple-mid); }
    .hcta { display: inline-flex; align-items: center; gap: 9px; background: var(--rose); color: #fff; font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; padding: 11px 22px; border-radius: 2px; border: none; transition: background .14s; }
    .hcta:hover { background: var(--peach-dark); }
    .hambg { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 6px; }
    .hambg span { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: transform .28s, opacity .28s; }

    /* ---- PAGE HERO ---- */
    .p-hero {
      padding: 180px 80px 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
      background: var(--paper); border-bottom: 1px solid var(--paper-dark);
      perspective: 1200px; transform-style: preserve-3d;
    }
    .p-hero-ey { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--purple-mid); margin-bottom: 24px; display: block; opacity: 0; transform: translateY(16px); }
    .p-hero-h1 { font-family: 'Josefin Sans', sans-serif; font-size: clamp(40px, 5vw, 64px); font-weight: 700; line-height: 1.05; letter-spacing: -.02em; color: var(--ink); max-width: 900px; margin: 0 auto; font-optical-sizing: auto; opacity: 0; transform: translateY(24px); }
    .p-hero-sub { font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid); line-height: 1.6; max-width: 700px; margin: 24px auto 0; opacity: 0; transform: translateY(24px); }
    
    /* ---- BLOG INDEX ---- */
    .blog-wrap { padding: 80px; background: var(--ink); min-height: 100vh; }
    .b-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; padding-top: 48px; border-top: none; cursor: none; }
    
    .bc-card { display: flex; flex-direction: column; padding: 0; border: none; align-items: stretch; background: rgba(255,255,255,0.03); border-radius: 12px; overflow: hidden; transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s ease; cursor: none !important; text-decoration: none; }
    .bc-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.2); background: rgba(255,255,255,0.05); }
    .bc-card:hover .bc-thumb { transform: scale(1.05); }
    .bc-thumb { width: 100%; height: 320px; background-size: cover; background-position: center; transition: transform 0.4s ease; }
    .bc-body { padding: 32px; display: flex; flex-direction: column; flex-grow: 1; }
    .br-date { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mid); margin-top: 8px; }
    .br-title { font-family: 'Josefin Sans', sans-serif; font-size: 32px; font-weight: 700; color: var(--milk); line-height: 1.1; font-optical-sizing: auto; transition: color .2s; margin-top: 12px; margin-bottom: 16px; }
    .br-exc { font-family: 'Alegreya', serif; font-size: 18px; color: rgba(255,255,255,0.6); line-height: 1.6; }
    .br-read { font-family: 'Josefin Sans', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--peach); display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 24px; transition: opacity .3s, transform .3s; }

    /* ---- FOOTER ---- */
    .sfooter { background: var(--ink); border-top: 1px solid rgba(255,255,255,.05); padding: 72px 80px 44px; }
    .fgrid { display: grid; grid-template-columns: 260px 1fr 1fr; gap: 72px; margin-bottom: 56px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.05); }
    .flogo { font-family: 'Josefin Sans', sans-serif; font-weight: 900; font-size: 36px; color: var(--milk); letter-spacing: -.025em; display: block; margin-bottom: 4px; font-optical-sizing: auto; }
    .flogo-s { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.45); display: block; margin-bottom: 20px; }
    .fdesc { font-family: 'Alegreya', serif; font-size: 14px; font-style: italic; color: rgba(255,255,255,.24); line-height: 1.75; font-optical-sizing: auto; }
    .fclbl { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.45); display: block; margin-bottom: 20px; }
    .fnav { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .fnav a { font-family: 'Josefin Sans', sans-serif; font-size: 13px; font-weight: 400; color: rgba(255,255,255,.34); transition: color .14s; }
    .fnav a:hover { color: rgba(255,255,255,.72); }
    .fci { margin-bottom: 14px; }
    .fclabel { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.45); display: block; margin-bottom: 3px; }
    .fcval { font-family: 'Josefin Sans', sans-serif; font-size: 13px; font-weight: 400; color: rgba(255,255,255,.4); transition: color .14s; }
    .fcval:hover { color: rgba(255,255,255,.78); }
    .fbot { display: flex; align-items: center; justify-content: space-between; }
    .fcopy { font-family: 'Josefin Sans', sans-serif; font-size: 11px; color: rgba(255,255,255,.15); }
    .flegal { display: flex; gap: 24px; }
    .flegal a { font-family: 'Josefin Sans', sans-serif; font-size: 11px; color: rgba(255,255,255,.15); transition: color .14s; }

    /* ---- WA FLOAT ---- */
    .wafloat { position: fixed; bottom: 24px; right: 24px; width: 50px; height: 50px; background: var(--wa); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 600; box-shadow: 0 4px 20px rgba(37,211,102,.28); transition: transform .2s cubic-bezier(.23,1,.32,1); text-decoration: none; opacity: 0; transform: scale(0); }
    .wafloat:hover { transform: scale(1.1) !important; }

    /* ---- MOBILE NAV ---- */
    .mob-panel { position: fixed; inset: 0; background: var(--ink); z-index: 490; padding: 120px 48px 64px; display: flex; flex-direction: column; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
    .mob-panel.open { opacity: 1; pointer-events: auto; }
    .mob-nav { list-style: none; margin-bottom: 48px; }
    .mob-nav li a { font-family: 'Josefin Sans', sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 700; color: rgba(255,255,255,.45); display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.06); letter-spacing: -.02em; font-optical-sizing: auto; transition: color .18s; }
    .mob-nav li a:hover { color: var(--milk); }

    /* ---- RESPONSIVE ---- */
    @media (max-width: 1100px) {
      .p-hero, .blog-wrap, .sfooter { padding-left: 48px; padding-right: 48px; }
      .fgrid { grid-template-columns: 1fr; gap: 44px; }
      .hnav, .hcta { display: none; }
      .hambg { display: flex; }
    }
    @media (max-width: 768px) {
      .p-hero, .blog-wrap, .sfooter { padding-left: 32px; padding-right: 32px; }
      .fbot { flex-direction: column; gap: 16px; align-items: flex-start; }
    }
      /* --- Brand Update Typography & Uppercase Compliance --- */
    h1, h2, h3, .hero-h1, .p-hero-h1, .bb-title, .oi-h3, .cta-h2, .c-h1, .sec-title, .sec-h2, .testim-h2, .faq-h2, .ac-t, .br-title {
      text-transform: uppercase;
      letter-spacing: -0.015em;
    }
    .hero-h1, .p-hero-h1 {
      letter-spacing: -0.025em;
    }
    .ital, em {
      text-transform: none !important;
    }
    .drop-inner {
      border-radius: 2px !important;
    }
    .testim-c {
      border-radius: 0px !important;
    }
  
    @media (max-width: 768px) {
      .svc-cnt[style] { grid-template-columns: 1fr !important; gap: 40px !important; }
      .p-hero-h1 { font-size: clamp(36px, 10vw, 44px) !important; max-width: 100% !important; padding-right: 16px; }
      .lw { font-size: clamp(40px, 12vw, 56px) !important; letter-spacing: -0.01em !important; }
      .trust-i, .trust-i:last-child, .trust-i:first-child { text-align: left !important; align-items: flex-start !important; }
      .trust-num { text-align: left !important; }
      #enq-card { padding: 40px 24px !important; margin: auto !important; }
      .cta-h2 { font-size: clamp(32px, 8vw, 44px) !important; }
      #eq-org-wrap input { font-size: 16px !important; }
      .eq-grp input, .eq-grp select, .eq-grp textarea { font-size: 16px !important; }
    }

/* --- BLOG SINGLE CSS --- */

    .post-wrap { padding: 80px; background: var(--milk); display: flex; justify-content: center; }
    .post-body { max-width: 680px; width: 100%; }
    .post-body p { font-family: 'Alegreya', serif; font-size: 20px; color: var(--ink-mid); line-height: 1.6; margin-bottom: 24px; font-optical-sizing: auto; }
    .post-body ul, .post-body ol { font-family: 'Alegreya', serif; font-size: 20px; color: var(--ink-mid); line-height: 1.6; margin-bottom: 32px; padding-left: 24px; }
    .post-body li { margin-bottom: 12px; padding-left: 8px; }
    .post-body li::marker { color: var(--rose); }
    .post-body h2 { font-family: 'Josefin Sans', sans-serif; font-size: 32px; font-weight: 700; color: var(--ink); line-height: 1.2; margin: 48px 0 24px; font-optical-sizing: auto; }
    .post-body blockquote { font-family: 'Alegreya', serif; font-size: 24px; font-style: italic; color: var(--ink); line-height: 1.5; border-left: 2px solid var(--peach); padding-left: 24px; margin: 48px 0; font-optical-sizing: auto; }
    .post-img { width: 100%; aspect-ratio: 16/9; background: var(--paper-dark); margin: 48px 0; border-radius: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; }
    .post-img span { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-mid); }

    /* ---- FOOTER ---- */
    .sfooter { background: var(--ink); border-top: 1px solid rgba(255,255,255,.05); padding: 72px 80px 44px; }
    .fgrid { display: grid; grid-template-columns: 260px 1fr 1fr; gap: 72px; margin-bottom: 56px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.05); }
    .flogo { font-family: 'Josefin Sans', sans-serif; font-weight: 900; font-size: 36px; color: var(--milk); letter-spacing: -.025em; display: block; margin-bottom: 4px; font-optical-sizing: auto; }
    .flogo-s { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.45); display: block; margin-bottom: 20px; }
    .fdesc { font-family: 'Alegreya', serif; font-size: 14px; font-style: italic; color: rgba(255,255,255,.24); line-height: 1.75; font-optical-sizing: auto; }
    .fclbl { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.45); display: block; margin-bottom: 20px; }
    .fnav { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .fnav a { font-family: 'Josefin Sans', sans-serif; font-size: 13px; font-weight: 400; color: rgba(255,255,255,.34); transition: color .14s; }
    .fnav a:hover { color: rgba(255,255,255,.72); }
    .fci { margin-bottom: 14px; }
    .fclabel { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.45); display: block; margin-bottom: 3px; }
    .fcval { font-family: 'Josefin Sans', sans-serif; font-size: 13px; font-weight: 400; color: rgba(255,255,255,.4); transition: color .14s; }
    .fcval:hover { color: rgba(255,255,255,.78); }
    .fbot { display: flex; align-items: center; justify-content: space-between; }
    .fcopy { font-family: 'Josefin Sans', sans-serif; font-size: 11px; color: rgba(255,255,255,.15); }
    .flegal { display: flex; gap: 24px; }
    .flegal a { font-family: 'Josefin Sans', sans-serif; font-size: 11px; color: rgba(255,255,255,.15); transition: color .14s; }

    /* ---- MOBILE NAV ---- */
    .mob-panel { position: fixed; inset: 0; background: var(--ink); z-index: 490; padding: 120px 48px 64px; display: flex; flex-direction: column; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
    .mob-panel.open { opacity: 1; pointer-events: auto; }
    .mob-nav { list-style: none; margin-bottom: 48px; }
    .mob-nav li a { font-family: 'Josefin Sans', sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 700; color: rgba(255,255,255,.45); display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.06); letter-spacing: -.02em; font-optical-sizing: auto; transition: color .18s; }
    .mob-nav li a:hover { color: var(--milk); }

    /* ---- RESPONSIVE ---- */
    @media (max-width: 1100px) {
      .post-hero, .post-wrap, .sfooter { padding-left: 48px; padding-right: 48px; }
      .fgrid { grid-template-columns: 1fr; gap: 44px; }
      .hnav, .hcta { display: none; }
      .hambg { display: flex; }
    }
    @media (max-width: 768px) {
      .post-hero, .post-wrap, .sfooter { padding-left: 32px; padding-right: 32px; }
      .fbot { flex-direction: column; gap: 16px; align-items: flex-start; }
    }
      /* --- Brand Update Typography & Uppercase Compliance --- */
    h1, h2, h3, .hero-h1, .p-hero-h1, .bb-title, .oi-h3, .cta-h2, .c-h1, .sec-title, .sec-h2, .testim-h2, .faq-h2, .ac-t, .br-title {
      text-transform: uppercase;
      letter-spacing: -0.015em;
    }
    .hero-h1, .p-hero-h1 {
      letter-spacing: -0.025em;
    }
    .ital, em {
      text-transform: none !important;
    }
    .drop-inner {
      border-radius: 2px !important;
    }
    .testim-c {
      border-radius: 0px !important;
    }
  
    @media (max-width: 768px) {
      .svc-cnt[style] { grid-template-columns: 1fr !important; gap: 40px !important; }
      .p-hero-h1 { font-size: clamp(36px, 10vw, 44px) !important; max-width: 100% !important; padding-right: 16px; }
      .lw { font-size: clamp(40px, 12vw, 56px) !important; letter-spacing: -0.01em !important; }
      .trust-i, .trust-i:last-child, .trust-i:first-child { text-align: left !important; align-items: flex-start !important; }
      .trust-num { text-align: left !important; }
      #enq-card { padding: 40px 24px !important; margin: auto !important; }
      .cta-h2 { font-size: clamp(32px, 8vw, 44px) !important; }
      #eq-org-wrap input { font-size: 16px !important; }
      .eq-grp input, .eq-grp select, .eq-grp textarea { font-size: 16px !important; }
    }


/* --- ABOUT CSS FINAL --- */

    .p-hero {
      padding: 180px 80px 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
      background: var(--paper); border-bottom: 1px solid var(--paper-dark);
      perspective: 1200px; transform-style: preserve-3d;
    }
    .a-hero-ey {
      font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600;
      letter-spacing: .26em; text-transform: uppercase; color: var(--purple-mid);
      margin-bottom: 24px; opacity: 0; transform: translateY(16px);
    }
    .a-hero-h1 {
      font-family: 'Josefin Sans', sans-serif; font-size: clamp(40px, 5vw, 68px);
      font-weight: 700; line-height: 1.05; letter-spacing: -.028em;
      color: var(--ink); max-width: 800px; font-optical-sizing: auto;
      opacity: 0; transform: translateY(24px);
    }
    .a-hero-h1 em {
      font-weight: 300; font-style: italic; color: var(--purple);
    }

    /* ---- ABOUT CONTENT ---- */
    .a-content {
      display: grid; grid-template-columns: 440px 1fr;
      min-height: 100vh;
    }
    .a-left {
      background: var(--milk); border-right: 1px solid var(--paper-dark);
      padding: 80px 64px; display: flex; flex-direction: column;
    }
    .a-photo-wrap {
      width: 100%; aspect-ratio: 3/4; background: var(--paper-dark);
      border-radius: 2px; overflow: hidden; position: relative;
      margin-bottom: 40px;
    }
    .ph-lbl {
      position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
      font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600;
      letter-spacing: .2em; text-transform: uppercase; color: var(--ink-mid);
    }
    .a-cred-box {
      border-top: 1px solid var(--paper-dark);
      padding: 24px 0; display: flex; flex-direction: column; gap: 8px;
    }
    .a-cred-box:last-child { border-bottom: 1px solid var(--paper-dark); }
    .a-cred-lbl {
      font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600;
      letter-spacing: .2em; text-transform: uppercase; color: var(--purple-mid);
      display: block; margin-bottom: 8px;
    }
    .a-cred-val {
      font-family: 'Josefin Sans', sans-serif; font-size: 15px; font-weight: 600;
      color: var(--ink); line-height: 1.4; display: block; font-optical-sizing: auto;
    }
    
    .a-right {
      padding: 104px 80px; background: var(--paper);
    }
    .a-story-h2 {
      font-family: 'Josefin Sans', sans-serif; font-size: clamp(32px, 3.5vw, 44px);
      font-weight: 700; line-height: 1.1; letter-spacing: -.02em;
      color: var(--ink); margin-bottom: 32px; font-optical-sizing: auto;
    }
    .a-story-p {
      font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid);
      line-height: 1.6; max-width: 900px; margin-bottom: 24px; font-optical-sizing: auto;
    }
    .a-story-pq {
      font-family: 'Alegreya', serif; font-size: 23px; font-style: italic; font-weight: 300;
      color: var(--ink); line-height: 1.6; border-left: 2px solid var(--peach);
      padding-left: 24px; margin: 48px 0; max-width: 560px; font-optical-sizing: auto;
    }
    
    
/* --- BLOG CSS FINAL --- */

    .p-hero {
      padding: 180px 80px 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
      background: var(--paper); border-bottom: 1px solid var(--paper-dark);
      perspective: 1200px; transform-style: preserve-3d;
    }
    .p-hero-ey { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--purple-mid); margin-bottom: 24px; display: block; opacity: 0; transform: translateY(16px); }
    .p-hero-h1 { font-family: 'Josefin Sans', sans-serif; font-size: clamp(40px, 5vw, 64px); font-weight: 700; line-height: 1.05; letter-spacing: -.02em; color: var(--ink); max-width: 900px; margin: 0 auto; font-optical-sizing: auto; opacity: 0; transform: translateY(24px); }
    .p-hero-sub { font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid); line-height: 1.6; max-width: 700px; margin: 24px auto 0; opacity: 0; transform: translateY(24px); }
    
    /* ---- BLOG INDEX ---- */
    .s-hdr.hidden { transform: translateY(-100%); }
    .hlogo {  font-family: 'Josefin Sans', sans-serif; font-weight: 900; font-size: 32px; color: var(--purple); letter-spacing: -.025em; display: flex; flex-direction: column; font-optical-sizing: auto;  line-height: 1; }
    .hlogo-sub { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-mid); margin-top: 2px; }
    .hnav { display: flex; align-items: center; gap: 40px; }
    .hnav-a {  font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mid); position: relative; padding-bottom: 3px;  display: flex; align-items: center; gap: 4px; height: 100%; }
    .hnav-a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--purple-mid); transition: width .22s ease; }
    .hnav-a:hover::after, .hnav-a.act::after { width: 100%; }
    .hnav-a.act { color: var(--ink); }
    .has-drop {  position: relative;  display: flex; align-items: center; height: 100%; }
    .has-drop > .hnav-a { cursor: default; }
    .drop-menu { position: absolute; top: 100%; left: -20px; padding-top: 24px; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease; }
    .drop-inner { background: var(--milk); border: 1px solid var(--paper-dark); border-radius: 4px; padding: 16px 20px; display: flex; flex-direction: column; gap: 14px; min-width: 200px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); }
    .has-drop:hover .drop-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
    .drop-a { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-mid); transition: color .2s; white-space: nowrap; }
    .drop-a:hover, .drop-a.act { color: var(--purple-mid); }
    .hcta { display: inline-flex; align-items: center; gap: 9px; background: var(--rose); color: #fff; font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; padding: 11px 22px; border-radius: 2px; border: none; transition: background .14s; }
    .hcta:hover { background: var(--peach-dark); }
    .hambg { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 6px; }
    .hambg span { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: transform .28s, opacity .28s; }

    /* ---- PAGE HERO ---- */
    .p-hero {
      padding: 180px 80px 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
      background: var(--paper); border-bottom: 1px solid var(--paper-dark);
      perspective: 1200px; transform-style: preserve-3d;
    }
    .p-hero-ey { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--purple-mid); margin-bottom: 24px; display: block; opacity: 0; transform: translateY(16px); }
    .p-hero-h1 { font-family: 'Josefin Sans', sans-serif; font-size: clamp(40px, 5vw, 64px); font-weight: 700; line-height: 1.05; letter-spacing: -.02em; color: var(--ink); max-width: 900px; margin: 0 auto; font-optical-sizing: auto; opacity: 0; transform: translateY(24px); }
    .p-hero-sub { font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid); line-height: 1.6; max-width: 700px; margin: 24px auto 0; opacity: 0; transform: translateY(24px); }
    
    /* ---- BLOG INDEX ---- */
    .blog-wrap { padding: 80px; background: var(--ink); min-height: 100vh; }
    .b-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; padding-top: 48px; border-top: none; cursor: none; }
    
    .bc-card { display: flex; flex-direction: column; padding: 0; border: none; align-items: stretch; background: rgba(255,255,255,0.03); border-radius: 12px; overflow: hidden; transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s ease; cursor: none !important; text-decoration: none; }
    .bc-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.2); background: rgba(255,255,255,0.05); }
    .bc-card:hover .bc-thumb { transform: scale(1.05); }
    .bc-thumb { width: 100%; height: 320px; background-size: cover; background-position: center; transition: transform 0.4s ease; }
    .bc-body { padding: 32px; display: flex; flex-direction: column; flex-grow: 1; }
    .br-date { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mid); margin-top: 8px; }
    .br-title { font-family: 'Josefin Sans', sans-serif; font-size: 32px; font-weight: 700; color: var(--milk); line-height: 1.1; font-optical-sizing: auto; transition: color .2s; margin-top: 12px; margin-bottom: 16px; }
    .br-exc { font-family: 'Alegreya', serif; font-size: 18px; color: rgba(255,255,255,0.6); line-height: 1.6; }
    .br-read { font-family: 'Josefin Sans', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--peach); display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 24px; transition: opacity .3s, transform .3s; }

    
/* --- BLOG SINGLE CSS FINAL --- */


/* --- ABOUT DIRECT --- */
    /* ---- PAGE HERO ---- */
    .p-hero {
      padding: 180px 80px 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
      background: var(--paper); border-bottom: 1px solid var(--paper-dark);
      perspective: 1200px; transform-style: preserve-3d;
    }
    .a-hero-ey {
      font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600;
      letter-spacing: .26em; text-transform: uppercase; color: var(--purple-mid);
      margin-bottom: 24px; opacity: 0; transform: translateY(16px);
    }
    .a-hero-h1 {
      font-family: 'Josefin Sans', sans-serif; font-size: clamp(40px, 5vw, 68px);
      font-weight: 700; line-height: 1.05; letter-spacing: -.028em;
      color: var(--ink); max-width: 800px; font-optical-sizing: auto;
      opacity: 0; transform: translateY(24px);
    }
    .a-hero-h1 em {
      font-weight: 300; font-style: italic; color: var(--purple);
    }

    /* ---- ABOUT CONTENT ---- */
    .a-content {
      display: grid; grid-template-columns: 440px 1fr;
      min-height: 100vh;
    }
    .a-left {
      background: var(--milk); border-right: 1px solid var(--paper-dark);
      padding: 80px 64px; display: flex; flex-direction: column;
    }
    .a-photo-wrap {
      width: 100%; aspect-ratio: 3/4; background: var(--paper-dark);
      border-radius: 2px; overflow: hidden; position: relative;
      margin-bottom: 40px;
    }
    .ph-lbl {
      position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
      font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600;
      letter-spacing: .2em; text-transform: uppercase; color: var(--ink-mid);
    }
    .a-cred-box {
      border-top: 1px solid var(--paper-dark);
      padding: 24px 0; display: flex; flex-direction: column; gap: 8px;
    }
    .a-cred-box:last-child { border-bottom: 1px solid var(--paper-dark); }
    .a-cred-lbl {
      font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600;
      letter-spacing: .2em; text-transform: uppercase; color: var(--purple-mid);
      display: block; margin-bottom: 8px;
    }
    .a-cred-val {
      font-family: 'Josefin Sans', sans-serif; font-size: 15px; font-weight: 600;
      color: var(--ink); line-height: 1.4; display: block; font-optical-sizing: auto;
    }
    
    .a-right {
      padding: 104px 80px; background: var(--paper);
    }
    .a-story-h2 {
      font-family: 'Josefin Sans', sans-serif; font-size: clamp(32px, 3.5vw, 44px);
      font-weight: 700; line-height: 1.1; letter-spacing: -.02em;
      color: var(--ink); margin-bottom: 32px; font-optical-sizing: auto;
    }
    .a-story-p {
      font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid);
      line-height: 1.6; max-width: 900px; margin-bottom: 24px; font-optical-sizing: auto;
    }
    .a-story-pq {
      font-family: 'Alegreya', serif; font-size: 23px; font-style: italic; font-weight: 300;
      color: var(--ink); line-height: 1.6; border-left: 2px solid var(--peach);
      padding-left: 24px; margin: 48px 0; max-width: 560px; font-optical-sizing: auto;
    }
    
    /* ---- CTA BAND ---- */
/* --- BLOG DIRECT --- */
    .p-hero {
      padding: 180px 80px 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
      background: var(--paper); border-bottom: 1px solid var(--paper-dark);
      perspective: 1200px; transform-style: preserve-3d;
    }
    .p-hero-ey { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--purple-mid); margin-bottom: 24px; display: block; opacity: 0; transform: translateY(16px); }
    .p-hero-h1 { font-family: 'Josefin Sans', sans-serif; font-size: clamp(40px, 5vw, 64px); font-weight: 700; line-height: 1.05; letter-spacing: -.02em; color: var(--ink); max-width: 900px; margin: 0 auto; font-optical-sizing: auto; opacity: 0; transform: translateY(24px); }
    .p-hero-sub { font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid); line-height: 1.6; max-width: 700px; margin: 24px auto 0; opacity: 0; transform: translateY(24px); }
    
    /* ---- BLOG INDEX ---- */
    .blog-wrap { padding: 80px; background: var(--ink); min-height: 100vh; }
    .b-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; padding-top: 48px; border-top: none; cursor: none; }
    
    .bc-card { display: flex; flex-direction: column; padding: 0; border: none; align-items: stretch; background: rgba(255,255,255,0.03); border-radius: 12px; overflow: hidden; transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s ease; cursor: none !important; text-decoration: none; }
    .bc-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.2); background: rgba(255,255,255,0.05); }
    .bc-card:hover .bc-thumb { transform: scale(1.05); }
    .bc-thumb { width: 100%; height: 320px; background-size: cover; background-position: center; transition: transform 0.4s ease; }
    .bc-body { padding: 32px; display: flex; flex-direction: column; flex-grow: 1; }
    .br-date { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mid); margin-top: 8px; }
    .br-title { font-family: 'Josefin Sans', sans-serif; font-size: 32px; font-weight: 700; color: var(--milk); line-height: 1.1; font-optical-sizing: auto; transition: color .2s; margin-top: 12px; margin-bottom: 16px; }
    .br-exc { font-family: 'Alegreya', serif; font-size: 18px; color: rgba(255,255,255,0.6); line-height: 1.6; }
    .br-read { font-family: 'Josefin Sans', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--peach); display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 24px; transition: opacity .3s, transform .3s; }

/* --- BLOG SINGLE DIRECT --- */
    .fci { margin-bottom: 14px; }
    .fclabel { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.45); display: block; margin-bottom: 3px; }
    .fcval { font-family: 'Josefin Sans', sans-serif; font-size: 13px; font-weight: 400; color: rgba(255,255,255,.4); transition: color .14s; }
    .fcval:hover { color: rgba(255,255,255,.78); }
    .fbot { display: flex; align-items: center; justify-content: space-between; }
    .fcopy { font-family: 'Josefin Sans', sans-serif; font-size: 11px; color: rgba(255,255,255,.15); }
    .flegal { display: flex; gap: 24px; }
    .flegal a { font-family: 'Josefin Sans', sans-serif; font-size: 11px; color: rgba(255,255,255,.15); transition: color .14s; }

    /* ---- MOBILE NAV ---- */
    .mob-panel { position: fixed; inset: 0; background: var(--ink); z-index: 490; padding: 120px 48px 64px; display: flex; flex-direction: column; opacity: 0; pointer-events: none; transition: opacity .3s ease; }

/* --- COUNSELLING CSS FINAL --- */
    /* ---- PAGE HERO ---- */
    .p-hero {
      padding: 180px 80px 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
      background: var(--paper); border-bottom: 1px solid var(--paper-dark);
      perspective: 1200px; transform-style: preserve-3d;
    }.p-hero-ey { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--purple-mid); margin-bottom: 24px; display: block; opacity: 0; transform: translateY(16px); }
    .p-hero-h1 { font-family: 'Josefin Sans', sans-serif; font-size: clamp(40px, 5vw, 64px); font-weight: 700; line-height: 1.05; letter-spacing: -.02em; color: var(--ink); max-width: 900px; margin: 0 auto; font-optical-sizing: auto; opacity: 0; transform: translateY(24px); }
    .p-hero-sub { font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid); line-height: 1.6; max-width: 700px; margin: 24px auto 0; opacity: 0; transform: translateY(24px); }

    /* ---- SERVICES CONTENT ---- */
    .svc-section { padding: 120px 80px; }
    .s-list { display: flex; flex-direction: column; }
    .s-row { display: grid; grid-template-columns: 80px 300px 1fr 48px; gap: 40px; padding: 48px 0; border-top: 1px solid var(--paper-dark); align-items: start; opacity: 0; transform: translateY(24px); text-decoration: none; }
    .s-row:last-child { border-bottom: 1px solid var(--paper-dark); }
    .sr-num { font-family: 'Josefin Sans', sans-serif; font-size: 20px; font-weight: 300; font-style: italic; color: var(--purple-mid); }
    .sr-h3 { font-family: 'Josefin Sans', sans-serif; font-size: 28px; font-weight: 600; color: var(--ink); line-height: 1.1; }
    .sr-desc { font-family: 'Alegreya', serif; font-size: 16px; color: var(--ink-mid); line-height: 1.7; max-width: 900px; }
    .sr-btn { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--paper-dark); display: flex; align-items: center; justify-content: center; transition: background .3s, border-color .3s; }
    .sr-btn svg { width: 14px; height: 14px; stroke: var(--ink); transition: stroke .3s, transform .3s; }
    .s-row:hover .sr-btn { background: var(--peach); border-color: var(--peach); }
    .s-row:hover .sr-btn svg { stroke: #fff; transform: translateX(2px) translateY(-2px); }

    /* ---- FORMATS ---- */
    .formats { padding: 104px 80px; background: var(--milk); border-top: 1px solid var(--paper-dark); display: grid; grid-template-columns: 300px 1fr; gap: 80px; }
    .fmt-l h2 { font-family: 'Josefin Sans', sans-serif; font-size: 36px; font-weight: 700; color: var(--ink); line-height: 1.1; margin-bottom: 16px; }
    .fmt-l p { font-family: 'Alegreya', serif; font-size: 16px; color: var(--ink-mid); line-height: 1.7; }
    .fmt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
    .fmt-c { border: 1px solid var(--paper-dark); padding: 32px; background: var(--paper); }
    .fmt-h { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--purple-mid); margin-bottom: 12px; display: block; }
    .fmt-d { font-family: 'Alegreya', serif; font-size: 15px; color: var(--ink-mid); line-height: 1.7; }

    /* ---- CTA BAND & FOOTER (same as base) ---- */
/* --- ORGANISATIONS CSS FINAL --- */
    .drop-a { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-mid); transition: color .2s; white-space: nowrap; }
    .drop-a:hover, .drop-a.act { color: var(--purple-mid); }
    .hcta { display: inline-flex; align-items: center; gap: 9px; background: var(--rose); color: #fff; font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; padding: 11px 22px; border-radius: 2px; border: none; transition: background .14s; }
    .hcta:hover { background: var(--peach-dark); }
    .hambg { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 6px; }
    .hambg span { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: transform .28s, opacity .28s; }

    /* ---- PAGE HERO ---- */
    .p-hero {
      padding: 180px 80px 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
      background: var(--paper); border-bottom: 1px solid var(--paper-dark);
      perspective: 1200px; transform-style: preserve-3d;
    }
    .p-hero-ey { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--purple-mid); margin-bottom: 24px; display: block; opacity: 0; transform: translateY(16px); }
    .p-hero-h1 { font-family: 'Josefin Sans', sans-serif; font-size: clamp(40px, 5vw, 64px); font-weight: 700; line-height: 1.05; letter-spacing: -.02em; color: var(--ink); max-width: 900px; margin: 0 auto; font-optical-sizing: auto; opacity: 0; transform: translateY(24px); }
    .p-hero-sub { font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid); line-height: 1.6; max-width: 700px; margin: 24px auto 0; opacity: 0; transform: translateY(24px); }

    /* ---- B2B CONTENT ---- */
    .b2b-section { padding: 120px 80px; }
    .b2b-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 80px; }
    .b2b-block { display: flex; flex-direction: column; }
    .bb-title { font-family: 'Josefin Sans', sans-serif; font-size: 40px; font-weight: 700; color: var(--ink); line-height: 1.1; margin-bottom: 24px; font-optical-sizing: auto; }
    .bb-desc { font-family: 'Alegreya', serif; font-size: 18px; color: var(--ink-mid); line-height: 1.6; margin-bottom: 40px; max-width: 100%; }
/* --- CONTACT CSS FINAL --- */
    /* ---- CONTACT SPLIT ---- */
    .c-split {
      display: grid; grid-template-columns: 1fr 1fr;
      min-height: 100vh;
    }
    .c-l {
      padding: 160px 80px 80px;
      display: flex; flex-direction: column;
      background: var(--paper); border-right: 1px solid var(--paper-dark);
      perspective: 1200px; transform-style: preserve-3d;
    }
    .c-ey { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--purple-mid); margin-bottom: 24px; display: block; opacity: 0; transform: translateY(16px); }
    .c-h1 { font-family: 'Josefin Sans', sans-serif; font-size: clamp(40px, 5vw, 68px); font-weight: 700; line-height: 1.05; letter-spacing: -.02em; color: var(--ink); max-width: 700px; font-optical-sizing: auto; margin-bottom: 56px; opacity: 0; transform: translateY(24px); }
    .c-h1 em { font-weight: 300; font-style: italic; color: var(--purple); }
    
    .c-item { margin-bottom: 40px; opacity: 0; transform: translateY(16px); }
    .ci-lbl { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-mid); margin-bottom: 8px; display: block; }
    .ci-val { font-family: 'Alegreya', serif; font-size: 20px; color: var(--ink); line-height: 1.5; font-optical-sizing: auto; }
    .ci-val a { transition: color .2s; }
    .ci-val a:hover { color: var(--peach); }

    .c-r {
      padding: 160px 80px 80px;
      background: var(--milk);
      display: flex; align-items: center; justify-content: center;
      perspective: 1500px;
    }
    .c-form {
      width: 100%; max-width: 480px;
      opacity: 0; transform: translateY(40px) rotateX(-10deg);
      transform-style: preserve-3d; will-change: transform;
    }
    .cg { margin-bottom: 24px; }
    .clab { font-family: 'Josefin Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .05em; color: var(--ink-mid); display: block; margin-bottom: 8px; }
    .cinp { width: 100%; background: transparent; border: 1px solid var(--paper-dark); border-radius: 0; padding: 14px 16px; font-family: 'Josefin Sans', sans-serif; font-size: 14px; color: var(--ink); transition: border-color .2s; }
    .cinp:focus { outline: none; border-color: var(--peach); }
    textarea.cinp { min-height: 140px; resize: vertical; }
    .cbtn { display: inline-flex; align-items: center; justify-content: center; width: 100%; background: var(--rose); color: #fff; font-family: 'Josefin Sans', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; padding: 16px; border-radius: 0; border: none; cursor: pointer; transition: background .2s; margin-top: 16px; }
    .cbtn:hover { background: var(--peach-dark); }

    /* ---- FOOTER ---- */







/* Fix laptop text overlapping with image and position image slightly higher */
@media (max-width: 1400px) and (min-width: 1101px) {
    .p-hero-h1, .hero-h1 {
        font-size: clamp(32px, 4.5vw, 52px) !important;
        max-width: 600px !important;
    }
    .hero-sub {
        max-width: 500px !important;
    }
    .hero-img-wrap {
        top: 10% !important; /* Bring image a little higher on laptops */
    }
}

@media (max-width: 1100px) {
    /* Fix header menu */
    .hnav, .hcta { display: none !important; }
    .hambg { display: flex !important; }
    
    /* Solid header background */
    .s-hdr.scrolled {
        background: #fff !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    /* Fix hero section for mobile */
    .hero {
        display: flex !important;
        flex-direction: column-reverse !important;
        justify-content: flex-end !important;
        padding-top: 140px !important;
        padding-bottom: 200px !important; /* Extra padding for mobile parallax */
        gap: 60px !important;
        text-align: center !important;
    }
    
    .hero-content {
        max-width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .hero-stats {
        margin-left: auto !important;
        margin-right: auto !important;
        justify-content: center !important;
    }
    
    .hero-img-wrap {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        width: 80% !important;
        max-width: 380px !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 768px) {
    .hero {
        padding-top: 160px !important;
    }
    .hero-img-wrap {
        width: 100% !important;
        max-width: 320px !important;
    }
}


/* REVERT SERVICE STACK COLORS */
.svc-split { background-color: #EFEADF !important; }
.svc-p { background-color: #F8F5F0 !important; }

/* GLOBAL FAINT FLORAL BACKGROUND */
.floral-page-bg { position: fixed; inset: 0; background-image: url('assets/floral-bg.png'); background-repeat: repeat; opacity: 0.15; z-index: 1; pointer-events: none; mix-blend-mode: multiply; }
