:root{
      --paper:#fbf7f3;
      --paper-2:#f8f3ee;
      --ink:#17232c;
      --muted:#53616b;
      --teal:#678f9b;
      --teal-dark:#4f7e8c;
      --teal-soft:#dfe9eb;
      --line:#d5ddde;
      --white:#fff;
      --shadow:0 4px 20px rgba(36,50,57,.08);
      --serif: Georgia, 'Times New Roman', serif;
      --sans: Arial, Helvetica, sans-serif;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.48;-webkit-font-smoothing:antialiased}
    a{color:inherit;text-decoration:none}
    img{display:block;max-width:100%}
    button{font:inherit}
    .wrap{width:min(1180px,calc(100% - 64px));margin-inline:auto}
    .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}

    /* icon system */
    .icon{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
    .icon.sm{width:20px;height:20px}.icon.lg{width:34px;height:34px}

    /* header */
    .site-header{position:sticky;top:0;z-index:30;background:rgba(251,247,243,.96);backdrop-filter:blur(8px);border-bottom:1px solid rgba(79,126,140,.08)}
    .nav-wrap{height:120px;display:flex;align-items:center;gap:28px}
    .brand{display:flex;align-items:center;gap:11px;white-space:nowrap;min-width:max-content}
    .brand-mark{width:45px;height:54px;color:var(--teal-dark)}
    .brand-name{font-family:var(--serif);font-size:27px;letter-spacing:-.4px}
    .main-nav{display:flex;align-items:center;gap:29px;margin:0px auto;font-size:20px;font-weight:normal;color:#24343c}
    .main-nav a{position:relative;padding:13px 0}
    .main-nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:5px;height:1px;background:var(--teal-dark)}
    .nav-actions{display:flex;gap:12px;margin-left:12px}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:13px;border-radius:6px;border:1px solid var(--teal);min-height:45px;padding:0 26px;font-size:18px;font-weight:normal;transition:.2s ease;cursor:pointer}
    .btn:hover{transform:translateY(-1px)}
    .btn-outline{color:var(--teal-dark);background:transparent}
    .btn-solid{background:var(--teal);color:#fff;border-color:var(--teal)}
    .hamburger{display:none;margin-left:auto;border:0;background:transparent;width:44px;height:44px;border-radius:7px;color:var(--ink)}
    .hamburger svg{width:27px;height:27px}

    /* hero */
    .hero{position:relative;overflow:hidden;background:linear-gradient(90deg,#fbf8f4 0%,#fbf8f4 56%,#f6eee5 100%)}
    .hero-grid{min-height:660px;display:grid;grid-template-columns:1.04fr .96fr;align-items:stretch}
    .hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:51px 28px 48px 68px}
    .hero-copy h1{font-family:var(--serif);font-size:72px;line-height:1.02;font-weight:400;letter-spacing:-1.8px;margin:0;max-width:700px}
    .hero-copy h1 .accent{display:block;color:var(--teal-dark);font-style:italic;margin-top:5px}
    .hero-copy p{font-size:17px;max-width:485px;margin:24px 0 28px;color:#293841;line-height:1.5}
    .hero-actions{display:flex;align-items:center;gap:35px;flex-wrap:wrap}
    .hero-actions .text-link{display:flex;align-items:center;gap:10px;font-size:13px}
    .arrow-circle{width:18px;height:18px;border:1px solid var(--teal);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--teal-dark);font-size:12px}
    .hero-photo{position:relative;overflow:hidden;min-height:460px}
    .hero-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
    .hero-botanical{position:absolute;left:-6px;bottom:-6px;width:145px;height:145px;color:#6f9ba6;opacity:.9}
    .hero-mini-leaf{position:absolute;right:22px;top:108px;width:56px;height:66px;color:var(--teal-dark);opacity:.9}

    /* trust strip */
    .trust{border-top:1px solid #ebe4de;border-bottom:1px solid #e9e2dc;background:#fbf7f3}
    .trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:31px 22px}
    .trust-item{display:grid;grid-template-columns:60px 1fr;gap:14px;align-items:center;padding:0 28px;border-right:1px solid #cbd7d8}
    .trust-item:last-child{border-right:0}
    .trust-icon{width:53px;height:53px;border-radius:50%;background:#edf1f1;color:var(--teal-dark);display:grid;place-items:center}
    .trust-item h3{font-family:var(--serif);font-weight:400;font-size:17px;line-height:1.2;margin:0 0 5px}
    .trust-item p{font-size:12px;line-height:1.45;color:#24343c;margin:0}

    /* generic section */
    .section{padding:42px 0 47px;background:var(--paper-2)}
    .section.whiteish{background:#fbf8f4}
    .section-heading{text-align:center;margin-bottom:31px}
    .section-heading h2{font-family:var(--serif);font-size:35px;font-weight:400;letter-spacing:-.7px;margin:0}
    .heading-ornament{margin:0px auto 0;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--teal-dark)}
    .heading-ornament:before,.heading-ornament:after{content:"";width:50px;height:1px;background:#aac0c5}
    .heading-ornament svg{width:26px;height:17px}

    /* services */
    .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;max-width:1020px;margin:auto}
    .service-card{background:#fcfaf7;border:1px solid #e6dfd9;border-radius:12px;box-shadow:var(--shadow);padding:10px 11px 17px;display:flex;flex-direction:column;min-height:310px}
    .service-image{height:215px;border-radius:8px;overflow:hidden;margin-bottom:13px;background:#eee}
    .service-image img{width:100%;height:100%;object-fit:cover}
    .service-card h3{font-family:var(--serif);font-size:21px;font-weight:400;margin:0 0 7px}
    .service-card p{font-size:13px;line-height:1.55;margin:0;color:#34434b;flex:1}
    .learn-link{display:inline-flex;align-items:center;gap:11px;margin-top:19px;font-size:13px;color:var(--teal-dark);font-weight:700}
    .learn-link .arr{font-size:21px;font-weight:400;line-height:1}

    /* process */
    .process{background:#fbf8f4;border-top:1px solid #e7dfd9}
    .process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative;max-width:1025px;margin:auto}
    .process-grid::before{content:"";position:absolute;left:11.5%;right:11.5%;top:31px;border-top:2px dashed #a9c1c6;z-index:0}
    .process-step{position:relative;text-align:center;z-index:1}
    .process-icon{width:64px;height:64px;border-radius:50%;background:#edf1f1;margin:0 auto 10px;display:grid;place-items:center;color:var(--teal-dark);box-shadow:0 0 0 10px #fbf8f4}
    .process-num{font-family:var(--serif);color:var(--teal-dark);font-size:17px;margin-top:5px}
    .process-step h3{font-family:var(--serif);font-size:19px;font-weight:400;margin:4px 0 8px}
    .process-step p{font-size:12px;line-height:1.55;color:#34434b;max-width:190px;margin:0 auto}

    /* provider cta */
    .provider-cta{position:relative;overflow:hidden;background:var(--teal);color:#fff;padding:28px 0}
    .provider-grid{display:grid;grid-template-columns:1.05fr 1px 1.15fr;gap:38px;align-items:center;max-width:1050px;margin:auto;padding:0 20px}
    .provider-left{display:flex;align-items:center;gap:23px}
    .provider-icon{width:67px;height:67px;border:1.5px solid rgba(255,255,255,.75);border-radius:50%;display:grid;place-items:center;flex:0 0 auto}
    .provider-left h2{font-family:var(--serif);font-weight:400;font-size:31px;line-height:1.12;margin:0}
    .provider-sep{height:92px;background:rgba(255,255,255,.55)}
    .provider-right{display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px}
    .provider-right p{font-size:14px;line-height:1.5;margin:0;color:#fff}
    .provider-right .btn{background:#fff;color:var(--teal-dark);border-color:#fff;min-width:180px}
    .provider-plant{position:absolute;right:0;bottom:-10px;width:150px;height:145px;color:rgba(255,255,255,.6)}

    /* footer */
    footer{background:#fbf8f4;border-top:1px solid #ece4dc;position:relative;overflow:hidden}
    .footer-grid{min-height:140px;display:grid;grid-template-columns:1.3fr .7fr 1.2fr 1.05fr;align-items:center}
    .footer-col{min-height:92px;padding:0 34px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-left:1px solid #cbd4d5}
    .footer-col:first-child{border-left:0}
    .footer-brand .brand{justify-content:center}
    .footer-brand .brand-name{font-size:24px}
    .footer-brand .brand-mark{width:39px;height:48px}
    .footer-brand p{font-size:12px;line-height:1.45;max-width:210px;margin:7px auto 8px}
    .socials{display:flex;gap:14px;justify-content:center;color:var(--teal-dark)}
    .social{width:23px;height:23px;border-radius:50%;background:#e9eeee;display:grid;place-items:center;font-size:11px;font-weight:700}
    .footer-round-icon{width:43px;height:43px;border-radius:50%;background:#edf1f1;display:grid;place-items:center;color:var(--teal-dark);margin-bottom:5px}
    .footer-col h4{font-family:var(--serif);font-size:16px;font-weight:400;margin:0 0 2px}
    .footer-col p,.footer-col a{font-size:12px;margin:0;line-height:1.45}
    .footer-plant{position:absolute;left:-15px;bottom:-9px;width:145px;height:135px;color:#6f9ba6;opacity:.9;pointer-events:none}
    .copyright{border-top:1px solid #e4ddd7;text-align:center;padding:9px 20px;font-size:10px;color:#6b7478}

    @media (max-width:1100px){
      .wrap{width:min(100% - 28px,1080px)}
      .nav-wrap{gap:10px}.brand{gap:8px}.brand-mark{width:38px;height:47px}.brand-name{font-size:21px}
      .main-nav{gap:11px;font-size:9.5px}.main-nav a{padding-inline:0}.nav-actions{gap:8px;margin:0px auto;}.nav-actions .btn{padding:0 13px;min-height:38px;font-size:11px}
      .hero-copy{padding-left:36px}.hero-copy h1{font-size:46px}
      .trust-item{padding:0 18px;grid-template-columns:52px 1fr;gap:10px}.trust-icon{width:48px;height:48px}
      .provider-grid{gap:25px}.provider-right{grid-template-columns:1fr}
    }

    @media (max-width:900px){
      .nav-wrap{height:76px}.main-nav,.nav-actions{display:none}
      .hamburger{display:grid;place-items:center}
      .site-header.open .main-nav{display:flex;position:absolute;left:18px;right:18px;top:76px;background:#fbf8f4;border:1px solid #dde5e5;border-radius:10px;box-shadow:0 14px 30px rgba(20,35,43,.12);padding:20px;flex-direction:column;align-items:stretch;gap:0;font-size:14px}
      .site-header.open .main-nav a{padding:11px 4px;border-bottom:1px solid #ebe5df}.site-header.open .main-nav a:last-child{border:0}
      .site-header.open .nav-actions{display:flex;position:absolute;left:38px;right:38px;top:410px;z-index:31}.site-header.open .nav-actions .btn{flex:1}
      .hero-grid{grid-template-columns:1fr}.hero-copy{padding:62px 56px 50px;min-height:460px}.hero-photo{min-height:500px}.hero-photo img{object-position:center 42%}
      .hero-mini-leaf{right:30px;top:92px}
      .trust-grid{grid-template-columns:repeat(2,1fr);gap:0}.trust-item{padding:20px 28px;border-bottom:1px solid #d9e0e0}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(3),.trust-item:nth-child(4){border-bottom:0}
      .services-grid{grid-template-columns:1fr;max-width:600px}.service-card{min-height:0}.service-image{height:270px}
      .process-grid{grid-template-columns:repeat(2,1fr);row-gap:40px}.process-grid::before{display:none}
      .provider-grid{grid-template-columns:1fr;gap:20px}.provider-sep{width:100%;height:1px}.provider-right{grid-template-columns:1fr auto}
      .footer-grid{grid-template-columns:repeat(2,1fr)}.footer-col{padding:24px;border-bottom:1px solid #dce2e2}.footer-col:nth-child(3){border-left:0}.footer-col:nth-child(3),.footer-col:nth-child(4){border-bottom:0}
    }

    @media (max-width:620px){
        #logo img{max-width: 140px;
    text-align: center;
    margin-left: 100px;}
      .wrap{width:calc(100% - 28px)}.brand-name{font-size:20px}.brand-mark{width:36px;height:44px}
      .hero-copy{padding:48px 24px 45px;min-height:0}.hero-copy h1{font-size:39px;line-height:1.05;letter-spacing:-1px}.hero-copy p{font-size:15px;margin-top:20px}.hero-actions{gap:20px}.hero-actions .btn{width:100%}.hero-actions .text-link{width:100%}
      .hero-photo{min-height:310px}.hero-photo img{object-position:center}
      .hero-botanical{width:105px;height:105px}.hero-mini-leaf{width:43px;height:52px;right:12px;top:92px}
      .trust-grid{grid-template-columns:1fr;padding:10px 0}.trust-item{border-right:0!important;border-bottom:1px solid #d9e0e0!important;padding:19px 22px}.trust-item:last-child{border-bottom:0!important}
      .section{padding:44px 0}.section-heading h2{font-size:30px}.service-image{height:220px}
      .process-grid{grid-template-columns:1fr;gap:34px}.process-step p{max-width:260px}
      .provider-left{align-items:flex-start}.provider-left h2{font-size:27px}.provider-right{grid-template-columns:1fr}.provider-right .btn{width:100%}.provider-plant{opacity:.35}
      .footer-grid{grid-template-columns:1fr}.footer-col{border-left:0!important;border-bottom:1px solid #dce2e2!important;min-height:auto;padding:22px}.footer-col:last-child{border-bottom:0!important}.footer-plant{opacity:.45}
    }

/* V2: tighter reference matching for the supplied 948px design while keeping mobile responsive */
    @media (min-width:1101px){
      .wrap{width:calc(100% - 64px);max-width:none}
      .hero-grid{grid-template-columns:55% 45%}
      .hero-copy{padding-left:clamp(72px,5vw,96px);padding-right:44px}
      .services-grid{max-width:min(1180px,78vw)}
      .process-grid{max-width:min(1180px,80vw)}
      .provider-grid{max-width:min(1180px,82vw)}
    }

    @media (min-width:901px) and (max-width:1100px){
      .site-header{position:relative}
      .wrap{width:calc(100% - 58px);max-width:none}
      .nav-wrap{height:83px;gap:10px}
      .brand{gap:9px}
      .brand-mark{width:40px;height:51px}
      .brand-name{font-size:22px}
      .main-nav{margin:0px auto;gap:18px;font-size:9px}
      .main-nav a{padding:13px 0}
      .nav-actions{margin-left:auto;gap:10px}
      .nav-actions .btn{min-height:36px;padding:0 17px;font-size:10px;border-radius:5px}

      .hero-grid{grid-template-columns:55% 45%;min-height:452px}
      .hero-copy{justify-content:flex-start;padding:65px 48px 30px 92px}
      .hero-copy h1{font-size:46px;line-height:1.02;letter-spacing:-1.45px}
      .hero-copy p{font-size:15px;line-height:1.48;max-width:355px;margin:23px 0 18px}
      .hero-actions{gap:30px}
      .hero-actions .btn{min-height:42px;padding:0 24px;font-size:12px}
      .hero-actions .text-link{font-size:11.5px}
      .hero-photo{min-height:452px}
      .hero-mini-leaf{right:58px;top:105px;width:53px;height:63px}
      .hero-botanical{width:138px;height:138px}

      .trust-grid{padding:33px 10px}
      .trust-item{padding:0 10px;grid-template-columns:52px 1fr;gap:10px}
      .trust-icon{width:52px;height:52px}
      .trust-item h3{font-size:15.5px;margin-bottom:4px;white-space:nowrap}
      .trust-item p{font-size:10.5px;line-height:1.4}

      #services.section{padding:30px 0 17px}
      #services .section-heading{margin-bottom:8px}
      #services .section-heading h2{font-size:31px}
      #services .heading-ornament{margin-top:6px}
      #services .services-grid{width:84%;max-width:none;gap:16px}
      #services .service-card{min-height:0;padding:9px 10px 14px;border-radius:10px}
      #services .service-image{height:143px;margin-bottom:11px}
      #services .service-card h3{font-size:17px;margin-bottom:6px}
      #services .service-card p{font-size:11px;line-height:1.5}
      #services .learn-link{font-size:11px;margin-top:13px}
      #services .learn-link .arr{font-size:17px}

      .process{padding:14px 0 18px}
      .process .section-heading{margin-bottom:2px}
      .process .section-heading h2{font-size:30px}
      .process .heading-ornament{margin-top:5px}
      .process-grid{max-width:790px;gap:16px}
      .process-grid::before{left:10%;right:10%;top:27px}
      .process-icon{width:56px;height:56px;margin-bottom:7px;box-shadow:0 0 0 8px #fbf8f4}
      .process-icon .icon.lg{width:30px;height:30px}
      .process-num{font-size:14px;margin-top:3px}
      .process-step h3{font-size:16px;margin:2px 0 6px}
      .process-step p{font-size:10px;line-height:1.45;max-width:170px}

      .provider-cta{padding:31px 0}
      .provider-grid{grid-template-columns:1.05fr 1px 1.15fr;gap:30px;max-width:790px;padding:0}
      .provider-icon{width:58px;height:58px}
      .provider-left{gap:20px}
      .provider-left h2{font-size:24px;line-height:1.12}
      .provider-sep{height:78px}
      .provider-right{grid-template-columns:1fr auto;gap:18px}
      .provider-right p{font-size:11px;line-height:1.45}
      .provider-right .btn{min-width:155px;min-height:38px;font-size:11px;padding:0 18px}
      .provider-plant{width:135px;height:130px}

      .footer-grid{min-height:176px;grid-template-columns:1.3fr .7fr 1.2fr 1.05fr}
      .footer-col{min-height:100px;padding:0 24px}
      .footer-brand .brand-name{font-size:21px}
      .footer-brand .brand-mark{width:37px;height:45px}
      .footer-brand p{font-size:10.5px;margin:6px auto 7px}
      .footer-round-icon{width:40px;height:40px}
      .footer-col h4{font-size:14px}
      .footer-col p,.footer-col a{font-size:10.5px}
      .footer-plant{width:132px;height:126px}
      .copyright{display:none}
    }

/* Hero-only spacing fix: overlap the transparent left side of the photo into the copy column. */
    @media (min-width:1101px){
      .hero-photo{
        margin-left:clamp(-340px,-17vw,-180px);
      }
      .hero-copy{
        padding-right:0;
      }
    }

    @media (min-width:901px) and (max-width:1100px){
      .hero-photo{
        margin-left:-100px;
      }
      .hero-copy{
        padding-right:12px;
      }
    }

    @media (max-width:900px){
      .hero-photo{margin-left:0;}
    }

/* WordPress integration */
.main-nav{list-style:none;padding:0}
.main-nav li{margin:0;padding:0}
.main-nav .current-menu-item>a::after,
.main-nav .current_page_item>a::after,
.main-nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:5px;height:1px;background:var(--teal-dark)}
.custom-logo-link{display:flex;align-items:center}
.custom-logo-link img{width:230px;height:auto;max-height:90px;object-fit:contain}
.footer-brand .custom-logo-link img{width:150px;max-height:70px}
.page-shell{padding:72px 0;min-height:55vh;background:#fbf8f4}
.page-shell .entry-header{max-width:860px;margin:0 auto 34px;text-align:center}
.page-shell .entry-title{font-family:var(--serif);font-size:48px;font-weight:400;line-height:1.1;margin:0}
.page-shell .entry-content{max-width:900px;margin:0 auto;font-size:16px;line-height:1.7;color:#293841}
.page-shell .entry-content h2,.page-shell .entry-content h3,.page-shell .entry-content h4{font-family:var(--serif);font-weight:400;color:var(--ink)}
.page-shell .entry-content a{color:var(--teal-dark);text-decoration:underline}
.page-shell .entry-content img{height:auto;border-radius:10px}
.alignwide{max-width:1100px;margin-left:auto;margin-right:auto}.alignfull{max-width:none;width:100%}
@media(max-width:900px){.custom-logo-link img{width:190px;max-height:65px}.site-header.open .main-nav{list-style:none}.page-shell{padding:52px 0}.page-shell .entry-title{font-size:40px}}
@media(max-width:620px){.custom-logo-link img{width:140px}.footer-brand .custom-logo-link img{width:140px}.page-shell{padding:42px 0}.page-shell .entry-title{font-size:34px}}

/* V1.0.1 — balanced full-width desktop header */
@media (min-width:1101px){
  .nav-wrap{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    align-items:center;
    column-gap:clamp(30px,3vw,68px);
  }
  .nav-wrap > nav{min-width:0;width:100%;}
  .main-nav{
    width:100%;
    justify-content:center;
    gap:clamp(22px,1.55vw,34px);
    margin:0;
  }
  .nav-actions{
    margin-left:0;
    justify-self:end;
    white-space:nowrap;
  }
}

/* =========================================================
   V1.1.0 — Inner Pages: Services, About, Resources, Contact
   ========================================================= */
.pom-inner-page{background:var(--paper);overflow:hidden}
.pom-inner-article{margin:0}
.pom-inner-article>p:empty{display:none}
.pom-page-wrap{width:min(1180px,calc(100% - 64px));margin-inline:auto}
.pom-narrow{max-width:900px}
.pom-page-hero{position:relative;background:linear-gradient(112deg,#fbf8f4 0%,#fbf8f4 64%,#f1e9e1 100%);border-bottom:1px solid #e7dfd9;overflow:hidden}
.pom-page-hero:after{content:"";position:absolute;right:-110px;bottom:-120px;width:340px;height:340px;border:1px solid rgba(103,143,155,.18);border-radius:50%;box-shadow:0 0 0 42px rgba(103,143,155,.04),0 0 0 85px rgba(103,143,155,.035)}
.pom-page-hero-inner{position:relative;z-index:1;min-height:390px;padding:78px 0 74px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.pom-page-hero h1{font-family:var(--serif);font-size:clamp(48px,5vw,72px);font-weight:400;line-height:1.02;letter-spacing:-1.5px;max-width:850px;margin:9px 0 19px;color:var(--ink)}
.pom-hero-lead{max-width:720px;margin:0 0 27px;font-size:17px;line-height:1.7;color:#36464e}
.pom-eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;color:var(--teal-dark);margin:0 0 9px}
.pom-page-hero .wp-block-buttons,.pom-hero-links{display:flex;gap:24px;align-items:center;flex-wrap:wrap;margin-top:4px}
.pom-inner-page .wp-block-button__link{border-radius:6px!important;font-size:16px!important;padding:13px 26px!important;text-decoration:none!important}
.pom-inner-page .is-style-pom-solid .wp-block-button__link{background:var(--teal)!important;color:#fff!important;border:1px solid var(--teal)!important}
.pom-inline-link{display:inline-flex;align-items:center;color:var(--teal-dark)!important;font-weight:700;text-decoration:none!important;font-size:14px}
.pom-inline-link:hover{text-decoration:underline!important}
.pom-page-section{padding:78px 0;background:#fbf8f4}
.pom-page-section-alt{background:#f4efea;border-top:1px solid #e5ddd6;border-bottom:1px solid #e5ddd6}
.pom-section-heading{text-align:center;max-width:760px;margin:0 auto 42px}
.pom-section-heading h2,.pom-founder-copy h2,.pom-team-feature h2,.pom-contact-info h2,.pom-contact-form-wrap h2,.pom-newsletter h2,.pom-page-cta h2{font-family:var(--serif);font-weight:400;line-height:1.12;letter-spacing:-.7px;color:var(--ink)}
.pom-section-heading h2{font-size:42px;margin:6px 0 12px}
.pom-section-heading>p:not(.pom-eyebrow){margin:0;color:#53616b;line-height:1.65}
.pom-card-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#e8eff0;font-size:23px;margin-bottom:16px}

/* Services */
.pom-service-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.pom-service-detail-card{background:#fff;border:1px solid #e5ddd7;border-radius:14px;padding:28px;box-shadow:0 10px 30px rgba(36,50,57,.06);display:flex;flex-direction:column}
.pom-service-detail-card h3{font-family:var(--serif);font-size:26px;font-weight:400;line-height:1.2;margin:0 0 12px}
.pom-service-detail-card>p{font-size:14px;color:#44535b;line-height:1.65;margin:0 0 17px}
.pom-service-detail-card ul,.pom-clinical-card ul{list-style:none;margin:0 0 20px;padding:0}
.pom-service-detail-card li,.pom-clinical-card li{position:relative;padding:7px 0 7px 22px;font-size:13px;line-height:1.4;color:#34434b;border-bottom:1px solid #eef1f1}
.pom-service-detail-card li:last-child,.pom-clinical-card li:last-child{border-bottom:0}
.pom-service-detail-card li:before,.pom-clinical-card li:before{content:"✓";position:absolute;left:0;top:7px;color:var(--teal-dark);font-weight:700}
.pom-service-detail-card .pom-inline-link{margin-top:auto;padding-top:10px}
.pom-steps-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.pom-step-card{position:relative;background:#fbf8f4;border:1px solid #ded6cf;border-radius:12px;padding:27px 19px 23px;text-align:center}
.pom-step-card span{display:grid;place-items:center;width:46px;height:46px;margin:-50px auto 16px;border-radius:50%;background:var(--teal);color:#fff;font-family:var(--serif);font-size:16px;box-shadow:0 0 0 7px #f4efea}
.pom-step-card h3{font-family:var(--serif);font-size:19px;font-weight:400;margin:0 0 9px}
.pom-step-card p{font-size:12px;line-height:1.55;color:#506069;margin:0}
.pom-center-action{text-align:center;margin-top:38px}
.pom-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pom-values-grid-four{grid-template-columns:repeat(4,1fr)}
.pom-value-card{background:#fff;border:1px solid #e5ddd7;border-radius:12px;padding:25px;text-align:center}
.pom-value-card h3{font-family:var(--serif);font-size:21px;font-weight:400;margin:0 0 9px}
.pom-value-card p{font-size:13px;color:#4a5961;line-height:1.6;margin:0}
.pom-value-card .pom-card-icon{margin:0 auto 14px}
.pom-faq-list{display:grid;gap:11px}
.pom-faq-list details{background:#fff;border:1px solid #ddd6cf;border-radius:10px;padding:0 20px}
.pom-faq-list summary{cursor:pointer;list-style:none;padding:18px 35px 18px 0;font-family:var(--serif);font-size:18px;position:relative}
.pom-faq-list summary::-webkit-details-marker{display:none}
.pom-faq-list summary:after{content:"+";position:absolute;right:0;top:15px;color:var(--teal-dark);font-size:25px;font-family:Arial,sans-serif;font-weight:300}
.pom-faq-list details[open] summary:after{content:"−"}
.pom-faq-list details p{margin:-3px 0 18px;color:#526169;font-size:14px;line-height:1.65}

/* About */
.pom-founder-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:56px;align-items:center}
.pom-founder-photo figure,.pom-team-feature-photo figure,.pom-clinical-card figure{margin:0}
.pom-founder-photo img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:18px;box-shadow:0 16px 42px rgba(36,50,57,.12)}
.pom-founder-copy h2{font-size:46px;margin:4px 0 17px}
.pom-founder-copy p:not(.pom-eyebrow){font-size:15px;line-height:1.75;color:#43525a;margin:0 0 15px;}

.pom-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:55px;position:relative}
.pom-timeline:before{content:"";position:absolute;left:7%;right:7%;top:24px;border-top:1px dashed #9db7bd}
.pom-timeline-item{position:relative;text-align:center}
.pom-timeline-item>span{position:relative;z-index:1;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;margin:0 auto 17px;background:var(--teal);color:#fff;font-family:var(--serif);box-shadow:0 0 0 7px #fbf8f4}
.pom-timeline-item small{display:block;color:var(--teal-dark);font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}
.pom-timeline-item h3{font-family:var(--serif);font-size:19px;font-weight:400;margin:0 0 7px}
.pom-timeline-item p{font-size:12px;line-height:1.55;color:#53616b;margin:0}
.pom-team-feature{display:grid;grid-template-columns:280px 1fr;gap:44px;align-items:center;max-width:980px;margin:auto;background:#fbf8f4;border:1px solid #e0d8d1;border-radius:16px;padding:26px}
.pom-team-feature-photo img{width:100%;aspect-ratio:1/1.05;object-fit:cover;border-radius:12px}
.pom-team-feature h2{font-size:38px;margin:0 0 3px}
.pom-team-feature h3{font-size:15px;margin:0 0 15px;color:var(--teal-dark);font-weight:700}
.pom-team-feature p:not(.pom-eyebrow){font-size:14px;line-height:1.7;color:#4b5a62;margin:0 0 12px}
.pom-clinical-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.pom-clinical-card{display:grid;grid-template-columns:190px 1fr;background:#fff;border:1px solid #e4ddd7;border-radius:14px;overflow:hidden;box-shadow:0 8px 25px rgba(36,50,57,.05)}
.pom-clinical-card figure{height:100%;background:#f2ede7}
.pom-clinical-card figure img{width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:0}
.pom-clinical-copy{padding:25px 23px}
.pom-clinical-copy h3{font-family:var(--serif);font-size:23px;font-weight:400;margin:0 0 6px}
.pom-clinical-copy .pom-role{font-size:11px;line-height:1.45;color:var(--teal-dark);font-weight:700;margin:0 0 13px}
.pom-clinical-copy>p:not(.pom-role){font-size:13px;line-height:1.62;color:#4e5d64}
.pom-clinical-copy h4{font-family:var(--serif);font-size:17px;font-weight:400;margin:17px 0 6px}
.pom-clinical-card li{font-size:11.5px;padding-top:5px;padding-bottom:5px}
.pom-page-cta{background:var(--teal);color:#fff;padding:60px 0;text-align:center}
.pom-page-cta .pom-page-wrap{max-width:800px}
.pom-page-cta .pom-eyebrow{color:#fff;opacity:.82}
.pom-page-cta h2{font-size:42px;color:#fff;margin:5px 0 12px}
.pom-page-cta p:not(.pom-eyebrow){font-size:15px;line-height:1.65;margin:0 auto 25px;max-width:650px}
.pom-cta-actions{display:flex;justify-content:center;align-items:center;gap:25px;flex-wrap:wrap}
.pom-light-btn{background:#fff!important;color:var(--teal-dark)!important;border-color:#fff!important}
.pom-light-link{color:#fff!important;text-decoration:none!important;font-weight:700;font-size:14px}

/* Resources */
.pom-resource-stats{display:flex;gap:12px;margin-top:34px;flex-wrap:wrap}
.pom-resource-stats>div{min-width:150px;padding:13px 17px;background:rgba(255,255,255,.7);border:1px solid #e0d8d1;border-radius:9px;display:flex;flex-direction:column}
.pom-resource-stats strong{font-family:var(--serif);font-size:19px;font-weight:400}
.pom-resource-stats span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#607079}
.pom-resource-grid,.pom-ceu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pom-resource-card,.pom-ceu-card{background:#fff;border:1px solid #e4ddd7;border-radius:14px;padding:27px;box-shadow:0 8px 25px rgba(36,50,57,.05)}
.pom-resource-card small{color:var(--teal-dark);font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:700}
.pom-resource-card h3,.pom-ceu-card h3{font-family:var(--serif);font-size:25px;font-weight:400;margin:7px 0 10px}
.pom-resource-card p,.pom-ceu-card p{font-size:13px;line-height:1.6;color:#516069;margin:0 0 18px}
.pom-ceu-card span{display:inline-block;background:#eaf0f1;color:var(--teal-dark);border-radius:20px;padding:6px 10px;font-size:11px;font-weight:700}
.pom-ceu-card strong{font-size:12px;color:var(--teal-dark)}
.pom-newsletter{background:var(--teal);color:#fff;padding:45px 0}
.pom-newsletter-inner{display:grid;grid-template-columns:1fr auto;gap:35px;align-items:center}
.pom-newsletter .pom-eyebrow{color:#fff;opacity:.82}
.pom-newsletter h2{font-size:34px;color:#fff;margin:4px 0 8px}
.pom-newsletter p:not(.pom-eyebrow){margin:0;font-size:14px;opacity:.95}

/* Contact */
.pom-contact-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:50px;align-items:start}
.pom-contact-info h2,.pom-contact-form-wrap h2{font-size:38px;margin:5px 0 11px}
.pom-contact-info>p:not(.pom-eyebrow),.pom-contact-form-wrap>p{font-size:14px;line-height:1.65;color:#526169;margin:0 0 25px}
.pom-contact-card{display:grid;grid-template-columns:45px 1fr;gap:14px;align-items:center;padding:17px 0;border-bottom:1px solid #e4ddd7}
.pom-contact-card>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#e9eff0;color:var(--teal-dark);font-size:18px}
.pom-contact-card small{display:block;text-transform:uppercase;letter-spacing:.1em;color:#74828a;font-size:9px;font-weight:700;margin-bottom:3px}
.pom-contact-card a,.pom-contact-card p{font-family:var(--serif);font-size:17px;color:var(--ink)!important;text-decoration:none!important;margin:0;line-height:1.45}
.pom-contact-form-wrap{background:#fff;border:1px solid #e3dcd5;border-radius:16px;padding:30px;box-shadow:0 12px 35px rgba(36,50,57,.07)}
.pom-form-frame{width:100%;overflow:hidden;border-radius:10px;background:#fff}
.pom-form-frame iframe{display:block;width:100%;height:940px;border:0;background:#fff}

@media (max-width:1100px){
  .pom-service-detail-grid{grid-template-columns:1fr 1fr}
  .pom-service-detail-card:last-child{grid-column:1/-1;max-width:560px;justify-self:center}
  .pom-steps-grid{grid-template-columns:repeat(3,1fr);row-gap:42px}
  .pom-values-grid-four{grid-template-columns:repeat(2,1fr)}
  .pom-clinical-card{grid-template-columns:150px 1fr}
  .pom-timeline{grid-template-columns:repeat(2,1fr);gap:35px 24px}.pom-timeline:before{display:none}
}

@media (max-width:900px){
  .pom-page-wrap{width:calc(100% - 44px)}
  .pom-page-hero-inner{min-height:340px;padding:60px 0}
  .pom-page-hero h1{font-size:52px}
  .pom-page-section{padding:60px 0}
  .pom-section-heading h2{font-size:36px}
  .pom-founder-grid,.pom-contact-layout{grid-template-columns:1fr}
  .pom-founder-photo{max-width:520px;margin:auto}
  .pom-founder-copy{text-align:center}
  .pom-founder-copy .pom-eyebrow{margin-top:5px}
  .pom-team-feature{grid-template-columns:210px 1fr;gap:28px}
  .pom-clinical-grid{grid-template-columns:1fr}.pom-clinical-card{grid-template-columns:210px 1fr}
  .pom-resource-grid,.pom-ceu-grid{grid-template-columns:1fr 1fr}.pom-resource-grid article:last-child,.pom-ceu-grid>div:last-child{grid-column:1/-1}
  .pom-newsletter-inner{grid-template-columns:1fr;text-align:center}.pom-newsletter-action{justify-self:center}
}

@media (max-width:680px){
  .pom-page-wrap{width:calc(100% - 28px)}
  .pom-page-hero-inner{min-height:0;padding:48px 0}
  .pom-page-hero h1{font-size:40px;letter-spacing:-.8px}
  .pom-hero-lead{font-size:15px;line-height:1.6}
  .pom-page-section{padding:48px 0}
  .pom-section-heading{margin-bottom:30px}.pom-section-heading h2{font-size:31px}
  .pom-service-detail-grid,.pom-values-grid,.pom-values-grid-four,.pom-resource-grid,.pom-ceu-grid{grid-template-columns:1fr}
  .pom-service-detail-card:last-child,.pom-resource-grid article:last-child,.pom-ceu-grid>div:last-child{grid-column:auto;max-width:none}
  .pom-steps-grid{grid-template-columns:1fr;row-gap:42px}
  .pom-timeline{grid-template-columns:1fr}
  .pom-team-feature{grid-template-columns:1fr;text-align:center;padding:20px}.pom-team-feature-photo{max-width:260px;margin:auto}.pom-team-feature h2{font-size:32px}
  .pom-clinical-card{grid-template-columns:1fr}.pom-clinical-card figure{height:auto}.pom-clinical-card figure img{height:330px;object-fit:cover}
  .pom-page-cta{padding:48px 0}.pom-page-cta h2{font-size:34px}
  .pom-resource-stats{display:grid;grid-template-columns:repeat(3,1fr);width:100%;gap:7px}.pom-resource-stats>div{min-width:0;padding:10px}.pom-resource-stats strong{font-size:16px}.pom-resource-stats span{font-size:8px}
  .pom-contact-form-wrap{padding:20px 14px}.pom-contact-info h2,.pom-contact-form-wrap h2{font-size:31px}.pom-form-frame iframe{height:1100px}
}
