/*
Theme Name: Matt Robertson RMT - V42 Final QA Verified
Theme URI: https://robertsonmt.com/
Author: Ridgeline Studios
Description: WordPress-editable theme restored to the approved V42 design, with Meet Matt carousel and V42 footer plus copyright row.
Version: 1.9.9
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: matt-robertson-rmt
*/


    :root{
      --cream:#f3f0e7;
      --cream-2:#faf8f2;
      --ink:#101010;
      --muted:#5c615d;
      --sage:#82967f;
      --sage-dark:#61745f;
      --navy:#304a61;
      --navy-deep:#22394d;
      --white:#ffffff;
      --line:rgba(16,16,16,.14);
      --radius:28px;
      --shadow:0 18px 50px rgba(20,35,45,.10);
      --max:1240px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      background:var(--cream);
      color:var(--ink);
      font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height:1.5;
    }
    a{color:inherit}
    button,input{font:inherit}
    img{max-width:100%;display:block}
    .container{width:min(var(--max),calc(100% - 48px));margin-inline:auto}
    .skip-link{
      position:absolute;left:-9999px;top:auto
    }
    .skip-link:focus{
      left:18px;top:18px;z-index:200;background:#fff;padding:12px 18px;border-radius:999px
    }

    /* VACATION NOTICE
       To turn this on, change data-active="false" to data-active="true".
       Update the text directly in the banner.
    */
    .vacation-banner{
      display:none;
      background:linear-gradient(90deg,var(--sage-dark),var(--navy));
      color:#fff;
      padding:11px 18px;
      font-weight:800;
      letter-spacing:.005em;
      font-size:.9rem;
      position:relative;
      z-index:140;
    }
    .vacation-banner[data-active="true"]{display:block}
    .vacation-banner-inner{
      width:min(1180px,calc(100% - 48px));
      margin:0 auto;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:14px;
      flex-wrap:wrap;
      text-align:center;
    }
    .vacation-badge{
      display:inline-flex;
      align-items:center;
      min-height:28px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(255,255,255,.16);
      border:1px solid rgba(255,255,255,.2);
      text-transform:uppercase;
      letter-spacing:.08em;
      font-size:.68rem;
      font-weight:950;
    }
    .vacation-banner a{
      color:#fff;
      text-underline-offset:3px;
      font-weight:950;
    }
    .vacation-dismiss{
      position:absolute;
      right:14px;
      top:50%;
      transform:translateY(-50%);
      width:30px;
      height:30px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.2);
      background:rgba(255,255,255,.08);
      color:#fff;
      cursor:pointer;
      font-size:1rem;
      line-height:1;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:100;
      background:rgba(243,240,231,.94);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(16,16,16,.08);
    }
    .nav-wrap{
      min-height:116px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:26px;
    }
    .brand{
      display:flex;
      align-items:center;
      text-decoration:none;
      min-width:390px;
    }
    .brand-logo{
      width:380px;
      height:auto;
      max-height:92px;
      object-fit:contain;
      object-position:left center;
      display:block;
    }
    .desktop-nav{display:flex;align-items:center;gap:19px}
    .desktop-nav a{
      text-decoration:none;font-weight:800;font-size:.88rem;
      padding:8px 0;position:relative
    }
    .desktop-nav a:after{
      content:"";position:absolute;left:0;right:100%;bottom:3px;height:2px;background:var(--sage);
      transition:right .2s ease
    }
    .desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{right:0}
    .header-actions{display:flex;gap:10px}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:999px;
      min-height:48px;
      padding:0 24px;
      font-weight:900;
      text-decoration:none;
      border:1px solid transparent;
      cursor:pointer;
      transition:transform .2s ease,box-shadow .2s ease,background .2s ease
    }
    .btn:hover{transform:translateY(-2px)}
    .btn-primary{background:var(--navy);color:#fff;box-shadow:0 10px 28px rgba(48,74,97,.20)}
    .btn-outline{border-color:rgba(16,16,16,.28);background:transparent}
    .btn-light{background:#fff;color:var(--navy-deep);border-color:#fff;box-shadow:0 10px 26px rgba(0,0,0,.10)}

    .site-header .container{
      width:min(1680px,calc(100% - 40px));
    }
    .nav-wrap{
      gap:20px;
    }
    .desktop-nav{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:22px;
      flex:1 1 auto;
      min-width:0;
    }
    .desktop-nav a{
      white-space:nowrap;
      letter-spacing:-.018em;
      font-size:.94rem;
      font-weight:780;
      line-height:1;
    }
    .header-actions{
      display:flex;
      align-items:center;
      gap:10px;
      flex:0 0 auto;
    }
    .header-actions .btn{
      white-space:nowrap;
      letter-spacing:-.018em;
      line-height:1;
      padding-left:22px;
      padding-right:22px;
      min-width:max-content;
    }

    .menu-btn{display:none;border:0;background:none;font-size:1.5rem}
    .mobile-menu{display:none}

    .hero{
      min-height:760px;
      display:flex;
      align-items:center;
      padding:76px 0 68px;
      overflow:hidden;
      position:relative;
    }
    .hero:before{
      content:"";
      position:absolute;
      width:560px;height:560px;
      border-radius:50%;
      right:-190px;top:-170px;
      background:radial-gradient(circle at center,rgba(130,150,127,.20),rgba(130,150,127,0) 70%);
      pointer-events:none;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr);
      gap:62px;
      align-items:center;
      position:relative;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:14px;
      text-transform:uppercase;
      letter-spacing:.14em;
      font-size:.8rem;
      color:var(--sage-dark);
      font-weight:950;
    }
    .eyebrow:before{
      content:"";
      display:block;
      width:56px;height:3px;background:var(--sage)
    }
    h1,h2,h3,h4,p{margin-top:0}
    .hero h1{
      font-size:clamp(3.8rem,7vw,6.6rem);
      line-height:.9;
      letter-spacing:-.075em;
      margin:42px 0 48px;
      max-width:960px;
    }
    .hero h1 span{color:var(--sage)}
    .hero-lead{
      max-width:860px;
      font-size:clamp(1.25rem,2vw,1.78rem);
      color:var(--muted);
      line-height:1.55;
      margin-bottom:44px;
    }
    .hero-actions{display:flex;flex-wrap:wrap;gap:16px}
    .hero-meta{
      display:flex;flex-wrap:wrap;gap:14px 28px;margin-top:36px;color:var(--muted);font-weight:750;font-size:.94rem
    }
    .portrait-wrap{position:relative}
    .portrait-card{
      border-radius:36px;
      overflow:hidden;
      min-height:570px;
      box-shadow:var(--shadow);
      background:var(--sage);
      position:relative;
    }
    .portrait-card img{
      width:100%;height:100%;min-height:570px;object-fit:cover;object-position:center;
      filter:saturate(.9) contrast(.98)
    }
    .portrait-card:after{
      content:"";
      position:absolute;inset:auto 0 0;
      height:38%;
      background:linear-gradient(transparent,rgba(20,32,42,.70))
    }
    .portrait-caption{
      position:absolute;z-index:3;left:24px;right:24px;bottom:24px;
      color:#fff;display:flex;justify-content:space-between;align-items:end;gap:18px
    }
    .portrait-caption strong{font-size:1.15rem;display:block}
    .portrait-caption span{font-size:.84rem;opacity:.9}
    .photo-note{
      position:absolute;top:18px;right:18px;
      padding:8px 11px;background:rgba(255,255,255,.88);border-radius:999px;
      color:var(--navy-deep);font-weight:800;font-size:.72rem;z-index:4
    }

    .trust{
      background:#fff;
      border-top:1px solid var(--line);
      border-bottom:1px solid var(--line)
    }
    .trust-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr)
    }
    .trust-item{
      padding:28px 24px;
      border-right:1px solid var(--line);
      color:var(--muted);
      font-size:.82rem;
      text-transform:uppercase;
      letter-spacing:.08em;
      font-weight:800
    }
    .trust-item:last-child{border-right:0}
    .trust-item strong{
      display:block;
      color:var(--ink);
      text-transform:none;
      letter-spacing:-.02em;
      font-size:1.04rem;
      margin-top:7px
    }

    .section{padding:110px 0}
    .section-head{
      display:grid;
      grid-template-columns:1fr;
      align-items:start;
      gap:18px;
      margin-bottom:42px
    }
    .section-head h2{
      font-size:clamp(2.25rem,3.4vw,3.75rem);
      letter-spacing:-.05em;
      line-height:1.02;
      margin:18px 0 0;
      white-space:nowrap
    }
    .section-head p{
      font-size:1.06rem;color:var(--muted);max-width:760px;margin:0
    }

    /* Services are intentionally dark blue per client direction */
    .services-section{
      background:var(--navy);
      color:#fff;
      position:relative;
      overflow:hidden
    }
    .services-section:before{
      content:"";
      position:absolute;
      width:720px;height:720px;
      border-radius:50%;
      background:rgba(255,255,255,.035);
      right:-310px;bottom:-360px
    }
    .services-section .eyebrow{color:#dbe5dc}
    .services-section .eyebrow:before{background:#dbe5dc}
    .services-section .section-head p{color:rgba(255,255,255,.70)}
    .service-intro{
      max-width:820px;
      margin:-12px 0 42px;
      color:rgba(255,255,255,.76);
      font-size:1.08rem
    }
    
    .service-carousel{
      position:relative;
      margin-top:6px
    }
    .service-viewport{
      overflow:hidden;
      width:100%
    }
    .service-track{
      display:flex;
      gap:18px;
      transition:transform .42s ease
    }
    .service-card{
      flex:0 0 calc((100% - 36px)/3);
      min-height:285px;
      border:1px solid rgba(255,255,255,.16);
      border-radius:26px;
      padding:24px;
      text-align:left;
      background:rgba(255,255,255,.055);
      color:#fff;
      position:relative;
      cursor:pointer;
      overflow:hidden;
      transition:transform .24s ease,background .24s ease,border-color .24s ease
    }
    .service-card:hover,.service-card:focus-visible{
      transform:translateY(-4px);
      background:rgba(255,255,255,.10);
      border-color:rgba(255,255,255,.34);
      outline:none
    }
    .service-top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}
    .service-icon{
      width:58px;height:58px;border-radius:18px;
      display:grid;place-items:center;
      background:rgba(255,255,255,.10);
      color:#dbe5dc;
      flex:0 0 auto
    }
    .service-icon svg{width:34px;height:34px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
    .service-num{
      color:rgba(255,255,255,.45);font-weight:900;font-size:.78rem;letter-spacing:.12em
    }
    .service-card h3{
      font-size:1.42rem;letter-spacing:-.035em;margin:30px 0 9px
    }
    .service-card p{
      margin:0;color:rgba(255,255,255,.66);font-size:.95rem;line-height:1.55
    }
    .service-more{
      display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:#fff;font-weight:900;font-size:.88rem
    }
    .service-more:after{content:"+";font-size:1.2rem}
    .service-controls{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:10px;
      margin-top:24px
    }
    .service-count{
      margin-right:auto;
      color:rgba(255,255,255,.62);
      font-weight:800;
      font-size:.86rem;
      letter-spacing:.03em
    }
    .service-arrow{
      width:46px;height:46px;border-radius:50%;
      border:1px solid rgba(255,255,255,.22);
      background:rgba(255,255,255,.08);
      color:#fff;
      display:grid;place-items:center;
      cursor:pointer;
      transition:transform .2s ease,background .2s ease,border-color .2s ease
    }
    .service-arrow:hover{
      transform:translateY(-2px);
      background:rgba(255,255,255,.15);
      border-color:rgba(255,255,255,.35)
    }
    .service-arrow:disabled{opacity:.35;cursor:not-allowed;transform:none}
    .service-arrow svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}

    .pain-summary{
      margin-top:32px;
      display:grid;
      grid-template-columns:.72fr 1.28fr;
      gap:22px;
      padding:32px;
      border-radius:28px;
      background:var(--navy-deep);
      border:1px solid rgba(255,255,255,.14)
    }
    .pain-summary h3{font-size:1.55rem;margin-bottom:0}
    .pain-summary p{color:rgba(255,255,255,.72);margin:0}

    dialog{
      width:min(720px,calc(100% - 32px));
      border:0;
      border-radius:30px;
      padding:0;
      background:var(--navy-deep);
      color:#fff;
      box-shadow:0 30px 100px rgba(0,0,0,.35)
    }
    dialog::backdrop{background:rgba(8,13,18,.72);backdrop-filter:blur(4px)}
    .modal-inner{padding:34px}
    .modal-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
    .modal-head h3{font-size:2rem;letter-spacing:-.04em;margin:12px 0 0}
    .modal-kicker{color:#cdd9cf;text-transform:uppercase;letter-spacing:.12em;font-weight:900;font-size:.76rem}
    .modal-close{
      border:1px solid rgba(255,255,255,.22);
      color:#fff;background:transparent;border-radius:50%;width:42px;height:42px;cursor:pointer;font-size:1.2rem
    }
    .modal-copy{font-size:1.1rem;line-height:1.7;color:rgba(255,255,255,.78);margin:28px 0 4px}
    .modal-note{
      margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14);
      color:rgba(255,255,255,.55);font-size:.88rem
    }

    .rates-section{background:var(--cream)}
    .rates-wrap{
      display:grid;grid-template-columns:1fr 1fr;gap:22px
    }
    .rate-panel,.goal-panel{
      border-radius:30px;padding:34px;background:#fff;box-shadow:var(--shadow)
    }
    .rate-panel h3,.goal-panel h3{font-size:1.5rem}
    .rate-row{
      display:flex;justify-content:space-between;gap:20px;
      padding:17px 0;border-bottom:1px solid var(--line);font-weight:850
    }
    .rate-row span:last-child{color:var(--navy)}
    .rate-note{margin-top:22px;color:var(--muted);font-size:.92rem}
    .goals{display:flex;flex-wrap:wrap;gap:10px}
    .goal{
      padding:10px 14px;border-radius:999px;background:var(--sage);font-weight:850;color:#fff
    }
    .rate-actions{margin-top:24px;display:flex;flex-wrap:wrap;gap:12px}

    .location-section{background:#fff}
    .location-grid{
      display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:stretch
    }
    .location-card{
      border-radius:30px;padding:38px;background:var(--navy);color:#fff
    }
    .location-card h2{font-size:clamp(2.1rem,3.1vw,3.35rem);letter-spacing:-.055em;line-height:1;margin:18px 0 30px}
    .location-list{display:grid;gap:18px}
    .location-list > div{padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.14)}
    .location-list > div:last-child{border-bottom:0}
    .location-list strong{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.11em;color:#d8e1d7;margin-bottom:7px}
    
    .contact-detail-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      border-bottom:0 !important;
      padding-bottom:0 !important;
    }
    .mini-contact-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:36px;
      padding:0 15px;
      border-radius:999px;
      background:#fff;
      color:var(--navy-deep) !important;
      text-decoration:none;
      font-size:.78rem;
      font-weight:900;
      white-space:nowrap;
      border:1px solid rgba(255,255,255,.25)
    }
    .mini-contact-btn:hover{transform:translateY(-1px)}

    .map-card{
      border-radius:30px;overflow:hidden;min-height:520px;background:var(--cream);
      display:flex;flex-direction:column;justify-content:space-between
    }
    .google-map{
      width:100%;
      min-height:430px;
      flex:1;
      border:0;
      display:block;
      background:var(--cream);
    }
    .map-footer{padding:24px;display:flex;justify-content:space-between;gap:16px;align-items:center}
    .map-footer p{margin:0;color:var(--muted)}
    .map-footer a{font-weight:900;color:var(--navy)}

    .meet-section{background:var(--cream-2)}
    .meet-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:54px;align-items:center}
    .meet-photo{
      border-radius:34px;overflow:hidden;background:var(--sage);box-shadow:var(--shadow)
    }
    .meet-photo img{width:100%;min-height:590px;object-fit:cover}
    .meet-copy h2{font-size:clamp(2.1rem,3.1vw,3.35rem);letter-spacing:-.055em;line-height:.98;margin:20px 0 34px}
    .meet-copy p{font-size:1.1rem;color:var(--muted);max-width:720px}
    .meet-copy p.lead{font-size:1.3rem;color:var(--ink)}
    .credential-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
    .credential{padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:850}

    
    .testimonials-section{
      background:var(--navy);
      color:#fff;
      position:relative;
      overflow:hidden
    }
    .testimonials-section:before{
      content:"";
      position:absolute;
      width:560px;height:560px;
      left:-230px;top:-180px;border-radius:50%;
      background:rgba(255,255,255,.04)
    }
    .testimonials-section .section-head{
      grid-template-columns:1fr;
      justify-items:center;
      text-align:center;
      margin-bottom:22px
    }
    .testimonials-section .eyebrow{color:#dbe5dc}
    .testimonials-section .eyebrow:before{background:#dbe5dc}
    .testimonials-section .section-head p{
      color:rgba(255,255,255,.67);
      max-width:560px
    }
    .testimonial-shell{
      position:relative;
      padding-top:0
    }
    .testimonial-slider{
      overflow:hidden;
      margin-top:6px
    }
    .testimonial-track{
      display:flex;
      transition:transform .42s ease
    }
    .testimonial-slide{
      min-width:100%;
      padding:10px 0;
      display:block;
    }
    .testimonial-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:24px;
      align-items:stretch
    }
    .testimonial-card{
      background:var(--cream-2);
      color:var(--ink);
      border-radius:28px;
      padding:28px 28px 24px;
      box-shadow:0 12px 32px rgba(14,26,38,.10);
      min-height:100%;
      display:flex;
      flex-direction:column;
      border:1px solid rgba(255,255,255,.18)
    }
    .testimonial-avatar{
      width:72px;height:72px;border-radius:50%;
      background:linear-gradient(145deg,#d8ddd6,#f7f5ef);
      border:4px solid rgba(48,74,97,.08);
      display:grid;place-items:center;
      margin:0 auto 16px;
      color:var(--navy);
      font-weight:900;
      font-size:1.3rem;
      letter-spacing:.02em
    }
    .testimonial-quote{
      font-size:1.04rem;
      line-height:1.62;
      margin:0;
      color:#303030;
      text-align:left;
      flex:1;
      overflow:hidden;
      display:block
    }
    .testimonial-name{
      margin-top:auto;
      padding-top:16px;
      font-size:1.55rem;
      line-height:1.05;
      letter-spacing:-.04em;
      color:var(--navy-deep)
    }
    .testimonial-role{
      margin-top:6px;
      color:var(--sage-dark);
      font-size:.88rem;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.12em
    }
    
    .testimonial-slide .testimonial-grid > .testimonial-card{
      height:480px !important;
      min-height:480px !important;
    }


    .google-review-summary{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      padding:18px 20px;
      margin:0 0 22px;
      border-radius:20px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.16)
    }
    .google-review-score{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff;
      font-weight:900
    }
    .google-review-score strong{
      font-size:1.35rem;
      letter-spacing:-.03em
    }
    .google-stars{
      letter-spacing:.12em;
      color:#f5df8a;
      font-size:1.05rem
    }
    .google-review-meta{
      color:rgba(255,255,255,.68);
      font-size:.9rem;
      font-weight:700
    }
    .google-review-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:42px;
      padding:0 17px;
      border-radius:999px;
      background:#fff;
      color:var(--navy-deep);
      text-decoration:none;
      font-weight:900;
      white-space:nowrap
    }
    .google-card-badge{
      margin-top:10px;
      color:var(--sage-dark);
      font-size:.76rem;
      font-weight:900;
      text-transform:uppercase;
      letter-spacing:.1em
    }


    .testimonial-card-long .testimonial-quote{
      font-size:.93rem;
      line-height:1.52;
    }
    @media(max-width:760px){
      .testimonial-card-long .testimonial-quote{
        font-size:.9rem;
        line-height:1.48;
      }
    }

    .testimonial-controls{
      display:flex;
      justify-content:center;
      align-items:center;
      gap:12px;
      margin-top:20px
    }
    .testimonial-arrow{
      width:46px;height:46px;border-radius:50%;
      border:1px solid rgba(255,255,255,.18);
      background:rgba(255,255,255,.08);
      color:#fff;
      display:grid;place-items:center;
      cursor:pointer;
      transition:transform .2s ease,background .2s ease,border-color .2s ease
    }
    .testimonial-arrow:hover{
      transform:translateY(-2px);
      background:rgba(255,255,255,.15);
      border-color:rgba(255,255,255,.35)
    }
    .testimonial-arrow svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}
    .testimonial-dots{
      display:flex;gap:8px;align-items:center;justify-content:center;
      margin-left:6px
    }
    .testimonial-dot{
      width:9px;height:9px;border-radius:999px;border:0;
      background:rgba(255,255,255,.32);cursor:pointer;
      transition:width .2s ease,background .2s ease
    }
    .testimonial-dot.active{width:28px;background:#fff}

    .blog-section{background:#fff}
    .blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .post{
      border-radius:26px;overflow:hidden;border:1px solid var(--line);background:var(--cream-2)
    }
    
    .post-art{
      height:220px;
      background:var(--cream);
      overflow:hidden;
      display:flex;
      align-items:center;
      justify-content:center;
    }
    .post-art img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }
    .post:first-child .post-art img{
      object-fit:contain;
      padding:26px;
      background:var(--cream);
    }
    .post-body{padding:26px;display:flex;flex-direction:column;min-height:255px}
    .post-meta{font-size:.78rem;color:var(--sage-dark);font-weight:900;text-transform:uppercase;letter-spacing:.1em}
    .post-date{font-size:.86rem;color:var(--muted);margin-top:6px}
    .post h3{font-size:1.36rem;margin:10px 0 12px;line-height:1.08}
    .post p{color:var(--muted);margin:0 0 18px}
    .post .post-link{
      margin-top:auto;
      font-weight:900;color:var(--navy);text-decoration:none;
      background:none;border:0;padding:0;cursor:pointer;text-align:left;font-size:1rem
    }
    .blog-modal{
      position:fixed;inset:0;background:rgba(10,16,22,.62);display:none;align-items:center;justify-content:center;padding:28px;z-index:1200
    }
    .blog-modal.is-open{display:flex}
    .blog-modal-panel{
      width:min(900px,100%);
      max-height:min(86vh,920px);
      overflow:auto;
      background:var(--cream-2);
      border-radius:28px;
      box-shadow:0 30px 80px rgba(0,0,0,.24);
      padding:34px 34px 38px;
      position:relative;
    }
    .blog-modal-close{
      position:absolute;right:18px;top:18px;border:0;background:var(--navy);color:#fff;border-radius:999px;width:42px;height:42px;font-size:1.25rem;cursor:pointer
    }
    .blog-modal-eyebrow{font-size:.78rem;color:var(--sage-dark);font-weight:900;text-transform:uppercase;letter-spacing:.1em}
    .blog-modal h3{font-size:clamp(2rem,4vw,3.25rem);line-height:1.02;letter-spacing:-.04em;margin:14px 0 10px}
    .blog-modal .modal-date{color:var(--muted);margin-bottom:18px}
    .blog-modal .modal-hero{
      width:100%;
      height:auto;
      min-height:0;
      max-height:none;
      border-radius:18px;
      overflow:hidden;
      margin:0 0 24px;
      background:var(--cream);
      display:flex;
      align-items:center;
      justify-content:center;
      padding:0;
    }
    .blog-modal .modal-hero img{
      width:100%;
      height:auto;
      max-height:none;
      object-fit:contain;
      display:block;
      margin:0 auto;
    }
    .blog-modal p,.blog-modal li{font-size:1.06rem;line-height:1.75;color:#293642}
    .blog-modal h4{font-size:1.4rem;margin:26px 0 10px;letter-spacing:-.03em}
    .blog-modal ul{padding-left:20px}
    .blog-modal strong{color:var(--ink)}

    


    .final-cta{background:var(--cream);padding:72px 0}
    .cta-panel{
      border-radius:34px;background:linear-gradient(120deg,var(--sage) 0%,var(--navy) 100%);color:#fff;padding:48px;
      display:flex;justify-content:space-between;gap:30px;align-items:center
    }
    .cta-panel h2{font-size:clamp(2.4rem,4vw,4rem);letter-spacing:-.05em;line-height:1;margin:0 0 10px}
    .cta-panel p{margin:0;color:rgba(255,255,255,.86)}

    footer.site-footer{background:var(--navy-deep);color:#fff;padding:54px 0 110px}
    .footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:32px}
    .footer-grid h4{font-size:.88rem;color:#c7d2c6;text-transform:uppercase;letter-spacing:.1em}
    .footer-grid a{display:block;text-decoration:none;color:rgba(255,255,255,.72);margin:8px 0}
    
    .footer-logo{
      width:min(300px,100%);
      height:auto;
      max-height:150px;
      object-fit:contain;
      object-position:left center;
      display:block;
      margin:0 0 18px;
      filter:brightness(0) invert(1);
      opacity:.96;
    }

    .footer-brand p{color:rgba(255,255,255,.58);max-width:360px}
    .footer-bottom{
      border-top:1px solid rgba(255,255,255,.13);margin-top:34px;padding-top:22px;
      display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.47);font-size:.84rem
    }

    .mobile-cta{display:none}

    @media(max-width:1080px){
      .testimonial-slide .testimonial-grid > .testimonial-card{
      height:480px !important;
      min-height:480px !important;
    }
      .desktop-nav{display:none}
      .header-actions .btn-outline{display:none}
      .menu-btn{display:block}
      .mobile-menu.open{
        display:grid;padding:0 24px 24px;background:var(--cream)
      }
      .mobile-menu a{padding:12px 0;text-decoration:none;font-weight:850;border-bottom:1px solid var(--line)}
      .hero-grid,.meet-grid,.location-grid{grid-template-columns:1fr}
      .portrait-wrap{max-width:620px}
      .hero{padding-top:60px}
      .service-card{flex-basis:calc((100% - 18px)/2)}
      .blog-grid{grid-template-columns:1fr 1fr}
      .testimonial-grid{grid-template-rows:460px}
      .testimonial-card{min-height:460px;height:460px}
    }
    @media(max-width:760px){
      .blog-modal-panel{padding:28px 20px 26px}
      .blog-modal .modal-hero{height:190px}
      .post-art{height:180px}
      .post-body{min-height:0}
      .testimonial-slide .testimonial-grid > .testimonial-card{
      height:480px !important;
      min-height:480px !important;
    }
      .container{width:min(100% - 30px,var(--max))}
      .vacation-banner{padding:10px 46px 10px 12px}
      .vacation-banner-inner{width:100%;gap:7px}
      .vacation-badge{font-size:.62rem}
      .vacation-dismiss{right:8px}
      .header-actions{display:none}
      .nav-wrap{min-height:82px}
      .brand{min-width:0}
      .brand-logo{width:250px;max-height:66px}
      .hero{min-height:auto;padding:54px 0}
      .hero h1{
      font-size:clamp(3.8rem,7vw,6.6rem);margin:30px 0}
      .hero-lead{font-size:1.12rem}
      .portrait-card,.portrait-card img{min-height:470px}
      .trust-grid{grid-template-columns:1fr 1fr}
      .trust-item:nth-child(2){border-right:0}
      .trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
      .section{padding:78px 0}

      .section-head h2{white-space:normal;font-size:clamp(2.35rem,10vw,4rem)}
      .meet-copy h2,.location-card h2{white-space:normal}
      .section-head{grid-template-columns:1fr;gap:18px}
      .rates-wrap,.blog-grid{grid-template-columns:1fr}
      .service-card{flex-basis:100%}
      .testimonial-grid{grid-template-columns:1fr}
      .testimonial-grid{grid-template-rows:440px}
      .testimonial-card{padding:28px 24px 24px;min-height:440px;height:440px}
      .testimonial-name{font-size:1.34rem}
      .pain-summary{grid-template-columns:1fr}
      .cta-panel{padding:32px;display:block}
      .cta-panel .btn{margin-top:24px}
      .footer-grid{grid-template-columns:1fr 1fr}
      .footer-brand{grid-column:1/-1}
      .footer-bottom{display:block}
      .mobile-cta{
        position:fixed;z-index:120;left:10px;right:10px;bottom:10px;
        display:grid;grid-template-columns:1fr 1fr;gap:8px;
        padding:8px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);
        border-radius:20px;box-shadow:0 14px 50px rgba(0,0,0,.18)
      }
      .mobile-cta .btn{min-height:46px;padding:0 14px;font-size:.9rem}
    }
  
    /* V25 TYPOGRAPHY CONSISTENCY
       Major content section headings use one shared size and type treatment.
       Supporting section copy uses one shared size and line height.
       The hero remains intentionally larger for page hierarchy. */
    :root{
      --section-heading-size:clamp(2.7rem,4.2vw,3.85rem);
      --section-copy-size:1.08rem;
      --card-title-size:1.36rem;
      --card-copy-size:.98rem;
    }

    .section-head h2,
    .meet-copy h2{
      font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
      font-size:var(--section-heading-size) !important;
      font-weight:900 !important;
      line-height:1.02 !important;
      letter-spacing:-.055em !important;
      white-space:normal !important;
    }

    .section-head > p,
    .service-intro,
    .meet-copy > p,
    .meet-copy > p.lead{
      font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
      font-size:var(--section-copy-size) !important;
      line-height:1.62 !important;
      font-weight:400 !important;
    }

    /* Consistent typography inside content cards/boxes */
    .service-card h3,
    .rate-card h3,
    .post h3{
      font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
      font-size:var(--card-title-size) !important;
      line-height:1.12 !important;
      font-weight:900 !important;
      letter-spacing:-.035em !important;
    }

    .service-card p,
    .rate-card p,
    .post p{
      font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
      font-size:var(--card-copy-size) !important;
      line-height:1.58 !important;
      font-weight:400 !important;
    }

    /* Keep testimonial names consistent with other card titles. */
    .testimonial-name{
      font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
      font-size:var(--card-title-size) !important;
      line-height:1.12 !important;
      font-weight:900 !important;
      letter-spacing:-.035em !important;
    }

    @media(max-width:760px){
      :root{
        --section-heading-size:2.35rem;
        --section-copy-size:1rem;
        --card-title-size:1.28rem;
        --card-copy-size:.95rem;
      }
    }


    /* V26 BODY COPY CONSISTENCY */
    .hero-lead,
    .meet-copy > p,
    .meet-copy > p.lead{
      font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
      color:var(--ink) !important;
      font-weight:400 !important;
    }


    /* V27: Match hero supporting copy to Meet Matt body copy */
    .hero-lead{
      font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
      font-size:var(--section-copy-size) !important;
      line-height:1.62 !important;
      font-weight:400 !important;
      color:var(--ink) !important;
    }


    /* V28 REFERENCE-STYLE SECTIONS */

    /* Horizontal booking/info bar */
    .booking-strip{
      background:var(--cream);
      padding:32px 0 54px;
    }
    .booking-strip-grid{
      display:grid;
      grid-template-columns:1fr 1fr 1fr 1fr;
      border:1px solid rgba(20,34,46,.19);
      border-radius:24px;
      overflow:hidden;
      background:rgba(255,255,255,.38);
    }
    .booking-strip-item{
      min-height:132px;
      padding:30px 38px;
      display:flex;
      flex-direction:column;
      justify-content:center;
      border-right:1px solid rgba(20,34,46,.16);
    }
    .booking-strip-item > span{
      font-size:.76rem;
      text-transform:uppercase;
      letter-spacing:.14em;
      font-weight:900;
      color:#7a817e;
      margin-bottom:9px;
    }
    .booking-strip-item > strong{
      font-family:Georgia,"Times New Roman",serif;
      font-size:1.55rem;
      font-weight:500;
      line-height:1.15;
      color:var(--ink);
    }
    .booking-strip-action{
      background:var(--navy);
      color:#fff;
      border-right:0;
      flex-direction:row;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .booking-strip-action p{
      margin:0;
      color:rgba(255,255,255,.72);
      line-height:1.35;
      font-size:1rem;
    }
    .booking-strip-action a{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:54px;
      padding:0 26px;
      border-radius:999px;
      background:#fff;
      color:var(--navy-deep);
      text-decoration:none;
      font-weight:900;
      white-space:nowrap;
    }

    /* Location section */
    .location-editorial{
      background:var(--navy);
      color:#fff;
      padding-top:72px;
      padding-bottom:72px;
    }
    .location-editorial-grid{
      display:grid;
      grid-template-columns:.88fr 1.12fr;
      gap:42px;
      align-items:stretch;
    }
    .location-editorial-copy{
      padding:16px 0;
    }
    .location-editorial .eyebrow{
      color:#b9cab7;
    }
    .location-editorial .eyebrow:before{
      background:#90a98e;
    }
    .location-editorial-copy h2{
      margin:28px 0 48px;
      font-family:Georgia,"Times New Roman",serif;
      font-size:clamp(2.7rem,4vw,4.1rem);
      font-weight:400;
      line-height:.98;
      letter-spacing:-.035em;
      color:#fff;
    }
    .location-editorial-list{
      display:grid;
    }
    .location-editorial-list > div{
      padding:22px 0;
      border-bottom:1px solid rgba(255,255,255,.16);
    }
    .location-editorial-list > div:last-child{
      border-bottom:0;
    }
    .location-editorial-list strong{
      display:block;
      margin-bottom:10px;
      color:#b9cab7;
      font-size:.75rem;
      letter-spacing:.14em;
      text-transform:uppercase;
    }
    .location-editorial-list p,
    .location-text-link{
      margin:0;
      color:rgba(255,255,255,.88);
      font-size:1.07rem;
      text-decoration:none;
    }
    .location-action-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .location-pill{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:112px;
      min-height:46px;
      padding:0 20px;
      background:#fff;
      color:var(--navy-deep);
      border-radius:999px;
      text-decoration:none;
      font-weight:800;
      white-space:nowrap;
    }
    .location-editorial-map{
      min-height:590px;
      border-radius:34px;
      overflow:hidden;
      background:var(--cream);
      border:0;
    }
    .location-editorial-map .google-map{
      min-height:520px;
    }
    .location-editorial-map .map-footer{
      background:var(--cream);
    }

    /* Light testimonial section with blue review cards */
    .testimonials-section{
      background:var(--cream) !important;
      color:var(--ink) !important;
    }
    .testimonials-section:before{
      display:none !important;
    }
    .testimonials-section .section-head{
      justify-items:start !important;
      text-align:left !important;
    }
    .testimonials-section .eyebrow{
      color:var(--sage-dark) !important;
    }
    .testimonials-section .eyebrow:before{
      background:var(--sage) !important;
    }
    .testimonials-section .section-head h2{
      color:var(--ink) !important;
    }
    .testimonials-section .section-head p{
      color:var(--ink) !important;
      opacity:.72;
      max-width:720px !important;
    }
    .testimonial-card{
      background:var(--navy) !important;
      color:#fff !important;
      border:1px solid rgba(255,255,255,.08) !important;
      box-shadow:0 14px 34px rgba(25,45,63,.10) !important;
    }
    .testimonial-avatar{
      background:rgba(255,255,255,.11) !important;
      color:#fff !important;
      border-color:rgba(255,255,255,.16) !important;
    }
    .testimonial-quote{
      color:rgba(255,255,255,.92) !important;
    }
    .testimonial-name{
      color:#fff !important;
    }
    .google-card-badge{
      color:#c7d8c5 !important;
    }
    .testimonial-arrow{
      border-color:rgba(48,74,97,.22) !important;
      color:var(--navy) !important;
      background:#fff !important;
    }
    .testimonial-dot{
      background:rgba(48,74,97,.24) !important;
    }
    .testimonial-dot.active{
      background:var(--navy) !important;
    }
    .google-review-bottom{
      margin-top:28px !important;
      margin-bottom:0 !important;
      background:var(--navy) !important;
      border:0 !important;
    }
    .google-review-bottom .google-review-meta{
      color:rgba(255,255,255,.68) !important;
    }
    .google-review-bottom .google-review-link{
      background:#fff !important;
      color:var(--navy-deep) !important;
    }

    @media(max-width:980px){
      .booking-strip-grid{
        grid-template-columns:1fr 1fr;
      }
      .booking-strip-item:nth-child(2){
        border-right:0;
      }
      .booking-strip-item{
        border-bottom:1px solid rgba(20,34,46,.16);
      }
      .booking-strip-action{
        border-bottom:0;
      }
      .location-editorial-grid{
        grid-template-columns:1fr;
      }
      .location-editorial-map{
        min-height:500px;
      }
    }

    @media(max-width:640px){
      .booking-strip-grid{
        grid-template-columns:1fr;
      }
      .booking-strip-item{
        min-height:112px;
        border-right:0;
      }
      .booking-strip-action{
        flex-direction:column;
        align-items:flex-start;
      }
      .location-action-row{
        align-items:flex-start;
        flex-direction:column;
      }
      .location-editorial-map{
        min-height:430px;
      }
      .location-editorial-map .google-map{
        min-height:360px;
      }
    }


    /* V29 GLOBAL TYPOGRAPHY CONSISTENCY */
    :root{
      --font-main:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      --section-heading-size:clamp(2.7rem,4.2vw,3.85rem);
      --section-copy-size:1.08rem;
      --card-title-size:1.36rem;
      --card-copy-size:.98rem;
      --small-label-size:.76rem;
    }

    html,body,
    button,input,select,textarea,
    .booking-strip-item > strong,
    .location-editorial-copy h2,
    .site-footer,
    .site-header{
      font-family:var(--font-main) !important;
    }

    /* Main section headings */
    .section-head h2,
    .meet-copy h2,
    .location-editorial-copy h2{
      font-family:var(--font-main) !important;
      font-size:var(--section-heading-size) !important;
      font-weight:900 !important;
      line-height:1.02 !important;
      letter-spacing:-.055em !important;
    }

    /* Main supporting/body copy */
    .section-head > p,
    .service-intro,
    .meet-copy > p,
    .meet-copy > p.lead,
    .hero-lead,
    .location-editorial-list p,
    .location-text-link,
    .booking-strip-action p{
      font-family:var(--font-main) !important;
      font-size:var(--section-copy-size) !important;
      line-height:1.62 !important;
      font-weight:400 !important;
    }

    /* Card titles */
    .service-card h3,
    .rate-card h3,
    .post h3,
    .testimonial-name,
    .booking-strip-item > strong{
      font-family:var(--font-main) !important;
      font-size:var(--card-title-size) !important;
      line-height:1.12 !important;
      font-weight:900 !important;
      letter-spacing:-.035em !important;
    }

    /* Card body copy */
    .service-card p,
    .rate-card p,
    .post p,
    .testimonial-quote{
      font-family:var(--font-main) !important;
      font-size:var(--card-copy-size) !important;
      line-height:1.58 !important;
      font-weight:400 !important;
    }

    /* Small labels / eyebrow / metadata */
    .eyebrow,
    .booking-strip-item > span,
    .location-editorial-list strong,
    .post-meta,
    .google-card-badge{
      font-family:var(--font-main) !important;
      font-size:var(--small-label-size) !important;
      font-weight:900 !important;
    }

    @media(max-width:760px){
      :root{
        --section-heading-size:2.35rem;
        --section-copy-size:1rem;
        --card-title-size:1.28rem;
        --card-copy-size:.95rem;
      }
    }


    /* V30 booking strip refresh */
    .booking-strip-grid{
      grid-template-columns:repeat(4,minmax(0,1fr));
      background:rgba(255,255,255,.42);
    }
    .booking-strip-item{
      min-height:138px;
      padding:28px 26px;
    }
    .booking-strip-item:last-child{border-right:0;}
    .booking-strip-item > span{
      font-family:var(--font-main) !important;
      font-size:.76rem !important;
      letter-spacing:.14em !important;
      font-weight:900 !important;
      color:#6f7673 !important;
      margin-bottom:14px !important;
    }
    .booking-strip-item > strong{
      font-family:var(--font-main) !important;
      font-size:clamp(1rem,1.75vw,1.25rem) !important;
      font-weight:900 !important;
      line-height:1.18 !important;
      letter-spacing:-.03em !important;
      color:var(--ink) !important;
    }
    .portrait-caption strong{
      font-family:var(--font-main) !important;
      font-size:1.1rem !important;
      font-weight:900 !important;
      line-height:1.2 !important;
    }
    .portrait-caption span{
      font-family:var(--font-main) !important;
      font-size:.9rem !important;
      font-weight:400 !important;
      opacity:.92 !important;
      display:block;
      margin-top:4px;
    }
    @media(max-width:980px){
      .booking-strip-grid{grid-template-columns:1fr 1fr;}
      .booking-strip-item:nth-child(2){border-right:0;}
      .booking-strip-item:nth-child(-n+2){border-bottom:1px solid rgba(20,34,46,.16);}
    }
    @media(max-width:640px){
      .booking-strip-grid{grid-template-columns:1fr;}
      .booking-strip-item{border-right:0 !important;border-bottom:1px solid rgba(20,34,46,.16);}
      .booking-strip-item:last-child{border-bottom:0;}
    }


    /* V32 — Credential band inspired by preferred reference */
    .credential-band{
      position:relative;
      overflow:hidden;
      background-image:url("https://robertsonmt.com/wp-content/uploads/2026/08/Karm3-scaled.jpg");
      background-size:cover;
      background-position:center 45%;
      color:#fff;
      padding:58px 0;
    }
    .credential-band-overlay{
      position:absolute;
      inset:0;
      background:linear-gradient(90deg,rgba(29,44,60,.93),rgba(38,48,60,.80),rgba(49,39,49,.76));
    }
    .credential-band-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:34px 48px;
      align-items:start;
    }
    .credential-stat{
      min-width:0;
    }
    .credential-stat strong{
      display:flex;
      align-items:center;
      gap:10px;
      margin:0 0 8px;
      color:#fff;
      font-family:var(--font-main) !important;
      font-size:clamp(1.55rem,2.2vw,2.15rem);
      font-weight:900;
      line-height:1;
      letter-spacing:-.035em;
    }
    .credential-stat span{
      display:block;
      color:rgba(255,255,255,.68);
      font-family:var(--font-main) !important;
      font-size:.88rem;
      font-weight:500;
      line-height:1.35;
      text-transform:uppercase;
      letter-spacing:.16em;
    }
    .credential-location strong svg{
      width:28px;
      height:28px;
      flex:0 0 auto;
      fill:none;
      stroke:#9bad96;
      stroke-width:1.8;
      stroke-linecap:round;
      stroke-linejoin:round;
    }

    /* V32 — Pricing cards inspired by preferred reference */
    .rates-section{
      background:var(--cream) !important;
    }
    .pricing-card-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:26px;
      align-items:stretch;
      margin-top:10px;
    }
    .pricing-card{
      position:relative;
      min-height:390px;
      padding:38px 38px 34px;
      border-radius:34px;
      background:#fff;
      border:1px solid rgba(20,34,46,.06);
      box-shadow:0 16px 36px rgba(36,46,51,.05);
      display:flex;
      flex-direction:column;
      overflow:hidden;
    }
    .pricing-duration{
      display:flex;
      align-items:center;
      gap:12px;
      color:var(--sage-dark);
      font-family:var(--font-main) !important;
      font-size:1rem;
      font-weight:700;
    }
    .pricing-duration svg{
      width:26px;
      height:26px;
      fill:none;
      stroke:currentColor;
      stroke-width:1.8;
      stroke-linecap:round;
      stroke-linejoin:round;
    }
    .pricing-price{
      margin:28px 0 12px;
      color:var(--ink);
      font-family:var(--font-main) !important;
      font-size:clamp(3.2rem,5vw,4.5rem);
      font-weight:900;
      line-height:.95;
      letter-spacing:-.06em;
    }
    .pricing-card p{
      margin:0 0 32px;
      color:var(--muted);
      font-family:var(--font-main) !important;
      font-size:1rem;
      line-height:1.55;
      max-width:34ch;
    }
    .pricing-book{
      margin-top:auto;
      min-height:58px;
      padding:0 22px;
      border-radius:999px;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:11px;
      background:var(--navy);
      color:#fff;
      text-decoration:none;
      font-family:var(--font-main) !important;
      font-size:1rem;
      font-weight:900;
    }
    .pricing-book svg{
      width:22px;
      height:22px;
      fill:none;
      stroke:currentColor;
      stroke-width:1.8;
      stroke-linecap:round;
      stroke-linejoin:round;
    }
    .pricing-card-featured{
      background:var(--navy);
      color:#fff;
      box-shadow:0 22px 44px rgba(48,74,97,.18);
    }
    .pricing-card-featured .pricing-duration{
      color:#a9bc9f;
    }
    .pricing-card-featured .pricing-price{
      color:#fff;
    }
    .pricing-card-featured p{
      color:rgba(255,255,255,.74);
    }
    .pricing-popular{
      position:absolute;
      top:0;
      left:50%;
      transform:translateX(-50%);
      padding:9px 25px 10px;
      border-radius:0 0 18px 18px;
      background:#71896b;
      color:#fff;
      font-family:var(--font-main) !important;
      font-size:.72rem;
      font-weight:900;
      text-transform:uppercase;
      letter-spacing:.1em;
      white-space:nowrap;
    }
    .pricing-card-featured .pricing-duration{
      margin-top:16px;
    }
    .pricing-book-light{
      background:#fff;
      color:var(--navy-deep);
    }
    .treatment-goals-panel{
      margin-top:34px;
      padding:32px 34px;
      border:1px solid rgba(20,34,46,.10);
      border-radius:28px;
      background:rgba(255,255,255,.42);
      display:grid;
      grid-template-columns:.65fr 1.35fr;
      gap:28px;
      align-items:center;
    }
    .treatment-goals-panel h3{
      margin:14px 0 0;
      font-family:var(--font-main) !important;
      font-size:1.55rem;
      line-height:1.12;
      letter-spacing:-.035em;
    }

    @media(max-width:980px){
      .credential-band-grid{
        grid-template-columns:1fr 1fr;
      }
      .pricing-card-grid{
        grid-template-columns:1fr 1fr;
      }
      .pricing-card:last-child{
        grid-column:1/-1;
      }
      .treatment-goals-panel{
        grid-template-columns:1fr;
      }
    }

    @media(max-width:640px){
      .credential-band{
        padding:42px 0;
      }
      .credential-band-grid{
        grid-template-columns:1fr;
        gap:26px;
      }
      .pricing-card-grid{
        grid-template-columns:1fr;
      }
      .pricing-card:last-child{
        grid-column:auto;
      }
      .pricing-card{
        min-height:340px;
        padding:32px 28px 28px;
      }
      .treatment-goals-panel{
        padding:28px 24px;
      }
    }



    /* V34 testimonial redesign */
    .testimonials-section{
      background:var(--cream) !important;
      color:var(--ink) !important;
    }
    .testimonials-section:before{display:none !important}
    .testimonials-section .section-head{
      grid-template-columns:1fr !important;
      justify-items:center !important;
      text-align:center !important;
      max-width:860px;
      margin:0 auto 42px !important;
      row-gap:16px;
    }
    .testimonials-section .section-head p{
      max-width:760px;
      margin:0 auto !important;
      color:var(--muted) !important;
    }
    .testimonial-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:24px;
      align-items:stretch;
    }
    .testimonial-card{
      background:var(--navy) !important;
      color:#fff !important;
      border:none !important;
      border-radius:42px !important;
      padding:34px !important;
      min-height:520px;
      box-shadow:none !important;
      position:relative;
      display:grid !important;
      grid-template-columns:64px 1fr;
      grid-template-rows:1fr auto;
      grid-template-areas:
        "quote quote"
        "avatar name";
      gap:20px 16px;
      align-items:end;
      overflow:hidden;
    }
    .testimonial-card::before{
      content:"”";
      position:absolute;
      top:28px;
      left:34px;
      font-family:Georgia,serif;
      font-size:88px;
      line-height:1;
      color:rgba(151,170,144,.55);
      pointer-events:none;
    }
    .testimonial-quote{
      grid-area:quote;
      margin:94px 0 0 !important;
      font-size:1.05rem !important;
      line-height:1.7 !important;
      color:rgba(255,255,255,.92) !important;
      letter-spacing:0 !important;
      align-self:start;
    }
    .testimonial-quote::after{
      content:"";
      display:block;
      margin-top:30px;
      height:1px;
      background:rgba(255,255,255,.12);
    }
    .testimonial-avatar{
      grid-area:avatar;
      width:56px !important;
      height:56px !important;
      border-radius:999px !important;
      background:var(--sage) !important;
      color:#fff !important;
      font-size:1.15rem !important;
      font-weight:800 !important;
      display:flex !important;
      align-items:center;
      justify-content:center;
      margin:0 !important;
      position:static !important;
      border:none !important;
    }
    .testimonial-name{
      grid-area:name;
      align-self:center;
      margin:0 !important;
      color:#fff !important;
      font-size:1.05rem !important;
      line-height:1.3 !important;
      font-weight:800 !important;
      letter-spacing:0 !important;
    }
    .google-card-badge{
      grid-column:2;
      margin-top:-12px !important;
      font-size:.78rem !important;
      color:rgba(255,255,255,.68) !important;
      text-transform:none !important;
      letter-spacing:0 !important;
      background:none !important;
      padding:0 !important;
      border:none !important;
    }
    .testimonial-card-long{
      min-height:620px;
    }
    @media (max-width: 1100px){
      .testimonial-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
      }
      .testimonial-card-long{
        min-height:560px;
      }
    }
    @media (max-width: 760px){
      .testimonial-grid{
        grid-template-columns:1fr;
      }
      .testimonial-card,
      .testimonial-card-long{
        min-height:auto;
      }
      .testimonial-quote{
        font-size:1rem !important;
        line-height:1.6 !important;
      }
    }




    /* V35 header + testimonial refinements */
    .nav-wrap{
      position:relative;
      justify-content:flex-start !important;
    }
    .brand{
      min-width:0 !important;
      flex:0 0 auto;
      margin-right:auto;
    }
    .header-actions{
      margin-left:auto;
      flex:0 0 auto;
      position:relative;
      z-index:3;
    }
    .desktop-nav{
      position:absolute;
      left:50%;
      top:50%;
      transform:translate(-50%,-50%);
      z-index:2;
      gap:22px !important;
      justify-content:center;
      white-space:nowrap;
    }
    .desktop-nav a{
      text-align:center;
    }
    .hero-meta{
      display:none !important;
    }

    /* centered testimonials heading */
    .testimonials-section{
      background:var(--cream) !important;
      color:var(--ink) !important;
    }
    .testimonials-section::before{display:none !important;}
    .testimonials-section .section-head{
      grid-template-columns:1fr !important;
      justify-items:center !important;
      text-align:center !important;
      max-width:860px;
      margin:0 auto 42px !important;
      row-gap:16px;
    }
    .testimonials-section .section-head p{
      max-width:760px;
      margin:0 auto !important;
      color:var(--muted) !important;
    }

    .testimonial-grid{
      display:grid !important;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:24px;
      align-items:stretch;
      grid-auto-rows:1fr;
    }
    .testimonial-card{
      background:var(--navy) !important;
      color:#fff !important;
      border:none !important;
      border-radius:42px !important;
      padding:34px !important;
      min-height:0 !important;
      height:100%;
      box-shadow:none !important;
      position:relative;
      display:flex !important;
      flex-direction:column !important;
      align-items:flex-start;
      gap:0;
      overflow:hidden;
    }
    .testimonial-card::before{
      content:"”";
      position:relative;
      display:block;
      margin-bottom:18px;
      margin-left:6px;
      font-family:Georgia,serif;
      font-size:92px;
      line-height:.8;
      color:rgba(151,170,144,.55);
      pointer-events:none;
    }
    .testimonial-quote{
      margin:0 !important;
      padding:0 0 26px !important;
      font-size:1.02rem !important;
      line-height:1.72 !important;
      color:rgba(255,255,255,.92) !important;
      letter-spacing:0 !important;
      width:100%;
      border-bottom:1px solid rgba(255,255,255,.12);
      flex:1 1 auto;
    }
    .testimonial-footer{
      display:flex;
      align-items:center;
      gap:16px;
      width:100%;
      margin-top:22px;
      flex:0 0 auto;
    }
    .testimonial-avatar{
      width:56px !important;
      height:56px !important;
      min-width:56px !important;
      border-radius:999px !important;
      background:var(--sage) !important;
      color:#fff !important;
      font-size:1.1rem !important;
      font-weight:800 !important;
      display:flex !important;
      align-items:center;
      justify-content:center;
      margin:0 !important;
      position:static !important;
      border:none !important;
      box-shadow:none !important;
    }
    .testimonial-name-wrap{
      display:flex;
      flex-direction:column;
      gap:2px;
      min-width:0;
    }
    .testimonial-name{
      margin:0 !important;
      color:#fff !important;
      font-size:1.02rem !important;
      line-height:1.3 !important;
      font-weight:800 !important;
      letter-spacing:0 !important;
    }
    .google-card-badge{
      margin:0 !important;
      font-size:.84rem !important;
      color:rgba(255,255,255,.68) !important;
      text-transform:none !important;
      letter-spacing:0 !important;
      background:none !important;
      padding:0 !important;
      border:none !important;
      font-weight:600 !important;
    }
    .testimonial-card-long{
      min-height:0 !important;
    }

    @media (max-width: 1240px){
      .desktop-nav{
        gap:16px !important;
      }
      .desktop-nav a{
        font-size:.84rem !important;
      }
    }
    @media (max-width: 1100px){
      .testimonial-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
      }
    }
    @media (max-width: 760px){
      .testimonial-grid{
        grid-template-columns:1fr !important;
      }
      .testimonial-card{
        border-radius:32px !important;
        padding:28px !important;
      }
      .testimonial-quote{
        font-size:1rem !important;
        line-height:1.62 !important;
      }
    }




    /* V36 final polish pass */
    .testimonial-quote{
      border-bottom:none !important;
      padding-bottom:0 !important;
      margin-bottom:0 !important;
    }
    .testimonial-footer{
      border-top:1px solid rgba(255,255,255,.12) !important;
      padding-top:22px !important;
      margin-top:22px !important;
    }

    /* spacing consistency */
    .section{
      scroll-margin-top:110px;
    }
    .section-shell,
    .rates-panel,
    .treatment-highlight,
    .goals-panel,
    .location-grid,
    .faq-shell{
      box-sizing:border-box;
    }

    /* smoother button polish */
    .btn,
    .hero-actions a,
    .card-cta,
    .rate-card .btn,
    .contact-pill,
    .header-actions a,
    .faq-question{
      transition:all .22s ease !important;
    }
    .btn:hover,
    .hero-actions a:hover,
    .card-cta:hover,
    .rate-card .btn:hover,
    .contact-pill:hover,
    .header-actions a:hover{
      transform:translateY(-1px);
      filter:brightness(1.02);
      box-shadow:0 10px 22px rgba(9,31,52,.10);
    }
    .btn:active,
    .hero-actions a:active,
    .card-cta:active,
    .rate-card .btn:active,
    .contact-pill:active,
    .header-actions a:active{
      transform:translateY(0);
      box-shadow:none;
    }

    /* card hover polish */
    .rate-card,
    .blog-card,
    .goal-chip,
    .testimonial-card,
    .google-review-card{
      transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease !important;
    }
    .rate-card:hover,
    .blog-card:hover{
      transform:translateY(-2px);
      box-shadow:0 14px 28px rgba(9,31,52,.08);
    }

    /* better mobile responsiveness */
    @media (max-width: 1024px){
      .desktop-nav{
        gap:14px !important;
      }
      .site-header .nav-wrap{
        gap:16px;
      }
      .section-shell{
        padding-left:24px !important;
        padding-right:24px !important;
      }
    }

    @media (max-width: 900px){
      .location-grid,
      .goals-panel,
      .treatment-highlight{
        gap:22px !important;
      }
      .booking-strip{
        grid-template-columns:1fr 1fr !important;
      }
      .booking-strip .booking-highlight{
        grid-column:1 / -1;
      }
      .rates-grid{
        grid-template-columns:1fr !important;
      }
    }

    @media (max-width: 760px){
      .section-shell{
        padding-left:18px !important;
        padding-right:18px !important;
      }
      .desktop-nav{
        display:none !important;
      }
      .nav-wrap{
        justify-content:space-between !important;
      }
      .header-actions{
        gap:10px !important;
      }
      .header-actions .btn{
        padding:14px 18px !important;
        font-size:.95rem !important;
      }
      .hero-actions{
        flex-direction:column;
        align-items:flex-start;
      }
      .hero-actions .btn{
        width:100%;
        justify-content:center;
      }
      .booking-strip{
        grid-template-columns:1fr !important;
      }
      .testimonial-card{
        min-height:auto !important;
      }
    }



    /* V37 FINAL QA — desktop, mobile, CTA and production polish */

    /* True page-centred navigation on normal desktop widths */
    @media (min-width:1200px){
      .nav-wrap{
        display:grid !important;
        grid-template-columns:minmax(260px,1fr) auto minmax(260px,1fr);
        align-items:center;
        gap:24px !important;
      }
      .brand{
        justify-self:start;
        min-width:0 !important;
        margin:0 !important;
      }
      .brand-logo{
        width:340px;
        max-width:100%;
      }
      .desktop-nav{
        position:static !important;
        transform:none !important;
        justify-self:center;
        display:flex !important;
        align-items:center;
        justify-content:center;
        gap:22px !important;
        white-space:nowrap;
      }
      .header-actions{
        justify-self:end;
        margin:0 !important;
      }
      .menu-btn{display:none !important;}
    }

    /* Avoid header collisions on medium screens: switch cleanly to menu */
    @media (min-width:1200px) and (max-width:1399px){
      .brand-logo{width:280px;}
      .desktop-nav{gap:16px !important;}
      .desktop-nav a{font-size:.86rem !important;}
    }
    @media (max-width:1199px){
      .nav-wrap{
        display:flex !important;
        justify-content:space-between !important;
      }
      .desktop-nav{display:none !important;}
      .header-actions .btn-outline{display:none !important;}
      .menu-btn{display:block !important;}
    }

    /* Testimonials: one divider only, above the reviewer identity */
    .testimonial-quote{
      border-bottom:none !important;
      padding-bottom:0 !important;
      margin-bottom:0 !important;
      overflow:visible !important;
    }
    .testimonial-footer{
      border-top:1px solid rgba(255,255,255,.12) !important;
      padding-top:22px !important;
      margin-top:26px !important;
    }

    /* Remove legacy fixed testimonial heights that could clip long reviews */
    .testimonial-slide .testimonial-grid > .testimonial-card{
      height:auto !important;
      min-height:520px !important;
    }
    .testimonial-card{
      height:100% !important;
    }

    /* Clear keyboard focus states for interactive elements */
    .btn:focus-visible,
    .pricing-book:focus-visible,
    .location-pill:focus-visible,
    .google-review-link:focus-visible,
    .desktop-nav a:focus-visible,
    .mobile-menu a:focus-visible,
    .post-link:focus-visible,
    .service-card:focus-visible,
    .testimonial-arrow:focus-visible{
      outline:3px solid var(--sage) !important;
      outline-offset:3px;
    }

    /* More consistent interactive polish */
    .btn,
    .pricing-book,
    .location-pill,
    .google-review-link,
    .post-link,
    .service-card,
    .testimonial-arrow{
      transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease !important;
    }
    .pricing-book:hover,
    .location-pill:hover,
    .google-review-link:hover{
      transform:translateY(-2px);
      box-shadow:0 10px 24px rgba(20,38,54,.12);
    }

    @media (max-width:760px){
      .site-header .container{
        width:min(100% - 24px,var(--max));
      }
      .nav-wrap{min-height:78px !important;}
      .brand-logo{
        width:220px !important;
        max-height:60px !important;
      }
      .header-actions{display:none !important;}
      .menu-btn{
        display:block !important;
        flex:0 0 auto;
      }

      .hero{
        padding-top:44px !important;
        padding-bottom:54px !important;
      }
      .hero h1{
        font-size:clamp(3rem,14vw,4.15rem) !important;
        line-height:.92 !important;
        margin:28px 0 34px !important;
      }
      .hero-lead{
        font-size:1.06rem !important;
        line-height:1.58 !important;
        margin-bottom:30px !important;
      }
      .hero-actions{
        width:100%;
      }
      .hero-actions .btn{
        width:100% !important;
      }
      .portrait-card,
      .portrait-card img{
        min-height:410px !important;
      }

      .credential-band-grid{
        grid-template-columns:1fr !important;
      }
      .credential-stat{
        padding-bottom:18px;
        border-bottom:1px solid rgba(255,255,255,.12);
      }
      .credential-stat:last-child{
        padding-bottom:0;
        border-bottom:0;
      }

      .pricing-card-grid{
        grid-template-columns:1fr !important;
      }
      .pricing-card,
      .pricing-card:last-child{
        grid-column:auto !important;
      }

      .testimonial-slide .testimonial-grid > .testimonial-card{
        height:auto !important;
        min-height:0 !important;
      }
      .testimonial-grid{
        grid-template-rows:none !important;
      }
      .testimonial-card{
        min-height:0 !important;
        padding:28px !important;
      }
      .testimonial-card::before{
        font-size:76px !important;
        margin-bottom:14px !important;
      }
      .testimonial-quote{
        font-size:.98rem !important;
        line-height:1.62 !important;
      }

      .location-editorial-map{
        min-height:390px !important;
      }
      .location-editorial-map .google-map{
        min-height:320px !important;
      }

      .blog-grid{
        grid-template-columns:1fr !important;
      }

      /* Fixed mobile CTA is the primary booking action on small screens */
      .mobile-cta{
        padding-bottom:max(8px,env(safe-area-inset-bottom));
      }
      body{
        padding-bottom:82px;
      }
    }


    /* V38 — testimonial cards match supplied reference more closely */
    .testimonial-card{
      border-radius:42px !important;
      padding:40px 36px 34px !important;
      min-height:610px !important;
      display:flex !important;
      flex-direction:column !important;
    }
    .testimonial-card::before{
      margin:0 0 28px 6px !important;
      font-size:94px !important;
      line-height:.72 !important;
      color:rgba(151,170,144,.62) !important;
    }
    .testimonial-quote{
      font-size:1.03rem !important;
      line-height:1.72 !important;
      color:rgba(255,255,255,.94) !important;
      margin:0 !important;
      padding:0 !important;
    }
    .testimonial-footer{
      margin-top:auto !important;
      padding-top:28px !important;
      border-top:1px solid rgba(255,255,255,.13) !important;
    }

    /* Long Kirsty testimonial: fixed-height reading area with vertical scrollbar */
    .testimonial-card-scroll{
      min-height:610px !important;
    }
    .testimonial-card-scroll .testimonial-scroll-shell{
      position:relative;
      flex:1 1 auto;
      min-height:0;
      overflow-y:auto;
      padding-right:14px;
      margin-bottom:22px;
      scrollbar-width:thin;
      scrollbar-color:rgba(151,170,144,.8) rgba(255,255,255,.08);
    }
    .testimonial-card-scroll .testimonial-scroll-shell::-webkit-scrollbar{
      width:8px;
    }
    .testimonial-card-scroll .testimonial-scroll-shell::-webkit-scrollbar-track{
      background:rgba(255,255,255,.08);
      border-radius:999px;
    }
    .testimonial-card-scroll .testimonial-scroll-shell::-webkit-scrollbar-thumb{
      background:rgba(151,170,144,.8);
      border-radius:999px;
    }
    .testimonial-card-scroll .testimonial-scroll-shell::-webkit-scrollbar-thumb:hover{
      background:rgba(151,170,144,1);
    }
    .testimonial-scroll-hint{
      position:sticky;
      bottom:0;
      margin-top:18px;
      padding:9px 10px 3px;
      text-align:center;
      font-size:.78rem;
      font-weight:800;
      letter-spacing:.03em;
      color:rgba(255,255,255,.7);
      background:linear-gradient(to bottom,rgba(48,74,97,0),var(--navy) 44%);
    }

    @media(max-width:760px){
      .testimonial-card{
        min-height:520px !important;
        padding:30px 26px 28px !important;
      }
      .testimonial-card-scroll{
        min-height:560px !important;
      }
      .testimonial-card-scroll .testimonial-scroll-shell{
        max-height:350px;
      }
    }


/* V39 content + UI refinements */
.eyebrow{
  gap:0 !important;
  padding:10px 18px !important;
  border-radius:999px !important;
  border:1px solid rgba(123,143,120,.28) !important;
  background:rgba(123,143,120,.10) !important;
  box-shadow:0 1px 0 rgba(255,255,255,.6) inset !important;
}
.hero .eyebrow,
.credential-band .eyebrow,
.testimonials-section .eyebrow,
.services-section .eyebrow{
  background:rgba(123,143,120,.12) !important;
}
.credential-band-grid{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
}
.gift-card-banner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  margin:10px 0 28px;
  padding:28px 30px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(47,66,88,.10);
  box-shadow:0 14px 28px rgba(47,66,88,.06);
}
.gift-card-banner h3{
  margin:12px 0 8px;
  font-size:clamp(1.55rem,2.2vw,2rem);
  color:var(--ink);
}
.gift-card-banner p{
  margin:0;
  color:var(--muted);
  max-width:620px;
}
.gift-card-btn{white-space:nowrap}
.footer-social-link,
.footer-bottom-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:16px;
  color:#fff;
  font-weight:700;
  text-decoration:none;
}
.footer-social-link:hover,
.footer-bottom-link:hover{opacity:.84}
.location-editorial-list .location-pill{
  margin-top:12px;
}
@media (max-width: 1180px){
  .credential-band-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}
@media (max-width: 900px){
  .credential-band-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:24px !important;
  }
  .gift-card-banner{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media (max-width: 560px){
  .credential-band-grid{
    grid-template-columns:1fr !important;
  }
}

.footer-bottom{
  display:flex;
  flex-wrap:wrap;
  gap:12px 18px;
  align-items:center;
  justify-content:space-between;
}


    /* V40 — compact title pills, no dash lines */
    .eyebrow{
      display:inline-flex !important;
      align-items:center !important;
      width:max-content !important;
      max-width:100%;
      gap:0 !important;
      padding:8px 14px !important;
      margin:0 0 12px !important;
      border-radius:999px !important;
      border:1px solid rgba(123,143,120,.32) !important;
      background:rgba(123,143,120,.08) !important;
      box-shadow:none !important;
      line-height:1.15 !important;
    }
    .eyebrow::before,
    .eyebrow:before{
      content:none !important;
      display:none !important;
      width:0 !important;
      height:0 !important;
      margin:0 !important;
    }

    /* Tighter spacing around title blocks */
    .section-head{
      gap:10px !important;
      margin-bottom:30px !important;
    }
    .section-head h2{
      margin-top:4px !important;
    }
    .hero .eyebrow{
      margin-bottom:18px !important;
    }
    .services-section .section-head,
    .meet-section .section-head,
    .testimonials-section .section-head,
    .blog-section .section-head{
      margin-bottom:30px !important;
    }

    /* Rates heading + compact gift-card card */
    .rates-top-grid{
      display:grid;
      grid-template-columns:minmax(0,1.55fr) minmax(360px,.95fr);
      gap:34px;
      align-items:start;
      margin-bottom:32px;
    }
    .rates-top-grid .section-head{
      margin-bottom:0 !important;
    }
    .gift-card-banner{
      margin:10px 0 0 !important;
      padding:18px 20px !important;
      min-height:0 !important;
      border-radius:18px !important;
      gap:18px !important;
      box-shadow:0 10px 24px rgba(47,66,88,.07) !important;
    }
    .gift-card-banner .eyebrow{
      padding:5px 10px !important;
      margin-bottom:7px !important;
      font-size:.65rem !important;
    }
    .gift-card-banner h3{
      margin:5px 0 6px !important;
      font-size:1.08rem !important;
      line-height:1.18 !important;
      letter-spacing:-.025em !important;
    }
    .gift-card-banner p{
      margin:0 !important;
      font-size:.82rem !important;
      line-height:1.45 !important;
    }
    .gift-card-btn{
      min-height:42px !important;
      padding:0 16px !important;
      font-size:.78rem !important;
      white-space:nowrap !important;
      flex:0 0 auto;
    }

    /* Common Treatment Goals: match screenshot order and 4 x 2 layout */
    .treatment-goals-panel{
      grid-template-columns:.72fr 1.48fr !important;
      gap:34px !important;
      padding:30px 34px !important;
      align-items:center !important;
    }
    .treatment-goals-panel > div:first-child .eyebrow{
      margin-bottom:14px !important;
    }
    .treatment-goals-panel h3{
      margin-top:0 !important;
    }
    .treatment-goals-panel .goals{
      display:grid !important;
      grid-template-columns:repeat(4,minmax(0,1fr)) !important;
      gap:14px 12px !important;
    }
    .treatment-goals-panel .goal{
      display:flex !important;
      align-items:center;
      justify-content:center;
      min-height:52px;
      padding:10px 12px !important;
      text-align:center;
      white-space:nowrap;
      font-size:.94rem;
    }

    @media(max-width:1100px){
      .rates-top-grid{
        grid-template-columns:1fr !important;
        gap:20px !important;
      }
      .gift-card-banner{
        margin-top:0 !important;
      }
      .treatment-goals-panel{
        grid-template-columns:1fr !important;
      }
      .treatment-goals-panel .goals{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
      }
    }

    @media(max-width:620px){
      .eyebrow{
        padding:7px 12px !important;
        font-size:.72rem !important;
        white-space:normal !important;
      }
      .gift-card-banner{
        flex-direction:column !important;
        align-items:flex-start !important;
      }
      .gift-card-btn{
        width:100%;
        justify-content:center;
      }
      .treatment-goals-panel{
        padding:24px 20px !important;
      }
      .treatment-goals-panel .goals{
        grid-template-columns:1fr !important;
      }
      .treatment-goals-panel .goal{
        white-space:normal;
      }
    }


    /* V41 — hero/new clients, treatment copy, Visit spacing, footer social */

    /* Pull Welcoming New Clients closer to the hero headline */
    .hero .eyebrow{
      margin-bottom:4px !important;
    }
    .hero h1{
      margin-top:10px !important;
    }

    /* Make the new-client message visible again near the final conversion point */
    .accepting-new-clients{
      display:inline-flex;
      align-items:center;
      width:max-content;
      margin:0 0 12px;
      padding:7px 13px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.34);
      background:rgba(255,255,255,.12);
      color:#fff;
      font-size:.72rem;
      font-weight:900;
      letter-spacing:.12em;
      line-height:1.1;
      text-transform:uppercase;
    }

    /* Tighten the Visit section without sacrificing readability */
    .location-editorial{
      padding-top:50px !important;
      padding-bottom:50px !important;
    }
    .location-editorial-copy{
      padding:4px 0 !important;
    }
    .location-editorial-copy > .eyebrow{
      margin-bottom:6px !important;
    }
    .location-editorial-copy h2{
      margin:16px 0 26px !important;
    }
    .location-editorial-list > div{
      padding:16px 0 !important;
    }
    .location-editorial-list strong{
      margin-bottom:7px !important;
    }
    .location-editorial-map{
      min-height:520px !important;
    }
    .location-editorial-map .google-map{
      min-height:450px !important;
    }

    /* Facebook icon instead of text link in footer */
    .footer-facebook-icon{
      display:inline-flex !important;
      align-items:center;
      justify-content:center;
      width:44px;
      height:44px;
      margin-top:18px;
      border-radius:999px;
      background:#fff;
      color:var(--navy-deep);
      text-decoration:none;
      transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;
    }
    .footer-facebook-icon svg{
      width:22px;
      height:22px;
      fill:currentColor;
    }
    .footer-facebook-icon:hover{
      transform:translateY(-2px);
      box-shadow:0 8px 20px rgba(0,0,0,.16);
    }
    .footer-facebook-icon:focus-visible{
      outline:3px solid var(--sage);
      outline-offset:3px;
    }

    /* Keep longer new treatment descriptions readable in the carousel */
    .service-card p{
      line-height:1.52 !important;
    }

    @media(max-width:760px){
      .hero .eyebrow{
        margin-bottom:2px !important;
      }
      .hero h1{
        margin-top:8px !important;
      }
      .location-editorial{
        padding-top:38px !important;
        padding-bottom:38px !important;
      }
      .location-editorial-copy h2{
        margin:12px 0 20px !important;
      }
      .location-editorial-list > div{
        padding:14px 0 !important;
      }
      .location-editorial-map{
        min-height:390px !important;
      }
      .location-editorial-map .google-map{
        min-height:320px !important;
      }
    }


/* V42 footer — matched to supplied reference */
.footer-v42{
  background:var(--navy) !important;
  padding:42px 0 46px !important;
  color:#fff;
}
.footer-grid-v42{
  display:grid !important;
  grid-template-columns:1.45fr .9fr .9fr 1.05fr !important;
  gap:44px !important;
  align-items:start;
}
.footer-v42 h3,
.footer-v42 h4,
.footer-v42 p,
.footer-v42 a{
  font-family:var(--font-main) !important;
}
.footer-v42 h4{
  margin:0 0 18px !important;
  font-size:.76rem !important;
  line-height:1.2 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase;
  color:#c8d5c4 !important;
  font-weight:900 !important;
}
.footer-v42 .footer-brand h3{
  margin:18px 0 14px !important;
  font-size:1rem !important;
  line-height:1.4 !important;
  color:#fff !important;
  font-weight:800 !important;
}
.footer-v42 p,
.footer-v42 .footer-column > a{
  display:block;
  margin:0 0 12px !important;
  font-size:1rem !important;
  line-height:1.45 !important;
  color:rgba(255,255,255,.74) !important;
  text-decoration:none !important;
  font-weight:400 !important;
}
.footer-logo-v42{
  width:230px !important;
  max-width:100% !important;
  height:auto !important;
  filter:brightness(0) invert(1);
}
.footer-brand-v42 p{
  max-width:330px;
}
.footer-facebook-follow{
  display:inline-flex !important;
  align-items:center;
  gap:12px;
  margin-top:16px !important;
  color:#fff !important;
  text-decoration:none;
  font-size:1rem !important;
  line-height:1 !important;
}
.footer-facebook-circle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:999px;
  background:#fff;
  color:var(--navy);
  flex:0 0 auto;
}
.footer-facebook-circle svg{
  width:24px;
  height:24px;
  fill:currentColor;
}
.footer-facebook-follow:hover{
  opacity:.86;
}
.footer-facebook-follow:focus-visible{
  outline:3px solid var(--sage);
  outline-offset:4px;
}
.footer-v42 .footer-bottom{
  display:none !important;
}
@media(max-width:980px){
  .footer-grid-v42{
    grid-template-columns:1.25fr 1fr 1fr !important;
  }
  .footer-contact-v42{
    grid-column:2 / -1;
  }
}
@media(max-width:680px){
  .footer-grid-v42{
    grid-template-columns:1fr !important;
    gap:30px !important;
  }
  .footer-contact-v42{
    grid-column:auto;
  }
  .footer-logo-v42{
    width:200px !important;
  }
}



/* ============================================================
   WordPress V42 stage exceptions requested by client
   ============================================================ */

/* WordPress admin bar */
body.admin-bar .site-header{top:32px}

/* Header/footer custom logo compatibility */
.custom-logo-link{display:block;line-height:0}
.custom-logo-link img,
.brand-logo{
  width:320px !important;
  max-width:100% !important;
  max-height:92px !important;
  height:auto !important;
  object-fit:contain !important;
}

/* Meet Matt: keep V42 visual language but carousel on LEFT, copy on RIGHT */
.meet-grid{
  grid-template-columns:.85fr 1.15fr !important;
  gap:54px !important;
  align-items:center !important;
}
.meet-carousel{
  min-width:0;
}
.meet-carousel-viewport{
  overflow:hidden;
  border-radius:28px;
  background:var(--cream);
}
.meet-carousel-track{
  display:flex;
  transition:transform .44s ease;
  will-change:transform;
}
.meet-carousel-slide{
  flex:0 0 100%;
  margin:0;
  aspect-ratio:4/5;
  overflow:hidden;
}
.meet-carousel-slide img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.meet-carousel-slide:nth-child(1) img{object-position:center center}
.meet-carousel-slide:nth-child(2) img{object-position:center center}
.meet-carousel-slide:nth-child(3) img{object-position:center center}
.meet-carousel-controls{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  margin-top:18px;
}
.meet-carousel-arrow{
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid rgba(48,74,97,.22);
  color:var(--navy);
  background:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  font-size:1.35rem;
}
.meet-carousel-dots{
  display:flex;
  gap:8px;
  align-items:center;
}
.meet-carousel-dot{
  width:9px;
  height:9px;
  border-radius:999px;
  border:0;
  background:rgba(48,74,97,.24);
  cursor:pointer;
  transition:width .2s ease,background .2s ease;
}
.meet-carousel-dot.active{
  width:28px;
  background:var(--navy);
}

/* Footer: preserve V42 design and restore the requested copyright/location row */
.footer-v42 .footer-bottom-v15{
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
  margin-top:36px;
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,.12);
}
.footer-bottom-v15 p{
  margin:0 !important;
  color:rgba(255,255,255,.52) !important;
  font-size:.88rem !important;
  line-height:1.45 !important;
}

/* Blog cards stay V42 but featured images can come from WordPress */
.post-art img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.post:first-child .post-art img.wp-featured{
  object-fit:cover;
  padding:0;
}
.post:first-child .post-art img.logo-fallback{
  object-fit:contain;
  padding:26px;
  background:var(--cream);
}

/* WordPress article body inside V42 modal */
.blog-modal-content > *:first-child{margin-top:0}
.blog-modal-content p,
.blog-modal-content li{
  color:var(--muted);
  line-height:1.75;
}
.blog-modal-content h2,
.blog-modal-content h3,
.blog-modal-content h4{
  margin:30px 0 12px;
  color:var(--ink);
}

/* V42 testimonial carousel built dynamically */
.testimonial-track{display:flex}
.testimonial-slide{flex:0 0 100%}

/* Keep the long Kirsty card scrollable exactly as intended */
.testimonial-card-scroll .testimonial-scroll-shell{
  max-height:390px;
}

/* Announcement bar should only render when enabled */
.vacation-banner[data-active="false"]{display:none !important}

/* Mobile */
@media(max-width:900px){
  .meet-grid{
    grid-template-columns:1fr !important;
  }
  .meet-carousel-slide{aspect-ratio:3/4}
}
@media(max-width:680px){
  .footer-v42 .footer-bottom-v15{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* V1.6 — reliable section navigation */
html{
  scroll-behavior:smooth;
}
#home,
#services,
#rates,
#location,
#meet,
#testimonials,
#blog{
  scroll-margin-top:150px;
}
@media(max-width:760px){
  #home,
  #services,
  #rates,
  #location,
  #meet,
  #testimonials,
  #blog{
    scroll-margin-top:112px;
  }
}


/* ============================================================
   V1.7 — WordPress blog carousel
   3 cards desktop / 2 tablet / 1 mobile.
   New published Posts are included automatically.
   ============================================================ */
.blog-carousel{
  position:relative;
}
.blog-viewport{
  overflow:hidden;
}
.blog-track{
  display:flex;
  gap:18px;
  transition:transform .45s ease;
  will-change:transform;
}
.blog-carousel-card{
  flex:0 0 calc((100% - 36px) / 3);
  min-width:0;
  display:flex;
  flex-direction:column;
}
.blog-carousel-card .post-body{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
}
.blog-carousel-card .post-body p{
  flex:1 1 auto;
}
.blog-controls{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-top:24px;
}
.blog-dots{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.blog-dot{
  width:9px;
  height:9px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(48,74,97,.24);
  cursor:pointer;
  transition:width .2s ease, background .2s ease;
}
.blog-dot.active{
  width:28px;
  background:var(--navy);
}
.blog-arrows{
  display:flex;
  gap:10px;
}
.blog-arrow{
  width:48px;
  height:48px;
  border-radius:999px;
  border:1px solid rgba(48,74,97,.22);
  background:#fff;
  color:var(--navy);
  display:grid;
  place-items:center;
  cursor:pointer;
}
.blog-arrow svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.blog-arrow:disabled{
  opacity:.36;
  cursor:default;
}

@media(max-width:1080px){
  .blog-carousel-card{
    flex-basis:calc((100% - 18px) / 2);
  }
}
@media(max-width:760px){
  .blog-carousel-card{
    flex-basis:100%;
  }
  .blog-controls{
    align-items:flex-end;
  }
}


/* ============================================================
   V1.8.2 — tablet/mobile navigation fix
   ============================================================ */
html,
body{
  max-width:100%;
  overflow-x:hidden;
}

.site-header{
  overflow:visible;
}

.mobile-menu{
  display:none;
}

.mobile-menu-inner{
  width:min(var(--max), calc(100% - 48px));
  margin-inline:auto;
  padding:12px 0 24px;
}

.mobile-menu-links{
  display:grid;
}

.mobile-menu-links a{
  display:block;
  width:100%;
  padding:18px 0;
  border-bottom:1px solid var(--line);
  text-decoration:none;
  color:var(--ink);
  font-weight:850;
  font-size:1.08rem;
}

.mobile-menu-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  padding-top:22px;
}

.mobile-menu-actions .btn{
  width:100%;
  min-width:0;
  justify-content:center;
  text-align:center;
}

@media(max-width:1199px){
  .site-header .nav-wrap{
    width:100% !important;
    max-width:none !important;
    padding-left:24px;
    padding-right:24px;
    margin:0 !important;
  }

  .site-header .brand{
    min-width:0 !important;
    max-width:calc(100% - 78px);
    flex:0 1 auto !important;
    overflow:hidden;
  }

  .site-header .brand-logo,
  .site-header .custom-logo{
    display:block;
    width:min(280px, 100%) !important;
    max-width:100% !important;
    height:auto !important;
    object-fit:contain;
    object-position:left center;
  }

  .menu-btn{
    width:52px;
    height:52px;
    padding:0;
    flex:0 0 52px;
    display:grid !important;
    place-items:center;
    border:1px solid rgba(48,74,97,.2);
    border-radius:14px;
    background:rgba(255,255,255,.62);
    color:var(--ink);
    font-size:1.65rem;
    line-height:1;
    cursor:pointer;
  }

  .mobile-menu.open{
    display:block !important;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
    background:var(--cream);
    border-top:1px solid var(--line);
    box-shadow:0 24px 45px rgba(16,16,16,.12);
    z-index:150;
    max-height:calc(100vh - 96px);
    overflow-y:auto;
    overflow-x:hidden;
    overscroll-behavior:contain;
  }
}

@media(max-width:760px){
  .site-header .nav-wrap{
    min-height:78px !important;
    padding-left:16px;
    padding-right:16px;
  }

  .site-header .brand{
    max-width:calc(100% - 68px);
  }

  .site-header .brand-logo,
  .site-header .custom-logo{
    width:min(210px, 100%) !important;
    max-height:58px !important;
  }

  .menu-btn{
    width:46px;
    height:46px;
    flex-basis:46px;
    border-radius:12px;
    font-size:1.45rem;
  }

  .mobile-menu-inner{
    width:100%;
    padding:0 18px 20px;
  }

  .mobile-menu-links a{
    padding:17px 0;
    font-size:1rem;
  }

  .mobile-menu-actions{
    grid-template-columns:1fr;
    gap:10px;
    padding-top:18px;
  }

  .mobile-menu-actions .btn{
    min-height:50px;
  }

  /* Prevent long hero copy/headlines or media from creating side-scroll. */
  .hero,
  .hero-grid,
  .hero-grid > *,
  .section,
  .section .container,
  .portrait-wrap,
  .portrait-card,
  .meet-grid,
  .location-editorial-grid,
  .rates-top-grid{
    min-width:0;
    max-width:100%;
  }

  .hero h1,
  .hero-lead,
  .section-head h2{
    overflow-wrap:anywhere;
  }
}

@media(max-width:1199px){
  body.mobile-menu-open{
    overflow:hidden;
  }
}


/* ============================================================
   V1.8.3 — responsive testimonial carousel
   ============================================================ */
.testimonial-viewport-responsive{
  overflow:hidden !important;
  transition:height .3s ease;
}
.testimonial-track-responsive{
  display:flex !important;
  gap:22px !important;
  align-items:flex-start !important;
  transition:transform .45s ease !important;
  will-change:transform;
}
.testimonial-card-responsive{
  flex:0 0 calc((100% - 44px) / 3) !important;
  width:auto !important;
  min-width:0 !important;
  height:auto !important;
  min-height:500px !important;
  align-self:flex-start !important;
}
.testimonial-card-responsive .testimonial-footer{
  margin-top:auto !important;
}
.testimonial-card-responsive.testimonial-card-scroll .testimonial-scroll-shell{
  max-height:360px;
}
.testimonial-shell-responsive .testimonial-controls{
  margin-top:24px !important;
}

@media(max-width:1080px){
  .testimonial-card-responsive{
    flex-basis:calc((100% - 22px) / 2) !important;
  }
}

@media(max-width:760px){
  .testimonial-card-responsive{
    flex-basis:100% !important;
    min-height:0 !important;
    padding:30px 28px !important;
  }
  .testimonial-card-responsive .testimonial-quote{
    font-size:1rem !important;
    line-height:1.58 !important;
  }
  .testimonial-card-responsive::before{
    font-size:72px !important;
    margin-bottom:8px !important;
  }
  .testimonial-card-responsive.testimonial-card-scroll .testimonial-scroll-shell{
    max-height:390px;
  }
  .testimonial-shell-responsive .testimonial-controls{
    margin-top:18px !important;
  }
}

/* Desktop mailto fallback message */
.rmt-email-toast{
  position:fixed;
  left:50%;
  bottom:24px;
  transform:translateX(-50%) translateY(20px);
  z-index:99999;
  max-width:min(520px,calc(100% - 32px));
  padding:13px 18px;
  border-radius:999px;
  background:var(--navy-deep);
  color:#fff;
  font-weight:750;
  font-size:.9rem;
  text-align:center;
  box-shadow:0 16px 44px rgba(0,0,0,.22);
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease,transform .2s ease;
}
.rmt-email-toast.show{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}


/* V1.8.8 additions only. Original V42 styling above is unchanged. */
.mobile-massage-v188{
  margin:22px 0 0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  padding:22px 26px;
  display:grid;
  grid-template-columns:74px minmax(0,1fr) auto;
  gap:20px;
  align-items:center;
}
.mobile-massage-v188-icon{
  width:68px;height:68px;border-radius:50%;
  background:var(--cream);
  display:grid;place-items:center;
}
.mobile-massage-v188-icon svg{
  width:38px;height:38px;fill:none;
  stroke:var(--sage-dark);stroke-width:2;
  stroke-linecap:round;stroke-linejoin:round;
}
.mobile-massage-v188-copy .eyebrow{margin-bottom:6px}
.mobile-massage-v188-copy h3{margin:0 0 4px;font-size:1.35rem;letter-spacing:-.025em}
.mobile-massage-v188-copy p{margin:0;color:var(--muted)}
.mobile-massage-v188-actions{
  display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap;
}
.mobile-massage-v188-actions .btn{
  min-width:128px;
  min-height:46px;
  padding:10px 18px;
  justify-content:center;
  white-space:nowrap;
}
@media(max-width:900px){
  .mobile-massage-v188{grid-template-columns:68px 1fr}
  .mobile-massage-v188-actions{grid-column:1/-1;justify-content:flex-start;padding-left:88px}
}
@media(max-width:760px){
  .mobile-massage-v188{grid-template-columns:1fr;padding:22px;gap:14px}
  .mobile-massage-v188-actions{grid-column:auto;padding-left:0;display:grid;grid-template-columns:1fr 1fr;width:100%}
  .mobile-massage-v188-actions .btn{min-width:0;width:100%}
}
@media(max-width:480px){
  .mobile-massage-v188-actions{grid-template-columns:1fr}
}


/* V1.8.9 footer polish */
.footer-review-card{
  margin-top:18px;
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px;
  background:rgba(255,255,255,.04);
  max-width:320px;
}
.footer-review-card h4{
  margin:0 0 8px;
  color:#fff;
  font-size:1.1rem;
}
.footer-review-card p{
  margin:0 0 14px;
  color:rgba(255,255,255,.78);
  font-size:.98rem;
  line-height:1.55;
}
.footer-review-card .footer-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
}
.footer-google-badge{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font-weight:700;
  margin-bottom:12px;
}
.footer-google-badge small{
  display:block;
  color:rgba(255,255,255,.72);
  font-weight:600;
}
.footer-logo-block{
  max-width:560px;
}
.footer-logo-block .footer-brand-copy{
  color:rgba(255,255,255,.82);
}
@media (max-width: 920px){
  .footer-review-card{max-width:none}
}


/* V1.8.9 clean footer refresh */
.site-footer{
  background:var(--navy);
}
.footer-grid{
  gap:56px;
  align-items:start;
}
.footer-brand{
  max-width:560px;
}
.footer-brand-text strong,
.footer-heading,
.footer-nav a,
.footer-bottom span{
  color:#fff;
}
.footer-brand-text p,
.footer-brand-copy{
  color:rgba(255,255,255,.78);
}
.footer-nav{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:34px;
  align-items:start;
}
.footer-nav > div{
  min-width:0;
}
.footer-review-card{
  margin-top:0;
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px;
  background:rgba(255,255,255,.05);
}
.footer-review-card h4{
  margin:0 0 10px;
  color:#fff;
  font-size:1.1rem;
}
.footer-review-card p{
  margin:0 0 14px;
  color:rgba(255,255,255,.78);
  line-height:1.55;
}
.footer-google-stars{
  color:#f4d15f;
  letter-spacing:.08em;
  font-size:1rem;
  font-weight:800;
  margin-bottom:8px;
}
.footer-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 18px;
  border-radius:999px;
  background:#fff;
  color:var(--navy);
  font-weight:800;
  text-decoration:none;
}
.footer-social-link{
  display:inline-flex;
  align-items:center;
  gap:14px;
}
.footer-social-link .social-icon{
  width:60px;height:60px;border-radius:50%;
  display:grid;place-items:center;
  background:#fff;color:var(--navy);
  flex:0 0 60px;
}
.footer-social-link svg{
  width:23px;height:23px;fill:currentColor;
}
@media(max-width:1180px){
  .footer-nav{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:760px){
  .footer-nav{grid-template-columns:1fr;}
}


/* ============================================================
   V1.9.0 — Location photo + footer polish
   ============================================================ */

/* Location visual uses the clinic building photo in the existing V42 card */
.location-photo-card{
  overflow:hidden;
}
.location-photo-wrap{
  width:100%;
  min-height:520px;
  background:var(--cream);
  overflow:hidden;
}
.location-photo-wrap img{
  display:block;
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  object-position:center center;
}
@media(max-width:900px){
  .location-photo-wrap,
  .location-photo-wrap img{
    min-height:400px;
  }
}
@media(max-width:560px){
  .location-photo-wrap,
  .location-photo-wrap img{
    min-height:320px;
  }
}

/* Clean V42 footer */
.footer-v190{
  background:var(--navy) !important;
  color:#fff !important;
  padding:46px 0 34px !important;
}
.footer-grid-v190{
  display:grid !important;
  grid-template-columns:1.45fr .8fr 1.05fr 1.15fr !important;
  gap:46px !important;
  align-items:start !important;
}
.footer-brand-mark-v190{
  display:block;
  line-height:0;
  margin-bottom:22px;
}
.footer-brand-mark-v190 img{
  display:block;
  width:320px;
  max-width:100%;
  height:auto;
  /* makes the supplied black PNG fully white */
  filter:brightness(0) invert(1) !important;
}
.footer-brand-v190 p,
.footer-v190 .footer-column > a,
.footer-v190 .footer-icon-link{
  font-family:var(--font-main) !important;
  font-size:1rem !important;
  line-height:1.45 !important;
  font-weight:400 !important;
}
.footer-brand-v190 p{
  margin:0 !important;
  max-width:350px;
  color:rgba(255,255,255,.76) !important;
}
.footer-v190 .footer-column h4{
  margin:0 0 18px !important;
  font-family:var(--font-main) !important;
  font-size:.76rem !important;
  line-height:1.2 !important;
  font-weight:900 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
  color:#c8d5c4 !important;
}
.footer-v190 .footer-column > a{
  display:block;
  margin:0 0 12px !important;
  color:rgba(255,255,255,.76) !important;
  text-decoration:none !important;
}
.footer-v190 .footer-column > a:hover,
.footer-v190 .footer-icon-link:hover{
  color:#fff !important;
}
.footer-icon-link{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  margin-top:14px !important;
  color:rgba(255,255,255,.82) !important;
  text-decoration:none !important;
}
.footer-icon-circle{
  display:inline-grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:#fff;
  flex:0 0 42px;
}
.footer-icon-circle svg{
  width:23px;
  height:23px;
}
.footer-facebook-icon{
  color:var(--navy);
}
.footer-facebook-icon svg{
  fill:currentColor;
}
.footer-google-icon svg{
  width:25px;
  height:25px;
}
.footer-google-icon svg path:nth-child(1){fill:#4285F4}
.footer-google-icon svg path:nth-child(2){fill:#34A853}
.footer-google-icon svg path:nth-child(3){fill:#FBBC05}
.footer-google-icon svg path:nth-child(4){fill:#EA4335}

.footer-bottom-v190{
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:18px !important;
  flex-wrap:wrap !important;
  margin-top:34px !important;
  padding-top:24px !important;
  border-top:1px solid rgba(255,255,255,.12) !important;
}
.footer-bottom-v190 span{
  font-family:var(--font-main) !important;
  font-size:.88rem !important;
  line-height:1.45 !important;
  font-weight:400 !important;
  color:rgba(255,255,255,.54) !important;
}

@media(max-width:1050px){
  .footer-grid-v190{
    grid-template-columns:1.3fr 1fr 1fr !important;
  }
  .footer-contact-v190{
    grid-column:2 / -1;
  }
}
@media(max-width:680px){
  .footer-grid-v190{
    grid-template-columns:1fr !important;
    gap:30px !important;
  }
  .footer-contact-v190{
    grid-column:auto;
  }
  .footer-brand-mark-v190 img{
    width:250px;
  }
  .footer-bottom-v190{
    align-items:flex-start !important;
    flex-direction:column !important;
  }
}


/* ============================================================
   V1.9.3 — Footer social/review links side-by-side
   ============================================================ */
.footer-resources-v193{
  min-width:0;
}
.footer-social-review-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:16px;
}
.footer-social-review-card{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(255,255,255,.04);
  color:rgba(255,255,255,.82) !important;
  text-decoration:none !important;
  font-size:1rem !important;
  line-height:1.35 !important;
  font-weight:400 !important;
}
.footer-social-review-card:hover{
  background:rgba(255,255,255,.08);
  color:#fff !important;
}
.footer-social-review-card .footer-icon-circle{
  width:38px;
  height:38px;
  flex:0 0 38px;
}
.footer-social-review-card .footer-icon-circle svg{
  width:21px;
  height:21px;
}
@media(max-width:1180px){
  .footer-social-review-row{
    grid-template-columns:1fr;
  }
}
@media(max-width:680px){
  .footer-social-review-row{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:480px){
  .footer-social-review-row{
    grid-template-columns:1fr;
  }
}


/* ============================================================
   V1.9.4 — Footer cleanup
   ============================================================ */
.footer-grid-v194{
  display:grid !important;
  grid-template-columns:1.45fr .75fr 1.25fr 1.05fr !important;
  gap:48px !important;
  align-items:start !important;
}
.footer-resources-v194{
  min-width:0;
}
.footer-social-links-v194{
  display:flex;
  align-items:center;
  gap:20px;
  margin-top:18px;
  flex-wrap:wrap;
}
.footer-social-link-v194{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  color:rgba(255,255,255,.82) !important;
  text-decoration:none !important;
  font-family:var(--font-main) !important;
  font-size:1rem !important;
  line-height:1.35 !important;
  font-weight:400 !important;
  white-space:nowrap;
}
.footer-social-link-v194:hover{
  color:#fff !important;
}
.footer-social-link-v194 .footer-icon-circle{
  width:38px !important;
  height:38px !important;
  flex:0 0 38px !important;
}
.footer-social-link-v194 .footer-icon-circle svg{
  width:21px !important;
  height:21px !important;
}

/* Hide old card presentation if prior CSS remains in cascade */
.footer-social-review-row,
.footer-social-review-card{
  border:0 !important;
  background:transparent !important;
}

@media(max-width:1100px){
  .footer-grid-v194{
    grid-template-columns:1.4fr 1fr 1fr !important;
  }
  .footer-contact-v190{
    grid-column:2 / -1;
  }
}
@media(max-width:760px){
  .footer-grid-v194{
    grid-template-columns:1fr !important;
    gap:30px !important;
  }
  .footer-contact-v190{
    grid-column:auto;
  }
  .footer-social-links-v194{
    gap:16px;
  }
}


/* ============================================================
   V1.9.5 — Exact preview/theme logo sync
   WordPress and static preview use identical logo markup/source.
   ============================================================ */
.site-header .brand > .brand-logo{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:300px !important;
  max-height:92px !important;
  object-fit:contain !important;
  object-position:left center !important;
}
.footer-brand-mark-v190 > img{
  display:block !important;
  width:320px !important;
  max-width:100% !important;
  height:auto !important;
  filter:brightness(0) invert(1) !important;
}
@media(max-width:1199px){
  .site-header .brand > .brand-logo{
    max-width:230px !important;
    max-height:66px !important;
  }
}
@media(max-width:760px){
  .site-header .brand > .brand-logo{
    max-width:190px !important;
    max-height:60px !important;
  }
  .footer-brand-mark-v190 > img{
    width:250px !important;
  }
}


/* ============================================================
   V1.9.6 — Hard-coded exact logo source
   Header uses exact source image as uploaded.
   Footer uses same image converted to white via CSS only.
   ============================================================ */
.site-header .brand .brand-logo{
  filter:none !important;
  opacity:1 !important;
}
.footer-brand-mark-v190 img{
  filter:brightness(0) invert(1) !important;
  opacity:1 !important;
}


/* ============================================================
   V1.9.7 — Center footer on tablet and mobile
   ============================================================ */
@media(max-width:1050px){
  .footer-v190,
  .footer-v194{
    text-align:center !important;
  }

  .footer-grid-v194,
  .footer-grid-v190{
    grid-template-columns:1fr !important;
    gap:30px !important;
    justify-items:center !important;
  }

  .footer-brand-v190,
  .footer-v190 .footer-column,
  .footer-v194 .footer-column,
  .footer-resources-v194,
  .footer-resources-v193,
  .footer-contact-v190{
    width:100% !important;
    max-width:560px !important;
    grid-column:auto !important;
    text-align:center !important;
    justify-self:center !important;
  }

  .footer-brand-mark-v190{
    display:flex !important;
    justify-content:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .footer-brand-mark-v190 img{
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .footer-brand-v190 p{
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .footer-v190 .footer-column > a,
  .footer-v194 .footer-column > a{
    width:max-content !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .footer-social-links-v194,
  .footer-social-review-row,
  .footer-icon-link{
    justify-content:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .footer-social-links-v194{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:16px 24px !important;
  }

  .footer-social-link-v194,
  .footer-social-review-card{
    justify-content:center !important;
  }

  .footer-bottom-v190{
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
    text-align:center !important;
  }

  .footer-bottom-v190 span{
    text-align:center !important;
  }
}

@media(max-width:520px){
  .footer-social-links-v194{
    flex-direction:column !important;
    align-items:center !important;
  }

  .footer-social-link-v194{
    width:auto !important;
  }

  .footer-brand-mark-v190 img{
    width:230px !important;
    max-width:82vw !important;
  }
}


/* V1.9.9 QA fix — honor Blog carousel hidden state */
.blog-controls[hidden]{
  display:none !important;
}
