.comma-foundation {
  --cf-ink: #111318;
  --cf-muted: #666b75;
  --cf-line: #dfe2e8;
  --cf-soft: #f4f5f7;
  --cf-blue: #2f55ff;
  --cf-accent: #2f55ff;
  color: var(--cf-ink);
  background: #fff;
  font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
.comma-foundation * { box-sizing: border-box; }
.comma-foundation a { color: inherit; text-decoration: none; }
.cf-wrap { width: min(1320px, calc(100% - 48px)); margin: 0 auto; }
.cf-hero { position: relative; padding: 150px 0 100px; background: #0d0f14; color: #fff; overflow: hidden; }
.cf-hero::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 64px 64px; }
.cf-hero .cf-wrap { position: relative; z-index: 1; }
.cf-hero-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, .75fr); gap: 80px; align-items: end; }
.cf-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 48px; font-size: 13px; color: rgba(255,255,255,.62); }
.cf-breadcrumb a:hover { color: #fff; }
.cf-eyebrow, .cf-section-label { margin: 0 0 24px; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.cf-eyebrow span { display: inline-flex; margin-right: 12px; width: 32px; height: 32px; border-radius: 50%; align-items: center; justify-content: center; color: #111; background: var(--cf-accent); letter-spacing: 0; }
.cf-hero h1 { max-width: 940px; margin: 0; font-size: clamp(44px, 7vw, 96px); line-height: 1.03; letter-spacing: -.055em; font-weight: 800; }
.cf-hero-index h1 { max-width: 900px; }
.cf-hero-statement { max-width: 850px; margin: 38px 0 16px; color: var(--cf-accent); font-size: clamp(24px, 3vw, 42px); line-height: 1.25; font-weight: 700; letter-spacing: -.025em; }
.cf-lead { max-width: 820px; margin: 30px 0 0; color: rgba(255,255,255,.76); font-size: clamp(17px, 1.65vw, 22px); }
.cf-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 42px; }
.cf-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid var(--cf-accent); background: var(--cf-accent); color: #111 !important; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.cf-button:hover { transform: translateY(-2px); }
.cf-button-ghost { color: #fff !important; background: transparent; border-color: rgba(255,255,255,.4); }
.cf-chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 36px 0 0; list-style: none; }
.cf-chips li { padding: 7px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.72); font-size: 13px; }
.cf-intent { padding: 28px; border-left: 4px solid var(--cf-accent); background: rgba(255,255,255,.07); backdrop-filter: blur(12px); }
.cf-intent span { display: block; color: rgba(255,255,255,.5); font-size: 11px; letter-spacing: .14em; }
.cf-intent strong { display: block; margin: 12px 0 18px; color: var(--cf-accent); font-size: 28px; line-height: 1.25; }
.cf-intent p { margin: 0; color: rgba(255,255,255,.7); }
.cf-section { padding: 104px 0; }
.cf-section-soft { background: var(--cf-soft); }
.cf-section-dark { background: #101217; color: #fff; }
.cf-section-label { color: var(--cf-blue); }
.cf-section-dark .cf-section-label { color: var(--cf-accent); }
.cf-heading-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 80px; align-items: start; margin-bottom: 58px; }
.cf-heading-grid h2, .cf-standard-hero h1, .cf-archive-hero h1 { margin: 0; font-size: clamp(36px, 5vw, 68px); line-height: 1.08; letter-spacing: -.045em; }
.cf-heading-grid p { margin: 8px 0 0; color: var(--cf-muted); font-size: 18px; }
.cf-section-dark .cf-heading-grid p { color: rgba(255,255,255,.65); }
.cf-grid { display: grid; gap: 1px; background: var(--cf-line); border: 1px solid var(--cf-line); }
.cf-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cf-grid-three, .cf-grid-practice { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cf-card, .cf-practice { min-height: 260px; padding: 30px; background: #fff; }
.cf-section-dark .cf-card { color: #fff; background: #181b22; }
.cf-card > span, .cf-practice > div > span { color: var(--cf-blue); font-size: 12px; font-weight: 800; }
.cf-section-dark .cf-card > span { color: var(--cf-accent); }
.cf-card h2, .cf-card h3, .cf-practice h3 { margin: 46px 0 12px; font-size: 24px; line-height: 1.25; }
.cf-card p, .cf-practice p { margin: 0; color: var(--cf-muted); }
.cf-section-dark .cf-card p { color: rgba(255,255,255,.64); }
.cf-module { min-height: 430px; }
.cf-module ul { padding: 20px 0 0; margin: 24px 0 0; border-top: 1px solid var(--cf-line); list-style: none; }
.cf-module li { padding: 5px 0; color: var(--cf-muted); }
.cf-future { display: flex; gap: 40px; justify-content: space-between; align-items: center; margin-top: 1px; padding: 28px 32px; background: var(--cf-accent); color: #111; }
.cf-future ul { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 0; padding: 0; list-style: none; }
.cf-practice { min-height: 310px; }
.cf-practice > div { display: flex; justify-content: space-between; gap: 20px; }
.cf-practice small { color: var(--cf-muted); }
.cf-more { margin: 30px 0 0; text-align: right; font-weight: 800; }
.cf-method-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--cf-line); }
.cf-method-list article { padding: 26px 24px 0 0; }
.cf-method-list span, .cf-method-list small { display: block; color: var(--cf-blue); font-size: 12px; }
.cf-method-list h3 { margin: 30px 0 10px; font-size: 21px; }
.cf-method-list p { color: var(--cf-muted); }
.cf-faq-grid { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: 90px; }
.cf-faq-grid h2 { margin: 0; font-size: clamp(34px, 4vw, 56px); line-height: 1.1; }
.cf-faq-grid details { border-top: 1px solid var(--cf-line); }
.cf-faq-grid details:last-child { border-bottom: 1px solid var(--cf-line); }
.cf-faq-grid summary { display: grid; grid-template-columns: 42px 1fr 24px; gap: 10px; align-items: center; padding: 24px 0; cursor: pointer; font-size: 18px; font-weight: 700; list-style: none; }
.cf-faq-grid summary::-webkit-details-marker { display: none; }
.cf-faq-grid summary span { color: var(--cf-blue); font-size: 12px; }
.cf-faq-grid summary i { font-style: normal; }
.cf-faq-grid details[open] summary i { transform: rotate(45deg); }
.cf-faq-grid details p { margin: 0 0 28px 52px; color: var(--cf-muted); }
.cf-faq-standalone { margin-top: 100px; }
.cf-cta { padding: 100px 0; color: #fff; background: #2f55ff; text-align: center; }
.cf-cta h2 { margin: 0; font-size: clamp(38px, 5vw, 70px); letter-spacing: -.045em; }
.cf-cta p { max-width: 780px; margin: 20px auto 34px; font-size: 18px; }
.cf-cta .cf-button { background: #fff; border-color: #fff; }
.cf-service-index-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--cf-line); background: var(--cf-line); gap: 1px; }
.cf-service-index-card { display: flex; min-height: 390px; flex-direction: column; padding: 42px; background: #fff; }
.cf-service-index-card > span { color: var(--cf-accent); font-weight: 800; }
.cf-service-index-card small { margin-top: 50px; color: var(--cf-muted); }
.cf-service-index-card h2 { margin: 10px 0 18px; font-size: clamp(30px, 3vw, 46px); line-height: 1.1; }
.cf-service-index-card p { color: var(--cf-muted); }
.cf-service-index-card strong { margin-top: auto; color: var(--cf-accent); }

/* Service index landing page */
.cf-service-index-hero { padding: 138px 0 112px; color: var(--cf-ink); background: #fff; }
.cf-service-index-hero .cf-breadcrumb { margin-bottom: 52px; color: var(--cf-muted); }
.cf-service-index-hero .cf-breadcrumb a:hover { color: var(--cf-blue); }
.cf-service-index-hero .cf-section-label { margin-bottom: 18px; }
.cf-service-index-hero h1 { max-width: 1220px; margin: 0; font-size: clamp(48px, 5vw, 72px); line-height: 1.03; letter-spacing: -.058em; }
.cf-service-index-intro { max-width: 820px; margin: 32px 0 0; color: var(--cf-muted); font-size: 19px; }
.cf-service-problem-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 72px; border: 1px solid var(--cf-line); background: var(--cf-line); }
.cf-service-problem-grid article { display: flex; width: 100%; min-height: 245px; flex-direction: column; padding: 28px; background: #fff; }
.cf-service-problem-grid span { color: var(--cf-blue); font-size: 11px; font-weight: 800; }
.cf-service-problem-grid h2 { margin: 16px 0 0; font-size: 22px; line-height: 1.28; }
.cf-service-problem-grid p { margin: auto 0 0; color: var(--cf-muted); font-size: 14px; line-height: 1.6; }
.cf-service-question { position: relative; overflow: hidden; padding: 142px 0; background: radial-gradient(circle at 12% 75%, rgba(81,113,255,.19), transparent 28%), radial-gradient(circle at 88% 18%, rgba(109,255,221,.2), transparent 27%), linear-gradient(120deg, #f4f6ff, #fbffff); }
.cf-service-question .cf-wrap { position: relative; display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: 70px; align-items: center; }
.cf-service-question h2 { max-width: 950px; margin: 0; font-size: clamp(48px, 6vw, 84px); line-height: 1.04; letter-spacing: -.058em; }
.cf-service-question p:last-child { max-width: 720px; margin: 30px 0 0; color: var(--cf-muted); font-size: 18px; }
.cf-service-question-art { position: relative; min-height: 360px; }
.cf-service-question-art::before { content: ""; position: absolute; inset: 42px 12px 22px 0; border-radius: 26px; background: linear-gradient(135deg, #123d9c, #2f55ff 48%, #ff92b3); box-shadow: 0 36px 80px rgba(47,85,255,.22); transform: rotate(-6deg); }
.cf-service-question-art::after { content: "the future is coming"; position: absolute; left: 12%; top: 34%; width: 76%; color: #fff; font-size: clamp(28px, 4vw, 54px); line-height: .9; font-weight: 300; letter-spacing: -.05em; transform: rotate(-6deg); }
.cf-service-question-art span { position: absolute; z-index: 2; left: 7%; bottom: 8%; width: 42%; height: 18px; border-radius: 999px; background: rgba(255,255,255,.9); transform: rotate(-6deg); }
.cf-service-question-art i, .cf-service-question-art b { position: absolute; z-index: 2; border-radius: 18px; background: #111; transform: rotate(-6deg); }
.cf-service-question-art i { right: 14%; bottom: 23%; width: 72px; height: 108px; }
.cf-service-question-art b { right: 31%; bottom: 17%; width: 118px; height: 76px; background: #fff; }
.cf-service-offerings { padding-top: 120px; background: linear-gradient(180deg, #fff 0%, #fff 55%, #eff8ff 100%); }
.cf-service-offerings-heading { max-width: 900px; margin: 0 auto 58px; text-align: center; }
.cf-service-offerings-heading h2 { margin: 0; font-size: clamp(44px, 5.5vw, 74px); line-height: 1.05; letter-spacing: -.055em; }
.cf-service-offerings-heading > p:last-child { max-width: 720px; margin: 24px auto 0; color: var(--cf-muted); font-size: 18px; }
.cf-service-offering-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--cf-line); background: var(--cf-line); }
.cf-service-offering-card { position: relative; display: flex; min-height: 480px; flex-direction: column; overflow: hidden; padding: 34px; background: #fff; }
.cf-service-offering-card.is-featured { color: #fff; background: var(--cf-blue); }
.cf-service-offering-number { position: absolute; top: 28px; right: 30px; color: var(--cf-muted); font-size: 11px; }
.cf-service-offering-card.is-featured .cf-service-offering-number { color: rgba(255,255,255,.66); }
.cf-service-offering-card > small { max-width: calc(100% - 60px); color: var(--cf-blue); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.cf-service-offering-card.is-featured > small { color: rgba(255,255,255,.72); }
.cf-service-offering-card h3 { max-width: 520px; margin: 16px 0 14px; font-size: clamp(30px, 3vw, 45px); line-height: 1.08; letter-spacing: -.045em; }
.cf-service-offering-card > p { max-width: 620px; margin: 0; color: var(--cf-muted); }
.cf-service-offering-card.is-featured > p { color: rgba(255,255,255,.8); }
.cf-service-offering-card ul { display: flex; position: relative; z-index: 2; flex-wrap: wrap; gap: 7px; max-width: 72%; margin: 26px 0 0; padding: 0; list-style: none; }
.cf-service-offering-card li { padding: 5px 10px; border: 1px solid var(--cf-line); border-radius: 999px; color: var(--cf-muted); font-size: 11px; }
.cf-service-offering-card.is-featured li { color: rgba(255,255,255,.8); border-color: rgba(255,255,255,.28); }
.cf-service-offering-card > strong { position: relative; z-index: 2; margin-top: auto; color: var(--cf-blue); }
.cf-service-offering-card.is-featured > strong { color: #fff; }
.cf-service-offering-art { position: absolute; right: -28px; bottom: -54px; width: 280px; height: 230px; transform: rotate(-14deg); }
.cf-service-offering-art i { position: absolute; inset: 0; border-radius: 55% 18% 55% 20%; background: linear-gradient(135deg, rgba(255,81,95,.75), rgba(255,216,94,.54), rgba(126,90,255,.5)); filter: blur(.2px); }
.cf-service-offering-art i:nth-child(2) { inset: 28px 38px -10px -40px; opacity: .7; transform: rotate(22deg); }
.cf-service-offering-art i:nth-child(3) { inset: 70px -40px -38px 50px; opacity: .5; transform: rotate(44deg); }
.cf-service-offering-card.is-featured .cf-service-offering-art i { background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(111,255,230,.72), rgba(173,190,255,.4)); }
.cf-service-method-banner { padding: 86px 0; background: #fff; }
.cf-service-method-banner .cf-wrap { padding: 64px; border-radius: 32px; background: radial-gradient(circle at 13% 84%, rgba(92,135,255,.36), transparent 32%), radial-gradient(circle at 90% 20%, rgba(255,131,152,.42), transparent 30%), linear-gradient(115deg, #eefbff, #fff5f8); }
.cf-service-method-visual { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 44px; }
.cf-service-method-visual span { padding: 9px 14px; border: 1px solid rgba(47,85,255,.2); border-radius: 999px; background: rgba(255,255,255,.7); color: var(--cf-blue); font-size: 12px; font-weight: 800; box-shadow: 0 8px 20px rgba(47,85,255,.08); }
.cf-service-method-copy { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 80px; align-items: end; }
.cf-service-method-copy h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.05; letter-spacing: -.055em; }
.cf-service-method-copy p { margin: 0 0 24px; color: var(--cf-muted); font-size: 17px; }
.cf-service-research { padding-top: 116px; }
.cf-service-research-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--cf-line); background: var(--cf-line); }
.cf-service-research-grid article { display: flex; width: 100%; min-height: 370px; flex-direction: column; padding: 30px; background: #fff; }
.cf-service-research-grid article > span { color: var(--cf-blue); font-size: 12px; font-weight: 800; }
.cf-service-research-grid h3 { margin: 26px 0 14px; font-size: 24px; line-height: 1.3; }
.cf-service-research-grid p { margin: 0; color: var(--cf-muted); }
.cf-service-research-grid a { margin-top: auto; color: var(--cf-blue); font-weight: 800; }
.cf-service-index-cta { padding: 104px 0 118px; color: #fff; background: var(--cf-blue); }
.cf-service-index-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 96px; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.cf-service-index-facts > div { display: flex; min-height: 155px; align-items: end; gap: 18px; padding: 28px 30px; border-right: 1px solid rgba(255,255,255,.25); }
.cf-service-index-facts > div:last-child { border-right: 0; }
.cf-service-index-facts strong { font-size: 76px; line-height: .9; font-weight: 400; letter-spacing: -.06em; }
.cf-service-index-facts span { max-width: 180px; padding-bottom: 4px; color: rgba(255,255,255,.75); }
.cf-service-index-cta-content { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 90px; align-items: end; }
.cf-service-index-cta h2 { margin: 0; font-size: clamp(46px, 6vw, 84px); line-height: 1.02; letter-spacing: -.06em; }
.cf-service-index-cta-content > div > p { margin: 0; color: rgba(255,255,255,.8); font-size: 18px; }
.cf-service-index-cta .cf-button { color: var(--cf-blue) !important; background: #fff; border-color: #fff; }
.cf-service-index-cta .cf-button-ghost { color: #fff !important; background: transparent; border-color: rgba(255,255,255,.48); }
.cf-standard-hero { padding-bottom: 90px; }
.cf-standard-hero .cf-lead { max-width: 900px; }
.cf-archive-hero { padding: 150px 0 70px; color: #fff; background: #121419; }
.cf-archive-hero .cf-breadcrumb { margin-bottom: 34px; }
.cf-archive-description { max-width: 820px; margin-top: 24px; color: rgba(255,255,255,.68); font-size: 18px; }
.cf-category-nav { border-bottom: 1px solid var(--cf-line); background: #fff; }
.cf-category-nav .cf-wrap { display: flex; flex-wrap: wrap; gap: 0; }
.cf-category-nav a { display: inline-flex; gap: 10px; padding: 18px 22px; border-right: 1px solid var(--cf-line); font-weight: 700; }
.cf-category-nav span { color: var(--cf-muted); font-size: 12px; }
.cf-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; }
.cf-case-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 46px; }
.cf-archive-card { overflow: hidden; border: 1px solid var(--cf-line); background: #fff; }
.cf-card-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--cf-soft); }
.cf-card-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.cf-archive-card:hover .cf-card-image img { transform: scale(1.025); }
.cf-image-placeholder { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; color: #a0a4ae; font-size: 30px; font-weight: 800; }
.cf-card-body { padding: 26px; }
.cf-card-meta { display: flex; justify-content: space-between; gap: 18px; color: var(--cf-muted); font-size: 12px; }
.cf-card-body h2 { margin: 18px 0 12px; font-size: 25px; line-height: 1.3; }
.cf-card-body p { min-height: 78px; color: var(--cf-muted); }
.cf-text-link { display: inline-block; margin-top: 16px; color: var(--cf-blue) !important; font-weight: 800; }
.cf-pagination { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 60px; }
.cf-pagination .page-numbers { display: inline-flex; min-width: 42px; min-height: 42px; align-items: center; justify-content: center; padding: 6px 12px; border: 1px solid var(--cf-line); }
.cf-pagination .current { color: #fff; background: var(--cf-blue); border-color: var(--cf-blue); }
.cf-empty { padding: 60px; text-align: center; background: var(--cf-soft); }
.cf-empty h2 { margin: 0 0 10px; }

/* Cases landing page */
.cf-cases-root-hero { padding: 138px 0 0; color: var(--cf-ink); background: #fff; }
.cf-cases-root-hero .cf-breadcrumb { margin-bottom: 52px; color: var(--cf-muted); }
.cf-cases-root-hero .cf-breadcrumb a:hover { color: var(--cf-blue); }
.cf-cases-root-hero .cf-eyebrow { margin-bottom: 18px; color: var(--cf-blue); }
.cf-cases-root-hero h1 { max-width: 820px; margin: 0; font-size: clamp(52px, 6.5vw, 92px); line-height: .98; letter-spacing: -.058em; }
.cf-cases-root-intro { max-width: 760px; margin: 34px 0 0; color: var(--cf-muted); font-size: 19px; }
.cf-cases-featured { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.75fr) minmax(0, .78fr); gap: 12px; width: min(1600px, calc(100% - 48px)); margin: 76px auto 0; align-items: start; }
.cf-cases-featured-card { min-width: 0; }
.cf-cases-featured-card a { display: block; }
.cf-cases-featured-image { display: block; height: clamp(330px, 36vw, 560px); overflow: hidden; background: var(--cf-soft); }
.cf-cases-featured-image > img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.cf-cases-featured-card:hover img { transform: scale(1.025); }
.cf-cases-featured-meta { display: block; margin: 16px 0 5px; color: var(--cf-muted); font-size: 11px; letter-spacing: .05em; }
.cf-cases-featured-card h2 { margin: 0; font-size: 17px; line-height: 1.35; }
.cf-cases-featured-1 .cf-cases-featured-image img { object-position: center; }
.cf-cases-featured-2 .cf-cases-featured-image img { object-position: center; }
.cf-cases-featured-3 .cf-cases-featured-image img { object-position: center; }
.cf-cases-category-nav { margin-top: 76px; border-top: 1px solid var(--cf-line); }
.cf-cases-category-nav .cf-wrap { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: thin; }
.cf-cases-category-nav a { flex: 1 0 auto; justify-content: space-between; padding: 22px 24px; }
.cf-cases-index { padding-top: 120px; }
.cf-cases-index-heading { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1fr); gap: 80px; align-items: end; margin-bottom: 58px; }
.cf-cases-index-heading .cf-section-label { margin-bottom: 12px; }
.cf-cases-index-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1; letter-spacing: -.05em; }
.cf-cases-index-heading > p { max-width: 650px; margin: 0 0 2px auto; color: var(--cf-muted); font-size: 18px; }
.cf-cases-editorial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px 38px; }
.cf-case-editorial-card { min-width: 0; }
.cf-case-editorial-card .cf-card-image { aspect-ratio: 16 / 10.2; }
.cf-case-editorial-meta { display: flex; justify-content: space-between; gap: 20px; margin-top: 16px; color: var(--cf-muted); font-size: 11px; letter-spacing: .035em; }
.cf-case-editorial-card h2 { margin: 8px 0 0; font-size: clamp(20px, 1.8vw, 27px); line-height: 1.32; letter-spacing: -.025em; }
.cf-case-editorial-card:hover .cf-card-image img { transform: scale(1.025); }
.cf-cases-root .cf-pagination { margin-top: 70px; }
.cf-cases-root .cf-pagination .page-numbers { width: 42px; height: 42px; padding: 0; border-radius: 50%; }
.cf-client-strip { overflow: hidden; border-top: 1px solid var(--cf-line); border-bottom: 1px solid var(--cf-line); background: #fff; }
.cf-client-strip-track { display: flex; width: max-content; min-width: 100%; justify-content: space-around; align-items: center; gap: 70px; padding: 34px 38px; filter: grayscale(1); }
.cf-client-strip span { color: #393c43; font-size: clamp(16px, 2vw, 25px); font-weight: 800; white-space: nowrap; letter-spacing: -.02em; }
.cf-long-term { padding: 112px 0 0; background: #fff; }
.cf-long-term-heading { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: 80px; margin-bottom: 55px; }
.cf-long-term-heading .cf-section-label { grid-column: 1 / -1; margin: 0 0 -42px; }
.cf-long-term-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.06; letter-spacing: -.05em; }
.cf-long-term-heading > p:last-child { margin: 7px 0 0; color: var(--cf-muted); font-size: 18px; }
.cf-long-term-list { border-top: 1px solid var(--cf-line); }
.cf-long-term-row { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.3fr) 112px; gap: 48px; align-items: center; min-height: 116px; padding: 24px max(24px, calc((100vw - 1320px) / 2)); border-bottom: 1px solid var(--cf-line); transition: color .2s ease, background .2s ease; }
.cf-long-term-row strong { font-size: 22px; }
.cf-long-term-row span { color: var(--cf-muted); }
.cf-long-term-row em { color: var(--cf-blue); font-size: 13px; font-style: normal; font-weight: 800; text-align: right; }
.cf-long-term-row:hover, .cf-long-term-row.is-featured { color: #fff; background: var(--cf-blue); }
.cf-long-term-row:hover span, .cf-long-term-row:hover em, .cf-long-term-row.is-featured span, .cf-long-term-row.is-featured em { color: rgba(255,255,255,.84); }
.cf-cases-cta { padding: 104px 0 118px; color: #fff; background: var(--cf-blue); }
.cf-cases-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 96px; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.cf-cases-facts > div { display: flex; min-height: 155px; align-items: end; gap: 18px; padding: 28px 30px; border-right: 1px solid rgba(255,255,255,.25); }
.cf-cases-facts > div:last-child { border-right: 0; }
.cf-cases-facts strong { font-size: 76px; line-height: .9; font-weight: 400; letter-spacing: -.06em; }
.cf-cases-facts span { padding-bottom: 4px; color: rgba(255,255,255,.75); }
.cf-cases-cta-content { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 90px; align-items: end; }
.cf-cases-cta h2 { margin: 0; font-size: clamp(46px, 6vw, 84px); line-height: 1.02; letter-spacing: -.06em; }
.cf-cases-cta-content > div > p { margin: 0; color: rgba(255,255,255,.8); font-size: 18px; }
.cf-cases-cta .cf-button { color: var(--cf-blue) !important; background: #fff; border-color: #fff; }
.cf-cases-cta .cf-button-ghost { color: #fff !important; background: transparent; border-color: rgba(255,255,255,.48); }

/* Service design landing page */
.cf-sd-hero { padding: 138px 0 96px; color: var(--cf-ink); background: #fff; }
.cf-sd-hero .cf-breadcrumb { margin-bottom: 54px; color: var(--cf-muted); }
.cf-sd-hero .cf-breadcrumb a:hover { color: var(--cf-blue); }
.cf-sd-hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: 100px; align-items: end; }
.cf-sd-hero h1 { max-width: 780px; margin: 0; font-size: clamp(44px, 5.2vw, 76px); line-height: 1.1; letter-spacing: -.048em; }
.cf-sd-hero-copy { padding-bottom: 5px; }
.cf-sd-hero-copy > p { margin: 0; color: var(--cf-muted); font-size: 18px; }
.cf-sd-text-link { display: inline-flex; align-items: center; color: var(--cf-blue) !important; font-weight: 800; }
.cf-sd-intro-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 72px; border: 1px solid var(--cf-line); background: var(--cf-line); }
.cf-sd-intro-grid article { min-height: 220px; padding: 30px; background: #fff; }
.cf-sd-intro-grid span { color: var(--cf-blue); font-size: 12px; font-weight: 800; }
.cf-sd-intro-grid h2 { margin: 42px 0 12px; font-size: 22px; line-height: 1.25; }
.cf-sd-intro-grid p { margin: 0; color: var(--cf-muted); }
.cf-sd-visual { position: relative; min-height: 480px; overflow: hidden; color: #fff; background: radial-gradient(circle at 17% 42%, rgba(114,255,215,.82), transparent 32%), radial-gradient(circle at 78% 30%, rgba(96,112,255,.7), transparent 30%), linear-gradient(115deg, #0e2930, #10131d 56%, #271834); }
.cf-sd-visual::before { content: ""; position: absolute; width: 620px; height: 290px; left: 50%; top: 52%; border: 1px solid rgba(255,255,255,.24); border-radius: 48px; background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(0,0,0,.16)); box-shadow: 0 34px 80px rgba(0,0,0,.38); transform: translate(-50%,-50%) rotate(-7deg); backdrop-filter: blur(18px); }
.cf-sd-visual .cf-wrap { position: relative; z-index: 1; display: flex; min-height: 480px; align-items: center; justify-content: center; }
.cf-sd-visual-copy { display: grid; place-items: center; width: min(520px, 84%); min-height: 240px; text-align: center; transform: rotate(-7deg); }
.cf-sd-visual-copy small { color: #d9ff62; letter-spacing: .2em; }
.cf-sd-visual-copy strong { font-size: clamp(42px, 6vw, 76px); letter-spacing: -.055em; }
.cf-sd-visual-copy span { display: inline-flex; margin-top: 12px; padding: 8px 18px; border-radius: 999px; color: #111; background: #d9ff62; font-weight: 800; }
.cf-sd-journey-track { position: absolute; inset: auto 8% 46px; display: flex; justify-content: space-between; }
.cf-sd-journey-track::before { content: ""; position: absolute; top: 7px; left: 0; right: 0; height: 2px; background: rgba(255,255,255,.38); }
.cf-sd-journey-track i { position: relative; z-index: 1; width: 16px; height: 16px; border: 3px solid #fff; border-radius: 50%; background: #2f55ff; }
.cf-sd-pressure-grid .cf-card { display: flex; min-height: 390px; flex-direction: column; border-bottom: 4px solid var(--cf-blue); }
.cf-sd-pressure-grid .cf-card h3 { margin-top: 34px; }
.cf-sd-pressure-grid .cf-card p { margin-top: auto; }
.cf-sd-system-icon { display: flex; height: 84px; margin: 42px 0 0; align-items: end; justify-content: center; gap: 7px; }
.cf-sd-system-icon i { width: 10px; border: 1px solid #111; border-radius: 999px; background: linear-gradient(to top, #62ff62 0 38%, #fff 38%); }
.cf-sd-system-icon i:nth-child(1) { height: 40px; }
.cf-sd-system-icon i:nth-child(2) { height: 66px; }
.cf-sd-system-icon i:nth-child(3) { height: 48px; }
.cf-sd-system-icon i:nth-child(4) { height: 78px; }
.cf-sd-two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 90px; }
.cf-sd-two-column > div > h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); letter-spacing: -.04em; }
.cf-sd-column-intro { min-height: 62px; margin: 14px 0 34px; color: var(--cf-muted); font-size: 17px; }
.cf-sd-principle-list { border-top: 1px solid var(--cf-line); }
.cf-sd-principle-list article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--cf-line); }
.cf-sd-principle-list h3 { margin: 0 0 5px; font-size: 21px; }
.cf-sd-principle-list p { margin: 0; color: var(--cf-muted); }
.cf-sd-mark { position: relative; display: block; width: 34px; height: 38px; background: linear-gradient(90deg, #111 0 28%, transparent 28% 36%, #111 36% 64%, transparent 64% 72%, #111 72%); border-radius: 8px; }
.cf-sd-mark::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 42%; border-radius: 0 0 8px 8px; background: linear-gradient(90deg, #64ff62 0 28%, transparent 28% 36%, #64ff62 36% 64%, transparent 64% 72%, #64ff62 72%); }
.cf-sd-centered-heading { max-width: 900px; margin: 0 auto 58px; text-align: center; }
.cf-sd-centered-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 66px); line-height: 1.08; letter-spacing: -.045em; }
.cf-sd-centered-heading > p:last-of-type { margin: 18px auto 0; color: var(--cf-muted); font-size: 18px; }
.cf-sd-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }
.cf-sd-pills span { padding: 8px 18px; border: 1px solid var(--cf-blue); border-radius: 999px; color: var(--cf-blue); font-weight: 800; }
.cf-sd-journey { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); margin: 0; padding: 0; border: 1px solid var(--cf-line); list-style: none; }
.cf-sd-journey li { position: relative; min-height: 105px; padding: 22px; border-right: 1px solid var(--cf-line); }
.cf-sd-journey li:last-child { border-right: 0; }
.cf-sd-journey li:not(:last-child)::after { content: "›"; position: absolute; top: 42px; right: -7px; z-index: 1; color: var(--cf-line); font-size: 22px; }
.cf-sd-journey span { display: block; color: var(--cf-blue); font-size: 11px; }
.cf-sd-journey strong { display: block; margin-top: 13px; font-size: 17px; }
.cf-sd-framework-grid { display: grid; grid-template-columns: 2fr repeat(4, minmax(0, 1fr)); border: 1px solid var(--cf-line); border-top: 0; }
.cf-sd-framework-grid article { min-height: 260px; padding: 28px; border-right: 1px solid var(--cf-line); }
.cf-sd-framework-grid article:last-child { border-right: 0; }
.cf-sd-framework-grid h3 { margin: 50px 0 12px; font-size: 22px; }
.cf-sd-framework-grid > article:not(.cf-sd-framework-focus) h3 { font-size: 19px; white-space: nowrap; }
.cf-sd-framework-grid p { margin: 0; color: var(--cf-muted); }
.cf-sd-framework-focus { color: #fff; background: var(--cf-blue); }
.cf-sd-framework-focus small { color: rgba(255,255,255,.7); }
.cf-sd-framework-focus h3 { margin-top: 54px; font-size: 30px; }
.cf-sd-framework-focus p { color: rgba(255,255,255,.82); }
.cf-sd-implementation { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 18px 0 0; padding: 0; list-style: none; border: 1px solid var(--cf-line); }
.cf-sd-implementation li { min-height: 190px; padding: 24px; border-right: 1px solid var(--cf-line); }
.cf-sd-implementation li:last-child { border-right: 0; }
.cf-sd-implementation span { color: var(--cf-blue); font-size: 11px; }
.cf-sd-implementation strong { display: block; margin: 26px 0 8px; font-size: 20px; }
.cf-sd-implementation p { margin: 0; color: var(--cf-muted); }
.cf-sd-framework-note { margin: 24px 0 0; text-align: center; color: var(--cf-muted); }
.cf-sd-tools .cf-card { min-height: 560px; }
.cf-sd-tools .cf-card h3 { margin: 34px 0 8px; }
.cf-sd-tool-graphic { display: grid; width: 100%; height: 230px; margin-top: 42px; border: 1px solid var(--cf-line); background: #fff; }
.cf-sd-journey-graphic path { fill: none; stroke: var(--cf-blue); stroke-width: 6; }
.cf-sd-journey-graphic line { stroke: #cfd3dc; stroke-dasharray: 7 7; }
.cf-sd-journey-graphic circle { fill: #b9ff55; stroke: var(--cf-blue); stroke-width: 3; }
.cf-sd-journey-graphic circle:nth-last-child(1) { fill: #ff4b4b; }
.cf-sd-blueprint { grid-template-rows: repeat(4, 1fr); }
.cf-sd-blueprint span { display: flex; align-items: center; padding: 0 18px; border-bottom: 1px dashed var(--cf-line); font-weight: 700; }
.cf-sd-blueprint span:last-child { border-bottom: 0; }
.cf-sd-matrix { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); gap: 8px; padding: 12px; }
.cf-sd-matrix span { display: flex; align-items: flex-start; padding: 14px; border-radius: 12px; font-size: 13px; font-weight: 700; }
.cf-sd-matrix span:nth-child(1) { background: #fff0f0; }
.cf-sd-matrix span:nth-child(2) { background: #eef2ff; }
.cf-sd-matrix span:nth-child(3) { background: #f2ffe8; }
.cf-sd-matrix span:nth-child(4) { background: #fff8e5; }
.cf-sd-case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px; }
.cf-sd-case-card { border: 1px solid var(--cf-line); }
.cf-sd-case-card a { display: block; padding-bottom: 28px; }
.cf-sd-case-image { display: flex; aspect-ratio: 16 / 9; overflow: hidden; align-items: center; justify-content: center; margin-bottom: 24px; color: #fff; background: linear-gradient(135deg, #143679, #2f55ff 48%, #ff8cad); font-size: clamp(24px, 3vw, 42px); font-weight: 800; }
.cf-sd-case-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.cf-sd-case-card:hover img { transform: scale(1.025); }
.cf-sd-case-card small, .cf-sd-case-card h3, .cf-sd-case-card p, .cf-sd-case-card strong { display: block; margin-left: 28px; margin-right: 28px; }
.cf-sd-case-card small { color: var(--cf-muted); }
.cf-sd-case-card h3 { margin-top: 8px; margin-bottom: 8px; font-size: 25px; }
.cf-sd-case-card p { color: var(--cf-muted); }
.cf-sd-case-card strong { margin-top: 24px; color: var(--cf-blue); }
.cf-sd-outcomes .cf-card { min-height: 430px; border-bottom: 4px solid var(--cf-blue); }
.cf-sd-outcome-visual { display: flex; height: 120px; margin-top: 34px; align-items: center; justify-content: center; gap: 14px; background: linear-gradient(135deg, #eef1f7, #fff); }
.cf-sd-outcome-visual i { width: 16px; border-radius: 999px; background: linear-gradient(to top, var(--cf-blue), #b8ff56); }
.cf-sd-outcome-visual i:nth-child(1) { height: 46px; }
.cf-sd-outcome-visual i:nth-child(2) { height: 80px; }
.cf-sd-outcome-visual i:nth-child(3) { height: 58px; }
.cf-sd-outcomes .cf-card h3 { margin-top: 24px; }
.cf-sd-outcomes .cf-card p { display: grid; grid-template-columns: 34px 1fr; gap: 8px; padding: 12px 0; border-top: 1px dashed var(--cf-line); }
.cf-sd-outcomes .cf-card p small { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; color: var(--cf-blue); background: #eef1ff; font-weight: 800; }
.cf-sd-insights .cf-card { display: flex; min-height: 400px; flex-direction: column; }
.cf-sd-insights .cf-card > small { color: var(--cf-muted); }
.cf-sd-insights .cf-card h3 { margin-top: 50px; }
.cf-sd-insights .cf-card a { margin-top: auto; color: var(--cf-blue); font-weight: 800; }
.cf-sd-offers .cf-card { display: flex; min-height: 340px; flex-direction: column; }
.cf-sd-offers .cf-card .cf-button { align-self: flex-start; margin-top: auto; }
.cf-button-outline { color: var(--cf-blue) !important; background: transparent; }
.cf-sd-cta { padding-top: 120px; padding-bottom: 120px; }
.cf-sd-cta h2 { max-width: 980px; margin-left: auto; margin-right: auto; }

@media (max-width: 1024px) {
  .cf-hero-grid, .cf-heading-grid, .cf-faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .cf-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cf-method-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .cf-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cf-sd-hero-grid, .cf-sd-two-column { grid-template-columns: 1fr; gap: 44px; }
  .cf-sd-framework-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cf-sd-framework-grid .cf-sd-framework-focus { grid-column: 1 / -1; }
  .cf-sd-framework-grid article { border-bottom: 1px solid var(--cf-line); }
  .cf-sd-journey { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .cf-sd-journey li { border-bottom: 1px solid var(--cf-line); }
  .cf-sd-implementation { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cf-sd-implementation li { border-bottom: 1px solid var(--cf-line); }
  .cf-cases-featured { grid-template-columns: minmax(0, .82fr) minmax(0, 1.5fr) minmax(0, .82fr); }
  .cf-cases-index-heading, .cf-long-term-heading, .cf-cases-cta-content { grid-template-columns: 1fr; gap: 34px; }
  .cf-long-term-heading .cf-section-label { grid-column: auto; margin-bottom: -18px; }
  .cf-long-term-row { grid-template-columns: 180px minmax(0, 1fr) 96px; gap: 28px; }
  .cf-cases-cta-content > div { max-width: 680px; }
  .cf-service-question .cf-wrap, .cf-service-method-copy, .cf-service-index-cta-content { grid-template-columns: 1fr; gap: 42px; }
  .cf-service-question-art { width: min(560px, 100%); }
  .cf-service-index-cta-content > div { max-width: 680px; }
}
@media (max-width: 700px) {
  .cf-wrap { width: min(100% - 28px, 1320px); }
  .cf-hero, .cf-archive-hero { padding: 110px 0 64px; }
  .cf-section { padding: 72px 0; }
  .cf-grid-four, .cf-grid-three, .cf-grid-practice, .cf-service-index-grid, .cf-news-grid, .cf-case-list { grid-template-columns: 1fr; }
  .cf-card, .cf-practice { min-height: auto; }
  .cf-method-list { grid-template-columns: 1fr; }
  .cf-future { align-items: flex-start; flex-direction: column; }
  .cf-faq-grid details p { margin-left: 0; }
  .cf-service-index-card { min-height: 340px; padding: 28px; }
  .cf-card-body p { min-height: auto; }
  .cf-sd-hero { padding: 106px 0 70px; }
  .cf-sd-hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .cf-sd-intro-grid, .cf-sd-case-grid { grid-template-columns: 1fr; }
  .cf-sd-intro-grid article { min-height: auto; }
  .cf-sd-visual, .cf-sd-visual .cf-wrap { min-height: 360px; }
  .cf-sd-visual::before { width: 84%; height: 220px; }
  .cf-sd-visual-copy { min-height: 200px; }
  .cf-sd-journey { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cf-sd-framework-grid, .cf-sd-implementation { grid-template-columns: 1fr; }
  .cf-sd-framework-grid article, .cf-sd-implementation li { min-height: auto; border-right: 0; }
  .cf-sd-tools .cf-card, .cf-sd-outcomes .cf-card, .cf-sd-insights .cf-card, .cf-sd-offers .cf-card { min-height: auto; }
  .cf-sd-tool-graphic { height: 210px; }
  .cf-cases-root-hero { padding-top: 106px; }
  .cf-cases-root-hero .cf-breadcrumb { margin-bottom: 38px; }
  .cf-cases-root-hero h1 { font-size: clamp(44px, 13vw, 62px); }
  .cf-cases-root-intro { font-size: 17px; }
  .cf-cases-featured { grid-template-columns: 1fr; width: calc(100% - 28px); margin-top: 52px; gap: 36px; }
  .cf-cases-featured-card { order: 2; }
  .cf-cases-featured-2 { order: 1; }
  .cf-cases-featured-image { height: auto; aspect-ratio: 16 / 10; }
  .cf-cases-category-nav { margin-top: 54px; }
  .cf-cases-category-nav .cf-wrap { width: 100%; padding-left: 14px; padding-right: 14px; }
  .cf-cases-category-nav a { padding: 18px; }
  .cf-cases-index { padding-top: 78px; }
  .cf-cases-index-heading { margin-bottom: 38px; }
  .cf-cases-editorial-grid { grid-template-columns: 1fr; gap: 44px; }
  .cf-case-editorial-card h2 { font-size: 21px; }
  .cf-client-strip-track { justify-content: flex-start; gap: 48px; padding: 28px 20px; }
  .cf-long-term { padding-top: 78px; }
  .cf-long-term-heading { margin-bottom: 38px; }
  .cf-long-term-row { grid-template-columns: 1fr; gap: 9px; min-height: 0; padding: 25px 20px; }
  .cf-long-term-row strong { font-size: 20px; }
  .cf-long-term-row em { text-align: left; }
  .cf-cases-cta { padding: 76px 0 84px; }
  .cf-cases-facts { grid-template-columns: 1fr; margin-bottom: 70px; }
  .cf-cases-facts > div { min-height: 112px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .cf-cases-facts > div:last-child { border-bottom: 0; }
  .cf-cases-facts strong { font-size: 60px; }
  .cf-cases-cta h2 { font-size: clamp(42px, 12vw, 60px); }
  .cf-service-index-hero { padding: 106px 0 76px; }
  .cf-service-index-hero .cf-breadcrumb { margin-bottom: 38px; }
  .cf-service-index-hero h1 { font-size: clamp(42px, 12vw, 60px); }
  .cf-service-index-intro { font-size: 17px; }
  .cf-service-problem-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .cf-service-problem-grid article { min-height: 210px; padding: 24px; }
  .cf-service-question { padding: 82px 0; }
  .cf-service-question-art { min-height: 280px; }
  .cf-service-question h2 { font-size: clamp(42px, 12vw, 60px); }
  .cf-service-question p:last-child { font-size: 17px; }
  .cf-service-offerings { padding-top: 78px; }
  .cf-service-offering-grid { grid-template-columns: 1fr; }
  .cf-service-offering-card { min-height: 440px; padding: 26px; }
  .cf-service-offering-card ul { max-width: 100%; }
  .cf-service-offering-art { width: 210px; height: 180px; opacity: .72; }
  .cf-service-method-banner { padding: 50px 0; }
  .cf-service-method-banner .cf-wrap { width: calc(100% - 28px); padding: 42px 24px; border-radius: 24px; }
  .cf-service-method-copy h2 { font-size: clamp(38px, 11vw, 54px); }
  .cf-service-research { padding-top: 76px; }
  .cf-service-research-grid { grid-template-columns: 1fr; }
  .cf-service-research-grid article { min-height: 320px; }
  .cf-service-index-cta { padding: 76px 0 84px; }
  .cf-service-index-facts { grid-template-columns: 1fr; margin-bottom: 70px; }
  .cf-service-index-facts > div { min-height: 112px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .cf-service-index-facts > div:last-child { border-bottom: 0; }
  .cf-service-index-facts strong { font-size: 60px; }
  .cf-service-index-cta h2 { font-size: clamp(42px, 12vw, 60px); }
}
