/* Harborview Nutrition — homepage-only styles.
   Ported from Maya's own hand-built reference (owner-v52.css, lines 68-224 for
   the homepage sections; the :root tokens and shared accent/eyebrow/hl/btn
   rules are duplicated here so this file renders correctly standalone. The
   canonical copies of those shared rules live in the global site.css owned
   by the other agent — duplication here is intentional and harmless. */

:root{
  --charcoal:#333333;
  --charcoal-2:#4e4e49;
  --cream:#fffefb;
  --white:#ffffff;
  --mist:#f4f4f0;
  --soft-gray:#e9e8e9;
  --line:#deddd7;
  --chartreuse:#cbff00;
  --chartreuse-soft:#e7ff75;
  --maxw:1220px;
  --shadow:0 18px 55px rgba(35,35,35,.08);
}

.accent{font-family:'Playfair Display',Georgia,serif;font-style:italic;font-weight:400}
.hl{background:var(--chartreuse);padding:.01em .18em .06em;box-decoration-break:clone;-webkit-box-decoration-break:clone}
/* Hero highlight: a thinner, lower chartreuse swipe. */
.hero h1 .hl{background:linear-gradient(to bottom,transparent 54%,var(--chartreuse) 54%,var(--chartreuse) 86%,transparent 86%);padding:0 .14em 0;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.low-hl{background:linear-gradient(to bottom,transparent 54%,var(--chartreuse) 54%,var(--chartreuse) 86%,transparent 86%);padding:0 .14em 0;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.eyebrow{margin:0 0 13px;font-size:13px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--charcoal-2);display:flex;align-items:center;gap:10px}
.eyebrow:before{content:"";width:17px;height:2px;background:var(--chartreuse);display:inline-block}
.btn-lime{background:var(--chartreuse);color:#171717}
.btn-lime:hover{background:#d7ff35}
.btn-dark{background:var(--charcoal);color:#fff}
.btn-dark:hover{background:#171717}
.btn-outline{border-color:var(--charcoal);background:transparent;color:var(--charcoal)}
.btn-outline:hover{background:var(--charcoal);color:#fff}
.text-link{font-weight:600;border-bottom:1.5px solid var(--charcoal);padding-bottom:2px}

/* ---------- Hero ---------- */
.hero{padding:52px 0 76px;overflow:hidden}
.hero .wrap{width:min(1320px,calc(100% - 48px))}
.hero-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:34px;align-items:center}
.hero-copy{padding:18px 0;position:relative;z-index:2}
.hero h1{font-size:clamp(44px,5vw,67px);font-weight:500;letter-spacing:-.025em;margin-bottom:23px;max-width:12ch}
.hero .lede{font-size:17px;max-width:49ch;margin-bottom:0}
.hero .lede + .lede{margin-top:12px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.availability{display:flex;align-items:flex-start;gap:10px;margin-top:17px;max-width:510px;font-size:13px;color:var(--charcoal-2)}
.availability .dot{width:10px;height:10px;border-radius:50%;background:var(--chartreuse);box-shadow:0 0 0 1px #91b800;flex:0 0 auto;margin-top:4px}
.hero-media{position:relative;min-height:610px;margin-right:-42px;filter:drop-shadow(0 24px 34px rgba(38,38,38,.10))}
.hero-media:before{content:"";position:absolute;width:570px;height:570px;border-radius:44% 56% 62% 38% / 38% 31% 69% 62%;right:-105px;top:-46px;background:linear-gradient(135deg,rgba(203,255,0,.13),rgba(233,232,233,.16));z-index:-1}
.hero-photo{width:100%;height:620px;object-fit:cover;object-position:center;clip-path:url(#heroBlob);-webkit-clip-path:url(#heroBlob);box-shadow:none}
.svg-defs{position:absolute;overflow:hidden}
.hero-badge{position:absolute;left:-24px;bottom:38px;background:#fff;border:1px solid var(--line);padding:14px 18px;box-shadow:var(--shadow);display:flex;gap:11px;align-items:center;max-width:235px}
.hero-badge .badge-icon{width:34px;height:34px;border-radius:50%;background:var(--chartreuse);display:grid;place-items:center;font-size:16px}
.hero-badge strong{display:block;font-size:13px;margin-bottom:1px}
.hero-badge span{font-size:12px;color:var(--charcoal-2)}

/* ---------- Trust strip ---------- */
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fafaf7}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:29px 20px;text-align:center;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-icon{width:58px;height:58px;border-radius:50%;background:var(--chartreuse);border:1px solid var(--chartreuse);margin:0 auto 14px;display:grid;place-items:center;color:#202020;box-shadow:0 0 0 6px rgba(203,255,0,.11)}
.trust-icon svg{width:31px;height:31px;stroke:#232323;fill:none;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.trust-item:first-child .trust-icon svg{width:36px;height:36px;stroke-width:1.28}
.trust-item:nth-child(3) .trust-icon svg{width:40px;height:40px;stroke-width:.90}
.trust-item:nth-child(4) .trust-icon svg{width:44px;height:44px;stroke-width:1.0}
.trust-item strong{font-size:16.5px;line-height:1.3;display:block;font-weight:600}
.credentials-bar{text-align:center;padding:13px 0;border-top:1px solid var(--line);font-size:12.5px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}

/* ---------- Section shell ---------- */
.section{padding:92px 0}
.section-light{background:#fff}
.section-mist{background:var(--mist)}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:42px}
.section-head h2{font-size:clamp(32px,3.4vw,46px);font-weight:500;letter-spacing:-.02em;margin-bottom:0;max-width:690px}
.section-head p{max-width:390px;margin-bottom:0}

/* ---------- Core approach ---------- */
.core-approach{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.core-copy h2{font-size:clamp(36px,4vw,52px);font-weight:500;letter-spacing:-.02em;max-width:13ch}
.core-copy p{max-width:58ch}
.core-quote{font-size:24px;line-height:1.3;color:var(--charcoal);margin:23px 0}
.core-photo-wrap{position:relative}
.core-photo{width:100%;height:575px;object-fit:cover;object-position:center 82%;border-radius:5px 140px 5px 140px}
.core-photo-wrap:after{content:"Less noise. More clarity.";position:absolute;right:-20px;bottom:30px;background:var(--chartreuse);padding:12px 16px;font:italic 20px 'Playfair Display',serif;box-shadow:var(--shadow)}

/* ---------- Services ---------- */
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.service-card{background:#fff;border:1px solid var(--line);position:relative;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;cursor:pointer;outline:none}
.service-card:hover,.service-card:focus-visible{transform:translateY(-8px);box-shadow:0 18px 44px rgba(22,22,22,.12);border-color:rgba(203,255,0,.9)}
.service-card:focus-visible{box-shadow:0 0 0 3px rgba(203,255,0,.35),0 18px 44px rgba(22,22,22,.12)}
.service-photo{height:170px;width:100%;object-fit:cover;transition:transform .3s ease}
.service-card:hover .service-photo,.service-card:focus-visible .service-photo{transform:scale(1.025)}
.service-badge{position:absolute;top:146px;left:20px;width:48px;height:48px;border-radius:50%;border:5px solid var(--cream);background:var(--chartreuse);display:grid;place-items:center;font-size:20px;font-weight:600}
.service-body{padding:35px 21px 23px}
.service-body h3{font-size:19px;font-weight:600;margin-bottom:5px}
.service-meta{font-size:13px;font-weight:600;color:var(--charcoal-2);margin-bottom:12px}
.service-body p{font-size:14px;min-height:94px}
.service-body a{font-size:13.5px;font-weight:600;display:inline-flex;align-items:center;min-height:44px;margin:-11px 0;position:relative;z-index:2}
.service-card:hover .service-body a,.service-card:focus-visible .service-body a{text-decoration:underline;text-decoration-color:var(--chartreuse);text-decoration-thickness:3px;text-underline-offset:5px}

/* ---------- Focus ---------- */
.focus-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.focus-card{border:1px solid var(--line);background:#fff;padding:26px 20px;min-height:196px}
.focus-icon{width:72px;height:72px;border-radius:50%;background:var(--chartreuse);display:grid;place-items:center;margin-bottom:18px;flex:0 0 auto;overflow:hidden}
.focus-icon svg{width:60px;height:60px;stroke:#30302e;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;overflow:visible}
.focus-icon img{width:60px;height:60px;object-fit:contain;display:block}
.focus-abbr{font-size:14px;font-weight:600;letter-spacing:.02em;color:#2b2b2b;line-height:1}
.focus-card h3{font-size:17.5px;margin-bottom:9px;line-height:1.28}
.focus-card p{font-size:14.5px;line-height:1.58;margin-bottom:0}
.focus-note{display:flex;justify-content:space-between;gap:30px;align-items:center;margin-top:32px;padding-top:24px;border-top:1px solid var(--line)}
.focus-note p{margin:0;max-width:740px}

/* ---------- Clarity ---------- */
.clarity-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:start}
.clarity-intro{position:sticky;top:125px}
.clarity-intro h2{font-size:clamp(38px,4vw,52px);font-weight:500;max-width:10ch}
.clarity-list{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.clarity-card{padding:26px;border:1px solid var(--line);background:#fff}
.clarity-card .num{font:italic 24px 'Playfair Display',serif;color:#799600;margin-bottom:15px}
.clarity-card h3{font-size:22px;line-height:1.12;margin-bottom:12px}
.clarity-card p{font-size:16px;line-height:1.72;margin:0}
.clarity-photo{display:block;width:100%;margin-top:28px;border-radius:26px 26px 10px 10px;object-fit:cover;box-shadow:0 18px 42px rgba(0,0,0,.08)}
.clarity-right{display:flex;flex-direction:column;gap:22px}
.work-together{border:1px solid var(--line);background:#fff;padding:28px 24px 26px}
.work-together h3{font-size:24px;font-weight:500;text-align:center;margin:0 0 24px}
.work-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.work-step{position:relative;text-align:center;padding:0 10px}
.work-step:not(:last-child):after{content:"";position:absolute;top:27px;left:calc(50% + 31px);right:calc(-50% + 31px);height:1px;background:rgba(203,255,0,.85)}
.work-step-icon{width:56px;height:56px;border-radius:50%;border:2px solid rgba(203,255,0,.72);background:#fff;display:grid;place-items:center;margin:0 auto 12px;position:relative;z-index:1}
.work-step-icon svg{width:28px;height:28px;stroke:var(--charcoal);fill:none;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.work-step h4{font-size:14px;line-height:1.25;margin:0 0 7px;font-weight:600}
.work-step p{font-size:12.5px;line-height:1.45;margin:0;color:var(--charcoal-2)}

/* ---------- Signature ---------- */
.signature-section{padding:0 0 94px}
.signature-panel{background:#30362a;color:#fff;display:grid;grid-template-columns:1fr .86fr;overflow:hidden;min-height:490px}
.signature-copy{padding:64px}
.signature-copy .eyebrow{color:#dcded8}
.signature-copy h2{font-size:clamp(38px,4.2vw,56px);font-weight:500;margin-bottom:18px;max-width:11ch}
.signature-copy p{color:#dbddd7;max-width:55ch}
.signature-copy h2 .accent{color:var(--chartreuse)}
.signature-list{columns:2;column-gap:30px;padding-left:20px;margin:24px 0 32px;color:#f4f4f0;font-size:14px;line-height:1.55}
.signature-list li{break-inside:avoid;margin-bottom:8px}
.signature-photo{width:100%;height:100%;object-fit:cover;object-position:center}

/* ---------- About ---------- */
.about-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:56px;align-items:center}
.about-media{position:relative;display:flex;align-items:center;justify-content:flex-start;overflow:visible}
.about-photo{display:block;width:min(100%,610px);height:650px;object-fit:cover;object-position:48% 28%;clip-path:none;-webkit-clip-path:none;border-radius:0;filter:none}
.about-copy h2{font-size:clamp(38px,4.2vw,56px);font-weight:500;letter-spacing:-.02em;max-width:10ch}
.about-copy .credentials{font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin:-4px 0 21px;color:var(--charcoal-2)}
.about-copy p{max-width:58ch}
.credentials-mini{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:24px 0}
.credential-pill{border:1px solid var(--line);padding:12px 14px;font-size:13px;font-weight:600;background:#fff}

/* ---------- Why Core / research band ---------- */
.research-band{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.research-inner{display:grid;grid-template-columns:.78fr 1.22fr;gap:60px;align-items:center;padding:62px 0}
.research-mark{font:italic 84px 'Playfair Display',serif;line-height:.8;color:#738d00}
.why-core-logo{display:flex;align-items:center;justify-content:center}
.why-core-logo img{width:min(100%,360px);max-height:235px;object-fit:contain}
.credential-badges{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px}
.credential-badges .cns-badge{width:min(100%,420px);height:auto}
.credential-badges .nasm-badge{width:min(66%,230px);height:auto}
.research-copy h2{font-size:30px;font-weight:500;margin-bottom:11px}
.research-copy p{margin-bottom:18px}
/* the credential-badges research-inner sits flush, no top/bottom section padding */
#research .research-inner{padding:0}

/* ---------- Learn / Harborview Picks ---------- */
.learn-grid{display:grid;grid-template-columns:1.45fr .85fr;gap:52px}
.learn-grid .section-head{margin-bottom:22px}
.article-list{display:grid;gap:0}
.article-card{display:grid;grid-template-columns:142px 1fr;gap:20px;padding:20px 0;border-top:1px solid var(--line)}
.article-card:last-child{border-bottom:1px solid var(--line)}
.article-card img{width:142px;height:110px;object-fit:cover}
.article-list .article-card:nth-child(1) img{object-position:center 18%}
.article-list .article-card:nth-child(2) img{object-position:center 16%}
.article-tag{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:#4e5f00;margin-bottom:5px}
.article-card h3{font-size:18px;margin-bottom:6px}
.article-card p{font-size:13.5px;margin-bottom:5px}
.recommends{background:var(--mist);border:1px solid var(--line);padding:31px}
.recommends h2{font-size:27px;font-weight:500;margin-bottom:7px}
.recommends-item{display:flex;gap:13px;padding:17px 0;border-bottom:1px solid var(--line);align-items:center}
.recommends-item:last-of-type{border-bottom:0}
.recommends-icon{width:42px;height:42px;border-radius:50%;background:var(--chartreuse);border:1px solid var(--chartreuse);display:grid;place-items:center;flex:0 0 auto}
.recommends-icon svg{width:23px;height:23px;stroke:var(--charcoal);fill:none;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.recommends-item strong{font-size:14px;display:block}
.recommends-item span{font-size:12.5px;color:var(--charcoal-2)}
.recommends > .btn{width:100%;margin-top:22px}
.recommends > p:last-child{font-size:11.5px;margin-top:13px}

/* ---------- Social band ---------- */
.social-band{background:#2d2d2b;color:#fff}
.social-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:64px 0}
.social-inner .eyebrow{color:#d8d8d2}
[data-cn-posts] .hero-actions{justify-content:center;margin-top:36px}
.social-inner h2{font-size:clamp(34px,4vw,49px);font-weight:500;max-width:12ch}
.social-inner p{color:#d1d1cb;max-width:50ch}
.social-collage{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.social-collage .instagram-tile{display:block;position:relative;overflow:hidden;background:#3a3a38}
.social-collage img{height:215px;width:100%;object-fit:cover;transition:opacity .2s ease}
.social-collage[data-feed-status="loading"] img{opacity:.92}
.social-collage .instagram-tile:focus-visible{outline:3px solid var(--chartreuse);outline-offset:3px}

/* ---------- Newsletter: "The Steady Edit" (V60) ---------- */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.newsletter{padding:56px 0 54px;border-bottom:1px solid var(--line);background:#fff}
.newsletter-inner{display:grid;grid-template-columns:.92fr 1.08fr;gap:64px;align-items:center}
.newsletter-copy h2{font-size:clamp(27px,2.35vw,34px);font-weight:500;line-height:1.12;letter-spacing:-.015em;margin-bottom:12px;max-width:19ch}
.newsletter-copy p{font-size:15px;line-height:1.65;margin:0;max-width:58ch}
.newsletter-copy strong{font-weight:600;color:var(--charcoal)}
.newsletter-signup{width:100%}
.newsletter-form{display:grid;grid-template-columns:1fr;gap:10px;width:100%}
.newsletter-fields{display:grid;grid-template-columns:.78fr 1.22fr;gap:10px}
.newsletter-form input{width:100%;min-width:0;height:54px;border:1px solid var(--line);padding:13px 16px;background:var(--cream);outline:none;font-size:15px;color:var(--charcoal);border-radius:0}
.newsletter-form input::placeholder{color:#777772;opacity:1}
.newsletter-form input:focus{border-color:#7c7c76;box-shadow:0 0 0 2px rgba(203,255,0,.28)}
.newsletter-submit{width:100%;min-height:54px;text-transform:uppercase;letter-spacing:.055em}
.newsletter-note{grid-column:auto;font-size:11.5px;line-height:1.45;color:#6a6a66;margin:12px 0 0;text-align:left}
.newsletter-form-status{font-size:11.5px;line-height:1.45;color:#6a6a66;margin:2px 0 0}

@media(max-width:900px){
  .newsletter{padding:48px 0}
  .newsletter-inner{grid-template-columns:1fr;gap:28px}
  .newsletter-copy h2{max-width:none}
  .newsletter-copy p{max-width:65ch}
  .newsletter-signup{max-width:680px}
}

@media(max-width:620px){
  .newsletter{padding:42px 0}
  .newsletter-inner{gap:24px}
  .newsletter-copy h2{font-size:28px;margin-bottom:10px}
  .newsletter-copy p{font-size:14.5px}
  .newsletter-fields{grid-template-columns:1fr;gap:8px}
  .newsletter-form{gap:8px}
  .newsletter-form input,.newsletter-submit{min-height:52px;height:52px}
  .newsletter-note{margin-top:10px}
}

/* ---------- Closing ---------- */
.closing{background:var(--chartreuse);padding:57px 0}
.closing-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}
.closing h2{font-size:clamp(29px,3.5vw,43px);font-weight:500;margin:0;max-width:760px}

/* ---------- Responsive ---------- */
@media(max-width:1080px){
  .services-grid{grid-template-columns:1fr 1fr}
  .focus-grid{grid-template-columns:repeat(3,1fr)}
  .signature-copy{padding:48px}.signature-list{columns:1}
}
@media(max-width:900px){
  .hero{padding-top:34px}
  .hero-grid,.core-approach,.clarity-grid,.signature-panel,.about-grid,.research-inner,.learn-grid,.social-inner,.newsletter-inner{grid-template-columns:1fr}
  .hero-copy{order:2}.hero-media{order:1;min-height:0;margin-right:0}.hero-photo{height:500px}.hero-badge{left:10px}
  .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-head{align-items:flex-start;flex-direction:column}.focus-grid{grid-template-columns:1fr 1fr}.clarity-intro{position:static}.clarity-list{grid-template-columns:1fr 1fr}
  .signature-photo{height:460px}.about-media{justify-content:center}.about-photo{width:min(100%,620px);height:560px;object-position:50% 26%}
  .research-mark{font-size:58px}.why-core-logo img{max-height:210px}.credential-badges .cns-badge{max-width:420px}.credential-badges .nasm-badge{max-width:220px}
}
@media(max-width:620px){
  .hero h1{font-size:42px}.hero-photo{height:420px}.hero-badge{display:none}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}
  .trust-grid,.services-grid,.focus-grid,.clarity-list,.credentials-mini{grid-template-columns:1fr}.work-steps{grid-template-columns:1fr 1fr;gap:22px 12px}.work-step:not(:last-child):after{display:none}.trust-item{border-right:0!important;border-bottom:1px solid var(--line)!important}.trust-item:last-child{border-bottom:0!important}
  .section{padding:70px 0}.core-photo{height:400px;border-radius:4px 80px 4px 80px}.core-photo-wrap:after{right:5px;bottom:16px;font-size:16px}
  .service-body p{min-height:0}.focus-note{align-items:flex-start;flex-direction:column}.signature-copy{padding:38px 25px}.signature-photo{height:390px}
  .about-media{justify-content:center}.about-photo{width:100%;max-width:500px;height:470px;object-position:50% 24%}.why-core-logo img{max-height:180px}.credential-badges .cns-badge{max-width:360px}.credential-badges .nasm-badge{max-width:190px}.article-card{grid-template-columns:100px 1fr}.article-card img{width:100px;height:100px}.article-list .article-card:nth-child(1) img{object-position:center 18%}.article-list .article-card:nth-child(2) img{object-position:center 16%}.social-collage img{height:170px}
  .closing-inner{align-items:flex-start;flex-direction:column}
}

/* ---------- V59 mobile/tablet optimization pass (home-page-only rules;
   the .nav/.brand img/.btn/.mobile-panel a/.wrap chrome pieces of this same
   pass live in site.css instead) ---------- */
@media (min-width:901px) and (max-width:1080px){
  .hero-grid{grid-template-columns:.9fr 1.1fr;gap:24px}
  .hero h1{font-size:clamp(44px,5vw,56px)}
  .hero-media{min-height:560px;margin-right:-20px}
  .hero-photo{height:560px}
  .hero-badge{left:-10px;bottom:28px}
  .focus-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:900px){
  .hero .wrap{width:min(var(--maxw),calc(100% - 40px))}
  .hero{padding-top:28px;padding-bottom:64px}
  .hero-media{width:100%;max-width:720px;margin-left:auto;margin-right:auto}
  .hero-photo{height:clamp(430px,67vw,520px)}
  .hero-copy{padding-top:26px}
  .hero h1{font-size:clamp(42px,8vw,56px);max-width:13ch}
  .section{padding:80px 0}
  .section-head{gap:18px;margin-bottom:34px}
  .signature-panel{max-width:760px;margin-left:auto;margin-right:auto}
}

@media (max-width:620px){
  .hero .wrap{width:min(var(--maxw),calc(100% - 32px))}
  .hero{padding-top:20px;padding-bottom:56px}
  .hero-photo{height:clamp(340px,105vw,420px)}
  .hero-copy{padding-top:22px}
  .hero h1{font-size:clamp(36px,10.5vw,40px);line-height:1.01;margin-bottom:20px;max-width:none}
  .hero .lede{font-size:16px;line-height:1.62}
  .hero-actions{gap:10px;margin-top:24px}
  .availability{font-size:12.5px;line-height:1.45}

  /* Keep the trust signals compact on phones instead of creating a very tall 4-row block. */
  .trust-grid{grid-template-columns:1fr 1fr}
  .trust-item{padding:22px 10px;border-right:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important}
  .trust-item:nth-child(even){border-right:0!important}
  .trust-item:nth-child(n+3){border-bottom:0!important}
  .trust-icon{width:50px;height:50px;margin-bottom:12px}
  .trust-item strong{font-size:13.5px;line-height:1.25}
  .credentials-bar{font-size:10.5px;line-height:1.55;letter-spacing:.035em;padding:12px 14px}

  .section{padding:60px 0}
  .section-head{margin-bottom:30px}
  .section-head h2,.core-copy h2{font-size:34px;line-height:1.03}
  .core-quote{font-size:21px}
  .core-photo{height:360px}

  .service-photo{height:190px}
  .service-body{padding:34px 18px 22px}
  .focus-card{padding:22px 18px;min-height:0}
  .clarity-card{padding:22px 18px}

  .work-together{padding:24px 16px}
  .work-step{padding:0 6px}
  .work-step p{font-size:12px;line-height:1.45}

  .signature-section{padding-bottom:70px}
  .signature-copy{padding:34px 22px}
  .signature-copy h2{font-size:36px;line-height:1.03}
  .signature-photo{height:360px}

  .about-photo{height:420px}
  .about-copy h2{font-size:35px;line-height:1.04}
  .research-inner{padding:52px 0;gap:36px}
  .research-copy h2{font-size:28px;line-height:1.08}

  .learn-grid{gap:34px}
  .article-card{grid-template-columns:92px minmax(0,1fr);gap:14px;padding:18px 0}
  .article-card img{width:92px;height:92px}
  .article-card h3{font-size:17px;line-height:1.1;overflow-wrap:anywhere}
  .article-card p{font-size:13px;line-height:1.5}

  .recommends{padding:24px 20px}
  .social-inner{padding:54px 0;gap:30px}
  .social-collage img{height:155px}
  .closing{padding:44px 0}
  .closing h2{font-size:31px;line-height:1.05}
  .footer{padding:48px 0 24px}
  .footer-grid{gap:28px;padding-bottom:34px}
}

@media (max-width:380px){
  .hero h1{font-size:35px}
  .hero-photo{height:350px}
  .trust-item{padding:20px 8px}
  .article-card{grid-template-columns:86px minmax(0,1fr)}
  .article-card img{width:86px;height:86px}
}

@media (max-width:340px){
  .work-steps{grid-template-columns:1fr}
}

@media (hover:none) and (pointer:coarse){
  .service-card:hover{transform:none}
  .service-card{-webkit-tap-highlight-color:transparent}
}
