@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');
:root{--ink:#131313;--gold:#d0ad59;--muted:#626262;--paper:#fff;--line:#dedbd4}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:17px;line-height:1.65}a{color:inherit}a,button{touch-action:manipulation}a:focus-visible,button:focus-visible{outline:3px solid #bb8f2e;outline-offset:5px}h1,h2,h3,p{margin:0}h1,h2{font-family:'Playfair Display',Georgia,serif;font-weight:400;line-height:1.12;letter-spacing:-.035em}h1{font-size:clamp(44px,5.8vw,82px)}h2{font-size:clamp(34px,4vw,54px)}h3{font-size:23px;line-height:1.3;font-weight:500}p+p{margin-top:20px}.wrap{max-width:1280px;margin:auto;padding:0 56px}.skip{position:absolute;top:-100px}.skip:focus{top:10px;z-index:10;background:white;padding:10px}header{background:#101010;color:white;border-bottom:1px solid #34302a}.header{display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:105px}.brand{text-decoration:none;display:flex;align-items:center;gap:13px}.brand img{width:80px;height:58px;object-fit:cover}.brand span{font-family:Georgia,serif;font-size:18px;line-height:1.18;letter-spacing:.04em}.brand small{display:block;font:10px Arial,sans-serif;letter-spacing:.2em;color:var(--gold);margin-top:8px}nav{display:flex;gap:23px;align-items:center}nav a{font-size:14px;text-decoration:none;padding:8px 0;color:#dedede}nav a:hover,nav a[aria-current]{color:var(--gold)}.menu{display:none;background:none;color:white;border:1px solid #8c7544;padding:9px 15px;font:inherit}.eyebrow{text-transform:uppercase;letter-spacing:.19em;font-size:12px;font-weight:700;color:#917027;margin-bottom:22px}.dark .eyebrow{color:var(--gold)}.dark{background:#101010;color:white}.hero{display:grid;grid-template-columns:1.06fr 1fr;min-height:660px}.hero-copy{padding:70px 48px 70px 0;align-self:center}.hero h1 em{font-style:normal;color:var(--gold)}.hero p:not(.eyebrow){color:#c9c9c9;max-width:470px;margin-top:26px;font-size:18px}.hero-photo{position:relative;min-height:570px}.hero-photo img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:36% top}.hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#101010 0%,transparent 24%)}.actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 24px;text-decoration:none;background:var(--gold);color:#15120b;font-size:14px;font-weight:700;border:1px solid var(--gold)}.button:hover{background:#dfc17c}.button.outline{background:transparent;color:inherit;border-color:#777}.ribbon{background:var(--gold);color:#18150d;text-align:center;padding:17px 20px;font-size:13px;font-weight:600;letter-spacing:.22em;text-transform:uppercase}.section{padding:90px 0}.section-intro{display:flex;gap:50px;align-items:end;justify-content:space-between;margin-bottom:42px}.section-intro p{color:var(--muted);max-width:380px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.card{border-top:1px solid #b89448;padding:28px 0 10px;display:flex;flex-direction:column;align-items:start}.number{font-family:Georgia,serif;color:#927436;font-size:17px;margin-bottom:38px}.card p{color:var(--muted);margin:18px 0 27px;font-size:16px}.text-link{font-weight:600;text-decoration:none;border-bottom:1px solid #b28d40;padding-bottom:4px;font-size:14px;margin-top:auto}.text-link:hover{color:#89661e}.soft{background:#f4f3f0}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.portrait{width:100%;max-height:590px;object-fit:cover;object-position:top}.split h2{margin-bottom:25px}.split p{color:var(--muted)}.signature{display:block;width:170px;height:100px;object-fit:cover;object-position:center;margin-top:20px}.quote{border-left:2px solid var(--gold);padding-left:27px;margin:35px 0 0;font:italic 26px/1.5 Georgia,serif}.newsletter{display:flex;justify-content:space-between;gap:60px;align-items:center}.newsletter p{color:#c4c4c4;max-width:520px;margin-top:18px}.newsletter h2{font-size:42px}.pending{font-size:14px;color:#c9b77f;border:1px solid #665735;padding:17px 23px;max-width:330px}.page-head{padding:75px 0 66px;background:#101010;color:white}.page-head p:not(.eyebrow){margin-top:25px;max-width:700px;color:#ccc;font-size:19px}.page-head h1{max-width:1000px;font-size:clamp(43px,5vw,68px)}.breadcrumbs{display:flex;gap:12px;font-size:13px;color:#aaa;margin-bottom:30px}.breadcrumbs a{text-decoration:none}.detail-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:85px}.detail-grid h2{font-size:39px;margin-bottom:25px}.detail-grid h3{margin:32px 0 12px}.detail-grid p{color:var(--muted)}.aside{padding:32px;background:#f4f3f0;border-top:3px solid var(--gold);align-self:start}.aside h3{margin:0 0 16px}.aside ul{padding-left:20px;margin:0}.aside li{margin:12px 0;color:#555;font-size:16px}.topics{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:30px}.topic{padding:25px;border:1px solid var(--line)}.topic h3{font-size:19px;margin:0 0 12px}.topic p{font-size:16px}.empty{max-width:780px;margin:auto;text-align:center;padding:70px 30px;border:1px solid var(--line)}.empty p{max-width:560px;margin:25px auto;color:var(--muted)}.empty .actions{justify-content:center}.empty h2{font-size:40px}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.contact-card{border:1px solid var(--line);padding:35px}.contact-card p{color:var(--muted);margin:20px 0}.status{font-size:14px;color:#78602e;background:#f4efe4;padding:14px 18px;margin-top:22px}.footer{padding:50px 0 25px;background:#101010;color:#bdbdbd;border-top:1px solid #34302a}.footer-top{display:flex;justify-content:space-between;gap:30px}.footer .brand{color:white}.footer p{font-size:14px;max-width:370px;margin-top:20px}.footer-links{display:flex;gap:25px;align-items:start;font-size:14px}.footer-links a{text-decoration:none}.legal{border-top:1px solid #333;margin-top:35px;padding-top:22px;display:flex;justify-content:space-between;font-size:12px;gap:20px}.gold{color:var(--gold)}
@media(min-width:1500px){.hero{min-height:740px}}@media(max-width:1000px){.wrap{padding:0 28px}nav{gap:13px}.brand span{font-size:15px}.brand img{width:60px}.hero-copy{padding-right:25px}.split{gap:40px}.detail-grid{gap:40px}.hero{min-height:580px}.hero-photo{min-height:530px}}@media(max-width:760px){.wrap{padding:0 23px}.header{min-height:85px;flex-wrap:wrap;gap:0}.brand span{font-size:16px}.menu{display:block}nav{display:none;flex-basis:100%;padding:18px 0;flex-direction:column;align-items:stretch}nav.open{display:flex}nav a{font-size:16px}.hero{grid-template-columns:1fr}.hero-copy{padding:48px 0 38px}.hero-photo{min-height:430px}.hero-photo:after{background:linear-gradient(180deg,#101010,transparent 20%)}.hero-photo img{object-position:center 15%}.hero h1{font-size:52px}.hero p:not(.eyebrow){font-size:17px}.ribbon{font-size:11px;letter-spacing:.12em}.section{padding:60px 0}.section-intro,.newsletter{display:block}.section-intro p{margin-top:22px}.grid,.split,.detail-grid,.contact-grid,.topics{grid-template-columns:1fr;gap:35px}.number{margin-bottom:18px}.card{padding-bottom:15px}.split .portrait{max-height:500px}.newsletter .pending{margin-top:28px}.footer-top{display:block}.footer-links{margin-top:30px;flex-wrap:wrap}.legal{display:block}.legal span{display:block;margin-top:8px}.page-head{padding:48px 0}.empty{padding:40px 20px}.eyebrow{font-size:11px}.topics{gap:15px}}
.brand.updated-brand img{width:120px;height:80px;object-fit:contain;flex-shrink:0}.header .updated-brand{padding:10px 0}@media(max-width:760px){.brand.updated-brand img{width:96px;height:64px}}
.hero .hero-photo{min-height:0;display:flex;align-items:center}.hero .hero-photo img{position:static;width:100%;height:auto;object-fit:contain;object-position:center}.hero .hero-photo:after{display:none}.ribbon{text-transform:none;letter-spacing:.06em;font-size:16px}.split .portrait{height:auto;max-height:none;object-fit:contain}
.homepage-intro{max-width:900px}.homepage-intro h2{margin-bottom:25px}.homepage-intro p:not(.eyebrow){color:var(--muted)}
.header .brand.updated-brand img{width:180px;height:120px}.footer-minimal{padding:22px 0}.footer-minimal .legal{margin-top:0;padding-top:0;border:0}@media(max-width:760px){.header .brand.updated-brand img{width:150px;height:100px}}
.about-page .page-head{padding:32px 0 36px}.about-page .breadcrumbs{margin-bottom:14px}.about-page .eyebrow{margin-bottom:12px}.about-page .page-head h1{font-size:clamp(2.1rem,3.5vw,3.25rem);max-width:1000px}.about-page .page-head p:not(.eyebrow){margin-top:16px;max-width:900px}.about-page .section{padding:40px 0}.about-page .split{align-items:start;gap:48px}.about-page .split h2{font-size:clamp(1.9rem,2.8vw,2.6rem);margin-bottom:18px}.about-page p+p{margin-top:14px}.about-page .signature{height:70px;margin-top:10px}.about-page .soft h2{font-size:clamp(1.9rem,3vw,2.75rem);margin-bottom:20px}.about-page .card{padding-top:20px}.about-page .card p{margin:12px 0 6px}.about-page .footer{padding-top:30px}@media(max-width:760px){.about-page .page-head{padding:24px 0 28px}.about-page .section{padding:28px 0}.about-page .split{gap:24px}.about-page .grid{gap:22px}}
.home-page .ribbon{font-size:clamp(1.35rem,2.4vw,2rem);font-weight:700;line-height:1.35;padding:22px 23px;letter-spacing:.025em}.home-page .section-intro h2,.home-page .section-intro>p,.home-page .card h3{font-weight:700}.home-page .hero{grid-template-columns:.9fr 1.2fr}@media(max-width:760px){.home-page .hero{grid-template-columns:1fr}}
.home-opening{text-align:center;padding-top:26px;padding-bottom:30px}.home-opening .eyebrow{margin-bottom:12px}.home-opening h1{font-size:clamp(1.8rem,3.15vw,2.8rem);line-height:1.2;letter-spacing:-.035em;margin-bottom:24px}.home-opening h1 em{color:var(--gold);font-style:normal}.opening-photo{display:block;width:100%;max-width:600px;height:auto;margin:0 auto}.opening-description{max-width:960px;margin:24px auto 0;color:#ddd;font-size:18px}.opening-description p+p{margin-top:14px}.opening-description .actions{justify-content:center;margin-top:22px}@media(max-width:760px){.home-opening{padding-top:22px;padding-bottom:26px}.home-opening h1{font-size:1.9rem;margin-bottom:18px}.opening-description{font-size:17px;margin-top:20px}}
.home-opening .opening-description{font-size:20px;line-height:1.6;max-width:1000px}.opening-description>p{text-wrap:pretty}@media(max-width:760px){.home-opening .opening-description{font-size:19px}}
.home-opening .opening-description{max-width:820px}.home-page .card{padding:28px;border:1px solid #c3a15b;background:#fff;box-shadow:0 6px 18px #1313130a}.home-page .section:has(.section-intro){padding:48px 0}.home-page .section-intro{margin-bottom:28px}@media(max-width:760px){.home-page .card{padding:24px}.home-page .section:has(.section-intro){padding:32px 0}}
.pathway-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pathway-grid .card h3{font-family:'Playfair Display',Georgia,serif;font-size:28px;font-weight:700;line-height:1.25;letter-spacing:-.025em}.home-page .section-intro>div{flex:1}.home-page .section-intro>p{flex:0 1 320px}@media(max-width:760px){.pathway-grid{grid-template-columns:1fr}.pathway-grid .card h3{font-size:26px}}
.coaching-page .page-head{padding:28px 0 32px}.coaching-page .breadcrumbs{margin-bottom:14px}.coaching-page .page-head .eyebrow{margin-bottom:14px}.coaching-page .page-head h1{font-size:clamp(2rem,3.7vw,3.25rem);max-width:none;text-wrap:balance}.coaching-page .page-head p:not(.eyebrow){max-width:1000px;margin-top:16px;text-wrap:pretty}.coaching-page .page-head+.section{padding-top:40px}@media(max-width:760px){.coaching-page .page-head{padding:22px 0 26px}.coaching-page .page-head+.section{padding-top:28px}}
.coaching-page .section{padding-top:30px;padding-bottom:30px}.coaching-page .section.soft .eyebrow{margin-bottom:12px}.coaching-page .section.soft h2{font-size:clamp(1.9rem,3.2vw,2.8rem);margin-bottom:20px;text-wrap:balance}.coaching-page .section.soft .card{padding-top:20px}.coaching-page .section.soft .card p{margin-bottom:12px}@media(max-width:760px){.coaching-page .section{padding-top:24px;padding-bottom:24px}}
.community-topics{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.community-content>.aside{margin-top:28px;padding:24px}.community-content>.aside .actions{margin-top:16px}@media(max-width:760px){.community-topics{grid-template-columns:1fr;gap:18px}}
.community-page .page-head{padding:28px 0 30px}.community-page .breadcrumbs{margin-bottom:14px}.community-page .page-head .eyebrow{margin-bottom:12px}.community-page .page-head h1{font-size:clamp(2rem,3.3vw,2.9rem);max-width:none;text-wrap:balance}.community-page .page-head p:not(.eyebrow){max-width:1100px;margin-top:16px;text-wrap:pretty}.community-page .section{padding:30px 0}.community-content h2{font-size:clamp(1.9rem,3vw,2.6rem);margin-bottom:16px}.community-topics{margin-top:24px}@media(max-width:760px){.community-page .page-head{padding:22px 0 24px}.community-page .section{padding:24px 0}}
.services-page .page-head{padding:28px 0 30px}.services-page .breadcrumbs{margin-bottom:14px}.services-page .page-head .eyebrow{margin-bottom:12px}.services-page .page-head h1{font-size:clamp(2rem,3.3vw,2.9rem);max-width:none;text-wrap:balance}.services-page .page-head p:not(.eyebrow){max-width:1100px;margin-top:16px;text-wrap:pretty}.services-page .section{padding:30px 0}.services-page .pathway-grid .card{padding-top:20px}.services-page .pathway-grid .card p{margin:14px 0 20px}@media(max-width:760px){.services-page .page-head{padding:22px 0 24px}.services-page .section{padding:24px 0}}
.services-page .pathway-grid{gap:24px}.services-page .pathway-grid .card{padding:28px;border:1px solid #c3a15b;background:#fff;box-shadow:0 6px 18px #1313130a}.services-page .pathway-grid .card p{margin:16px 0 22px}@media(max-width:760px){.services-page .pathway-grid{gap:20px}.services-page .pathway-grid .card{padding:24px}}
.about-photo-crop{aspect-ratio:1;overflow:hidden}.about-photo-crop img{display:block;width:100%;height:auto}.about-page .signature{width:210px;height:auto;object-fit:contain;margin-top:20px}
.contact-page .page-head{padding:28px 0 30px}.contact-page .breadcrumbs{margin-bottom:14px}.contact-page .page-head .eyebrow{margin-bottom:12px}.contact-page .page-head h1{font-size:clamp(2rem,3.5vw,3rem)}.contact-page .page-head p:not(.eyebrow){margin-top:16px}.contact-page .section{padding:36px 0}.contact-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:center}.contact-photo{display:block;width:100%;height:auto}.contact-layout h2{font-size:clamp(1.8rem,2.6vw,2.5rem);margin-bottom:20px}.contact-layout p{color:var(--muted)}.contact-email{font-weight:700;color:var(--ink);overflow-wrap:anywhere}.contact-layout address{font-style:normal;margin-top:20px}.contact-layout .actions{margin-top:24px}@media(max-width:760px){.contact-layout{grid-template-columns:1fr;gap:24px}.contact-page .section{padding:24px 0}}
.testimonials-page .page-head{padding:28px 0 30px}.testimonials-page .breadcrumbs{margin-bottom:14px}.testimonials-page .page-head .eyebrow{margin-bottom:12px}.testimonials-page .page-head h1{font-size:clamp(2rem,3.5vw,3rem)}.testimonials-page .page-head p:not(.eyebrow){margin-top:16px}.testimonials-page .section{padding:32px 0}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.testimonial-card{border:1px solid var(--gold);padding:26px;background:white;box-shadow:0 4px 14px #00000006}.initials-circle{width:60px;height:60px;border-radius:50%;background:var(--gold);color:var(--ink);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;margin-bottom:20px}.testimonial-card blockquote{margin:0;font-size:18px;line-height:1.65;overflow-wrap:anywhere}.testimonial-placeholder{color:var(--muted)}.testimonial-attribution{font-size:14px;color:var(--muted);margin-top:20px;padding-top:16px;border-top:1px solid var(--line)}@media(max-width:1000px){.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.testimonial-grid{grid-template-columns:1fr;gap:18px}.testimonials-page .section{padding:24px 0}}

/* Embedded consultation form */
#consultation{scroll-margin-top:24px}.consultation-form{max-width:960px;margin:0 auto}.consultation-form h2{font-size:clamp(1.8rem,2.6vw,2.5rem)}.consultation-intro{margin:16px 0 24px;color:var(--muted)}.consultation-form iframe{display:block}.form-fallback{font-size:14px;margin-top:16px;color:var(--muted)}.form-fallback a{text-underline-offset:3px}

.service-detail h2,.service-detail h3{font-weight:700}

.training-customization{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:30px;padding:24px;border-top:2px solid var(--gold);background:#fff}.training-customization h3{margin-bottom:10px}.training-customization p{max-width:700px;color:var(--muted);font-size:16px}.training-customization .button{flex-shrink:0}@media(max-width:760px){.training-customization{align-items:flex-start;flex-direction:column;gap:18px;padding:20px}}

/* Organization and technology logos */
.brand-section h2{font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:24px}
.brand-section{border-top:1px solid var(--line)}
.brand-grid{display:grid;gap:20px}
.partner-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.tools-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.brand-tile{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line);padding:20px;min-width:0;height:190px}
.brand-tile img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.tools-grid .brand-tile{height:120px}
.tools-grid img{max-width:min(100%,190px)}
@media(max-width:760px){.brand-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.brand-tile{height:160px;padding:14px}.tools-grid .brand-tile{height:100px}}
@media(max-width:400px){.partner-grid{grid-template-columns:1fr}}

.logo-carousel{position:relative}
.logo-pause{display:block;margin:0 0 14px auto;border:1px solid var(--gold);background:#fff;color:var(--ink);padding:8px 18px;font:inherit;font-size:14px;cursor:pointer}
.logo-viewport{overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;touch-action:pan-x pan-y}
.logo-track{display:flex;gap:20px}
.logo-track .brand-grid{display:flex;flex:0 0 auto;min-width:100%;gap:20px;padding-bottom:8px}
.logo-track .brand-tile{flex:1 0 200px;width:200px;height:160px;box-sizing:border-box}
.logo-track .tools-grid .brand-tile{height:120px}
.logo-pause:focus-visible,.logo-viewport:focus-visible{outline:2px solid var(--gold);outline-offset:4px}
@media(max-width:760px){.logo-track .brand-tile{flex-basis:170px;width:170px;height:145px}}

.logo-track a.brand-tile:focus-visible{outline:2px solid var(--gold);outline-offset:-4px}.logo-track a.brand-tile:hover{border-color:var(--gold)}

.testimonial-services{color:var(--ink)}.testimonial-services ul{list-style:none;padding:0;margin:12px 0 0;display:grid;gap:10px}.testimonial-services li{display:flex;align-items:flex-start;gap:9px;line-height:1.5}.testimonial-services svg{width:18px;height:18px;flex:0 0 18px;margin-top:2px;color:#8a6824}.testimonial-services strong{font-weight:700}

.services-intro{display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:center;gap:40px}.services-feature{display:block;width:100%;max-width:340px;height:auto;justify-self:end}.services-intro h1{font-size:clamp(2rem,4vw,3.5rem)}@media(max-width:760px){.services-intro{grid-template-columns:1fr;gap:24px}.services-feature{justify-self:center}}

.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:760px){.testimonial-grid{grid-template-columns:1fr}}

.testimonial-card blockquote{white-space:pre-line}@media(min-width:1001px){.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}

.home-opening-split{display:grid;grid-template-columns:minmax(0,45fr) minmax(0,55fr);align-items:center;gap:40px;text-align:left;padding-top:48px;padding-bottom:52px}
.home-opening-split h1{font-size:clamp(2.2rem,3.6vw,3.3rem);line-height:1.13;font-weight:700;margin-bottom:22px}
.home-opening-split .eyebrow{font-size:12px;letter-spacing:.12em;margin-bottom:18px}
.home-opening-split .opening-support{font-size:21px;line-height:1.5;color:#eee;max-width:430px}
.home-opening-split .opening-description{margin:18px 0 0;font-size:17px;line-height:1.65;color:#c9c9c9}
.home-opening-split .opening-description .actions{justify-content:flex-start;margin-top:26px}
.home-opening-split .opening-photo{max-width:none;margin:0;width:100%;height:auto}
@media(max-width:760px){.home-opening-split{grid-template-columns:1fr;gap:30px;padding-top:32px;padding-bottom:32px}.home-opening-split h1{font-size:clamp(2rem,7.8vw,3rem)}.home-opening-split .opening-support{font-size:19px}.home-opening-split .opening-description{font-size:17px}}

.professional-intro{display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:center;gap:40px}.professional-feature{display:block;width:100%;max-width:340px;height:auto;justify-self:end}@media(max-width:760px){.professional-intro{grid-template-columns:1fr;gap:24px}.professional-feature{justify-self:center}}



/* Consistent workshop examples across all four service detail pages. */
.service-detail .detail-grid{grid-template-columns:minmax(0,1fr);gap:28px}
.service-detail .service-examples{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:24px}
.service-detail .service-examples>article{display:block;min-width:0;padding:25px;border:1px solid var(--line);background:#fff}
.service-detail .service-examples>article h3{font-size:19px;font-weight:700;line-height:1.3;margin:0 0 12px}
.service-detail .service-examples>article p{font-size:16px;color:var(--muted);margin:0}
@media(max-width:760px){.service-detail .service-examples{grid-template-columns:1fr;gap:18px}}

.coaching-overview h2{font-size:39px;margin-bottom:25px}.coaching-overview p:not(.eyebrow){color:var(--muted)}.coaching-page .coaching-examples h2{font-size:clamp(1.9rem,3.2vw,2.8rem);margin-bottom:20px}.coaching-page .coaching-examples .eyebrow{margin-bottom:12px}

/* Compact, wider testimonial cards with expandable full quotes. */
.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start}
.testimonial-card{padding:22px}.initials-circle{width:44px;height:44px;font-size:16px;margin-bottom:14px}
.testimonial-card blockquote{font-size:16px;line-height:1.5}
.testimonial-card.is-collapsible:not(.is-expanded) blockquote{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden}
.testimonial-toggle{background:none;border:0;color:#765619;font:inherit;font-size:14px;font-weight:700;text-decoration:underline;padding:10px 0;cursor:pointer;min-height:44px}
.testimonial-toggle:focus-visible{outline:2px solid #765619;outline-offset:3px}
.testimonial-attribution{margin-top:14px;padding-top:12px;font-size:13px}.testimonial-services ul{margin-top:8px;gap:6px}.testimonial-services li{line-height:1.4}.testimonial-services svg{width:16px;height:16px;flex-basis:16px}
@media(max-width:760px){.testimonial-grid{grid-template-columns:1fr;gap:16px}.testimonial-card{padding:20px}.testimonial-card blockquote{font-size:15px;line-height:1.5}}
