  @font-face{
    font-family:"Stack Sans Text";
    font-style:normal;
    font-weight:300 700;
    font-display:swap;
    src:url("../fonts/stack-sans-text-latin-ext.woff2") format("woff2");
    unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
  }
  @font-face{
    font-family:"Stack Sans Text";
    font-style:normal;
    font-weight:300 700;
    font-display:swap;
    src:url("../fonts/stack-sans-text-latin.woff2") format("woff2");
    unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }
  :root{
    --cream:#f4f0e7; --cream2:#ece6d9; --paper:#fbf9f3;
    --ink:#22243f; --ink-soft:#4a4c6b; --ink-muted:#636580;
    --violet:#3d4193; --violet-d:#2a2d70;
    --green:#57b64e; --green-d:#00713a;
    --gold:#d8be43; --gold-d:#a9902a; --gold-ink:#7a6712;
    --line:#e6e1d2;
    --font-sans:"Stack Sans Text",system-ui,sans-serif;
    --r-card:28px 10px 28px 10px;
    --r-tile:14px 5px 14px 5px;
  }
  *{margin:0;padding:0;box-sizing:border-box}
  body{font-family:var(--font-sans);font-weight:300;color:var(--ink);background:#f0ede2;-webkit-font-smoothing:antialiased}
  :where(a,button,input,textarea,select,[tabindex]):focus-visible{outline:3px solid var(--violet);outline-offset:2px}
  .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
  h1,h2{font-family:var(--font-sans)}
  a{text-decoration:none;color:inherit}
  .page{position:relative;min-height:100vh;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:56px 24px 40px}
  .deco{position:absolute;pointer-events:none}
  .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:13px 24px;font-weight:600;font-size:14px;transition:transform .2s;white-space:nowrap}
  .btn:hover{transform:translateY(-2px)}
  .btn-dark{background:var(--ink);color:#fff}
  .btn-light{background:#fff;color:var(--ink);border:1px solid #e5e1d4}
  .btn img{display:block;flex:none}
  .stars{display:inline-flex;gap:1px;vertical-align:-2px}
  .stars img{width:15px;height:15px;display:block}

  .rebrand{position:relative;z-index:2;order:1;max-width:960px;width:100%;margin-top:28px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px 18px}
  .rebrand .aap{display:block;height:17px;width:auto}
  .rebrand .arrow{flex:none}
  .rebrand .grv{display:block;height:19px;width:auto;margin-top:3px}
  .rebrand p{font-size:13px;color:var(--ink-muted)}
  .rebrand p b{color:var(--ink-soft);font-weight:500}

  .duo{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.15fr;gap:20px;max-width:960px;width:100%;align-items:stretch}
  @media(max-width:760px){.duo{grid-template-columns:1fr}}

  .card{border-radius:var(--r-card)}
  .ca{background:var(--paper);overflow:hidden;display:flex;flex-direction:column;text-align:center;grid-row:span 2}
  @media(max-width:760px){.ca{grid-row:auto}}
  .ca .top{padding:48px 40px 8px;display:flex;flex-direction:column;justify-content:center;flex:1}
  .ca .logo-svg{width:132px;height:46px;margin:0 auto 14px}
  .ca .name{font-family:var(--font-sans);font-weight:600;font-size:27px;letter-spacing:-.02em;margin-top:14px}
  .ca .role{font-size:13.5px;color:var(--ink-muted);margin-top:6px}
  .ca .role-top{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#6d6a58;margin-top:2px}
  .ca .rate{margin-top:28px;font-size:13px;font-weight:500;color:var(--ink-soft);display:flex;align-items:center;justify-content:center;gap:8px}
  .ca .ctas{margin-top:30px;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
  .ca .ctas .btn{padding:13px 19px;font-size:13.5px;gap:8px}
  .ca .services{margin-top:20px;display:flex;flex-wrap:wrap;gap:6px;justify-content:center;font-size:11.5px;color:var(--ink-soft)}
  .ca .services span{border:1px solid #e7e3d6;border-radius:999px;padding:5px 11px}
  .ca .garden{display:block;width:100%;margin-top:30px}
  .garden .crow-idle{animation:crowidle 6s ease-in-out infinite;transform-box:fill-box;transform-origin:50% 100%}

  @media(max-width:760px){
    .rebrand{text-align:center}
    .rebrand .rebrand-line{display:block}
    .ca .top{padding:40px 28px 8px}
    .ca .role span{display:block}
    .ca .role .role-sep{display:none}
    .ca .ctas{flex-wrap:nowrap}
    .ca .ctas .btn{flex:1;min-width:0;flex-direction:column;gap:8px;padding:0;background:transparent;border:none;font-size:12.5px}
    .ca .ctas .btn .lbl{display:block;width:100%;padding:12px 8px;border-radius:999px}
    .ca .ctas .btn-dark .lbl{background:var(--ink);color:#fff}
    .ca .ctas .btn-light .lbl{background:#fff;color:var(--ink);border:1px solid #e5e1d4}
    .ca .ctas .btn img{width:22px;height:22px}
    .ca .garden{width:125%;margin-left:-25%}
  }
  @keyframes crowidle{0%,100%{transform:rotate(0)}50%{transform:rotate(-3deg)}}

  .cbb .eyebrow{display:flex;align-items:center;font-size:10.5px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#585a75;margin-bottom:16px}
  .cbb{background:#e0dfe8;padding:44px 48px;display:flex;flex-direction:column;justify-content:center;text-align:left}
  .cbb p{font-size:13.5px;line-height:1.8;color:#41435c}
  .cbb p b{color:var(--ink);font-weight:500}

  .cb{background:#dcebc9;padding:44px 48px}
  .cb h2{font-family:var(--font-sans);font-size:23px;font-weight:600;letter-spacing:-.01em;display:flex;align-items:center;gap:15px;margin-bottom:18px;color:#2f5233}
  .cb h2 .tile{width:44px;height:44px;border-radius:var(--r-tile);display:grid;place-items:center;background:#fff}
  .cb p{font-size:13.5px;line-height:1.8;color:#3f4a3c}
  .cb p b{color:#232d20;font-weight:500}
  .cb .grow-line{display:block;margin-top:10px}
  .cb .hl{background:linear-gradient(transparent 74%,rgba(216,190,67,.45) 74%);border-bottom:2px solid var(--gold);padding:0 2px;color:#232d20;font-weight:500}

  .foot{position:relative;z-index:2;order:2;margin-top:18px;font-size:13px;color:#6c695c}

  .grove-gr,.grove-ve,.grove-o,.grove-leaf2,.grove-leaf-grow,.grove-leaf-wind,.grove-leaf2-wind{transform-box:fill-box}
  .grove-gr{transform-origin:100% 100%;animation:grove-fade .5s ease-out .05s both;transition:transform .55s cubic-bezier(.22,1,.36,1)}
  .grove-ve{transform-origin:0% 100%;animation:grove-fade .5s ease-out .18s both;transition:transform .55s cubic-bezier(.22,1,.36,1)}
  .grove-ring{animation:grove-fade .5s ease-out .12s both}
  .grove-dot{transform-box:fill-box;transform-origin:50% 50%;animation:grove-dot-pop .55s cubic-bezier(.34,1.56,.64,1) 1.2s backwards;transition:transform .55s cubic-bezier(.22,1,.36,1)}
  .grove-o{transform-origin:50% 50%;transition:transform .55s cubic-bezier(.22,1,.36,1)}
  .grove-leaf-grow{transform-origin:0% 0%;animation:grove-leaf-grow .9s cubic-bezier(.34,1.4,.5,1) .4s both}
  .grove-leaf-wind{transform-origin:94% 100%;animation:grove-wind 4.2s ease-in-out 1.3s infinite}
  .grove-leaf2{transform-origin:6% 100%;opacity:0;transform:scale(0);transition:transform .6s cubic-bezier(.34,1.5,.5,1),opacity .4s ease}
  .grove-leaf2-wind{transform-origin:6% 100%;animation:grove-wind2 5s ease-in-out infinite}
  .grove-logo:hover .grove-gr{transform:translate(-.9px,-.25px) rotate(-3.5deg) scale(.94)}
  .grove-logo:hover .grove-ve{transform:translate(.9px,-.25px) rotate(3.5deg) scale(.94)}
  .grove-logo:hover .grove-o{transform:scale(1.2)}
  .grove-logo:hover .grove-dot{transform:translate(.9px,-.25px)}
  .grove-logo:hover .grove-leaf2{opacity:1;transform:scale(1)}
  @keyframes grove-fade{from{opacity:0}to{opacity:1}}
  @keyframes grove-dot-pop{0%{opacity:0;transform:scale(0)}70%{opacity:1;transform:scale(1.18)}100%{opacity:1;transform:scale(1)}}
  @keyframes grove-leaf-grow{0%{opacity:0;transform:scale(0) rotate(-18deg)}55%{opacity:1}100%{opacity:1;transform:scale(1) rotate(0)}}
  @keyframes grove-wind{0%,100%{transform:rotate(0)}25%{transform:rotate(-11deg)}60%{transform:rotate(8deg)}}
  @keyframes grove-wind2{0%,100%{transform:rotate(0)}30%{transform:rotate(8deg)}65%{transform:rotate(-6deg)}}
  @media(prefers-reduced-motion:reduce){
    .garden .crow-idle{animation:none}
    .grove-gr,.grove-ve,.grove-ring,.grove-dot,.grove-o,.grove-leaf-grow,.grove-leaf-wind,.grove-leaf2,.grove-leaf2-wind{animation:none;transition:none}
    .grove-logo:hover .grove-gr,.grove-logo:hover .grove-ve,.grove-logo:hover .grove-o,.grove-logo:hover .grove-dot{transform:none}
    .grove-leaf2{opacity:0}
  }