/* Interview archive, stories and the home section share one editorial style. */
.interview-home{background:#fff;border-bottom:1px solid var(--line)}
.interview-section-lead{font-size:15px;line-height:1.9;color:var(--muted);margin-top:22px}
.interview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px 32px}
.interview-card{min-width:0;display:flex;flex-direction:column}
.interview-image{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--ice,#eef5fc);border-radius:24px}
.interview-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.interview-placeholder{position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden;background:linear-gradient(135deg,#e9f4fe,#d6e6fa);color:var(--navy);gap:14px;padding:24px}
.interview-placeholder::before,.interview-placeholder::after{content:'';position:absolute;z-index:-1;width:65%;aspect-ratio:1;border-radius:50%;border:1px solid #91bce255;right:-16%;top:-25%}
.interview-placeholder::after{width:55%;top:auto;right:auto;bottom:-35%;left:-12%;background:#ffffff55;border:0}
.interview-placeholder>span{font-size:10px;letter-spacing:.13em}
.interview-placeholder strong{font-size:clamp(24px,3.7vw,48px);line-height:1.15;letter-spacing:-.04em;font-weight:600}
.interview-copy{padding:26px 2px 0;display:flex;flex-direction:column;flex:1}
.interview-meta{display:flex;flex-wrap:wrap;align-items:center;gap:16px;font-size:11px;line-height:1.6;color:var(--link)}
.interview-meta time{color:var(--muted);font-variant-numeric:tabular-nums}
.interview-copy h2,.interview-copy h3,.inner-page .interview-copy h2,.inner-page .interview-copy h3{font-size:clamp(21px,2.3vw,28px);line-height:1.65;letter-spacing:-.035em;color:var(--navy);margin:15px 0 12px}
.interview-company{font-size:13px;color:var(--ink);font-weight:600}
.interview-excerpt{font-size:14px;color:var(--muted);line-height:1.9;margin-top:12px;margin-bottom:22px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.interview-copy .text-link{align-self:flex-start;margin-top:auto;font-size:13px;min-height:44px}
.interview-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:42px}
.interview-filters a{border:1px solid var(--line);border-radius:99px;padding:10px 20px;font-size:13px;min-height:44px;display:inline-flex;align-items:center;color:var(--navy);background:white}
.interview-filters a[aria-current=page]{background:var(--navy);color:white;border-color:var(--navy)}
.inner-page .interview-filter-title{font-size:22px;margin-bottom:26px}
.interview-archive .pagination{margin-top:58px}
.interview-archive .nav-links{justify-content:center}
.interview-empty{border-top:1px solid var(--line);padding:65px 0 10px}
.interview-empty>p:not(.eyebrow){margin:22px 0 30px;color:var(--muted);line-height:1.9}
.inner-page.interview-detail .page-intro{max-width:960px;padding-bottom:44px}
.inner-page.interview-detail h1{font-size:clamp(32px,4.6vw,60px);line-height:1.5;letter-spacing:-.02em}
.interview-detail .breadcrumb{line-height:1.8}
.interview-detail .breadcrumb [aria-current]{max-width:36em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.interview-cover{margin:0 0 64px}
.interview-cover img{width:100%;max-height:680px;object-fit:contain;background:var(--surface);border-radius:26px}
.interview-cover figcaption{font-size:12px;color:var(--muted);margin-top:12px;line-height:1.8}
.interview-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:76px;align-items:start}
.interview-layout:not(:has(.interview-profile)){display:block;max-width:800px;margin-inline:auto}
.interview-profile{position:sticky;top:110px;border-top:2px solid var(--navy);padding-top:23px}
.interview-profile .eyebrow{font-size:11px;margin-bottom:22px}
.interview-profile-company{font-size:16px;font-weight:700;color:var(--navy);line-height:1.7}
.interview-profile-role{font-size:12px;color:var(--muted);margin-top:18px}
.interview-profile-person{font-size:22px;font-weight:600;line-height:1.5;color:var(--navy);margin-top:4px}
.interview-profile-bio{font-size:12px;line-height:1.95;color:var(--muted);margin-top:22px;padding-top:20px;border-top:1px solid var(--line)}
.inner-page .interview-body{min-width:0;font-size:16px;line-height:2.1}
.inner-page .interview-body h2{font-size:clamp(23px,2.4vw,30px);line-height:1.75;padding:28px 0 0;border-bottom:0;border-top:1px solid var(--line);margin:64px 0 24px;letter-spacing:-.025em}
.inner-page .interview-body>h2:first-child{margin-top:0}
.inner-page .interview-body h3{font-size:21px;line-height:1.8}
.inner-page .interview-body blockquote{border-left:3px solid var(--sky);border-radius:0 16px 16px 0;padding:26px 30px;margin:38px 0;font-size:20px;color:var(--navy);background:#edf5fc}
.inner-page .interview-body blockquote p:last-child{margin-bottom:0}
.inner-page .interview-body img{border-radius:16px;height:auto}
.interview-body figcaption{font-size:12px;color:var(--muted);line-height:1.8}
.interview-back{margin:65px 0 90px;padding-top:36px;border-top:1px solid var(--line)}
.interview-related{padding-bottom:100px}
.interview-related>h2{margin-bottom:36px}
@media(hover:hover){.interview-image:hover img{transform:scale(1.025)}.interview-copy h2 a:hover,.interview-copy h3 a:hover{color:var(--link)}.interview-filters a:hover{border-color:var(--navy)}}
@media(max-width:900px){.interview-layout{grid-template-columns:200px minmax(0,1fr);gap:38px}}
@media(max-width:760px){.interview-grid{grid-template-columns:1fr;gap:38px}.interview-image{border-radius:18px;aspect-ratio:16/9}.interview-copy{padding-top:20px}.interview-copy h2,.interview-copy h3,.inner-page .interview-copy h2,.inner-page .interview-copy h3{font-size:23px}.interview-placeholder strong{font-size:36px}.interview-placeholder{gap:10px}.interview-section-lead{font-size:14px}.interview-home .section-heading{align-items:flex-start}.interview-home .interview-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:18px;padding-bottom:20px}.interview-home .interview-card{flex:0 0 88%;scroll-snap-align:start}.interview-home .interview-copy h3{font-size:21px}.interview-layout{grid-template-columns:1fr;gap:36px}.interview-profile{position:static;padding:24px;border:1px solid var(--line);border-radius:18px;background:white}.interview-profile .eyebrow{margin-bottom:14px}.interview-profile-bio{margin-top:16px}.interview-cover{margin-bottom:32px}.interview-cover img{border-radius:18px}.inner-page.interview-detail .page-intro{padding-bottom:32px}.inner-page .interview-body{font-size:15px}.inner-page .interview-body h2{margin-top:44px;padding-top:22px}.inner-page .interview-body blockquote{font-size:18px;padding:22px}.interview-back{margin:40px 0 64px}.interview-related{padding-bottom:64px}.interview-filters{margin-bottom:30px}.interview-filters a{font-size:12px;padding:10px 16px}}
@media(prefers-reduced-motion:reduce){.interview-image img{transition:none}.interview-home .interview-grid{scroll-behavior:auto}}

/* Customer stories: flexible cover, client information and question/answer blocks. */
.interview-breadcrumb{padding-top:42px;margin-bottom:34px!important}
.interview-sample-notice{display:flex;flex-wrap:wrap;gap:8px 18px;align-items:center;padding:15px 20px;margin-bottom:34px;background:#fff;border:1px dashed #9db9d8;border-radius:12px;font-size:12px;line-height:1.8;color:var(--muted)}
.interview-sample-notice strong,.interview-sample-label{font-size:11px;letter-spacing:.07em;color:var(--link)}
.interview-sample-label{margin-bottom:12px;font-weight:600}
.interview-hero{display:grid;grid-template-columns:1.08fr 1fr;gap:58px;align-items:center;padding:16px 0 58px}
.interview-hero.is-text-only{display:block;max-width:860px}
.interview-hero-copy{min-width:0}
.inner-page.interview-detail .interview-hero h1{font-size:clamp(30px,3.2vw,45px);line-height:1.6;letter-spacing:-.02em;overflow-wrap:anywhere;text-wrap:pretty}
.interview-hero .eyebrow{font-size:11px;letter-spacing:.14em;margin-bottom:20px}
.inner-page .interview-hero .intro-lead{font-size:16px;line-height:1.95;margin-top:22px;max-width:38em}
.interview-hero .article-meta{font-size:11px;margin-top:24px;gap:18px;flex-wrap:wrap}
.interview-hero-media{min-width:0}
.interview-hero-media>div{aspect-ratio:4/3;overflow:hidden;border-radius:24px;background:#e5effb}
.interview-hero-media img{width:100%;height:100%;object-fit:contain}
.interview-hero-media.is-logo>div{padding:clamp(30px,5vw,65px);background:white;border:1px solid var(--line);display:grid;place-items:center}
.interview-hero-media.is-logo img{max-height:230px;object-fit:contain}
.interview-hero-media figcaption{font-size:11px;color:var(--muted);line-height:1.8;margin-top:12px}
.interview-client{display:grid;grid-template-columns:1.15fr 1fr;gap:50px;padding:34px 38px;border:1px solid var(--line);border-radius:22px;background:#fff;margin-bottom:76px;align-items:start}
.interview-client:not(:has(.interview-client-facts)){grid-template-columns:1fr}
.interview-client .eyebrow{font-size:10px;letter-spacing:.12em;margin-bottom:12px}
.inner-page .interview-client h2{font-size:23px;line-height:1.6;margin:0 0 14px;letter-spacing:-.02em}
.interview-client-intro{font-size:13px;line-height:1.95;color:var(--muted);white-space:normal;overflow-wrap:anywhere}
.interview-site-link{display:inline-flex;align-items:center;gap:8px;min-height:44px;margin-top:12px;font-size:12px;font-weight:600;color:var(--link);text-decoration:underline;text-underline-offset:4px}
.interview-client-facts{margin:0;display:grid;gap:24px}
.interview-client-facts dt{font-size:11px;color:var(--muted);margin-bottom:10px}
.interview-client-facts dd{margin:0;font-size:14px;line-height:1.8;overflow-wrap:anywhere}
.interview-service-tags{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}
.interview-service-tags li{display:inline-flex;align-items:center;font-size:11px;line-height:1.6;color:var(--navy);border:1px solid #d2e2f1;border-radius:99px;background:#f3f8fd;padding:7px 13px}
.interview-copy>.interview-service-tags{margin:0 0 16px}
.interview-image.is-logo{padding:38px;background:#fff;border:1px solid var(--line)}
.interview-image.is-logo img{object-fit:contain;transform:none}
.interview-reading{max-width:780px;margin-inline:auto}
.inner-page .interview-body.interview-reading{font-size:16px;line-height:2.05;padding-bottom:60px;counter-reset:interview-question}
.inner-page .interview-body .interview-qa{margin:0 0 58px;counter-increment:interview-question}
.inner-page .interview-body .interview-qa h2{display:block;padding-top:26px;margin:0 0 24px;border-top:1px solid var(--line);font-size:clamp(25px,2.7vw,34px);line-height:1.65}
.interview-body .interview-qa h2::before{content:counter(interview-question,decimal-leading-zero);display:block;font-size:12px;line-height:1.6;font-weight:600;letter-spacing:.12em;color:var(--link);margin-bottom:14px}
.inner-page .interview-body .interview-question{position:relative;background:#eef5fc;color:var(--navy);font-weight:600;padding:21px 24px 21px 64px;border-radius:14px;line-height:1.9;margin:0 0 26px;font-size:16px}
.interview-question::before{content:'Q';position:absolute;top:22px;left:24px;font-size:18px;line-height:1.5;color:var(--link)}
.interview-answer{min-width:0}
.interview-answer>p{margin:0 0 1.5em}
.interview-answer>p:last-child{margin-bottom:0}
.inner-page .interview-body .interview-answer figure{margin:30px 0}
.inner-page .interview-body .interview-answer figure img{max-height:640px;object-fit:contain;width:100%;background:var(--surface)}
.inner-page .interview-body .interview-episode{padding:26px 28px;background:#fff;border:1px solid var(--line);border-radius:18px;margin:32px 0;counter-increment:none}
.inner-page .interview-body .interview-episode h3{margin:0 0 20px;font-size:22px;line-height:1.7}
.inner-page .interview-body .interview-episode .interview-question{padding-left:50px;background:none;border-bottom:1px solid var(--line);border-radius:0;padding-top:0;padding-bottom:20px;margin-bottom:20px}
.interview-episode .interview-question::before{top:0;left:12px}
.interview-business{display:flex;gap:44px;align-items:center;background:#f1f6fc;border-radius:24px;padding:40px 44px;margin-bottom:86px}
.interview-business-logo{flex:0 0 180px;min-width:0;background:white;border:1px solid #e2ebf4;border-radius:14px;aspect-ratio:1;display:grid;place-items:center;padding:24px}
.interview-business-logo img{max-height:140px;width:100%;object-fit:contain}
.interview-business-copy{min-width:0;flex:1}
.interview-business-copy .eyebrow{font-size:11px;margin-bottom:14px}
.inner-page .interview-business-copy h2{font-size:28px;line-height:1.6;margin:0 0 16px}
.interview-business-copy>p:not(.eyebrow){font-size:14px;line-height:1.95;color:var(--muted);max-width:54em;margin-bottom:22px}
.interview-business-copy .text-link{font-size:13px}
.interview-consult{text-align:center;background:var(--navy);color:#fff;padding:76px 0}
.interview-consult .eyebrow{color:#8edcfa;font-size:11px;letter-spacing:.13em}
.inner-page .interview-consult h2{font-size:clamp(26px,3.4vw,42px);line-height:1.6;color:#fff;letter-spacing:-.025em}
.interview-consult .wrap>p:not(.eyebrow){color:#c9d8f1;font-size:15px;line-height:1.9;margin:22px 0 28px}
.interview-consult .pill{background:white;color:var(--navy);border-color:white;min-height:60px}
.interview-consult .pill .link-arrow{background:var(--navy);color:white;border-color:var(--navy)}
.interview-service-links{padding-top:32px;margin-top:38px;border-top:1px solid #ffffff33}
.interview-service-links>p{font-size:13px;color:#fff;margin-bottom:20px}
.interview-service-links>div{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 22px}
.interview-service-links .text-link{background:#fff;border:1px solid #fff;color:var(--navy);font-size:14px;font-weight:600;min-height:56px;padding:10px 12px 10px 24px;gap:22px;justify-content:space-between;text-align:left}
.interview-service-links .text-link:focus-visible{background:#edf6ff;color:var(--navy);border-color:#fff;outline:3px solid #8edcfa;outline-offset:4px}
.interview-service-links .text-link .link-arrow{color:#fff;background:var(--navy);border-color:var(--navy)}
.interview-detail .interview-back{margin:38px 0 70px;border-top:0;padding-top:0}
.interview-results{background:#edf5fc;border:1px solid #cedff0;border-radius:18px;margin:32px 0;padding:28px}
.interview-results>.eyebrow{font-size:11px;margin:0 0 12px}
.interview-result-label{font-size:18px;font-weight:600;color:var(--navy);margin-bottom:20px!important}
.interview-result-comparison{display:grid;grid-template-columns:minmax(0,1fr) 32px minmax(0,1fr);gap:12px;align-items:center}
.interview-result-comparison>div{display:flex;flex-direction:column;gap:8px;min-width:0}
.interview-result-comparison strong{font-size:32px;line-height:1.3;color:var(--navy);overflow-wrap:anywhere}
.interview-result-comparison span,.interview-result-comparison small{font-size:12px;line-height:1.8;color:var(--muted)}
.interview-result-comparison .interview-result-arrow{font-size:24px;color:var(--link)}
.interview-result-note{font-size:12px;line-height:1.8;color:var(--muted);border-top:1px solid #cedff0;padding-top:18px;margin:20px 0 0!important}
@media(hover:hover){.interview-consult .pill:hover{background:#e6f4ff;color:var(--navy)}.interview-service-links .text-link:hover{background:#e6f4ff;border-color:#e6f4ff;color:var(--navy)}.interview-site-link:hover{color:var(--navy)}}
@media(max-width:1000px){.interview-hero{gap:30px}.interview-client{gap:28px;padding:28px}.interview-business{gap:30px}}
@media(max-width:760px){.interview-breadcrumb{padding-top:28px;margin-bottom:24px!important}.interview-sample-notice{padding:13px 15px;margin-bottom:26px;gap:4px;font-size:11px}.interview-hero{grid-template-columns:1fr;gap:26px;padding:0 0 32px}.inner-page.interview-detail .interview-hero h1{font-size:30px;line-height:1.65}.inner-page .interview-hero .intro-lead{font-size:15px;line-height:1.95;margin-top:18px}.interview-hero .article-meta{margin-top:20px}.interview-hero-media>div{aspect-ratio:4/3;border-radius:18px}.interview-hero-media.is-logo>div{aspect-ratio:16/9;padding:32px}.interview-client{grid-template-columns:1fr;gap:24px;padding:24px 22px;border-radius:18px;margin-bottom:44px}.interview-client-facts{gap:18px;padding-top:20px;border-top:1px solid var(--line)}.inner-page .interview-client h2{font-size:22px}.inner-page .interview-body.interview-reading{font-size:16px;line-height:2.05;padding-bottom:28px}.inner-page .interview-body .interview-qa{margin-bottom:42px}.inner-page .interview-body .interview-qa h2{font-size:25px;padding-top:22px;margin-bottom:20px}.inner-page .interview-body .interview-question{font-size:15px;padding:18px 18px 18px 49px;margin-bottom:22px}.interview-question::before{left:18px;top:19px;font-size:17px}.inner-page .interview-body .interview-episode{padding:22px 18px;margin:28px 0}.inner-page .interview-body .interview-episode h3{font-size:21px}.inner-page .interview-body .interview-episode .interview-question{padding-left:32px}.interview-episode .interview-question::before{left:0;top:0}.interview-business{flex-direction:column;align-items:stretch;padding:28px 24px;gap:24px;margin-bottom:54px;border-radius:18px}.interview-business-logo{flex-basis:auto;width:132px;align-self:flex-start;padding:18px}.inner-page .interview-business-copy h2{font-size:24px}.interview-consult{padding:54px 0}.interview-consult .wrap>p:not(.eyebrow){font-size:14px}.interview-consult .pill{min-width:0;width:100%;max-width:320px;font-size:14px}.interview-service-links>div{flex-direction:column;align-items:center;gap:14px}.interview-service-links .text-link{width:100%;max-width:340px;min-height:56px}.interview-results{padding:22px 18px}.interview-result-comparison{grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr);gap:8px}.interview-result-comparison strong{font-size:26px}.interview-detail .interview-back{margin:28px 0 52px}.interview-detail .interview-back .text-link{font-size:13px}}

.interview-answer>.wp-block-group__inner-container>p{margin:0 0 1.5em}.interview-answer>.wp-block-group__inner-container>p:last-child{margin-bottom:0}
.interview-client:not(:has(.interview-client-summary)){grid-template-columns:1fr}
.interview-client:not(:has(.interview-client-summary)) .interview-client-facts{border-top:0;padding-top:0}
