:root{
    --navy:#173832;
    --navy-2:#1F4B3F;
    --paper:#EFE9DC;
    --paper-2:#F8F5EC;
    --ink:#1B1B18;
    --brass:#C79A2B;
    --brass-dark:#A47F1F;
    --sage:#2E6B52;
    --forest:#1B6B52;
    --forest-dark:#12523D;
    --line:rgba(23,56,50,0.14);
    --line-light:rgba(248,245,236,0.22);
    --max:1180px;
  }
  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    background:var(--paper-2);
    color:var(--ink);
    font-family:'Inter',sans-serif;
    font-size:16px;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
  }
  @media (prefers-reduced-motion: reduce){
    html{scroll-behavior:auto;}
    *{animation-duration:0.01ms !important; transition-duration:0.01ms !important;}
  }
  h1,h2,h3,h4{
    font-family:'Fraunces',serif;
    font-weight:500;
    line-height:1.08;
    letter-spacing:-0.01em;
    color:var(--navy);
  }
  a{color:inherit; text-decoration:none;}
  .wrap{max-width:var(--max); margin:0 auto; padding:0 32px;}
  img,svg{display:block; max-width:100%;}
  .eyebrow{
    font-family:'IBM Plex Mono', monospace;
    font-size:12.5px;
    letter-spacing:0.12em;
    text-transform:uppercase;
    color:var(--brass-dark);
    display:flex;
    align-items:center;
    gap:10px;
  }
  .eyebrow::before{
    content:"";
    width:22px; height:1px; background:var(--brass-dark);
    display:inline-block;
  }
  .btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-family:'Inter',sans-serif;
    font-weight:600;
    font-size:15px;
    padding:14px 26px;
    border-radius:2px;
    cursor:pointer;
    transition:transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
    border:1px solid transparent;
  }
  .btn-primary{
    background:var(--navy);
    color:var(--paper-2);
  }
  .btn-primary:hover{background:var(--brass-dark); transform:translateY(-1px);}
  .btn-ghost{
    border-color:var(--navy);
    color:var(--navy);
    background:transparent;
  }
  .btn-ghost:hover{background:var(--navy); color:var(--paper-2);}
  .btn-ghost-light{
    border-color:rgba(248,245,238,0.55);
    color:var(--paper-2);
  }
  .btn-ghost-light:hover{background:var(--paper-2); color:var(--navy); border-color:var(--paper-2);}
	
  /* ---------- NAV ---------- */
  .topbar{
    position:fixed; top:0; left:0; right:0; z-index:101;
    background:var(--forest);
    color:#fff;
    font-size:13px;
    font-weight:500;
    text-align:center;
    padding:10px 20px;
  }
  .topbar a{text-decoration:underline; text-underline-offset:2px; color:#fff;}
  .topbar .sep{opacity:.5; margin:0 10px;}
  header{
    position:fixed; top:0px; left:0; right:0; z-index:100;
    background:rgba(248,245,236,0.92);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--line);
    transition:background .3s ease;
  }
  nav{
    max-width:var(--max); margin:0 auto; padding:0 32px;
    display:flex; align-items:center; justify-content:space-between;
    height:76px;
  }
  .logo{
    font-family:'Fraunces',serif;
    font-weight:600;
    font-size:20px;
    color:var(--navy);
    display:flex; align-items:center; gap:12px;
    letter-spacing:-0.01em;
  }
  .site-logo {
    width: 40px;
    height: 38px;
    object-fit: contain;
    display: block;
}
  .logo .mark{
    width:38px; height:38px;
    border-radius:9px;
    background:var(--forest);
    position:relative;
    flex-shrink:0;
    display:flex; align-items:center; justify-content:center;
  }
  .logo .mark svg{width:19px; height:19px;}
  .logo .word{display:flex; flex-direction:column; line-height:1.1;}
  .logo .tagline{
    font-family:'IBM Plex Mono', monospace;
    font-size:9.5px; font-weight:500; letter-spacing:.1em;
    color:var(--brass); text-transform:uppercase; margin-top:2px;
  }
  .navlinks{display:flex; align-items:center; gap:38px;}
  .navlinks a{
    font-size:14.5px; font-weight:500; color:var(--navy);
    position:relative; padding:4px 0;
  }
  .navlinks a::after{
    content:""; position:absolute; left:0; bottom:0; width:0; height:1px;
    background:var(--brass-dark); transition:width .25s ease;
  }
  .navlinks a:hover::after{width:100%;}
  .nav-cta-wrap{display:flex; align-items:center; gap:22px;}
  .nav-cta-wrap .btn{padding:10px 20px; font-size:13.5px;}
  .menu-toggle{display:none; flex-direction:column; gap:5px; background:none; border:0; cursor:pointer; padding:6px;}
  .menu-toggle span{width:22px; height:2px; background:var(--navy);}

  @media (max-width:900px){
    .navlinks{
      position:fixed; top:114px; left:0; right:0; bottom:0;
      background:var(--paper-2);
      flex-direction:column; align-items:flex-start;
      padding:36px 32px; gap:26px;
      transform:translateX(100%);
      transition:transform .35s ease;
    }
    .navlinks.open{transform:translateX(0);}
    .navlinks a{font-size:20px;}
    .menu-toggle{display:flex;}
    .nav-cta-wrap .btn span.long{display:none;}
  }

  /* ---------- HERO ---------- */
  .hero{
    position:relative;
    padding:150px 0 80px;
    background:var(--paper-2);
    overflow:hidden;
  }
  .hero-line{position:absolute; inset:0; width:100%; height:100%; pointer-events:none; opacity:0.7;}
  .hero-line path{
    fill:none; stroke:var(--brass); stroke-width:1.4;
    stroke-dasharray:1400; stroke-dashoffset:1400;
    animation:draw 2.4s ease forwards .3s;
  }
  .hero-line circle{opacity:0; animation:fadeIn .6s ease forwards;}
  @keyframes draw{to{stroke-dashoffset:0;}}
  @keyframes fadeIn{to{opacity:1;}}
  .hero-grid{
    position:relative; z-index:2;
    display:grid; grid-template-columns:1.15fr 0.85fr;
    gap:56px; align-items:start;
  }
  .hero-inner{max-width:640px;}
  .hero h1{
    font-size:clamp(34px, 4.6vw, 54px);
    margin:22px 0 24px;
  }
  .hero h1 em{
    font-style:italic; color:var(--forest); font-weight:500;
  }
  .hero p.lead{
    font-size:18px; color:#42403A; max-width:520px; margin-bottom:34px;
  }
  .hero-ctas{display:flex; gap:18px; flex-wrap:wrap; margin-bottom:56px;}
  .trustbar{
    display:flex; flex-wrap:wrap; gap:28px 36px;
    padding-top:28px; border-top:1px solid var(--line);
    max-width:600px;
  }
  .trust-item{display:flex; flex-direction:column; gap:4px;}
  .trust-item .num{font-family:'Fraunces',serif; font-size:20px; color:var(--navy); font-weight:600;}
  .trust-item .label{font-family:'IBM Plex Mono',monospace; font-size:10.5px; letter-spacing:.06em; text-transform:uppercase; color:#6B695F;}

  /* ---- Hero form card ---- */
  .hero-form-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:14px;
    padding:36px 32px;
    box-shadow:0 30px 60px -20px rgba(23,56,50,0.18);
    position:sticky; top:130px;
  }
  .hero-form-card .tag{
    display:inline-block;
    background:rgba(199,154,43,0.14);
    color:var(--brass-dark);
    font-family:'IBM Plex Mono',monospace;
    font-size:10.5px; letter-spacing:.08em; text-transform:uppercase;
    padding:6px 12px; border-radius:20px; margin-bottom:16px;
  }
  .hero-form-card h3{font-size:22px; margin-bottom:8px; color:var(--navy);}
  .hero-form-card .sub{font-size:13.5px; color:#5A5747; margin-bottom:12px;}
  .field{display:flex; flex-direction:column; gap:6px; margin-bottom:16px;}
  .field label{font-size:12px; font-weight:600; color:var(--navy);}
  .field input, .field select{
    border:1px solid rgba(23,56,50,0.2);
    border-radius:8px;
    padding:12px 14px;
    font-family:'Inter',sans-serif;
    font-size:14.5px;
    color:var(--ink);
    background:var(--paper-2);
    transition:border-color .2s ease, background .2s ease;
  }
  .field input:focus, .field select:focus{
    outline:none; border-color:var(--forest); background:#fff;
  }
  .form-submit{
    width:100%; justify-content:center;
    background:var(--forest);
    color:#fff;
    margin-top:1px;
  }
  .form-submit:hover{background:var(--forest-dark);}
  .form-note{font-size:11.5px; color:#8A8776; margin-top:14px; text-align:center; line-height:1.5;}
  .form-success{
    display:none;
    text-align:center;
    padding:20px 6px;
  }
  .form-success.show{display:block;}
  .form-success .check{
    width:44px; height:44px; border-radius:50%;
    background:var(--forest); color:#fff;
    display:flex; align-items:center; justify-content:center;
    margin:0 auto 16px; font-size:20px;
  }
  .form-success h4{font-size:18px; color:var(--navy); margin-bottom:8px;}
  .form-success p{font-size:13.5px; color:#5A5747;}


  .founder-card.reveal.in {
    padding: 0;
}

.founder-card.reveal.in h3,  .founder-card.reveal.in p {
    text-align: center;
}

.founder-card.reveal.in .role {
    text-align: center;
}

.founder-card.reveal.in .cred-list {
    padding: 0 10px;
    padding-bottom: 10px;
}

  @media (max-width:960px){
    .hero-grid{grid-template-columns:1fr;}
    .hero-form-card{position:static; max-width:480px;}
  }
/* Full Width Field */
#leadForm .field.full-width {
    width: 100% !important;
    flex: 0 0 100% !important;
    display: flex;
    flex-direction: column;
}

/* Contact Form 7 Wrapper */
#leadForm .field.full-width .wpcf7-form-control-wrap {
    width: 100% !important;
    display: block !important;
}

/* Annual Income Select */
#leadForm .field.full-width select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}
#leadForm p {
    margin: 0 !important;
    padding: 0 !important;
}

#leadForm br {
    display: none;
}

#leadForm .field {
    margin-bottom: 6px;
}

#leadForm .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
  /* ---------- SECTION GENERIC ---------- */
  section{padding:110px 0;}
  .section-head{max-width:680px; margin-bottom:64px;}
  .section-head .eyebrow{margin-bottom:18px;}
  .section-head h2{font-size:clamp(30px,4vw,44px);}
  .section-head p{font-size:17px; color:#4A483F; margin-top:18px;}

  /* ---------- REFRAME ---------- */
  .reframe{background:var(--paper);}
  .reframe-grid{
    display:grid; grid-template-columns:1fr 1fr; gap:60px;
    padding-bottom:70px; border-bottom:1px solid var(--line);
    margin-bottom:64px;
  }
  .reframe-col .tag{
    font-family:'IBM Plex Mono',monospace; font-size:11.5px; letter-spacing:.08em;
    text-transform:uppercase; margin-bottom:16px; display:block;
  }
  .reframe-col.old .tag{color:#95917f;}
  .reframe-col.new .tag{color:var(--sage);}
  .reframe-col h3{
    font-size:clamp(24px,3vw,32px); font-weight:400; margin-bottom:16px;
  }
  .reframe-col.old h3{color:#8B8878; text-decoration:line-through; text-decoration-color:#c9c5b3; text-decoration-thickness:2px;}
  .reframe-col p{color:#524F45; font-size:15.5px; max-width:420px;}

  .story-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:2px; background:var(--line);}
  .story-card{
    background:var(--paper);
    padding:38px 34px;
    display:flex; flex-direction:column; gap:18px;
    min-height:260px;
  }
  .story-card .idx{font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--brass-dark);}
  .story-card h4{font-size:21px; font-weight:500; color:var(--navy); flex-grow:0;}
  .story-card p{font-size:14.5px; color:#5A5747;}

  @media (max-width:860px){
    .reframe-grid{grid-template-columns:1fr; gap:34px;}
    .story-grid{grid-template-columns:1fr;}
  }

  /* ---------- PROCESS / EVOKE TIMELINE ---------- */
  .process{background:var(--navy); color:var(--paper-2); position:relative; overflow:hidden;}
  .process .eyebrow{color:var(--brass);}
  .process .eyebrow::before{background:var(--brass);}
  .process h2{color:var(--paper-2);}
  .process .section-head p{color:rgba(248,245,238,0.72);}

  .evoke-line{position:relative; margin-top:20px;}
  .evoke-line svg.track{position:absolute; top:23px; left:0; width:100%; height:4px;}
  .evoke-line svg.track line{stroke:rgba(248,245,238,0.18); stroke-width:1.4;}
  .evoke-line svg.track line.fill{stroke:var(--brass); stroke-dasharray:1000; stroke-dashoffset:1000; transition:stroke-dashoffset 1.6s ease;}
  .evoke-steps{display:grid; grid-template-columns:repeat(5,1fr); gap:24px; position:relative;}
  .evoke-step{padding-top:64px; position:relative;}
  .evoke-step .dot{
    position:absolute; top:12px; left:0; width:24px; height:24px; border-radius:50%;
    background:var(--navy); border:2px solid rgba(248,245,238,0.3);
    display:flex; align-items:center; justify-content:center;
    font-family:'IBM Plex Mono',monospace; font-size:10px; color:var(--paper-2);
    transition:border-color .4s ease, background .4s ease;
  }
  .evoke-step.active .dot{background:var(--brass); border-color:var(--brass); color:var(--navy);}
  .evoke-step .letter{
    font-family:'Fraunces',serif; font-size:15px; color:var(--brass); font-weight:600; letter-spacing:.04em;
    display:block; margin-bottom:6px;
  }
  .evoke-step h4{color:var(--paper-2); font-size:19px; font-weight:500; margin-bottom:10px;}
  .evoke-step p{font-size:13.8px; color:rgba(248,245,238,0.68);}

  @media (max-width:900px){
    .evoke-steps{grid-template-columns:1fr; gap:0;}
    .evoke-line svg.track{display:none;}
    .evoke-step{padding:0 0 40px 40px; border-left:1px solid rgba(248,245,238,0.2); margin-left:11px;}
    .evoke-step .dot{top:-2px; left:-12px;}
  }

  /* ---------- ABOUT / FOUNDER ---------- */
  .about{background:var(--paper-2);}
  .about-grid{display:grid; grid-template-columns:340px 1fr; gap:70px; align-items:start;}
  .founder-card{
    background:var(--paper);
    border:1px solid var(--line);
    padding:36px;
  }
  .founder-mono{
    width:100%; aspect-ratio:1/1; border-radius:50%;
    background:linear-gradient(155deg, var(--navy), var(--navy-2));
    display:flex; align-items:center; justify-content:center;
    margin-bottom:24px;
    position:relative;
  }
  .founder-mono span{
    font-family:'Fraunces',serif; color:var(--paper-2); font-size:52px; font-weight:500;
  }
  .founder-mono::after{
    content:""; position:absolute; inset:-6px; border:1px solid var(--brass); border-radius:50%; opacity:.5;
  }
  .founder-card h3{font-size:23px; margin-bottom:4px;}
  .founder-card .role{font-size:13.5px; color:var(--brass-dark); font-weight:600; margin-bottom:20px;}
  .cred-list{display:flex; flex-direction:column; gap:10px;}
  .cred-list .cred{
    font-size:13px; color:#4A483F; display:flex; gap:10px; align-items:flex-start;
    border-top:1px solid var(--line); padding-top:10px;
  }
  .cred-list .cred:first-child{border-top:none; padding-top:0;}
  .cred-list .cred b{color:var(--navy); font-weight:600;}

  .about-copy h2{font-size:clamp(28px,3.4vw,38px); margin-bottom:26px;}
  .about-copy p{font-size:16.5px; color:#42403A; margin-bottom:20px; max-width:620px;}
  .pull{
    font-family:'Fraunces',serif; font-style:italic; font-size:22px; color:var(--navy);
    border-left:2px solid var(--brass); padding-left:24px; margin:36px 0; max-width:560px;
  }
  @media (max-width:860px){
    .about-grid{grid-template-columns:1fr;}
    .founder-card{max-width:340px;}
  }

  /* ---------- SERVICES ---------- */
  .services{background:var(--paper);}
  .services-grid{display:grid; grid-template-columns:1fr 1fr; gap:2px; background:var(--line);}
  .service-card{background:var(--paper-2); padding:48px 44px;}
  .service-card .n{font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--brass-dark); margin-bottom:20px; display:block;}
  .service-card h3{font-size:26px; margin-bottom:16px; font-weight:500;}
  .service-card p{color:#4A483F; font-size:15.5px; margin-bottom:22px;}
  .service-card ul{list-style:none; display:flex; flex-direction:column; gap:9px;}
  .service-card li{font-size:14.5px; color:#4A483F; display:flex; gap:10px;}
  .service-card li::before{content:"—"; color:var(--brass-dark); flex-shrink:0;}
  @media (max-width:760px){.services-grid{grid-template-columns:1fr;}}

  /* ---------- INTEGRITY BAND ---------- */
  .integrity{background:var(--navy-2); color:var(--paper-2);}
  .integrity .section-head p{color:rgba(248,245,238,0.72);}
  .integrity .eyebrow{color:var(--brass);}
  .integrity .eyebrow::before{background:var(--brass);}
  .integrity h2{color:var(--paper-2);}
  .integrity-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:44px;}
  .integrity-item{border-top:1px solid var(--line-light); padding-top:22px;}
  .integrity-item h4{color:var(--paper-2); font-size:18px; margin-bottom:10px; font-weight:500;}
  .integrity-item p{font-size:14.2px; color:rgba(248,245,238,0.65);}
  @media (max-width:760px){.integrity-grid{grid-template-columns:1fr;}}

  /* ---------- CTA / CONTACT ---------- */
  .cta{background:var(--paper-2); text-align:center;}
  .cta-inner{max-width:640px; margin:0 auto;}
  .cta h2{font-size:clamp(32px,5vw,50px); margin-bottom:20px;}
  .cta p.lead{font-size:17.5px; color:#4A483F; margin-bottom:42px;}
  .cta-ctas{display:flex; gap:18px; justify-content:center; flex-wrap:wrap; margin-bottom:56px;}
  .contact-row{
    display:flex; justify-content:center; gap:52px; flex-wrap:wrap;
    padding-top:40px; border-top:1px solid var(--line);
  }
  .contact-item .label{font-family:'IBM Plex Mono',monospace; font-size:10.5px; letter-spacing:.08em; text-transform:uppercase; color:#8A8776; margin-bottom:8px;}
  .contact-item .val{font-size:15px; color:var(--navy); font-weight:500;}

  /* ---------- FOOTER ---------- */
  footer{background:var(--navy); color:rgba(248,245,238,0.7); padding:56px 0 34px;}
  .footer-top{display:flex; justify-content:space-between; gap:40px; flex-wrap:wrap; padding-bottom:36px; border-bottom:1px solid var(--line-light); margin-bottom:28px;}
  .footer-logo{font-family:'Fraunces',serif; color:var(--paper-2); font-size:19px; margin-bottom:10px;}
  .footer-top p{max-width:340px; font-size:13.5px;}
  .footer-links{display:flex; gap:50px; flex-wrap:wrap;}
  .footer-links h5{font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:.08em; text-transform:uppercase; color:var(--brass); margin-bottom:14px;}
  .footer-links ul{list-style:none; display:flex; flex-direction:column; gap:9px;}
  .footer-links a{font-size:13.5px;}
  .footer-links a:hover{color:var(--paper-2);}
  .disclosure{font-size:12px; line-height:1.7; color:rgba(248,245,238,0.5); max-width:960px;}
  .disclosure b{color:rgba(248,245,238,0.75);}
  .copyright{margin-top:24px; font-size:12px; color:rgba(248,245,238,0.4); display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px;}

  .reveal{opacity:0; transform:translateY(22px); transition:opacity .7s ease, transform .7s ease;}
  .reveal.in{opacity:1; transform:translateY(0);}
/* Full Width Field */
#leadForm .field.full-width {
    width: 100% !important;
    flex: 0 0 100% !important;
    display: flex;
    flex-direction: column;
}

/* Contact Form 7 Wrapper */
#leadForm .field.full-width .wpcf7-form-control-wrap {
    width: 100% !important;
    display: block !important;
}

/* Annual Income Select */
#leadForm .field.full-width select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}
#leadForm p {
    margin: 0 !important;
    padding: 0 !important;
}

#leadForm br {
    display: none;
}

#leadForm .field {
    margin-bottom: 6px;
}

#leadForm .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
  .hero-form-card .sub{font-size:13.5px; color:#5A5747; margin-bottom:8px;}
  .form-submit{
    width:100%; justify-content:center;
    background:var(--forest);
    color:#fff;
    margin-top:12px;
  }
/* ================================
   MOBILE RESPONSIVE
================================ */

@media (max-width: 767px) {

  /* Container */
  .wrap {
    padding: 0 18px;
  }

  /* Header */
  header {
    top: 0;
  }

  nav {
    height: 65px;
    padding: 0 18px;
  }

  .site-logo {
    width: 34px;
    height: 34px;
  }

  .logo {
    font-size: 17px;
    gap: 8px;
  }

  .logo .tagline {
    font-size: 8px;
  }

  /* Hero */
  .hero {
    padding: 105px 0 55px;
  }

  .hero-grid {
    gap: 35px;
  }

  .hero h1 {
    font-size: 34px;
    margin: 18px 0;
  }

  .hero p.lead {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .hero-ctas {
    margin-bottom: 35px;
  }

  /* Trust Bar */
  .trustbar {
    gap: 18px;
    padding-top: 20px;
  }

  .trust-item .num {
    font-size: 17px;
  }

  /* Form */
  .hero-form-card {
    padding: 25px 18px;
    width: 100%;
    max-width: 100%;
  }

  /* Email + Phone Full Width Mobile */
  #leadForm .field {
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* Sections */
  section {
    padding: 65px 0;
  }

  .section-head {
    margin-bottom: 35px;
  }

  .section-head h2 {
    font-size: 30px;
  }

  /* About */
  .about-grid {
    gap: 40px;
  }

  .founder-card {
    width: 100%;
    max-width: 100%;
    padding: 25px;
  }

  /* Services */
  .service-card {
    padding: 30px 22px;
  }

  /* Integrity */
  .integrity-grid {
    gap: 30px;
  }

  /* Footer */
  footer {
    padding: 40px 0 25px;
  }

  .copyright {
    flex-direction: column;
    gap: 6px;
  }

  /* Button */
  .btn {
    padding: 13px 20px;
  }
}


/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 480px) {

  .logo .word {
    font-size: 15px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .hero-form-card {
    padding: 22px 15px;
  }

  .trustbar {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .field input,
  .field select {
    width: 100%;
    font-size: 14px;
  }

}