:root {
  --cc-ink: #080d1b;
  --cc-blue: #315bff;
  --cc-violet: #7451ff;
  --cc-coral: #ff667a;
  --cc-gold: #315bff;
  --cc-gold-light: #b7c5ff;
  --cc-cream: #edf1ff;
  --cc-paper: #f8f9ff;
  --cc-white: #ffffff;
  --cc-border: rgba(8, 13, 27, 0.14);
  --cc-shadow: 0 30px 90px rgba(17, 31, 74, 0.22);
  --tj-color-theme-primary: #315bff;
  --tj-color-heading-primary: #080d1b;
  --tj-color-text-body: #4e5870;
  --tj-color-grey-1: #edf1ff;
}

html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { background: var(--cc-paper); color: #4e5870; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; }
.cc-shell { width: min(100%, 1540px); margin-inline: auto; padding-inline: clamp(24px, 4vw, 72px); }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; padding: 12px 18px; background: var(--cc-ink); color: var(--cc-white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.cc-header { position: fixed; inset: 0 0 auto; z-index: 1000; background: rgba(248, 249, 255, 0.94); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: border-color .25s ease, box-shadow .25s ease; }
.cc-header.is-scrolled { border-bottom-color: var(--cc-border); box-shadow: 0 10px 32px rgba(32, 34, 41, .06); }
.cc-header .cc-shell { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.cc-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--cc-ink); }
.cc-brand:hover { color: var(--cc-ink); }
.cc-brand img { width: 46px; height: 46px; flex: 0 0 46px; object-fit: contain; }
.cc-wordmark { display: inline-flex; align-items: baseline; line-height: 1; letter-spacing: -.045em; }
.cc-wordmark strong { color: inherit; font-size: 19px; font-weight: 750; }
.cc-wordmark b { color: var(--cc-blue); font-size: 19px; font-weight: 800; }
.cc-nav { display: flex; align-items: center; gap: clamp(22px, 2.2vw, 42px); }
.cc-nav a { color: var(--cc-ink); font-size: 14px; font-weight: 650; transition: color .2s ease; }
.cc-nav a:hover, .cc-nav a:focus-visible { color: var(--cc-blue); }
.cc-nav .cc-nav-cta { padding: 13px 19px; color: var(--cc-white); background: var(--cc-ink); border-radius: 4px; }
.cc-nav .cc-nav-cta:hover, .cc-nav .cc-nav-cta:focus-visible { color: var(--cc-white); background: var(--cc-blue); }
.cc-menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 0; border-radius: 4px; background: var(--cc-ink); }
.cc-menu-toggle span:not(.visually-hidden) { display: block; height: 2px; margin: 5px 0; background: var(--cc-white); transition: transform .2s ease, opacity .2s ease; }

.cc-hero { padding: 152px 0 72px; background: radial-gradient(circle at 8% 0%, rgba(49, 91, 255, .2), transparent 30%), radial-gradient(circle at 48% 22%, rgba(255, 102, 122, .11), transparent 22%), var(--cc-paper); }
.cc-hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr); gap: clamp(42px, 6vw, 96px); align-items: center; }
.cc-eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--cc-blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.cc-eyebrow span { width: 30px; height: 2px; background: currentColor; }
.cc-hero h1 { max-width: 820px; margin-bottom: 27px; font-size: clamp(52px, 6.1vw, 94px); font-weight: 550; line-height: .98; letter-spacing: -.055em; }
.cc-hero h1 em { display: block; color: var(--cc-blue); font-style: normal; }
.cc-hero-lead { max-width: 710px; margin-bottom: 33px; color: #4f545e; font-size: clamp(18px, 1.6vw, 22px); line-height: 1.58; }
.cc-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.cc-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 14px 22px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.cc-button:hover, .cc-button:focus-visible { transform: translateY(-2px); }
.cc-button-primary { color: var(--cc-white); background: var(--cc-ink); }
.cc-button-primary:hover, .cc-button-primary:focus-visible { color: var(--cc-white); background: var(--cc-blue); }
.cc-button-secondary { color: var(--cc-ink); border-color: var(--cc-ink); background: transparent; }
.cc-button-secondary:hover, .cc-button-secondary:focus-visible { color: var(--cc-white); background: var(--cc-ink); }
.cc-button-light { color: var(--cc-ink); background: var(--cc-gold-light); }
.cc-button-light:hover, .cc-button-light:focus-visible { color: var(--cc-ink); background: var(--cc-white); }
.cc-hero-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 56px; padding-top: 26px; border-top: 1px solid var(--cc-border); }
.cc-hero-meta div { display: flex; flex-direction: column; gap: 5px; }
.cc-hero-meta strong { color: var(--cc-ink); font-size: 15px; }
.cc-hero-meta span { color: #6e727a; font-size: 13px; line-height: 1.4; }
.cc-hero-visual { position: relative; min-height: 650px; border-radius: 7px; overflow: hidden; box-shadow: var(--cc-shadow); }
.cc-hero-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cc-hero-visual::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 48%, rgba(19, 20, 24, .74)); pointer-events: none; }
.cc-proof-card { position: absolute; right: 22px; bottom: 22px; left: 22px; z-index: 2; padding: 25px 27px; color: var(--cc-white); border: 1px solid rgba(183, 197, 255, .35); background: rgba(8, 13, 27, .84); backdrop-filter: blur(14px); }
.cc-proof-card span { display: block; margin-bottom: 6px; color: var(--cc-gold-light); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.cc-proof-card strong { display: block; font-size: clamp(22px, 2vw, 32px); }
.cc-proof-card p { margin: 5px 0 0; color: rgba(255, 255, 255, .75); }

.cc-fit-strip { color: var(--cc-white); background: var(--cc-ink); }
.cc-fit-strip .cc-shell { min-height: 106px; display: flex; align-items: center; gap: 34px; }
.cc-fit-strip p { flex: 0 0 auto; margin: 0; color: var(--cc-gold-light); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.cc-fit-strip ul { display: flex; flex-wrap: wrap; gap: 16px 34px; margin: 0; padding: 0; list-style: none; }
.cc-fit-strip li { position: relative; padding-left: 18px; color: rgba(255, 255, 255, .82); font-size: 14px; }
.cc-fit-strip li::before { content: ""; position: absolute; top: .55em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--cc-gold-light); }

.cc-section { padding-block: clamp(88px, 9vw, 150px); }
.cc-heading-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(36px, 8vw, 140px); align-items: end; margin-bottom: 60px; }
.cc-heading-grid h2, .cc-value h2, .cc-audience h2, .cc-process h2, .cc-contact h2 { max-width: 820px; margin: 0; font-size: clamp(42px, 5vw, 72px); font-weight: 550; line-height: 1.02; letter-spacing: -.045em; }
.cc-heading-grid > p { margin: 0; font-size: 18px; line-height: 1.7; }

.cc-industries { background: var(--cc-cream); }
.cc-industry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.cc-industry-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--cc-border); border-radius: 7px; background: var(--cc-white); box-shadow: 0 20px 55px rgba(17, 31, 74, .08); }
.cc-industry-image { position: relative; display: block; min-height: 330px; overflow: hidden; background: var(--cc-ink); }
.cc-industry-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(8, 13, 27, .55)); }
.cc-industry-image img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; transition: transform .45s ease, opacity .45s ease; }
.cc-industry-image:hover img, .cc-industry-image:focus-visible img { transform: scale(1.035); opacity: .9; }
.cc-industry-image > span { position: absolute; right: 22px; bottom: 18px; z-index: 1; color: var(--cc-white); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.cc-industry-body { flex: 1; display: flex; flex-direction: column; padding: clamp(27px, 3vw, 40px); }
.cc-industry-label { margin: 0 0 18px; color: var(--cc-blue); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.cc-industry-body h3 { margin: 0 0 18px; color: var(--cc-ink); font-size: clamp(26px, 2.25vw, 36px); line-height: 1.12; letter-spacing: -.025em; }
.cc-industry-body > p:not(.cc-industry-label) { margin: 0 0 25px; line-height: 1.7; }
.cc-industry-ai { margin-top: auto; padding: 22px 0; border-top: 1px solid var(--cc-border); border-bottom: 1px solid var(--cc-border); }
.cc-industry-ai strong { display: block; margin-bottom: 7px; color: var(--cc-ink); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.cc-industry-ai span { color: #626b80; font-size: 14px; line-height: 1.55; }
.cc-industry-body > a { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 23px; color: var(--cc-ink); font-size: 14px; font-weight: 750; }
.cc-industry-body > a:hover, .cc-industry-body > a:focus-visible { color: var(--cc-blue); }

.cc-ai { background: var(--cc-white); }
.cc-ai-heading h2 { max-width: 900px; }
.cc-ai-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: clamp(42px, 6vw, 90px); align-items: stretch; }
.cc-ai-visual { position: relative; min-height: 640px; overflow: hidden; border-radius: 8px; background: var(--cc-ink); box-shadow: var(--cc-shadow); }
.cc-ai-visual::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(183, 197, 255, .2); border-radius: inherit; pointer-events: none; }
.cc-ai-visual img { width: 100%; height: 100%; object-fit: cover; }
.cc-ai-outcomes { border-top: 1px solid var(--cc-border); }
.cc-ai-outcomes article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid var(--cc-border); }
.cc-ai-outcomes article > span { color: var(--cc-blue); font-size: 12px; font-weight: 800; }
.cc-ai-outcomes h3 { margin: 0 0 8px; font-size: clamp(23px, 2vw, 30px); }
.cc-ai-outcomes p { margin: 0; line-height: 1.65; }
.cc-ai-guardrails { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 30px; }
.cc-ai-guardrails > div { padding: clamp(25px, 3vw, 38px); border: 1px solid rgba(49, 91, 255, .18); border-radius: 6px; background: linear-gradient(145deg, rgba(49, 91, 255, .08), rgba(116, 81, 255, .03)); }
.cc-ai-guardrails > div:last-child { border-color: rgba(255, 102, 122, .22); background: linear-gradient(145deg, rgba(255, 102, 122, .08), rgba(116, 81, 255, .03)); }
.cc-ai-guardrails span { display: block; margin-bottom: 12px; color: var(--cc-blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.cc-ai-guardrails > div:last-child span { color: #ce3650; }
.cc-ai-guardrails p { margin: 0; line-height: 1.65; }

.cc-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--cc-border); border-left: 1px solid var(--cc-border); }
.cc-service-card { position: relative; min-height: 440px; display: flex; flex-direction: column; padding: clamp(28px, 3vw, 42px); border-right: 1px solid var(--cc-border); border-bottom: 1px solid var(--cc-border); background: var(--cc-paper); transition: color .3s ease, background .3s ease, transform .3s ease; }
.cc-service-card:hover { color: rgba(255, 255, 255, .76); background: var(--cc-ink); transform: translateY(-8px); }
.cc-card-number { position: absolute; top: 24px; right: 24px; color: #9b9ea5; font-size: 12px; font-weight: 800; }
.cc-service-card > i { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 80px; color: var(--cc-white); border-radius: 50%; background: linear-gradient(135deg, var(--cc-blue), var(--cc-violet)); font-size: 27px; box-shadow: 0 12px 30px rgba(49, 91, 255, .24); }
.cc-service-card h3 { margin-bottom: 18px; font-size: clamp(23px, 2vw, 30px); transition: color .3s ease; }
.cc-service-card:hover h3 { color: var(--cc-white); }
.cc-service-card p { margin-bottom: 30px; line-height: 1.65; }
.cc-service-card a { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 18px; color: var(--cc-ink); border-top: 1px solid var(--cc-border); font-size: 14px; font-weight: 750; transition: color .3s ease, border-color .3s ease; }
.cc-service-card:hover a { color: var(--cc-gold-light); border-color: rgba(255, 255, 255, .2); }

.cc-value { color: rgba(255, 255, 255, .72); background: var(--cc-ink); }
.cc-value-grid { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); gap: clamp(50px, 8vw, 130px); align-items: center; }
.cc-value-image { position: relative; }
.cc-value-image > img { width: 100%; aspect-ratio: .88; object-fit: cover; border-radius: 7px; }
.cc-experience-badge { position: absolute; right: -30px; bottom: 40px; width: 190px; height: 190px; display: flex; flex-direction: column; justify-content: center; padding: 28px; color: var(--cc-ink); border-radius: 50%; background: var(--cc-gold-light); }
.cc-experience-badge strong { font-size: 48px; line-height: 1; }
.cc-experience-badge span { margin-top: 8px; font-size: 12px; font-weight: 700; line-height: 1.35; }
.cc-eyebrow-light { color: var(--cc-gold-light); }
.cc-value h2, .cc-audience h2, .cc-contact h2 { color: var(--cc-white); }
.cc-value-copy > p:not(.cc-eyebrow) { max-width: 720px; margin: 28px 0 38px; font-size: 19px; line-height: 1.7; }
.cc-value-list { margin-bottom: 40px; }
.cc-value-list > div { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 23px 0; border-top: 1px solid rgba(255, 255, 255, .15); }
.cc-value-list > div:last-child { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.cc-value-list > div > span { color: var(--cc-gold-light); font-size: 12px; font-weight: 800; }
.cc-value-list h3 { margin-bottom: 7px; color: var(--cc-white); font-size: 22px; }
.cc-value-list p { margin: 0; color: rgba(255, 255, 255, .68); }

.cc-work { background: var(--cc-cream); }
.cc-work-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.cc-work-card { position: relative; grid-column: span 2; min-height: 480px; overflow: hidden; border-radius: 6px; background: var(--cc-ink); }
.cc-work-card.cc-work-wide { grid-column: span 3; }
.cc-work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, opacity .55s ease; }
.cc-work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 44%, rgba(17, 18, 22, .84)); }
.cc-work-card:hover img { transform: scale(1.035); opacity: .88; }
.cc-work-card div { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; padding: 31px; }
.cc-work-card span { color: var(--cc-gold-light); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.cc-work-card h3 { max-width: 520px; margin: 7px 0 0; color: var(--cc-white); font-size: clamp(24px, 2.4vw, 36px); }
.cc-work-cta { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 38px; padding-top: 30px; border-top: 1px solid var(--cc-border); }
.cc-work-cta p { margin: 0; color: var(--cc-ink); font-size: 20px; }

.cc-audience { color: rgba(255, 255, 255, .7); background: #10182f; }
.cc-audience-intro { max-width: 940px; margin-bottom: 64px; }
.cc-audience-intro > p:last-child { max-width: 740px; margin: 28px 0 0; font-size: 19px; line-height: 1.7; }
.cc-audience-list { border-top: 1px solid rgba(255, 255, 255, .15); }
.cc-audience-list article { display: grid; grid-template-columns: 80px minmax(260px, .72fr) minmax(320px, 1fr); gap: 34px; align-items: start; padding: 32px 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
.cc-audience-list article > span { color: var(--cc-gold-light); font-size: 12px; font-weight: 800; }
.cc-audience-list h3 { margin: 0; color: var(--cc-white); font-size: clamp(24px, 2vw, 31px); }
.cc-audience-list p { margin: 0; line-height: 1.65; }

.cc-engagements { background: var(--cc-paper); }
.cc-engagement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cc-engagement-grid article { min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(28px, 3vw, 46px); border: 1px solid var(--cc-border); border-radius: 6px; background: var(--cc-white); }
.cc-engagement-grid article.featured { color: rgba(255, 255, 255, .7); background: var(--cc-ink); transform: translateY(-18px); }
.cc-engagement-grid strong { margin-bottom: 22px; color: var(--cc-ink); font-size: clamp(27px, 2.5vw, 38px); font-weight: 550; }
.cc-engagement-grid .featured strong { color: var(--cc-gold-light); }
.cc-engagement-grid p { margin: 0; line-height: 1.7; }

.cc-process { background: var(--cc-cream); }
.cc-process-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); gap: clamp(50px, 9vw, 150px); }
.cc-process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--cc-border); }
.cc-process li { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--cc-border); }
.cc-process li > span { color: var(--cc-blue); font-size: 12px; font-weight: 800; }
.cc-process h3 { margin-bottom: 9px; font-size: 27px; }
.cc-process li p { margin: 0; line-height: 1.65; }

.cc-contact { padding-block: clamp(88px, 9vw, 140px); color: rgba(255, 255, 255, .72); background: linear-gradient(rgba(8, 13, 27, .92), rgba(8, 13, 27, .96)), url("../../images/ai-marketing-leverage-v1.png") center / cover; }
.cc-contact-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(460px, 1.14fr); gap: clamp(50px, 9vw, 150px); align-items: start; }
.cc-contact-copy > p:not(.cc-eyebrow):not(.cc-location) { max-width: 650px; margin: 28px 0 42px; font-size: 19px; line-height: 1.7; }
.cc-location { margin-top: 32px; color: rgba(255, 255, 255, .58); line-height: 1.7; }
.cc-form { padding: clamp(28px, 4vw, 52px); color: var(--cc-ink); border-radius: 7px; background: var(--cc-paper); }
.cc-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.cc-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.cc-form label { display: flex; flex-direction: column; gap: 9px; margin-bottom: 20px; color: var(--cc-ink); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.cc-form input, .cc-form select, .cc-form textarea { width: 100%; min-height: 52px; padding: 13px 15px; color: var(--cc-ink); border: 1px solid #d5d2cb; border-radius: 3px; outline: none; background: var(--cc-white); font-size: 16px; font-weight: 450; letter-spacing: 0; text-transform: none; }
.cc-form textarea { min-height: 145px; resize: vertical; }
.cc-form input:focus, .cc-form select:focus, .cc-form textarea:focus { border-color: var(--cc-blue); box-shadow: 0 0 0 3px rgba(49, 91, 255, .16); }
.cc-form button { border: 0; cursor: pointer; }
.cc-form button[disabled] { cursor: wait; opacity: .65; }
.cc-form-status { min-height: 24px; margin: 16px 0 0; color: #59606a; font-size: 14px; }
.cc-form-status.is-success { color: #2e6941; }
.cc-form-status.is-error { color: #9a3434; }

.cc-footer { padding: 64px 0 25px; color: rgba(255, 255, 255, .62); background: #050812; }
.cc-footer-main { display: grid; grid-template-columns: .65fr 1fr; gap: 50px; align-items: center; padding-bottom: 50px; }
.cc-brand-light, .cc-brand-light:hover { color: var(--cc-white); }
.cc-brand-light .cc-wordmark b { color: var(--cc-coral); }
.cc-footer-main p { max-width: 560px; margin: 0; line-height: 1.7; }
.cc-footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 13px; }
.cc-footer-bottom p { margin: 0; }
.cc-footer-bottom div { display: flex; flex-wrap: wrap; gap: 20px; }
.cc-footer-bottom a { color: rgba(255, 255, 255, .62); }
.cc-footer-bottom a:hover { color: var(--cc-gold-light); }
.cc-back-top { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 46px; height: 46px; display: grid; place-items: center; color: var(--cc-white); border-radius: 50%; background: var(--cc-ink); box-shadow: 0 12px 28px rgba(32, 34, 41, .22); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease, background .2s ease; }
.cc-back-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.cc-back-top:hover { color: var(--cc-white); background: var(--cc-blue); }

@media (max-width: 1199px) {
  .cc-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); }
  .cc-hero-visual { min-height: 560px; }
  .cc-ai-grid { grid-template-columns: 1fr 1fr; }
  .cc-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cc-industry-grid { grid-template-columns: 1fr; }
  .cc-industry-card { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); }
  .cc-industry-image, .cc-industry-image img { min-height: 100%; }
  .cc-work-card, .cc-work-card.cc-work-wide { grid-column: span 3; }
}

@media (max-width: 991px) {
  .cc-menu-toggle { display: block; }
  .cc-menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .cc-menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .cc-menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .cc-nav { position: absolute; top: 88px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px clamp(24px, 4vw, 72px) 26px; border-bottom: 1px solid var(--cc-border); background: var(--cc-paper); box-shadow: 0 24px 40px rgba(32, 34, 41, .12); }
  .cc-nav.is-open { display: flex; }
  .cc-nav a { padding: 15px 0; border-bottom: 1px solid var(--cc-border); }
  .cc-nav .cc-nav-cta { margin-top: 12px; padding: 15px 18px; text-align: center; }
  .cc-hero-grid, .cc-ai-grid, .cc-value-grid, .cc-process-grid, .cc-contact-grid { grid-template-columns: 1fr; }
  .cc-hero-visual { min-height: 590px; }
  .cc-ai-visual { min-height: 560px; }
  .cc-heading-grid { grid-template-columns: 1fr; gap: 25px; }
  .cc-heading-grid > p { max-width: 760px; }
  .cc-value-image { max-width: 640px; }
  .cc-audience-list article { grid-template-columns: 60px 1fr; }
  .cc-audience-list p { grid-column: 2; }
  .cc-engagement-grid { grid-template-columns: 1fr; }
  .cc-engagement-grid article.featured { transform: none; }
  .cc-footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  .cc-header .cc-shell { min-height: 76px; }
  .cc-nav { top: 76px; }
  .cc-hero { padding-top: 125px; }
  .cc-hero h1 { font-size: clamp(44px, 13vw, 66px); }
  .cc-hero-meta { grid-template-columns: 1fr; gap: 18px; }
  .cc-hero-visual { min-height: 470px; }
  .cc-ai-visual { min-height: 470px; }
  .cc-ai-guardrails { grid-template-columns: 1fr; }
  .cc-fit-strip .cc-shell { align-items: flex-start; flex-direction: column; gap: 15px; padding-block: 28px; }
  .cc-service-grid { grid-template-columns: 1fr; }
  .cc-industry-card { display: flex; }
  .cc-industry-image, .cc-industry-image img { min-height: 310px; }
  .cc-service-card { min-height: 390px; }
  .cc-work-grid { grid-template-columns: 1fr; }
  .cc-work-card, .cc-work-card.cc-work-wide { grid-column: auto; min-height: 430px; }
  .cc-work-cta, .cc-footer-bottom { align-items: flex-start; flex-direction: column; }
  .cc-audience-list article { grid-template-columns: 40px 1fr; gap: 18px; }
  .cc-experience-badge { right: 18px; bottom: 18px; width: 150px; height: 150px; padding: 23px; }
  .cc-experience-badge strong { font-size: 38px; }
  .cc-form-row { grid-template-columns: 1fr; gap: 0; }
  .cc-footer-main { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .cc-shell { padding-inline: 18px; }
  .cc-brand { gap: 8px; }
  .cc-wordmark strong, .cc-wordmark b { font-size: 15px; }
  .cc-brand img { width: 39px; height: 39px; flex-basis: 39px; }
  .cc-actions .cc-button { width: 100%; }
  .cc-hero-visual { min-height: 390px; }
  .cc-ai-visual { min-height: 380px; }
  .cc-proof-card { right: 12px; bottom: 12px; left: 12px; padding: 20px; }
  .cc-work-card, .cc-work-card.cc-work-wide { min-height: 370px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
