.hero { position: relative; min-height: 760px; height: 100svh; overflow: hidden; background: var(--bg); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,7,15,.76) 0%, rgba(10,7,15,.48) 31%, rgba(10,7,15,.08) 65%, rgba(10,7,15,.08) 100%); }
.hero-overlay::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,5,6,.34) 0%, transparent 22%, transparent 72%, rgba(5,5,6,.32) 100%); }
.hero-content { position: relative; z-index: 2; height: 100%; padding-top: var(--header-height); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.hero-kicker { margin: 0 0 24px; color: rgba(255,255,255,.82); font-size: 11px; font-weight: 730; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(38px, 4.35vw, 66px); font-weight: 400; line-height: 1.05; letter-spacing: -.055em; text-wrap: balance; }
.hero h1 span { background: var(--heading-gradient); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.hero-copy { max-width: 600px; margin: 25px 0 0; color: rgba(255,255,255,.83); font-size: clamp(16px, 1.25vw, 19px); line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-scroll { position: absolute; z-index: 2; right: 34px; bottom: 28px; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.64); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-scroll span { width: 1px; height: 38px; background: rgba(255,255,255,.42); }

@media (min-width: 981px) {
  .hero-media { top: 46px; bottom: auto; height: calc(100% - 46px); }
}

.trusted { overflow: hidden; padding: 14px 0 17px; border-block: 1px solid var(--border); background: var(--surface); }
.trusted-label { margin: 0 0 10px; text-align: center; color: var(--muted); font-size: 10px; font-weight: 680; letter-spacing: .18em; text-transform: uppercase; }
.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; width: max-content; animation: marquee 38s linear infinite; will-change: transform; }
.brand-row { display: flex; align-items: center; gap: 12px; padding-right: 12px; }
.brand-logo { width: clamp(150px, 12vw, 176px); height: 64px; padding: 7px 12px; display: flex; flex: 0 0 auto; align-items: center; justify-content: center; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: #fff; }
.brand-logo img { width: 96%; height: 86%; display: block; object-fit: contain; object-position: center; }
.brand-row .brand-logo img[src*="dorall"],
.brand-row .brand-logo img[src*="mangalam"] { transform: scale(1.45); }
.home-page .brand-logo img,
.digital-marketing-page .brand-logo img { width: 100%; height: 100%; transform: scale(1.2); }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (prefers-reduced-motion: reduce) {
  .marquee { overflow-x: auto; mask-image: none; scrollbar-width: thin; }
  .marquee-track { animation: none; }
  .brand-row[aria-hidden="true"] { display: none; }
}

.what-we-do { overflow: hidden; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.intro-grid h2 { max-width: 570px; margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: 1.02; letter-spacing: -.052em; }
.intro-detail > p:first-child { max-width: 690px; margin: 34px 0 28px; color: var(--muted); font-size: 20px; line-height: 1.64; }
.ai-note { max-width: 670px; margin: 0; padding: 17px 20px; border: 1px solid var(--border); border-radius: 16px; background: var(--soft); color: var(--text); font-size: 14px; line-height: 1.55; }
.ai-note span { margin-right: 8px; color: var(--orange); }
.capability-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.capability-list span { padding: 9px 13px; border: 1px solid var(--border); border-radius: 99px; color: var(--orange); font-size: 12px; }
.video-showcase { position: relative; min-height: 0; aspect-ratio: 16 / 9; margin-top: 70px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.video-poster { position: absolute; inset: 0; }
.video-poster > img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.video-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,10,.84) 0%, rgba(8,8,10,.44) 47%, rgba(8,8,10,.12) 100%); }
.video-copy { position: absolute; z-index: 2; left: clamp(28px, 5vw, 70px); bottom: clamp(30px, 5vw, 64px); max-width: 650px; color: #fff; }
.video-copy > span { display: block; margin-bottom: 16px; color: var(--orange); font-size: 11px; font-weight: 760; letter-spacing: .17em; text-transform: uppercase; }
.video-copy h3 { margin: 0; font-size: clamp(38px, 5vw, 68px); line-height: 1; letter-spacing: -.052em; }
.video-copy p { margin: 18px 0 0; color: rgba(255,255,255,.74); font-size: 16px; }
.video-play { position: absolute; z-index: 2; right: clamp(28px, 5vw, 64px); bottom: clamp(30px, 5vw, 64px); width: 78px; height: 78px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #111; font-size: 21px; padding-left: 4px; box-shadow: 0 18px 45px rgba(0,0,0,.28); }
.video-showcase > iframe, .video-showcase > video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #000; }

.services { background: var(--surface); }
.section-heading { position: relative; margin-bottom: 54px; }
.section-heading h2 { max-width: 800px; margin: 0; font-size: clamp(44px, 5.4vw, 74px); line-height: 1; letter-spacing: -.052em; }
.section-heading > p:last-child { max-width: 560px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 510px; padding: 28px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--border); border-radius: 28px; background: var(--surface-raised); isolation: isolate; }
.service-card::before { content: ""; position: absolute; z-index: -1; width: 310px; height: 310px; right: -150px; bottom: -120px; border-radius: 50%; filter: blur(45px); opacity: .38; transition: transform .45s ease; }
.service-card:hover::before { transform: translate(-35px, -35px) scale(1.2); }
.service-marketing::before { background: var(--orange); }
.service-web::before { background: var(--magenta); }
.service-brand::before { background: var(--purple); }
.service-top { display: flex; justify-content: space-between; color: var(--point); font-size: 16px; font-weight: 670; letter-spacing: .12em; text-transform: uppercase; }
.service-content h3 { margin: 0 0 18px; font-size: clamp(35px, 3.4vw, 50px); line-height: .96; letter-spacing: -.05em; }
.service-content p { min-height: 78px; margin: 0 0 32px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.service-content a { display: flex; align-items: center; justify-content: flex-start; gap: 8px; padding-top: 18px; border-top: 1px solid var(--border); font-size: 13px; font-weight: 650; }
.service-content a span { color: var(--orange); font-size: 18px; }

.philosophy { background: var(--surface-raised); }
.philosophy-heading { display: grid; grid-template-columns: .6fr 1.4fr; gap: 70px; align-items: start; }
.philosophy-heading h2 { max-width: 960px; margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: 1.02; letter-spacing: -.052em; }
.p-strip { display: grid; grid-template-columns: repeat(7, 1fr); margin-top: 70px; border-block: 1px solid var(--border); }
.p-strip article { min-height: 0; padding: 25px 15px; display: flex; flex-direction: column; justify-content: flex-start; gap: clamp(28px, 5vw, 84px); border-right: 1px solid var(--border); transition: background .2s ease, color .2s ease; }
.p-strip article:last-child { border: 0; }
.p-strip article:hover { color: #fff; background: var(--orange); }
.p-strip span { color: var(--point); font-size: 16px; font-weight: 760; letter-spacing: .12em; }
.p-strip article:hover span { color: rgba(255,255,255,.7); }
.p-strip strong { color: var(--third-accent); font-size: 18px; font-weight: 620; letter-spacing: -.02em; writing-mode: initial; transform: none; }

.selected-work { background: var(--bg); }
.work-heading .text-link { position: absolute; right: 0; bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--muted); font-size: 13px; }
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.work-card { min-height: 650px; padding: 28px; display: flex; flex-direction: column; overflow: hidden; border-radius: 28px; color: #171719; transition: transform .3s ease; }
.work-card:hover { transform: translateY(-5px); }
.work-card-light { background: #e8e4df; }
.work-card-dark { color: #fff; background: #101014; border: 1px solid var(--border); }
.work-number { font-size: 10px; font-weight: 720; letter-spacing: .13em; text-transform: uppercase; opacity: .62; }
.mockup { position: relative; flex: 1; margin: 40px 18px; overflow: hidden; border-radius: 20px; }
.browser-mockup { border: 1px solid rgba(0,0,0,.09); background: #fafafa; box-shadow: 0 25px 50px rgba(30,22,18,.16); transform: rotate(-2deg); }
.browser-mockup > img { width: 100%; height: calc(100% - 34px); display: block; object-fit: cover; object-position: center; }
.mockup-bar { height: 34px; padding: 0 12px; display: flex; align-items: center; gap: 5px; border-bottom: 1px solid rgba(0,0,0,.08); }
.mockup-bar i { width: 6px; height: 6px; border-radius: 50%; background: #d4d0cb; }
.mockup-copy { height: calc(100% - 34px); padding: 36px; display: flex; flex-direction: column; justify-content: space-between; background: radial-gradient(circle at 70% 70%, rgba(250,105,0,.26), transparent 30%), linear-gradient(140deg, #f9f7f4, #e9e2dc); }
.mockup-copy b { max-width: 330px; color: #191919; font-size: clamp(32px, 4vw, 58px); line-height: .95; letter-spacing: -.055em; }
.mockup-copy span { width: 72%; height: 12px; border-radius: 99px; background: var(--orange); }
.campaign-mockup { padding: 42px; display: flex; flex-direction: column; justify-content: space-between; background: radial-gradient(circle at 70% 28%, rgba(121,60,233,.35), transparent 32%), radial-gradient(circle at 20% 90%, rgba(250,105,0,.24), transparent 34%), #17171e; border: 1px solid rgba(255,255,255,.1); }
.campaign-image-mockup { min-height: 0; padding: 0; align-items: center; justify-content: center; background: #101014; }
.campaign-image-mockup > img { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; display: block; object-fit: contain; object-position: center; }
.metric small { display: block; margin-bottom: 8px; color: rgba(255,255,255,.55); font-size: 12px; }
.metric strong { font-size: clamp(62px, 7vw, 96px); letter-spacing: -.07em; }
.metric-lines { height: 120px; display: flex; align-items: end; gap: 10px; }
.metric-lines span { flex: 1; border-radius: 8px 8px 2px 2px; background: var(--orange); }
.metric-lines span:nth-child(2), .metric-lines span:nth-child(5) { background: var(--coral); }
.metric-lines span:nth-child(3) { background: var(--magenta); }
.metric-lines span:nth-child(4) { background: var(--purple); }
.metric-lines span:nth-child(1) { height: 34%; }.metric-lines span:nth-child(2) { height: 52%; }.metric-lines span:nth-child(3) { height: 46%; }.metric-lines span:nth-child(4) { height: 72%; }.metric-lines span:nth-child(5) { height: 100%; }
.work-meta { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding-top: 23px; border-top: 1px solid currentColor; border-color: color-mix(in srgb, currentColor 18%, transparent); }
.work-meta h3 { margin: 0 0 8px; font-size: 25px; letter-spacing: -.035em; }
.work-meta p { margin: 0; font-size: 12px; opacity: .62; }
.work-meta > span { color: var(--orange); font-size: 28px; }

.process-cta { padding-bottom: 126px; background: var(--surface); }
.process-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.process-intro h2 { margin: 0; font-size: clamp(44px, 5.5vw, 76px); line-height: .98; letter-spacing: -.055em; }
.process-intro > p { max-width: 490px; margin: 0 0 7px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.process-steps { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 70px; border-block: 1px solid var(--border); }
.process-steps div { min-height: 140px; padding: 24px 18px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--border); }
.process-steps div:last-child { border: 0; }
.process-steps span { color: var(--point); font-size: 18px; font-weight: 730; }
.process-steps strong { color: var(--third-accent); font-size: 16px; font-weight: 590; }
.final-cta { position: relative; min-height: 440px; margin-top: 110px; padding: clamp(48px, 7vw, 88px); display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--bg); color: var(--text); text-align: center; }
.final-cta::after, .final-cta > img { display: none; }
.final-cta > div { position: relative; z-index: 2; }
.final-cta .section-label { color: var(--first-accent); }
.final-cta h2 { max-width: 920px; margin: 0 auto; font-size: clamp(40px, 4.5vw, 58px); line-height: 1; letter-spacing: -.045em; }
.final-cta p:not(.section-label) { max-width: 680px; margin: 24px auto 0; color: var(--muted); font-size: 18px; line-height: 1.68; }
.cta-actions { margin-top: 32px; display: flex; align-items: center; justify-content: center; gap: 20px; }
.cta-book-link { width: max-content; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--muted); font-size: 14px; font-weight: 650; transition: color .2s ease; }
.cta-book-link:hover { color: var(--text); }
.cta-book-link > span { margin-left: 7px; color: var(--first-accent); }

@media (max-width: 980px) {
  .hero { min-height: 720px; }
  .hero-media { object-position: 64% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(10,7,15,.72), rgba(10,7,15,.15)); }
  .intro-grid, .philosophy-heading, .process-intro { grid-template-columns: 1fr; gap: 34px; }
  .intro-detail > p:first-child { margin-top: 0; }
  .video-showcase { min-height: 0; aspect-ratio: 16 / 9; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 370px; }
  .service-content p { min-height: auto; max-width: 600px; }
  .p-strip { grid-template-columns: repeat(4, 1fr); }
  .p-strip article { min-height: 0; gap: 52px; border-bottom: 1px solid var(--border); }
  .p-strip strong { writing-mode: initial; transform: none; }
  .work-card { min-height: 570px; }
  .process-steps { grid-template-columns: repeat(3, 1fr); }
  .process-steps div { border-bottom: 1px solid var(--border); }
  .final-cta { padding: 55px; }
}

@media (max-width: 720px) {
  .hero { min-height: 700px; }
  .hero-media { top: 54px; bottom: auto; height: calc(100% - 54px); object-position: 69% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(9,7,15,.18) 18%, rgba(9,7,15,.36) 46%, rgba(9,7,15,.91) 100%); }
  .hero-content { justify-content: flex-end; padding-bottom: 58px; }
  .hero h1 { max-width: 560px; font-size: clamp(34px, 9.1vw, 48px); }
  .hero-kicker { margin-bottom: 16px; }
  .hero-copy { margin-top: 17px; }
  .hero-scroll { display: none; }
  .button-row { width: 100%; }
  .brand-row { gap: 42px; padding-right: 42px; }
  .video-showcase { min-height: 0; aspect-ratio: 16 / 9; }
  .video-shade { background: linear-gradient(180deg, rgba(8,8,10,.18) 12%, rgba(8,8,10,.82) 100%); }
  .video-copy { right: 28px; }
  .video-play { top: 28px; right: 28px; bottom: auto; width: 62px; height: 62px; }
  .stage-copy { inset: 45px 28px auto; transform: none; }
  .work-heading .text-link { position: static; display: inline-block; margin-top: 25px; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card { min-height: 540px; }
  .p-strip { grid-template-columns: 1fr 1fr; }
  .p-strip article { min-height: 0; gap: 42px; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .final-cta { min-height: 440px; margin-top: 78px; padding: 42px 28px; border-radius: 28px; }
  .cta-actions { width: 100%; flex-direction: column; }
}

@media (max-width: 480px) {
  .hero { height: 100svh; min-height: 680px; }
  .hero-content { padding-bottom: 34px; }
  .hero h1 { font-size: 34px; }
  .hero-copy { font-size: 15px; }
  .button-row { margin-top: 22px; }
  .trusted { padding-block: 17px 20px; }
  .brand-row { gap: 11px; padding-right: 11px; }
  .brand-logo { width: 145px; height: 62px; padding: 7px 11px; border-radius: 10px; }
  .intro-detail > p:first-child { font-size: 17px; }
  .video-showcase { min-height: 0; aspect-ratio: 16 / 9; margin-top: 48px; }
  .video-copy { left: 22px; right: 22px; bottom: 22px; }
  .video-copy > span { margin-bottom: 9px; font-size: 9px; }
  .video-copy h3 { font-size: clamp(22px, 5.8vw, 30px); }
  .video-copy p { margin-top: 10px; font-size: 13px; line-height: 1.35; }
  .service-card { min-height: 410px; padding: 24px; }
  .p-strip { margin-top: 45px; }
  .p-strip article { padding: 19px 14px; gap: 34px; }
  .mockup { margin-inline: 0; }
  .campaign-mockup { padding: 26px; }
  .work-card { min-height: 505px; padding: 22px; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps div { min-height: 96px; }
  .final-cta h2 { font-size: 45px; }
}

/* About page */
.about-page main { overflow: hidden; }
.about-hero { padding-top: var(--header-height); background: var(--bg); }
.about-hero-inner { min-height: calc(100svh - var(--header-height)); padding-block: 74px; display: grid; grid-template-columns: 1.03fr .97fr; gap: 78px; align-items: center; }
.about-hero-copy h1 { max-width: 760px; margin: 0; font-size: clamp(42px, 4.75vw, 70px); font-weight: 400; line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.about-hero-copy h1 span, .ai-expertise h2 span, .perspective-box h2 span { background: var(--heading-gradient); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.about-hero-copy > p:not(.section-label) { max-width: 620px; margin: 28px 0 34px; color: var(--muted); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.about-system { position: relative; width: min(100%, 620px); aspect-ratio: 1; justify-self: end; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.about-system-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.system-ring { position: absolute; left: 50%; top: 50%; border: 1px solid var(--border); border-radius: 50%; transform: translate(-50%, -50%); }
.system-ring-outer { width: 75%; height: 75%; }
.system-ring-inner { width: 47%; height: 47%; }
.system-ring::before, .system-ring::after { content: ""; position: absolute; background: var(--border); }
.system-ring::before { left: 50%; top: -35%; width: 1px; height: 170%; }
.system-ring::after { left: -35%; top: 50%; width: 170%; height: 1px; }
.system-core { position: absolute; z-index: 2; left: 50%; top: 50%; width: 182px; height: 182px; display: grid; place-content: center; text-align: center; border: 1px solid color-mix(in srgb, var(--highlight) 68%, transparent); border-radius: 50%; background: var(--bg); transform: translate(-50%, -50%); box-shadow: 0 0 0 16px color-mix(in srgb, var(--highlight) 5%, transparent); }
.system-core strong { color: var(--highlight); font-size: 54px; line-height: 1; letter-spacing: -.06em; }
.system-core span { margin-top: 8px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.system-node { position: absolute; z-index: 3; padding: 10px 14px; border: 1px solid var(--border); border-radius: 99px; background: var(--surface-raised); color: var(--text); font-size: 12px; font-weight: 650; }
.system-node::before { content: ""; width: 7px; height: 7px; margin-right: 8px; display: inline-block; border-radius: 50%; background: var(--highlight); }
.system-node-one { left: 50%; top: 10%; transform: translateX(-50%); }
.system-node-two { right: 5%; top: 48%; transform: translateY(-50%); }
.system-node-three { left: 50%; bottom: 10%; transform: translateX(-50%); }
.system-node-four { left: 5%; top: 48%; transform: translateY(-50%); }

.about-story { background: var(--surface); }
.about-editorial-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.about-editorial-grid h2, .mark-copy h2, .seven-intro h2, .about-philosophy-grid h2, .about-section-heading h2, .people-copy h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: 1.01; letter-spacing: -.052em; }
.about-rich-copy p { max-width: 760px; margin: 0 0 22px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.about-rich-copy p:first-child { color: var(--text); font-size: 23px; line-height: 1.55; letter-spacing: -.018em; }

.mark-meaning { background: var(--surface-raised); }
.mark-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 80px; align-items: center; }
.mark-card { min-height: 580px; padding: clamp(44px, 7vw, 100px); display: grid; place-items: center; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--bg); }
.mark-card img { width: min(100%, 320px); height: auto; object-fit: contain; }
.mark-copy > h2 { max-width: 690px; }
.mark-points { margin-top: 36px; border-top: 1px solid var(--border); }
.mark-points article { padding: 21px 0; display: grid; grid-template-columns: 155px 1fr; gap: 28px; border-bottom: 1px solid var(--border); }
.mark-points h3 { margin: 0; color: var(--highlight); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.mark-points p { margin: 0; color: var(--muted); line-height: 1.65; }
.colour-journey { margin-top: 27px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.colour-journey span { height: 8px; border-radius: 99px; }
.colour-journey span:nth-child(1) { background: var(--purple); }
.colour-journey span:nth-child(2) { background: var(--magenta); }
.colour-journey span:nth-child(3) { background: var(--coral); }
.colour-journey span:nth-child(4) { background: var(--orange); }

.about-seven { background: var(--surface); }
.seven-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.seven-intro { position: sticky; top: calc(var(--header-height) + 42px); }
.seven-intro h2 { max-width: 560px; }
.seven-list { border-top: 1px solid var(--border); }
.seven-list article { padding: 27px 0; display: grid; grid-template-columns: 74px 160px 1fr; gap: 25px; align-items: start; border-bottom: 1px solid var(--border); }
.seven-list span { color: var(--point); font-size: 16px; font-weight: 760; letter-spacing: .12em; }
.seven-list h3 { margin: 0; font-size: 23px; letter-spacing: -.025em; }
.seven-list p { margin: 0; color: var(--muted); line-height: 1.65; }

.about-philosophy { background: var(--bg); }
.about-philosophy-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.about-philosophy-grid h2 { max-width: 760px; }
.philosophy-list { border-top: 1px solid var(--border); }
.philosophy-list article { padding: 24px 0; display: grid; grid-template-columns: 130px 1fr; gap: 26px; border-bottom: 1px solid var(--border); }
.philosophy-list h3 { margin: 0; font-size: 19px; }
.philosophy-list p { margin: 0; color: var(--muted); line-height: 1.65; }

.about-difference { background: var(--surface); }
.about-section-heading { max-width: 850px; margin-bottom: 58px; }
.about-section-heading > p:not(.section-label) { max-width: 560px; margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.difference-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border); }
.difference-grid article { min-height: 270px; padding: 38px 32px; border-bottom: 1px solid var(--border); }
.difference-grid article:nth-child(odd) { border-right: 1px solid var(--border); }
.difference-grid span { color: var(--first-accent); font-size: 16px; font-weight: 730; letter-spacing: .11em; text-transform: uppercase; }
.values-grid > article > span { color: var(--second-accent); font-size: 16px; font-weight: 730; letter-spacing: .11em; text-transform: uppercase; }
.difference-grid h3 { margin: 50px 0 14px; font-size: clamp(27px, 2.6vw, 38px); line-height: 1.05; letter-spacing: -.04em; }
.difference-grid p { max-width: 520px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }

.ai-expertise { background: var(--bg); }
.ai-expertise-box { min-height: 620px; padding: clamp(40px, 6vw, 82px); display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: center; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface-raised); }
.ai-expertise h2 { max-width: 800px; margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: .97; letter-spacing: -.057em; }
.ai-expertise-box > div:first-child > p:not(.section-label) { max-width: 710px; margin: 26px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.ai-balance { display: grid; grid-template-columns: 1fr; gap: 16px; }
.ai-balance div { min-height: 150px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--border); border-radius: 22px; background: var(--bg); }
.ai-balance strong { color: var(--highlight); font-size: 42px; letter-spacing: -.045em; }
.ai-balance span { color: var(--muted); font-size: 13px; letter-spacing: .04em; }
.ai-balance i { color: var(--muted); font-size: 22px; font-style: normal; text-align: center; }

.about-process { background: var(--surface); }
.process-heading { max-width: 760px; }
.about-timeline { border-top: 1px solid var(--border); }
.about-timeline article { padding: 27px 0; display: grid; grid-template-columns: 90px 210px 1fr; gap: 30px; border-bottom: 1px solid var(--border); align-items: start; }
.about-timeline span { color: var(--point); font-size: 18px; font-weight: 730; }
.about-timeline h3 { margin: 0; font-size: 24px; letter-spacing: -.025em; }
.about-timeline p { margin: 0; color: var(--muted); line-height: 1.65; }

.about-capabilities { background: var(--surface-raised); }
.about-capability-list { display: flex; flex-wrap: wrap; gap: 12px; }
.about-capability-list span { padding: 14px 18px; border: 1px solid var(--border); border-radius: 99px; background: var(--bg); font-size: clamp(16px, 1.8vw, 24px); letter-spacing: -.025em; }

.about-people { background: var(--bg); }
.people-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.people-image { position: relative; min-height: 560px; margin: 0; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.people-image img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: 64% center; }
.people-image figcaption { position: absolute; left: 24px; bottom: 24px; padding: 10px 14px; border-radius: 99px; background: rgba(8,8,10,.82); color: #fff; font-size: 12px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.people-copy p:not(.section-label) { margin: 25px 0 0; color: var(--muted); font-size: 18px; line-height: 1.72; }

.about-snapshot { background: var(--surface); }
.snapshot-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--border); }
.snapshot-grid article { min-height: 220px; padding: 30px 24px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--border); }
.snapshot-grid article:last-child { border-right: 0; }
.snapshot-grid strong { color: var(--highlight); font-size: clamp(32px, 3.2vw, 48px); line-height: 1; letter-spacing: -.045em; }
.snapshot-grid span { color: var(--muted); font-size: 15px; }

.about-values { background: var(--bg); }
.values-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid var(--border); }
.values-grid article { min-height: 270px; padding: 28px 24px; border-right: 1px solid var(--border); }
.values-grid article:last-child { border-right: 0; }
.values-grid h3 { margin: 80px 0 12px; font-size: 24px; letter-spacing: -.03em; }
.values-grid p { margin: 0; color: var(--muted); line-height: 1.6; }

.about-perspective { background: var(--surface-raised); }
.perspective-box { padding-block: 30px; }
.perspective-box h2 { max-width: 1100px; margin: 0; font-size: clamp(52px, 7vw, 96px); line-height: .96; letter-spacing: -.062em; }
.perspective-box > p:not(.section-label) { max-width: 720px; margin: 30px 0 0 auto; color: var(--muted); font-size: 19px; line-height: 1.72; }

.about-final { padding-block: 126px; background: var(--surface-raised); }
.about-final-cta { margin-top: 0; }
.about-final-cta h2 { max-width: 860px; font-size: clamp(44px, 5.6vw, 76px); }

@media (max-width: 1080px) {
  .about-hero-inner { gap: 48px; }
  .about-system { width: 100%; }
  .mark-grid, .about-philosophy-grid, .people-grid { gap: 52px; }
  .values-grid { grid-template-columns: repeat(3, 1fr); }
  .values-grid article { border-bottom: 1px solid var(--border); }
}

@media (max-width: 980px) {
  .about-hero-inner, .about-editorial-grid, .mark-grid, .seven-grid, .about-philosophy-grid, .ai-expertise-box, .people-grid { grid-template-columns: 1fr; }
  .about-hero-inner { padding-block: 72px; }
  .about-hero-copy { max-width: 760px; }
  .about-system { width: min(100%, 620px); justify-self: start; }
  .seven-intro { position: static; }
  .mark-card { min-height: 480px; }
  .snapshot-grid { grid-template-columns: 1fr 1fr; }
  .snapshot-grid article:nth-child(2) { border-right: 0; }
  .snapshot-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
}

@media (max-width: 720px) {
  .about-hero-inner { min-height: auto; padding-block: 58px 24px; }
  .about-story { padding-top: 34px; }
  .about-hero-copy h1 { font-size: clamp(38px, 10.5vw, 52px); }
  .about-system { border-radius: 26px; }
  .system-core { width: 145px; height: 145px; }
  .system-core strong { font-size: 44px; }
  .system-node { padding: 8px 10px; font-size: 10px; }
  .mark-card { min-height: 380px; }
  .mark-points article { grid-template-columns: 1fr; gap: 8px; }
  .seven-list article { grid-template-columns: 58px 120px 1fr; gap: 15px; }
  .difference-grid { grid-template-columns: 1fr; }
  .difference-grid article:nth-child(odd) { border-right: 0; }
  .ai-expertise-box { min-height: auto; padding: 42px 28px; }
  .about-timeline article { grid-template-columns: 62px 1fr; gap: 15px; }
  .about-timeline p { grid-column: 2; }
  .people-image, .people-image img { min-height: 470px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .values-grid article:nth-child(2n) { border-right: 0; }
  .values-grid article:last-child { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .about-hero-copy h1 { font-size: 38px; }
  .about-system { aspect-ratio: 1 / 1.14; }
  .about-system-photo { aspect-ratio: 1; }
  .system-ring-outer { width: 78%; height: 68%; }
  .system-ring-inner { width: 48%; height: 42%; }
  .system-core { width: 126px; height: 126px; }
  .system-core strong { font-size: 38px; }
  .system-node-one { top: 13%; }
  .system-node-three { bottom: 13%; }
  .system-node-two { right: 2%; }
  .system-node-four { left: 2%; }
  .about-editorial-grid h2, .mark-copy h2, .seven-intro h2, .about-philosophy-grid h2, .about-section-heading h2, .people-copy h2 { font-size: 41px; }
  .about-rich-copy p:first-child { font-size: 20px; }
  .mark-card { min-height: 300px; padding: 44px; }
  .seven-list article { grid-template-columns: 55px 1fr; }
  .seven-list p { grid-column: 2; }
  .philosophy-list article { grid-template-columns: 1fr; gap: 8px; }
  .difference-grid article { min-height: 240px; padding: 30px 18px; }
  .difference-grid h3 { margin-top: 40px; }
  .ai-expertise h2 { font-size: 45px; }
  .about-capability-list span { width: 100%; border-radius: 16px; }
  .people-image, .people-image img { min-height: 430px; }
  .snapshot-grid { grid-template-columns: 1fr; }
  .snapshot-grid article { min-height: 155px; border-right: 0; border-bottom: 1px solid var(--border); }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article { min-height: 220px; border-right: 0; }
  .values-grid article:last-child { grid-column: auto; }
  .values-grid h3 { margin-top: 55px; }
  .perspective-box h2 { font-size: 48px; }
  .perspective-box > p:not(.section-label) { font-size: 17px; }
}

/* Services main page */
.services-page main { overflow: hidden; }
.services-main-hero { padding-top: var(--header-height); background: var(--bg); }
.services-main-hero-inner { min-height: calc(78svh - var(--header-height)); padding-block: 72px; display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.services-main-hero-copy h1 { max-width: 790px; margin: 0; font-size: clamp(42px, 4.75vw, 68px); font-weight: 400; line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.services-main-hero-copy h1 span { background: var(--heading-gradient); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.services-main-hero-copy > p:not(.section-label) { max-width: 670px; margin: 27px 0 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.7; }
.services-main-actions, .services-feature-actions, .services-choice-actions { margin-top: 32px; display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.services-text-link { padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--muted); font-size: 14px; font-weight: 650; transition: color .2s ease; }
.services-text-link:hover { color: var(--text); }
.services-main-visual { position: relative; min-height: 555px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.services-main-photo img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.services-main-number { position: absolute; right: 28px; bottom: -52px; color: color-mix(in srgb, var(--highlight) 12%, transparent); font-size: 270px; font-weight: 840; line-height: 1; letter-spacing: -.08em; }
.services-main-line { position: absolute; left: 12%; right: 12%; top: 50%; height: 1px; background: var(--border); }
.services-main-line::before, .services-main-line::after { content: ""; position: absolute; top: -4px; width: 9px; height: 9px; border-radius: 50%; background: var(--highlight); }
.services-main-line::before { left: 0; }
.services-main-line::after { right: 0; }
.services-main-tag { position: absolute; z-index: 2; padding: 11px 15px; border: 1px solid var(--border); border-radius: 99px; background: var(--surface-raised); font-size: 12px; font-weight: 650; }
.services-main-tag::before { content: ""; width: 7px; height: 7px; margin-right: 8px; display: inline-block; border-radius: 50%; background: var(--highlight); }
.tag-marketing { left: 8%; top: 19%; }
.tag-website { right: 7%; top: 45%; }
.tag-brand { left: 15%; bottom: 19%; }

.services-main-intro { background: var(--surface); }
.services-main-intro-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 84px; align-items: start; }
.services-main-intro h2, .services-connected h2, .services-main-section-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: 1.01; letter-spacing: -.052em; }
.services-main-intro-copy p { max-width: 760px; margin: 0 0 20px; color: var(--muted); font-size: 18px; line-height: 1.74; }
.services-main-intro-copy strong { color: var(--text); font-weight: 650; }

.services-feature { background: var(--bg); }
.services-feature-block { padding: 102px 0; border-top: 1px solid var(--border); }
.services-feature-alt { background: var(--surface-raised); }
.services-feature-layout { display: grid; grid-template-columns: minmax(330px, 430px) minmax(0, 1fr); gap: 58px; align-items: start; }
.services-feature-intro { max-width: 430px; }
.services-feature-kicker { margin: 0; color: var(--orange); font-size: 16px; font-weight: 720; letter-spacing: .1em; text-transform: uppercase; }
.services-feature-intro h2 { margin: 14px 0 20px; font-size: clamp(40px, 4.3vw, 59px); line-height: 1.02; letter-spacing: -.048em; }
.services-feature-intro > p:not(.services-feature-kicker) { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.68; }
.services-feature-actions { gap: 18px; }
.services-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.services-detail-grid article { min-height: 242px; padding: 31px; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 26px; background: var(--surface); }
.services-feature-alt .services-detail-grid article { background: var(--bg); }
.services-detail-grid span, .services-flow span, .services-engagement-grid > article > span, .services-why-grid > article > span { color: var(--point); font-size: 16px; font-weight: 740; letter-spacing: .11em; }
.services-detail-grid h3 { margin: auto 0 12px; font-size: 24px; line-height: 1.13; letter-spacing: -.032em; }
.services-detail-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.services-platform-strip { grid-column: 1 / -1; margin-top: 10px; padding-top: 30px; border-top: 1px solid var(--border); }
.services-platform-strip > p { margin: 0 0 23px; color: var(--muted); font-size: 11px; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.services-platform-list { display: flex; flex-wrap: wrap; align-items: center; gap: 22px 38px; }
.services-platform-list > div { min-width: 190px; display: flex; align-items: center; gap: 12px; }
.services-platform-list i { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--border); border-radius: 10px; background: #111; color: #fff; font-size: 12px; font-style: normal; font-weight: 800; }
.services-platform-list i svg { width: 28px; height: 28px; display: block; }
.services-platform-list span { display: grid; gap: 2px; }
.services-platform-list strong { font-size: 14px; }
.services-platform-list small { color: var(--muted); font-size: 10px; }
.services-platform-list-wide > div { min-width: 160px; }

.services-connected { background: var(--surface); }
.services-connected-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; align-items: center; }
.services-connected h2 { max-width: 720px; }
.services-connected-grid > div:first-child > p:not(.section-label) { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.services-flow { border-top: 1px solid var(--border); }
.services-flow article { padding: 23px 0; display: grid; grid-template-columns: 58px 130px 1fr; gap: 22px; border-bottom: 1px solid var(--border); }
.services-flow h3 { margin: 0; font-size: 21px; letter-spacing: -.025em; }
.services-flow p { margin: 0; color: var(--muted); line-height: 1.6; }

.services-engagement { background: var(--surface-raised); }
.services-main-section-heading { max-width: 850px; margin-bottom: 58px; }
.services-main-section-heading > p:not(.section-label) { max-width: 650px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.68; }
.services-engagement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.services-engagement-grid article { min-height: 330px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 26px; background: var(--bg); }
.services-engagement-grid h3 { margin: 62px 0 14px; font-size: 30px; letter-spacing: -.038em; }
.services-engagement-grid p { margin: 0 0 28px; color: var(--muted); line-height: 1.65; }
.services-engagement-grid a { margin-top: auto; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid var(--border); font-size: 13px; font-weight: 650; }
.services-engagement-grid b { color: var(--orange); font-size: 18px; font-weight: 500; }

.services-work { background: var(--bg); }
.services-work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.services-work-grid a { position: relative; min-height: 455px; padding: 20px 28px 28px; display: flex; flex-direction: column; justify-content: flex-start; overflow: hidden; border: 1px solid var(--border); border-radius: 26px; background: var(--surface); }
.services-work-media { position: relative; z-index: 2; width: calc(100% + 16px); margin: 0 -8px 18px; flex: 0 0 auto; overflow: hidden; border: 1px solid var(--border); border-radius: 18px; aspect-ratio: 4 / 3; background: var(--surface-raised); }
.services-work-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .45s ease; }
.services-work-grid a:hover .services-work-media img { transform: scale(1.025); }
.services-work-grid span, .services-work-grid h3, .services-work-grid b { position: relative; z-index: 2; }
.services-work-grid span { color: var(--muted); font-size: 12px; }
.services-work-grid h3 { margin: 8px 0 18px; font-size: 26px; line-height: 1.1; letter-spacing: -.035em; }
.services-work-grid b { margin-top: auto; font-size: 13px; }
.services-work-grid b i,
.wd-work-grid a > span i,
.bd-work-grid a > span i { margin-left: .22em; color: var(--orange); font-style: normal; }

.services-why { background: var(--surface); }
.services-why-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border); }
.services-why-grid article { min-height: 245px; padding: 34px 30px; border-bottom: 1px solid var(--border); }
.services-why-grid article:nth-child(odd) { border-right: 1px solid var(--border); }
.services-why-grid h3 { margin: 60px 0 12px; font-size: 29px; letter-spacing: -.038em; }
.services-why-grid p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.62; }

.services-choice { padding-block: 126px; background: var(--surface); }
.services-choice-box { padding: clamp(48px, 7vw, 88px); text-align: center; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--bg); }
.services-choice-box h2 { max-width: 920px; margin: 0 auto; font-size: clamp(46px, 5.8vw, 78px); line-height: .99; letter-spacing: -.055em; }
.services-choice-box > p:not(.section-label) { max-width: 680px; margin: 24px auto 0; color: var(--muted); font-size: 18px; line-height: 1.68; }
.services-choice-actions { justify-content: center; }

@media (max-width: 1080px) {
  .services-main-hero-inner { gap: 48px; }
  .services-feature-layout { grid-template-columns: minmax(300px, 380px) minmax(0, 1fr); gap: 42px; }
  .services-work-grid a { min-height: 440px; }
}

@media (max-width: 980px) {
  .services-main-hero-inner, .services-main-intro-grid, .services-feature-layout, .services-connected-grid { grid-template-columns: 1fr; }
  .services-main-hero-copy { max-width: 820px; }
  .services-main-visual { min-height: 470px; }
  .services-feature-intro { max-width: 760px; }
  .services-feature-intro > p:not(.services-feature-kicker) { max-width: 680px; }
  .services-engagement-grid, .services-work-grid { grid-template-columns: 1fr; }
  .services-engagement-grid article { min-height: 270px; }
  .services-work-grid a { min-height: 430px; }
}

@media (max-width: 720px) {
  .services-main-hero-inner { min-height: auto; padding-block: 58px 76px; }
  .services-main-hero-copy h1 { font-size: clamp(38px, 10.5vw, 52px); }
  .services-main-visual { min-height: 390px; }
  .services-main-number { font-size: 210px; }
  .services-main-tag { padding: 9px 11px; font-size: 10px; }
  .services-detail-grid { grid-template-columns: 1fr; }
  .services-detail-grid article { min-height: 215px; }
  .services-flow article { grid-template-columns: 48px 1fr; gap: 14px; }
  .services-flow p { grid-column: 2; }
  .services-why-grid { grid-template-columns: 1fr; }
  .services-why-grid article:nth-child(odd) { border-right: 0; }
  .services-choice-box { padding-inline: 28px; }
}

@media (max-width: 480px) {
  .services-main-hero-copy h1 { font-size: 38px; }
  .services-main-actions, .services-feature-actions, .services-choice-actions { align-items: stretch; flex-direction: column; }
  .services-text-link { align-self: center; }
  .services-main-visual { min-height: 350px; }
  .services-main-number { right: 15px; bottom: -28px; font-size: 170px; }
  .services-main-line { left: 8%; right: 8%; }
  .tag-marketing { left: 5%; top: 17%; }
  .tag-website { right: 3%; top: 44%; }
  .tag-brand { left: 10%; bottom: 17%; }
  .services-main-intro h2, .services-connected h2, .services-main-section-heading h2 { font-size: 41px; }
  .services-feature-block { padding-block: 78px; }
  .services-feature-intro h2 { font-size: 41px; }
  .services-detail-grid article { min-height: 195px; padding: 25px; }
  .services-platform-list { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 12px; }
  .services-platform-list > div { min-width: 0; align-items: flex-start; }
  .services-platform-list i { width: 34px; height: 34px; }
  .services-platform-list strong { font-size: 12px; }
  .services-engagement-grid h3 { margin-top: 48px; }
  .services-work-grid a { min-height: 420px; }
  .services-why-grid article { min-height: 220px; padding-inline: 18px; }
  .services-choice-box h2 { font-size: 44px; }
}

/* Digital Marketing page */
.digital-marketing-page main { overflow: hidden; }
.dm-main-hero { padding-top: var(--header-height); background: var(--bg); }
.dm-main-hero-inner { min-height: calc(84svh - var(--header-height)); padding-block: 72px; display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.dm-main-hero-copy h1 { max-width: 790px; margin: 0; font-size: clamp(42px, 4.75vw, 68px); font-weight: 400; line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.dm-main-hero-copy h1 span { background: var(--heading-gradient); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.dm-main-hero-copy > p:not(.section-label) { max-width: 660px; margin: 27px 0 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.7; }
.dm-actions { margin-top: 32px; display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.dm-text-link { width: max-content; padding-bottom: 5px; display: inline-block; border-bottom: 1px solid currentColor; color: var(--muted); font-size: 14px; font-weight: 650; transition: color .2s ease; }
.dm-text-link:hover { color: var(--text); }
.text-link > span:last-child,
.dm-text-link > span:last-child,
.wd-text-link > span:last-child,
.bd-text-link > span:last-child { margin-left: .22em; color: var(--orange); }
.dm-growth-system { position: relative; min-height: 595px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.dm-growth-visual { margin: 0; }
.dm-growth-visual.dm-hero-image { min-height: 0; aspect-ratio: 1; }
.dm-growth-visual img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.dm-growth-ring { position: absolute; left: 50%; top: 50%; border: 1px solid var(--border); border-radius: 50%; transform: translate(-50%, -50%); }
.dm-ring-one { width: 75%; height: 75%; }
.dm-ring-two { width: 48%; height: 48%; }
.dm-growth-system > strong { position: absolute; z-index: 2; left: 50%; top: 50%; color: var(--highlight); font-size: 52px; line-height: .9; letter-spacing: -.055em; text-align: center; transform: translate(-50%, -50%); }
.dm-growth-node { position: absolute; z-index: 3; padding: 10px 14px; border: 1px solid var(--border); border-radius: 99px; background: var(--surface-raised); font-size: 12px; font-weight: 650; }
.dm-growth-node::before { content: ""; width: 7px; height: 7px; margin-right: 8px; display: inline-block; border-radius: 50%; background: var(--highlight); }
.node-awareness { left: 50%; top: 10%; transform: translateX(-50%); }
.node-leads { right: 5%; top: 48%; transform: translateY(-50%); }
.node-sales { left: 50%; bottom: 10%; transform: translateX(-50%); }
.node-retention { left: 5%; top: 48%; transform: translateY(-50%); }

.dm-platform-row { padding: 22px 0; border-block: 1px solid var(--border); background: var(--surface); }
.dm-platform-row-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 26px 48px; }
.dm-platform-row-inner > div { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; }
.dm-platform-row-inner i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 9px; background: #111; color: #fff; font-style: normal; font-weight: 800; }
.dm-platform-row-inner svg { width: 26px; height: 26px; }
.dm-platform-row-inner .dm-linkedin-icon { background: #0a66c2; color: #fff; font-family: var(--font); font-size: 17px; }

.dm-outcomes { background: var(--surface); }
.dm-section-heading { max-width: 860px; margin-bottom: 58px; }
.dm-section-heading h2, .dm-measurement h2 { margin: 0; font-size: clamp(44px, 5.2vw, 72px); line-height: 1; letter-spacing: -.052em; }
.dm-section-heading > p:not(.section-label), .dm-measurement-grid > div:first-child > p:not(.section-label) { max-width: 680px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.68; }
.dm-outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--border); }
.dm-outcome-grid article { min-height: 280px; padding: 28px 24px; border-right: 1px solid var(--border); }
.dm-outcome-grid article:last-child { border-right: 0; }
.dm-outcome-grid span, .dm-funnel-flow span, .dm-process-list span, .dm-why-grid > article > span { color: var(--point); font-size: 16px; font-weight: 740; letter-spacing: .11em; text-transform: uppercase; }
.dm-outcome-grid h3 { margin: 76px 0 13px; font-size: 25px; line-height: 1.08; letter-spacing: -.035em; }
.dm-outcome-grid p { margin: 0; color: var(--muted); line-height: 1.62; }

.dm-ecosystem { background: var(--bg); }
.dm-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.dm-service-card { min-width: 0; overflow: hidden; display: grid; grid-template-rows: auto 205px minmax(176px, 1fr); border: 1px solid var(--border); border-radius: 24px; background: var(--surface); }
.dm-service-card-label { margin: 0; padding: 22px 24px 15px; color: var(--second-accent); font-size: 12px; font-weight: 740; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.dm-service-card-visual { height: 100%; margin: 0 18px; padding: 0; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--border); border-radius: 18px; background: #151515; }
.dm-service-card-visual img { width: 70%; height: 70%; display: block; object-fit: contain; object-position: center; filter: saturate(.72) brightness(.78); }
.dm-service-card-body { min-height: 176px; padding: 20px 24px 0; display: flex; flex-direction: column; }
.dm-service-card h3 { margin: 0 0 11px; color: var(--text); font-size: 22px; line-height: 1.12; letter-spacing: -.025em; }
.dm-service-points { margin: 0 0 16px; padding: 0; display: flex; flex-wrap: wrap; gap: 7px 18px; list-style: none; color: var(--muted); font-size: 14px; line-height: 1.45; }
.dm-service-points li { position: relative; padding-left: 12px; }
.dm-service-points li::before { content: ""; position: absolute; left: 0; top: .58em; width: 5px; height: 5px; border-radius: 50%; background: var(--first-accent); }
.dm-service-card .button { width: auto; min-height: 48px; margin: auto -24px 0; padding: 13px 24px; justify-content: flex-start; gap: 8px; border: 0; border-top: 1px solid rgba(255,255,255,.12); border-radius: 0 0 18px 18px; background: var(--accent-gradient); box-shadow: none; color: #fff; font-size: 13px; text-align: left; cursor: pointer; transition: filter .2s ease; }
.dm-service-card .button:hover, .dm-service-card .button:focus-visible { background: var(--accent-gradient); filter: brightness(1.08); }
.dm-service-card .button b { color: var(--orange); font-size: 19px; font-weight: 600; }

/* Shared list-led service cards: marketing, website and brand design. */
.service-list-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.service-list-card { --service-blue: #48aaff; --service-border-blue: #548fd2; --service-card-text: #f7fbff; --service-card-muted: #d5e3ef; min-width: 0; padding: 28px; display: grid; grid-template-rows: auto auto auto 1fr; align-content: start; border: 1px solid var(--service-border-blue); border-radius: 18px; background: linear-gradient(180deg, #284b70 0%, #24394e 44%, #212121 100%); box-shadow: 0 18px 44px rgba(2, 21, 39, .24), inset 0 1px 0 rgba(255, 255, 255, .08); color: var(--service-card-text); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.service-list-card:hover, .service-list-card:focus-within { transform: translateY(-4px); border-color: #72c0ff; box-shadow: 0 22px 52px rgba(22, 116, 195, .26), inset 0 1px 0 rgba(255, 255, 255, .11); }
.service-list-heading { min-height: 62px; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.service-list-heading h3 { min-width: 0; margin: 0; color: var(--service-card-text); font-size: 24px; font-weight: 600; line-height: 1.2; letter-spacing: -.025em; }
.service-list-number { flex: 0 0 auto; min-width: 34px; height: 28px; padding-inline: 9px; display: grid; place-items: center; border: 0; border-radius: 99px; background: rgba(129, 186, 239, .23); color: #b9dcfa; font-size: 11px; font-weight: 600; font-variant-numeric: tabular-nums; }
.service-list-description { min-height: 72px; margin: 16px 0 24px; color: var(--service-card-text); font-size: 15px; font-weight: 600; line-height: 1.55; }
.service-list-card .service-list-action { width: 100%; min-height: 48px; padding: 12px 18px; gap: 0; border: 1px solid #8fc7f4; border-radius: 99px; background: #a9d8ff; box-shadow: 0 8px 22px rgba(86,157,213,.22), inset 0 1px 0 rgba(255,255,255,.42); color: #102a43; font-size: 13px; font-weight: 650; line-height: 1.4; text-align: center; cursor: pointer; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.service-list-card .service-list-action:hover, .service-list-card .service-list-action:focus-visible { transform: translateY(-1px); border-color: #c5e7ff; background: #c5e7ff; box-shadow: 0 10px 26px rgba(86,157,213,.3), inset 0 1px 0 rgba(255,255,255,.6); color: #102a43; }
.services-feature-actions .button-primary { border: 1px solid #8fc7f4; background: #a9d8ff; box-shadow: 0 8px 22px rgba(86,157,213,.22), inset 0 1px 0 rgba(255,255,255,.42); color: #102a43; }
.services-feature-actions .button-primary:hover, .services-feature-actions .button-primary:focus-visible { border-color: #c5e7ff; background: #c5e7ff; box-shadow: 0 10px 26px rgba(86,157,213,.3), inset 0 1px 0 rgba(255,255,255,.6); color: #102a43; }
.service-list-card .service-list-action b { display: none; }
.service-list-features { margin-top: 27px; padding-top: 0; border-top: 0; }
.service-list-kicker { margin: 0 0 19px; color: #b9dcfa; font-size: 11px; font-weight: 600; line-height: 1.4; letter-spacing: .12em; text-transform: uppercase; }
.service-list-points { margin: 0; padding: 0; display: grid; gap: 15px; list-style: none; }
.service-list-points li { position: relative; min-height: 24px; padding-left: 30px; color: var(--service-card-text); font-size: 14px; line-height: 1.55; }
.service-list-points li::before { content: ""; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; border: 1px solid #b7d9f6; border-radius: 50%; }
.service-list-points li::after { content: ""; position: absolute; left: 6px; top: 6px; width: 5px; height: 8px; border-right: 1.5px solid #b7d9f6; border-bottom: 1.5px solid #b7d9f6; transform: rotate(45deg); }
@media (min-width: 1101px) and (max-width: 1250px) {
  .service-list-heading { min-height: 87px; }
  .service-list-description { min-height: 96px; }
}
@media (max-width: 1100px) {
  .service-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-list-heading { min-height: 87px; }
  .service-list-description { min-height: 96px; }
}
@media (max-width: 720px) {
  .service-list-grid { grid-template-columns: 1fr; gap: 18px; }
  .service-list-card { padding: 24px; }
  .service-list-heading, .service-list-description { min-height: 0; }
  .service-list-heading h3 { font-size: 23px; }
  .service-list-description { margin-top: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .service-list-card, .service-list-card .service-list-action { transition: none; }
}

.dm-funnel { background: var(--surface-raised); }
.dm-funnel-flow { display: grid; grid-template-columns: repeat(6, 1fr); border-block: 1px solid var(--border); }
.dm-funnel-flow article { min-height: 250px; padding: 27px 20px; border-right: 1px solid var(--border); }
.dm-funnel-flow article:last-child { border-right: 0; }
.dm-funnel-flow h3 { margin: 80px 0 12px; font-size: 22px; letter-spacing: -.03em; }
.dm-funnel-flow p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.dm-feature-section { background: var(--bg); }
.dm-feature-alt { background: var(--surface); }
.dm-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.dm-feature-reverse .dm-feature-copy { order: 2; }
.dm-feature-reverse .dm-media-field { order: 1; }
.dm-feature-copy h2 { max-width: 730px; margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: 1; letter-spacing: -.052em; }
.dm-feature-copy > p:not(.section-label) { max-width: 680px; margin: 22px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.dm-chip-list { margin: 26px 0 30px; display: flex; flex-wrap: wrap; gap: 9px; }
.dm-chip-list span, .dm-industry-list span { padding: 10px 14px; border: 1px solid var(--border); border-radius: 99px; background: var(--surface); color: var(--muted); font-size: 13px; }
.dm-feature-copy > .button { margin-top: 30px; }
.dm-media-field { position: relative; min-height: 540px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface-raised); }
.dm-media-filled {
  margin: 0;
  border-color: transparent;
  outline: 0;
  background:
    linear-gradient(var(--surface-raised), var(--surface-raised)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, .30), rgba(255, 255, 255, .09) 52%, rgba(0, 0, 0, .42)) border-box;
}
.dm-media-filled > img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.dm-media-field.dm-media-filled::before, .dm-media-filled::after { display: none; }
.dm-media-field::before, .dm-media-field::after { content: ""; position: absolute; border: 1px solid var(--border); background: var(--surface); }
.dm-media-field::before { inset: 13% 15% 39%; border-radius: 24px; transform: rotate(-5deg); }
.dm-media-field::after { inset: 19% 10% 34% 23%; border-radius: 18px; transform: rotate(6deg); }
.dm-media-field strong, .dm-media-field span, .dm-media-field i { position: relative; z-index: 2; }
.dm-media-field strong { max-width: 490px; color: var(--text); font-size: 28px; line-height: 1.08; letter-spacing: -.035em; }
.dm-media-field span { margin-top: 10px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.dm-media-field i { position: absolute; right: 30px; bottom: 30px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; font-size: 16px; font-style: normal; padding-left: 3px; }
.dm-media-organic::before { border-top-color: var(--highlight); }
.dm-media-performance::before { border-top-color: var(--purple); }
.dm-media-marketplace::before { border-top-color: var(--orange); }
.dm-media-connected::before { border-top-color: var(--magenta); }

.dm-creative-flow { background: var(--surface-raised); }
.dm-connect-flow { display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid var(--border); }
.dm-connect-flow span { position: relative; min-height: 125px; padding: 24px 18px; display: flex; align-items: flex-end; border-right: 1px solid var(--border); font-size: 18px; font-weight: 620; }
.dm-connect-flow span:last-child { border-right: 0; }
.dm-connect-flow span::before { content: ""; position: absolute; left: 18px; top: 24px; width: 9px; height: 9px; border-radius: 50%; background: var(--highlight); }

.dm-process { background: var(--bg); }
.dm-process-list { border-top: 1px solid var(--border); }
.dm-process-list article { padding: 26px 0; display: grid; grid-template-columns: 90px 210px 1fr; gap: 28px; border-bottom: 1px solid var(--border); }
.dm-process-list h3 { margin: 0; font-size: 23px; letter-spacing: -.025em; }
.dm-process-list p { margin: 0; color: var(--muted); line-height: 1.62; }

.dm-measurement { background: var(--surface); }
.dm-measurement-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: start; }
.dm-metric-list { border-top: 1px solid var(--border); }
.dm-metric-list article { padding: 22px 0; display: grid; grid-template-columns: 210px 1fr; gap: 24px; border-bottom: 1px solid var(--border); }
.dm-metric-list h3 { margin: 0; font-size: 17px; }
.dm-metric-list p { margin: 0; color: var(--muted); line-height: 1.55; }

.dm-impact-banner { background: var(--bg); }
.dm-impact-banner-media { position: relative; min-height: 0; margin: 0; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: #e4d5c5; }
.dm-impact-banner-media > picture,
.dm-impact-banner-media > img,
.dm-impact-banner-media > picture img { display: block; width: 100%; height: auto; }
.dm-impact-banner-copy { position: absolute; z-index: 1; top: 12%; left: 4%; width: 29%; color: #211c18; }
.dm-impact-banner-copy .section-label { margin: 0 0 18px; color: var(--orange); font-size: 11px; letter-spacing: .12em; }
.dm-impact-banner-media .dm-impact-banner-copy h2 { margin: 0; color: #211c18; font-size: clamp(26px, 2.65vw, 38px); font-weight: 600; line-height: 1.1; letter-spacing: -.04em; }
.dm-impact-banner-copy > p:last-child { margin: 20px 0 0; color: #403830; font-size: clamp(14px, 1.2vw, 17px); line-height: 1.55; }
@media (max-width: 980px) {
  /* Keep editable text above the portrait so the model and mockups stay clear. */
  .dm-impact-banner-copy { position: relative; top: auto; left: auto; width: auto; padding: clamp(24px, 5vw, 40px); }
  .dm-impact-banner-media .dm-impact-banner-copy h2 { max-width: 620px; font-size: clamp(28px, 4.5vw, 36px); }
  .dm-impact-banner-copy > p:last-child { max-width: 560px; font-size: 16px; }
}

.dm-why { background: var(--surface); }
.dm-why-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border); }
.dm-why-grid article { min-height: 230px; padding: 32px 28px; border-bottom: 1px solid var(--border); }
.dm-why-grid article:nth-child(odd) { border-right: 1px solid var(--border); }
.dm-why-grid article:last-child { grid-column: 1 / -1; border-right: 0; }
.dm-why-grid h3 { margin: 54px 0 12px; font-size: 28px; letter-spacing: -.037em; }
.dm-why-grid p { max-width: 570px; margin: 0; color: var(--muted); line-height: 1.62; }

.dm-industries { background: var(--surface-raised); }
.dm-industry-list { display: flex; flex-wrap: wrap; gap: 11px; }
.dm-industry-list span { padding: 14px 18px; background: var(--bg); color: var(--text); font-size: clamp(16px, 1.7vw, 23px); letter-spacing: -.02em; }

.dm-lead { background: var(--surface); }
.dm-lead-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; align-items: start; }
.dm-lead-copy { position: sticky; top: calc(var(--header-height) + 42px); }
.dm-lead-copy h2 { max-width: 680px; margin: 0; font-size: clamp(44px, 5vw, 70px); line-height: 1; letter-spacing: -.052em; }
.dm-lead-copy > p:not(.section-label) { max-width: 590px; margin: 24px 0 30px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.dm-lead-form { padding: 34px; border: 1px solid var(--border); border-radius: 28px; background: var(--bg); }
.dm-footer-cta { padding: 100px 0; background: var(--surface); }
.dm-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.dm-field { display: flex; flex-direction: column; gap: 9px; }
.dm-field-full { grid-column: 1 / -1; }
.dm-field label { font-size: 12px; font-weight: 700; }
.dm-field input, .dm-field select, .dm-field textarea { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); color: var(--text); outline: none; }
.dm-field textarea { min-height: 120px; padding-block: 14px; resize: vertical; }
.dm-field input:focus, .dm-field select:focus, .dm-field textarea:focus { border-color: var(--highlight); box-shadow: 0 0 0 3px color-mix(in srgb, var(--highlight) 15%, transparent); }
.dm-phone-wrap { display: grid; grid-template-columns: 132px 1fr; gap: 10px; }
.dm-form-status { min-height: 20px; margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.dm-form-status.is-success { color: #5ecb83; }
.dm-form-status.is-error { color: var(--highlight); }

@media (max-width: 1080px) {
  .dm-main-hero-inner { gap: 48px; }
  .dm-growth-system { min-height: 520px; }
  .dm-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dm-outcome-grid { grid-template-columns: 1fr 1fr; }
  .dm-outcome-grid article:nth-child(2) { border-right: 0; }
  .dm-outcome-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .dm-funnel-flow { grid-template-columns: repeat(3, 1fr); }
  .dm-funnel-flow article:nth-child(3n) { border-right: 0; }
  .dm-funnel-flow article:nth-child(-n+3) { border-bottom: 1px solid var(--border); }
}

@media (max-width: 980px) {
  .dm-main-hero-inner, .dm-feature-grid, .dm-measurement-grid, .dm-lead-grid { grid-template-columns: 1fr; }
  .dm-main-hero-copy { max-width: 820px; }
  .dm-growth-system { width: min(100%, 620px); min-height: 520px; }
  .dm-feature-reverse .dm-feature-copy, .dm-feature-reverse .dm-media-field { order: initial; }
  .dm-lead-copy { position: static; }
}

@media (max-width: 720px) {
  .dm-main-hero-inner { min-height: auto; padding-block: 58px 76px; }
  .dm-main-hero-copy h1 { font-size: clamp(38px, 10.5vw, 52px); }
  .dm-growth-system { min-height: 430px; }
  .dm-growth-system > strong { font-size: 43px; }
  .dm-growth-node { padding: 8px 10px; font-size: 10px; }
  .dm-service-grid { grid-template-columns: 1fr; }
  .dm-funnel-flow { grid-template-columns: 1fr 1fr; }
  .dm-funnel-flow article:nth-child(3n) { border-right: 1px solid var(--border); }
  .dm-funnel-flow article:nth-child(2n) { border-right: 0; }
  .dm-funnel-flow article:nth-child(-n+4) { border-bottom: 1px solid var(--border); }
  .dm-connect-flow { grid-template-columns: 1fr; }
  .dm-connect-flow span { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--border); }
  .dm-process-list article { grid-template-columns: 60px 1fr; gap: 15px; }
  .dm-process-list p { grid-column: 2; }
  .dm-why-grid { grid-template-columns: 1fr; }
  .dm-why-grid article:nth-child(odd) { border-right: 0; }
  .dm-why-grid article:last-child { grid-column: auto; }
}

@media (max-width: 480px) {
  .dm-main-hero-copy h1 { font-size: 38px; }
  .dm-actions { align-items: stretch; flex-direction: column; }
  .dm-text-link { align-self: center; }
  .dm-growth-system { min-height: 380px; }
  .dm-ring-one { width: 78%; height: 70%; }
  .dm-ring-two { width: 50%; height: 45%; }
  .dm-growth-system > strong { font-size: 38px; }
  .node-awareness { top: 12%; }
  .node-sales { bottom: 12%; }
  .node-leads { right: 2%; }
  .node-retention { left: 2%; }
  .dm-platform-row-inner { justify-content: flex-start; gap: 18px 24px; }
  .dm-section-heading h2, .dm-measurement h2 { font-size: 41px; }
  .dm-outcome-grid { grid-template-columns: 1fr; }
  .dm-outcome-grid article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--border); }
  .dm-service-card { grid-template-rows: auto 190px minmax(170px, 1fr); }
  .dm-service-card-label { padding: 20px 22px 14px; }
  .dm-service-card-visual { height: 100%; margin-inline: 14px; padding: 0; }
  .dm-service-card-body { min-height: 170px; padding: 19px 22px 0; }
  .dm-service-card .button { margin-inline: -22px; padding-inline: 22px; }
  .dm-funnel-flow { grid-template-columns: 1fr; }
  .dm-funnel-flow article { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--border); }
  .dm-funnel-flow h3 { margin-top: 55px; }
  .dm-feature-copy h2 { font-size: 41px; }
  .dm-media-field { min-height: 440px; padding: 24px; }
  .dm-media-field strong { padding-right: 60px; font-size: 23px; }
  .dm-metric-list article { grid-template-columns: 1fr; gap: 7px; }
  .dm-industry-list span { width: 100%; border-radius: 16px; }
  .dm-lead-form { padding: 24px 18px; }
  .dm-footer-cta { padding-block: 78px; }
  .dm-form-grid { grid-template-columns: 1fr; }
  .dm-field-full { grid-column: auto; }
  .dm-phone-wrap { grid-template-columns: 1fr; }
}

/* Website Design page */
.website-design-page main { overflow: hidden; }
.wd-hero { padding-top: var(--header-height); background: var(--bg); }
.wd-hero-grid { min-height: calc(88svh - var(--header-height)); padding-block: 74px; display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.wd-hero-copy h1 { max-width: 780px; margin: 0; font-size: clamp(42px, 4.8vw, 70px); font-weight: 400; line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.wd-hero-copy h1 span { background: var(--heading-gradient); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.wd-hero-copy > p:not(.section-label) { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: clamp(18px, 1.6vw, 22px); line-height: 1.65; }
.wd-actions { margin-top: 33px; display: flex; flex-wrap: wrap; align-items: center; gap: 21px; }
.wd-text-link { width: max-content; padding-bottom: 5px; display: inline-block; border-bottom: 1px solid currentColor; color: var(--muted); font-size: 14px; font-weight: 650; transition: color .2s ease; }
.wd-text-link:hover { color: var(--text); }

.wd-browser-visual { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); box-shadow: 0 28px 80px rgba(0,0,0,.2); }
.wd-hero-image { margin: 0; aspect-ratio: 1402 / 1122; }
.wd-hero-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.wd-browser-bar { height: 54px; padding: 0 20px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--border); }
.wd-browser-bar i { width: 9px; height: 9px; border: 1px solid var(--border); border-radius: 50%; background: var(--surface-raised); }
.wd-browser-bar i:first-child { background: var(--highlight); border-color: var(--highlight); }
.wd-browser-bar span { min-width: 140px; margin-left: auto; padding: 7px 14px; border: 1px solid var(--border); border-radius: 99px; color: var(--muted); font-size: 10px; text-align: center; }
.wd-browser-body { min-height: 510px; padding: 52px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 32px; align-items: center; }
.wd-browser-body small { display: block; margin-bottom: 18px; color: var(--orange); font-size: 11px; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.wd-browser-body strong { max-width: 300px; display: block; font-size: clamp(32px, 3.4vw, 48px); line-height: 1; letter-spacing: -.055em; }
.wd-browser-body p { max-width: 310px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.wd-browser-panel { min-height: 330px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; gap: 13px; border: 1px solid var(--border); border-radius: 24px; background: var(--surface-raised); transform: rotate(3deg); }
.wd-browser-panel span { display: block; height: 48px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); }
.wd-browser-panel span:first-child { height: 132px; border-top-color: var(--highlight); }

.wd-platform-row { padding: 24px 0; border-block: 1px solid var(--border); background: var(--surface); }
.wd-platform-row .services-platform-list { justify-content: space-between; gap: 20px 28px; }
.wd-platform-row .services-platform-list > div { min-width: 150px; }

.wd-section-heading { max-width: 900px; margin-bottom: 58px; }
.wd-section-heading h2, .wd-feature-copy h2, .wd-lead-copy h2 { margin: 0; font-size: clamp(48px, 5.2vw, 76px); line-height: .98; letter-spacing: -.055em; }
.wd-section-heading > p:not(.section-label), .wd-feature-copy > p:not(.section-label), .wd-lead-copy > p:not(.section-label) { max-width: 750px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.72; }

.wd-goals { background: var(--surface); }
.wd-goal-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.wd-goal-grid article { --goal-accent: var(--purple); position: relative; isolation: isolate; min-height: 370px; padding: 34px; display: flex; flex-direction: column; overflow: hidden; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: linear-gradient(145deg, var(--surface) 0%, color-mix(in srgb, var(--goal-accent) 13%, var(--surface)) 100%); box-shadow: inset 0 1px 0 color-mix(in srgb, var(--goal-accent) 28%, transparent); }
.wd-goal-grid article:nth-child(2) { --goal-accent: var(--coral); }
.wd-goal-grid article:nth-child(3) { --goal-accent: var(--magenta); }
.wd-goal-grid article:nth-child(4) { --goal-accent: var(--orange); }
.wd-goal-grid article::before { content: ""; position: absolute; z-index: -1; width: 250px; height: 250px; right: -95px; bottom: -115px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--goal-accent) 34%, transparent) 0%, transparent 68%); }
.wd-goal-grid article::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: linear-gradient(180deg, var(--goal-accent), transparent 78%); opacity: .88; }
.wd-goal-grid span, .wd-conversion-flow span, .wd-process-list span, .wd-quality-grid span, .wd-why-grid span { color: var(--point); font-size: 16px; font-weight: 760; letter-spacing: .11em; }
.wd-service-card > span { color: var(--second-accent); font-size: 12px; font-weight: 760; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.wd-goal-grid h3 { max-width: 540px; margin: auto 0 16px; font-size: clamp(28px, 2.7vw, 40px); line-height: 1.05; letter-spacing: -.045em; }
.wd-goal-grid p { max-width: 560px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.68; }

.wd-services { background: var(--bg); }
.wd-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.wd-service-card { min-width: 0; min-height: 500px; overflow: hidden; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 205px auto 1fr auto; align-items: start; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); }
.wd-service-card > span { grid-column: 1; grid-row: 1; padding: 22px 24px 15px; }
.wd-service-card h3 { grid-column: 1; grid-row: 3; min-height: 54px; max-width: none; margin: 20px 24px 11px; color: var(--text); font-size: 20px; line-height: 1.15; letter-spacing: -.02em; }
.wd-service-card ul { grid-column: 1; grid-row: 4; align-self: start; margin: 0 24px 16px; padding: 0; display: flex; flex-wrap: wrap; gap: 7px 18px; list-style: none; color: var(--muted); font-size: 14px; line-height: 1.45; }
.wd-service-card li { position: relative; margin: 0; padding-left: 12px; }
.wd-service-card li::before { content: ""; position: absolute; left: 0; top: .58em; width: 5px; height: 5px; border-radius: 50%; background: var(--first-accent); }
.wd-service-card .button { grid-column: 1; grid-row: 5; width: auto; min-height: 43px; margin: 0 24px 22px; padding: 14px 0 0; align-self: end; justify-content: flex-start; gap: 8px; border: 0; border-top: 1px solid var(--border); border-radius: 0; background: transparent; box-shadow: none; color: var(--text); font-size: 13px; text-align: left; }
.wd-service-card .button > span { color: var(--orange); font-size: 19px; font-weight: 600; }
.dm-service-card .button:hover, .wd-service-card .button:hover { transform: none; }

.service-card-thumbnail { grid-column: 1; grid-row: 2; width: auto; height: 100%; max-width: none; margin: 0 18px; justify-self: stretch; align-self: stretch; overflow: hidden; border: 1px solid var(--border); border-radius: 18px; background: var(--surface-raised); }
.service-card-thumbnail img { width: 100%; height: 100%; object-fit: contain; }

.wd-deep-dive, .wd-final-feature { background: var(--bg); }
.wd-feature-alt { background: var(--surface); }
.wd-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.wd-feature-reverse .wd-feature-copy { order: 2; }
.wd-feature-reverse .wd-media-field { order: 1; }
.wd-feature-copy .wd-text-link { margin-top: 28px; }
.wd-feature-copy .button { margin-top: 30px; }
.wd-chip-list { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 9px; }
.wd-chip-list span, .wd-integration-list span, .wd-industry-list span { padding: 10px 15px; border: 1px solid var(--border); border-radius: 99px; background: var(--surface-raised); color: var(--muted); font-size: 13px; }
.wd-integrations .wd-integration-list span { font-size: 13px; }
.wd-media-field { position: relative; min-height: 590px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface-raised); }
.wd-feature-alt .wd-media-field { background: var(--bg); }
.wd-media-field::before, .wd-media-field::after { content: ""; position: absolute; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); }
.wd-media-field::before { inset: 65px 88px 190px 55px; transform: rotate(-5deg); }
.wd-media-field::after { inset: 100px 52px 155px 105px; border-top-color: var(--highlight); transform: rotate(4deg); }
.wd-media-field small, .wd-media-field strong, .wd-media-field > span { position: relative; z-index: 2; }
.wd-media-field small { margin-bottom: 10px; color: var(--orange); font-size: 11px; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }
.wd-media-field strong { max-width: 520px; font-size: 31px; line-height: 1.08; letter-spacing: -.04em; }
.wd-media-field > span { margin-top: 9px; color: var(--muted); font-size: 13px; }
.wd-media-field.wd-showcase-image { min-height: 0; margin: 0; padding: 0; aspect-ratio: 3 / 2; background: var(--surface-raised); }
.wd-media-field.wd-showcase-image::before,
.wd-media-field.wd-showcase-image::after { content: none; }
.wd-showcase-image img { width: 100%; height: 100%; display: block; object-fit: cover; }

.wd-conversion { background: var(--surface); }
.wd-conversion-flow { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.wd-conversion-flow article { min-height: 255px; padding: 27px; display: flex; flex-direction: column; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.wd-conversion-flow h3 { margin: auto 0 5px; font-size: 28px; letter-spacing: -.04em; }
.wd-conversion-flow p { margin: 0; color: var(--muted); font-size: 13px; }

.wd-process { background: var(--bg); }
.wd-process-list { border-top: 1px solid var(--border); }
.wd-process-list article { padding: 27px 0; display: grid; grid-template-columns: 72px 230px 1fr; gap: 28px; align-items: start; border-bottom: 1px solid var(--border); }
.wd-process-list h3 { margin: 0; font-size: 26px; letter-spacing: -.035em; }
.wd-process-list p { max-width: 780px; margin: 0; color: var(--muted); line-height: 1.68; }

.wd-integrations { background: var(--surface); }
.wd-integration-list, .wd-industry-list { display: flex; flex-wrap: wrap; gap: 12px; }
.wd-integration-list span, .wd-industry-list span { padding: 15px 20px; font-size: 15px; }

.wd-standards { background: var(--bg); }
.wd-quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.wd-quality-grid article { min-height: 340px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 25px; background: var(--surface); }
.wd-quality-grid h3 { margin: 60px 0 14px; font-size: 30px; line-height: 1.08; letter-spacing: -.042em; }
.wd-quality-grid p { margin: 0; color: var(--muted); line-height: 1.66; }

.wd-work { background: var(--surface); }
.wd-performance-banner { position: relative; overflow: hidden; isolation: isolate; border: 1px solid var(--border); border-radius: 28px; background: #d8b998; }
.wd-performance-banner::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(220, 201, 184, .99) 0%, rgba(220, 201, 184, .95) 29%, rgba(220, 201, 184, .58) 39%, rgba(220, 201, 184, 0) 50%); pointer-events: none; }
.wd-performance-banner picture,
.wd-performance-banner picture img { width: 100%; height: auto; display: block; }
.wd-performance-banner-copy { position: absolute; z-index: 2; top: 12%; left: 4%; width: 29%; color: #211c18; }
.wd-performance-banner-copy .section-label { margin: 0 0 18px; color: var(--orange); font-size: 11px; letter-spacing: .12em; }
.wd-performance-banner .wd-performance-banner-copy h2 { margin: 0; color: #211c18; font-size: clamp(26px, 2.65vw, 38px); font-weight: 600; line-height: 1.1; letter-spacing: -.04em; }
.wd-performance-banner-copy > p:last-child { margin: 20px 0 0; color: #403830; font-size: clamp(14px, 1.2vw, 17px); line-height: 1.55; }
.wd-work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.wd-work-grid a { position: relative; min-height: 470px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid var(--border); border-radius: 28px; background: var(--bg); }
.wd-work-grid a::before, .wd-work-grid a::after { content: ""; position: absolute; border: 1px solid var(--border); border-radius: 20px; background: var(--surface-raised); }
.wd-work-grid a::before { inset: 48px 58px 168px; transform: rotate(-6deg); }
.wd-work-grid a::after { inset: 82px 40px 142px 90px; border-top-color: var(--highlight); transform: rotate(5deg); }
.wd-work-grid small, .wd-work-grid h3, .wd-work-grid span { position: relative; z-index: 2; }
.wd-work-grid small { color: var(--orange); font-size: 11px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.wd-work-grid h3 { margin: 12px 0 28px; font-size: 31px; line-height: 1.08; letter-spacing: -.04em; }
.wd-work-grid span { padding-top: 17px; border-top: 1px solid var(--border); font-size: 13px; font-weight: 650; }

.wd-why { background: var(--bg); }
.wd-why-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.wd-why-grid article { min-height: 350px; padding: 32px; display: flex; flex-direction: column; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.wd-why-grid article:last-child { grid-column: 1 / -1; min-height: 300px; }
.wd-why-grid h3 { max-width: 560px; margin: auto 0 15px; font-size: 30px; line-height: 1.08; letter-spacing: -.04em; }
.wd-why-grid p { max-width: 660px; margin: 0; color: var(--muted); line-height: 1.66; }

.wd-industries { background: var(--surface); }
.wd-industry-list span { padding: 14px 19px; background: var(--bg); }
.wd-final-feature { border-top: 1px solid var(--border); }
.wd-showreel { min-height: 520px; }

.wd-lead { background: var(--surface); }
.wd-lead-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.wd-lead-copy { position: sticky; top: 105px; }
.wd-lead-copy .wd-text-link { margin-top: 28px; }
.wd-lead-form { padding: 34px; border: 1px solid var(--border); border-radius: 28px; background: var(--bg); }
.wd-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.wd-field { display: flex; flex-direction: column; gap: 8px; }
.wd-field-full { grid-column: 1 / -1; }
.wd-field label { color: var(--muted); font-size: 12px; font-weight: 650; }
.wd-field input, .wd-field select, .wd-field textarea { width: 100%; min-height: 49px; padding: 0 14px; border: 1px solid var(--border); border-radius: 12px; outline: none; background: var(--surface); color: var(--text); }
.wd-field textarea { min-height: 120px; padding-block: 14px; resize: vertical; }
.wd-field input:focus, .wd-field select:focus, .wd-field textarea:focus { border-color: var(--highlight); box-shadow: 0 0 0 3px color-mix(in srgb, var(--highlight) 15%, transparent); }
.wd-phone-wrap { display: grid; grid-template-columns: 132px 1fr; gap: 10px; }
.wd-form-status { min-height: 20px; margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.wd-form-status.is-success { color: #5ecb83; }
.wd-form-status.is-error { color: var(--highlight); }

.wd-footer-cta { padding: 100px 0; border-top: 1px solid var(--border); background: var(--bg); text-align: center; }
.wd-footer-cta h2 { max-width: 970px; margin: 0 auto; font-size: clamp(48px, 6.5vw, 88px); line-height: .95; letter-spacing: -.06em; }
.wd-footer-cta > .container > p:not(.section-label) { max-width: 650px; margin: 24px auto 30px; color: var(--muted); font-size: 18px; line-height: 1.7; }

@media (max-width: 1120px) {
  .wd-hero-grid { gap: 48px; }
  .wd-browser-body { padding: 38px; }
  .wd-platform-row .services-platform-list { justify-content: flex-start; }
  .wd-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wd-conversion-flow { grid-template-columns: repeat(3, 1fr); }
  .wd-conversion-flow article:nth-child(3n) { border-right: 0; }
  .wd-quality-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 980px) {
  .wd-hero-grid, .wd-feature-grid, .wd-lead-grid { grid-template-columns: 1fr; }
  .wd-hero-grid { min-height: 0; }
  .wd-hero-copy { max-width: 850px; }
  .wd-browser-visual { max-width: 760px; }
  .wd-feature-reverse .wd-feature-copy, .wd-feature-reverse .wd-media-field { order: initial; }
  .wd-work-grid { grid-template-columns: 1fr; }
  .wd-work-grid a { min-height: 420px; }
  .wd-lead-copy { position: static; }
  .wd-performance-banner { border-radius: 24px; }
  .wd-performance-banner::after { content: none; }
  .wd-performance-banner-copy { position: relative; top: auto; left: auto; width: auto; padding: clamp(24px, 5vw, 40px); }
  .wd-performance-banner .wd-performance-banner-copy h2 { max-width: 620px; font-size: clamp(28px, 4.5vw, 36px); }
  .wd-performance-banner-copy > p:last-child { max-width: 560px; font-size: 16px; }
}

@media (max-width: 720px) {
  /* On mobile, service feature banners come before their supporting copy and CTA. */
  .wd-feature-grid { display: flex; flex-direction: column; gap: 28px; }
  .wd-feature-grid .wd-media-field { order: 1; width: 100%; min-height: 0; }
  .wd-feature-grid .wd-feature-copy { order: 2; }
  .wd-feature-grid .wd-feature-copy .wd-text-link,
  .wd-feature-grid .wd-feature-copy .bd-text-link { margin-top: 18px; font-size: 13px; }
  .wd-hero-grid { padding-block: 58px 76px; }
  .wd-hero-copy h1 { font-size: clamp(38px, 10.5vw, 52px); }
  .wd-browser-body { min-height: 470px; padding: 28px; grid-template-columns: 1fr; }
  .wd-browser-panel { min-height: 210px; }
  .wd-goal-grid, .wd-service-grid, .wd-why-grid { grid-template-columns: 1fr; }
  .wd-goal-grid article { min-height: 240px; padding: 22px; }
  .wd-service-card { min-height: 0; }
  .wd-why-grid article:last-child { grid-column: auto; }
  .wd-conversion-flow { grid-template-columns: 1fr 1fr; }
  .wd-conversion-flow article:nth-child(3n) { border-right: 1px solid var(--border); }
  .wd-conversion-flow article:nth-child(2n) { border-right: 0; }
  .wd-process-list article { grid-template-columns: 60px 1fr; gap: 16px; }
  .wd-process-list p { grid-column: 2; }
  .wd-quality-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .services-platform-list,
  .wd-platform-row .services-platform-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 18px 20px;
  }
  .services-platform-list > div,
  .wd-platform-row .services-platform-list > div {
    min-width: 0;
    gap: 10px;
    align-items: center;
  }
  .services-platform-list span { min-width: 0; }
  .services-platform-list strong,
  .services-platform-list small { display: block; white-space: nowrap; }
  .wd-hero-copy h1 { font-size: 38px; }
  .wd-actions { align-items: stretch; flex-direction: column; }
  .wd-text-link { align-self: flex-start; }
  .wd-browser-body strong { font-size: 37px; }
  .wd-platform-row .services-platform-list { grid-template-columns: 1fr 1fr; }
  .wd-section-heading h2, .wd-feature-copy h2, .wd-lead-copy h2 { font-size: 41px; }
  .wd-goal-grid article { min-height: 280px; padding: 25px; }
  .wd-goal-grid h3 { font-size: 28px; }
  .wd-service-card { min-height: 0; grid-template-rows: auto 190px auto 1fr auto; }
  .wd-service-card > span { padding: 20px 22px 14px; }
  .wd-service-card h3 { min-height: 0; margin: 19px 22px 11px; font-size: 20px; }
  .wd-service-card ul { margin-inline: 22px; }
  .wd-service-card .button { width: auto; }
  .wd-media-field { min-height: 440px; padding: 24px; }
  .wd-media-field::before { inset: 55px 48px 175px 35px; }
  .wd-media-field::after { inset: 85px 30px 145px 65px; }
  .wd-conversion-flow { grid-template-columns: 1fr; }
  .wd-conversion-flow article { min-height: 190px; border-right: 0; }
  .wd-process-list h3 { font-size: 23px; }
  .wd-integration-list span, .wd-industry-list span { width: 100%; border-radius: 15px; }
  .wd-quality-grid article { min-height: 300px; padding: 25px; }
  .wd-work-grid a { min-height: 390px; }
  .wd-why-grid article, .wd-why-grid article:last-child { min-height: 240px; padding: 22px; }
  .wd-why-grid h3, .wd-goal-grid h3 { margin: 30px 0 12px; font-size: 27px; }
  .wd-lead-form { padding: 24px 18px; }
  .wd-form-grid { grid-template-columns: 1fr; }
  .wd-field-full { grid-column: auto; }
  .wd-phone-wrap { grid-template-columns: 1fr; }
  .wd-footer-cta { padding-block: 78px; }
  .wd-footer-cta h2 { font-size: 47px; }
}

/* Brand Design page */
.brand-design-page main { overflow: hidden; }
.bd-hero { padding-top: var(--header-height); background: var(--bg); }
.bd-hero-grid { min-height: calc(92svh - var(--header-height)); padding-block: 72px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.bd-hero-copy h1 { max-width: 900px; margin: 0; font-size: clamp(40px, 4.35vw, 62px); font-weight: 400; line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.bd-hero-copy h1 span { background: var(--heading-gradient); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.bd-hero-copy > p:not(.section-label) { max-width: 770px; margin: 28px 0 0; color: var(--muted); font-size: clamp(17px, 1.45vw, 20px); line-height: 1.7; }
.bd-actions { margin-top: 33px; display: flex; flex-wrap: wrap; align-items: center; gap: 21px; }
.bd-text-link { width: max-content; padding-bottom: 5px; display: inline-block; border-bottom: 1px solid currentColor; color: var(--muted); font-size: 14px; font-weight: 650; transition: color .2s ease; }
.bd-text-link:hover { color: var(--text); }

.bd-poster-stage { position: relative; min-height: 610px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.bd-poster { position: absolute; width: 53%; min-height: 395px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 24px; background: var(--surface-raised); box-shadow: 0 24px 60px rgba(0,0,0,.24); }
.bd-poster small { color: var(--orange); font-size: 11px; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.bd-poster strong { max-width: 250px; margin-top: auto; font-size: clamp(30px, 3vw, 45px); line-height: .95; letter-spacing: -.055em; }
.bd-poster > span { margin-top: 16px; color: var(--highlight); font-size: 16px; font-weight: 760; }
.bd-poster-a { left: 7%; top: 14%; z-index: 3; transform: rotate(-8deg); }
.bd-poster-b { left: 27%; top: 18%; z-index: 2; border-top-color: var(--highlight); transform: rotate(2deg); }
.bd-poster-c { right: 3%; top: 13%; z-index: 1; border-top-color: var(--orange); transform: rotate(10deg); }

.bd-capability-row { padding: 25px 0; border-block: 1px solid var(--border); background: var(--surface); }
.bd-capability-list { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px 30px; }
.bd-capability-list span { color: var(--muted); font-size: 13px; font-weight: 650; }
.bd-capability-list span::before { content: ""; width: 6px; height: 6px; margin-right: 9px; display: inline-block; border-radius: 50%; background: var(--highlight); }

.bd-goals, .bd-journey, .bd-deliverables, .bd-industries, .bd-lead { background: var(--surface); }
.bd-services, .bd-deep-dive, .bd-process, .bd-why, .bd-final-feature { background: var(--bg); }
.bd-feature-alt { background: var(--surface); }
.bd-services .wd-service-card { min-height: 500px; }
.bd-services .wd-service-card .button { width: auto; }
.bd-deep-dive .wd-feature-copy .bd-text-link { margin-top: 28px; }

.bd-media-field { position: relative; min-height: 590px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface-raised); }
.bd-feature-alt .bd-media-field { background: var(--bg); }
.bd-media-field::before, .bd-media-field::after { content: ""; position: absolute; border: 1px solid var(--border); border-radius: 20px; background: var(--surface); }
.bd-media-field::before { inset: 58px 96px 205px 54px; transform: rotate(-7deg); }
.bd-media-field::after { inset: 100px 52px 160px 115px; border-top-color: var(--highlight); transform: rotate(6deg); }
.bd-media-field small, .bd-media-field strong, .bd-media-field > span { position: relative; z-index: 2; }
.bd-media-field small { margin-bottom: 10px; color: var(--orange); font-size: 11px; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }
.bd-media-field strong { max-width: 530px; font-size: 31px; line-height: 1.08; letter-spacing: -.04em; }
.bd-media-field > span { margin-top: 9px; color: var(--muted); font-size: 13px; }

/* Supplied artwork keeps its original proportions, including embedded copy. */
.bd-poster-stage.bd-showcase-image,
.bd-media-field.bd-showcase-image { min-width: 0; min-height: 0; margin: 0; padding: 0; display: block; }
.bd-showcase-image::before,
.bd-showcase-image::after { content: none; }
.bd-showcase-image img { display: block; width: 100%; height: auto; }

.bd-showreel { background: var(--bg); }
.bd-showreel-copy .button { margin-top: 28px; }
.bd-showreel-box { position: relative; width: 100%; aspect-ratio: 16 / 9; min-height: 0; margin: 0; padding: clamp(18px, 2.5vw, 32px); display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.bd-showreel-box > iframe, .bd-showreel-box > video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #000; }
.bd-showreel-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.bd-showreel-box:has(> .bd-showreel-poster)::before, .bd-showreel-box:has(> .bd-showreel-poster)::after { content: none; }
.bd-showreel-box:has(> iframe)::before, .bd-showreel-box:has(> iframe)::after,
.bd-showreel-box:has(> video)::before, .bd-showreel-box:has(> video)::after { content: none; }
.bd-showreel-box::before, .bd-showreel-box::after { content: ""; position: absolute; border: 1px solid var(--border); border-radius: 28px; background: var(--surface-raised); }
.bd-showreel-box::before { inset: 12% 38% 28% 9%; transform: rotate(-5deg); }
.bd-showreel-box::after { inset: 18% 8% 20% 43%; border-top-color: var(--highlight); transform: rotate(4deg); }
.bd-showreel-box > div, .bd-showreel-box > span { position: relative; z-index: 2; }
.bd-showreel-box small { margin-bottom: 12px; display: block; color: var(--orange); font-size: 11px; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }
.bd-showreel-box strong { max-width: 440px; display: block; font-size: clamp(18px, 2.5vw, 30px); line-height: 1.08; letter-spacing: -.035em; }
.bd-showreel-box > span { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--border); border-radius: 50%; background: var(--bg); color: var(--highlight); font-size: 16px; }

.bd-work { background: var(--bg); }
.bd-creative-banner { position: relative; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: #e9ddcf; }
.bd-creative-banner picture,
.bd-creative-banner picture img { display: block; width: 100%; height: auto; }
.bd-creative-banner-copy { position: absolute; top: 12%; left: 4%; width: 29%; max-width: 430px; color: #211c18; }
.bd-creative-banner-copy .section-label { color: var(--orange); font-size: 11px; letter-spacing: .12em; }
.bd-creative-banner .bd-creative-banner-copy h2 { max-width: 390px; margin: 0; color: #211c18; font-size: clamp(30px, 3vw, 44px); font-weight: 600; line-height: 1.04; letter-spacing: -.04em; }
.bd-creative-banner-copy > p:last-child { margin: 20px 0 0; color: #403830; font-size: clamp(14px, 1.2vw, 17px); line-height: 1.55; }
@media (max-width: 980px) {
  /* The portrait artwork already includes its own headline and description. */
  .bd-creative-banner-copy { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
}
.bd-work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bd-work-grid a { position: relative; min-height: 480px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid var(--border); border-radius: 28px; background: var(--surface); }
.bd-work-grid a::before, .bd-work-grid a::after { content: ""; position: absolute; border: 1px solid var(--border); border-radius: 20px; background: var(--surface-raised); }
.bd-work-grid a::before { inset: 46px 60px 178px; transform: rotate(-6deg); }
.bd-work-grid a::after { inset: 82px 42px 150px 100px; border-top-color: var(--highlight); transform: rotate(5deg); }
.bd-work-grid small, .bd-work-grid h3, .bd-work-grid span { position: relative; z-index: 2; }
.bd-work-grid small { color: var(--orange); font-size: 11px; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.bd-work-grid h3 { max-width: 560px; margin: 12px 0 28px; font-size: 34px; line-height: 1.07; letter-spacing: -.043em; }
.bd-work-grid span { padding-top: 17px; border-top: 1px solid var(--border); font-size: 13px; font-weight: 650; }

.bd-final-feature { border-top: 1px solid var(--border); }
.bd-final-feature .wd-feature-copy .button { margin-top: 30px; }
.bd-final-media { min-height: 540px; }
.bd-lead .wd-lead-form { background: var(--bg); }

.bd-footer-cta { padding: 100px 0; border-top: 1px solid var(--border); background: var(--bg); text-align: center; }
.bd-footer-cta h2 { max-width: 980px; margin: 0 auto; font-size: clamp(48px, 6.5vw, 88px); line-height: .95; letter-spacing: -.06em; }
.bd-footer-cta > .container > p:not(.section-label) { max-width: 680px; margin: 24px auto 30px; color: var(--muted); font-size: 18px; line-height: 1.7; }

/* Unified hero rhythm across Services, Quote and Book a Call. */
:is(.services-main-hero, .quote-hero, .book-hero) { padding-top: var(--header-height); }
:is(.services-main-hero-inner, .quote-hero-grid, .book-hero-grid) {
  min-height: calc(78svh - var(--header-height));
  padding-block: 72px;
}
:is(.services-main-hero-copy, .quote-hero-copy, .book-hero-copy) h1 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(42px, 4.75vw, 68px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}
:is(.services-main-hero-copy, .quote-hero-copy, .book-hero-copy) > p:not(.section-label) {
  max-width: 670px;
  margin: 27px 0 0;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.7;
}
:is(.quote-hero-copy > .button, .book-hero-copy > .button, .services-main-actions) { margin-top: 32px; }

/* Compact wrapping pills for short list-led sections. */
:is(.wd-integration-list, .wd-industry-list, .dm-industry-list, .about-capability-list, .bd-capability-list) {
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
:is(.wd-integration-list, .wd-industry-list, .dm-industry-list, .about-capability-list, .bd-capability-list) span {
  width: auto;
  min-width: 0;
  padding: 8px 13px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--bg);
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.2;
  white-space: nowrap;
}
.bd-capability-list span::before {
  width: 4px;
  height: 4px;
  margin-right: 7px;
}

/* About capabilities reference: increase these pills by exactly two pixels. */
.about-capability-list span { font-size: 13px; }

@media (max-width: 980px) {
  :is(.services-main-hero-inner, .quote-hero-grid, .book-hero-grid) { min-height: 0; }
}

@media (max-width: 720px) {
  :is(.services-main-hero-inner, .quote-hero-grid, .book-hero-grid) { padding-block: 58px 76px; }
  :is(.services-main-hero-copy, .quote-hero-copy, .book-hero-copy) h1 { font-size: clamp(38px, 10.5vw, 52px); line-height: 1; }
  :is(.wd-integration-list, .wd-industry-list, .dm-industry-list, .about-capability-list, .bd-capability-list) { gap: 8px; }
}

@media (max-width: 480px) {
  :is(.services-main-hero-inner, .quote-hero-grid, .book-hero-grid) { padding-top: 58px; }
  :is(.services-main-hero-copy, .quote-hero-copy, .book-hero-copy) h1 { font-size: 38px; }
}

/* Industry tags match the approved service-chip treatment and remain compact on mobile. */
:is(.wd-industry-list, .dm-industry-list) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
}
:is(.wd-industry-list, .dm-industry-list) span {
  width: auto;
  min-width: 0;
  padding: 10px 15px;
  border: 1px solid var(--border);
  border-radius: 99px;
  background: var(--surface-raised);
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .bd-hero-grid { gap: 44px; }
  .bd-poster-stage { min-height: 540px; }
  .bd-poster { min-height: 350px; }
}

@media (max-width: 980px) {
  .bd-hero-grid { min-height: 0; grid-template-columns: 1fr; }
  .bd-hero-copy { max-width: 900px; }
  .bd-poster-stage { max-width: 780px; min-height: 570px; }
  .bd-work-grid { grid-template-columns: 1fr; }
  .bd-work-grid a { min-height: 430px; }
}

@media (max-width: 720px) {
  .bd-hero-grid { padding-block: 58px 76px; }
  .bd-hero-copy h1 { font-size: clamp(36px, 9.8vw, 48px); }
  .bd-poster-stage { min-height: 510px; }
  .bd-poster { width: 60%; min-height: 330px; }
  .bd-services .wd-service-card { min-height: 0; }
}

@media (max-width: 480px) {
  .bd-hero-copy h1 { font-size: 36px; }
  .bd-actions { align-items: stretch; flex-direction: column; }
  .bd-text-link { align-self: flex-start; }
  .bd-poster-stage { min-height: 440px; }
  .bd-poster { width: 68%; min-height: 280px; padding: 20px; }
  .bd-poster strong { font-size: 31px; }
  .bd-poster-a { left: 2%; top: 16%; }
  .bd-poster-b { left: 18%; top: 18%; }
  .bd-poster-c { right: -10%; top: 15%; }
  .bd-capability-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 14px 18px; }
  .bd-capability-list span { min-width: 0; display: flex; align-items: center; white-space: nowrap; }
  .bd-capability-list span::before { flex: 0 0 6px; margin-right: 8px; }
  .bd-services .wd-service-card .button { width: auto; }
  .bd-media-field { min-height: 440px; padding: 24px; }
  .bd-media-field::before { inset: 54px 48px 175px 35px; }
  .bd-media-field::after { inset: 84px 30px 145px 65px; }
  .bd-showreel-box { gap: 12px; }
  .bd-showreel-box > span { width: 38px; height: 38px; }
  .bd-work-grid a { min-height: 390px; }
  .bd-footer-cta { padding-block: 78px; }
  .bd-footer-cta h2 { font-size: 47px; }
}

/* Get a Quote */
.quote-page main { overflow: hidden; }
.quote-hero { border-bottom: 1px solid var(--border); background: var(--bg); }
.quote-hero-grid { min-height: min(790px, calc(100vh - var(--header-height, 72px))); padding-block: clamp(90px, 11vw, 150px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); align-items: center; gap: clamp(60px, 8vw, 120px); }
.quote-hero-copy h1 { max-width: 850px; margin: 0; font-size: clamp(44px, 4.75vw, 72px); font-weight: 400; line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.quote-hero-copy h1 span { background: var(--heading-gradient); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.quote-hero-copy > p:not(.section-label) { max-width: 690px; margin: 29px 0 34px; color: var(--muted); font-size: clamp(18px, 1.45vw, 21px); line-height: 1.68; }
.quote-hero-visual { position: relative; min-height: 560px; padding: 48px; display: flex; align-items: flex-end; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.quote-hero-visual::before, .quote-hero-visual::after { content: ""; position: absolute; border: 1px solid var(--border); border-radius: 50%; }
.quote-hero-visual::before { width: 310px; height: 310px; right: -42px; top: -55px; }
.quote-hero-visual::after { width: 190px; height: 190px; right: 52px; top: 42px; border-color: var(--highlight); opacity: .6; }
.quote-hero-visual > strong { position: relative; z-index: 2; max-width: 360px; font-size: clamp(37px, 4vw, 58px); line-height: .98; letter-spacing: -.055em; }
.quote-hero-visual.quote-hero-image { width: 100%; max-width: 430px; min-height: 0; margin: 0; padding: 0; display: block; justify-self: center; overflow: hidden; }
.quote-hero-visual.quote-hero-image::before, .quote-hero-visual.quote-hero-image::after { display: none; }
.quote-hero-image img { display: block; width: 100%; height: auto; }
.quote-trust-node { position: absolute; z-index: 3; padding: 14px 17px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--border); border-radius: 99px; background: var(--bg); box-shadow: 0 12px 38px rgba(0,0,0,.12); }
.quote-trust-node span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; font-size: 10px; font-weight: 800; }
.quote-trust-node b { font-size: 13px; }
.node-review { top: 64px; left: 34px; }
.node-obligation { top: 155px; right: 25px; }
.node-team { top: 252px; left: 72px; }

.quote-services, .quote-next, .quote-talk { background: var(--surface); }
.quote-form-section, .quote-why { background: var(--bg); }
.quote-main-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote-main-service-grid button, .quote-requirement-grid button { width: 100%; color: var(--text); font: inherit; text-align: left; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.quote-main-service-grid button { min-height: 430px; padding: 30px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--border); border-radius: 28px; background: var(--bg); }
.quote-main-service-grid button:hover, .quote-main-service-grid button:focus-visible, .quote-main-service-grid button.is-active { transform: translateY(-4px); border-color: var(--highlight); }
.quote-main-service-grid button > span, .quote-requirement-grid button > span, .quote-next-grid article > span, .quote-why-grid article > span { color: var(--point); font-size: 16px; font-weight: 780; letter-spacing: .08em; }
.quote-main-service-grid h3 { max-width: 360px; margin: auto 0 22px; font-size: clamp(32px, 3.2vw, 47px); line-height: .98; letter-spacing: -.05em; }
.quote-main-service-grid p { min-height: 82px; margin: 0 0 29px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.quote-main-service-grid b { width: 100%; padding-top: 18px; border-top: 1px solid var(--border); color: var(--text); font-size: 13px; }
.quote-requirement-panel { margin-top: clamp(90px, 10vw, 140px); scroll-margin-top: 100px; }
.quote-panel-heading { max-width: 820px; margin-bottom: 48px; }
.quote-panel-heading h2 { margin: 0; font-size: clamp(45px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; }
.quote-requirement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.quote-requirement-grid button { min-height: 255px; padding: 25px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--border); border-radius: 22px; background: var(--bg); }
.quote-requirement-grid button:hover, .quote-requirement-grid button:focus-visible, .quote-requirement-grid button.is-active { transform: translateY(-3px); border-color: var(--highlight); background: var(--surface-raised); }
.quote-requirement-grid h3 { margin: auto 0 13px; font-size: 25px; line-height: 1.05; letter-spacing: -.035em; }
.quote-requirement-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.quote-form-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(560px, 1.28fr); align-items: start; gap: clamp(55px, 8vw, 120px); }
.quote-form-intro { position: sticky; top: 112px; }
.quote-form-intro h2 { margin: 0; font-size: clamp(48px, 5.2vw, 76px); line-height: .98; letter-spacing: -.055em; }
.quote-form-intro > p:not(.section-label) { margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.quote-response-note { margin-top: 36px; padding: 23px 0; display: flex; flex-direction: column; gap: 6px; border-block: 1px solid var(--border); }
.quote-response-note strong { color: var(--highlight); font-size: 20px; }
.quote-response-note span { color: var(--muted); font-size: 13px; }
.quote-form { padding: clamp(26px, 4vw, 46px); border: 1px solid var(--border); border-radius: 28px; background: var(--surface); }
.quote-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 18px; }
.quote-field { min-width: 0; display: flex; flex-direction: column; gap: 9px; }
.quote-field-full { grid-column: 1 / -1; }
.quote-field label { font-size: 13px; font-weight: 700; }
.quote-field input, .quote-field select, .quote-field textarea { width: 100%; min-height: 54px; padding: 0 16px; border: 1px solid var(--border); border-radius: 12px; outline: 0; background: var(--bg); color: var(--text); font: inherit; font-size: 15px; transition: border-color .2s ease, box-shadow .2s ease; }
.quote-field textarea { min-height: 150px; padding-block: 15px; resize: vertical; line-height: 1.55; }
.quote-field input:focus, .quote-field select:focus, .quote-field textarea:focus { border-color: var(--highlight); box-shadow: 0 0 0 3px color-mix(in srgb, var(--highlight) 18%, transparent); }
.quote-field small { color: var(--muted); font-size: 12px; line-height: 1.5; }
.quote-phone-wrap { display: grid; grid-template-columns: 130px 1fr; gap: 8px; }
.quote-upload { position: relative; min-height: 160px; padding: 25px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border: 1px dashed var(--border); border-radius: 16px; background: var(--bg); cursor: pointer; }
.quote-upload:hover, .quote-upload:focus-within { border-color: var(--highlight); }
.quote-upload strong { margin-bottom: 7px; font-size: 20px; }
.quote-upload span { max-width: 570px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.quote-upload b { margin-top: 17px; color: var(--highlight); font-size: 13px; }
.quote-upload input { position: absolute; width: 1px; height: 1px; padding: 0; opacity: 0; }
.quote-form .button { width: max-content; margin-top: 3px; }
.quote-form-status { min-height: 22px; margin: 8px 0 0; font-size: 13px; font-weight: 650; }
.quote-form-status.is-error { color: #ff6464; }
.quote-form-status.is-success { color: #38b978; }

.quote-next-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--border); border-radius: 26px; background: var(--border); }
.quote-next-grid article { min-height: 370px; padding: 30px; display: flex; flex-direction: column; background: var(--bg); }
.quote-next-grid h3 { max-width: 350px; margin: auto 0 20px; font-size: 31px; line-height: 1.04; letter-spacing: -.04em; }
.quote-next-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.68; }
.quote-why-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.quote-why-grid article { min-height: 315px; padding: 32px; display: flex; flex-direction: column; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.quote-why-grid h3 { margin: auto 0 16px; font-size: 34px; line-height: 1.04; letter-spacing: -.045em; }
.quote-why-grid p { max-width: 560px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.68; }
.quote-talk { border-block: 1px solid var(--border); }
.quote-talk-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 60px; }
.quote-talk h2 { max-width: 820px; margin: 0; font-size: clamp(48px, 5.4vw, 80px); line-height: .96; letter-spacing: -.058em; }
.quote-talk p:not(.section-label) { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.quote-talk-actions { display: flex; flex-direction: column; align-items: stretch; gap: 11px; }
.quote-whatsapp-button { min-height: 48px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 99px; color: var(--text); font-size: 14px; font-weight: 680; transition: border-color .2s ease, transform .2s ease; }
.quote-whatsapp-button:hover { transform: translateY(-2px); border-color: var(--highlight); }
.quote-whatsapp-button svg { width: 20px; height: 20px; margin-right: 9px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.quote-whatsapp-float { position: fixed; z-index: 30; right: 22px; bottom: 22px; width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: var(--orange); color: #fff; box-shadow: 0 13px 34px rgba(0,0,0,.24); font-size: 11px; font-weight: 800; transition: transform .2s ease; }
.quote-whatsapp-float:hover { transform: translateY(-3px); }
.quote-whatsapp-float svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 1080px) {
  .quote-hero-grid { grid-template-columns: minmax(0, 1fr) 420px; gap: 45px; }
  .quote-main-service-grid button { min-height: 400px; }
  .quote-form-layout { grid-template-columns: 1fr 1.35fr; gap: 50px; }
}

@media (max-width: 980px) {
  .quote-hero-grid { min-height: 0; grid-template-columns: 1fr; }
  .quote-hero-copy { max-width: 900px; }
  .quote-hero-visual { max-width: 760px; width: 100%; min-height: 520px; }
  .quote-main-service-grid, .quote-requirement-grid { grid-template-columns: 1fr 1fr; }
  .quote-main-service-grid button:last-child { grid-column: 1 / -1; min-height: 330px; }
  .quote-form-layout { grid-template-columns: 1fr; }
  .quote-form-intro { position: static; max-width: 800px; }
  .quote-talk-grid { grid-template-columns: 1fr; align-items: start; }
  .quote-talk-actions { width: max-content; flex-direction: row; }
}

@media (max-width: 720px) {
  .quote-hero-grid { padding-block: 88px 76px; }
  .quote-hero-copy h1 { font-size: clamp(36px, 9.4vw, 46px); line-height: 1; }
  .quote-hero-visual { min-height: 450px; padding: 28px; }
  .quote-main-service-grid, .quote-requirement-grid, .quote-next-grid, .quote-why-grid { grid-template-columns: 1fr; }
  .quote-main-service-grid button, .quote-main-service-grid button:last-child { min-height: 325px; grid-column: auto; }
  .quote-requirement-grid button { min-height: 220px; }
  .quote-next-grid { gap: 1px; }
  .quote-next-grid article { min-height: 240px; padding: 22px; }
  .quote-next-grid h3 { margin: 30px 0 12px; font-size: 27px; }
  .quote-next-grid p { font-size: 14px; line-height: 1.55; }
  .quote-why-grid { border-left: 0; }
  .quote-why-grid article { min-height: 230px; padding: 22px; border-left: 1px solid var(--border); }
  .quote-why-grid h3 { margin: 30px 0 12px; font-size: 27px; }
  .quote-form-grid { grid-template-columns: 1fr; }
  .quote-field-full { grid-column: auto; }
  .quote-talk-actions { width: 100%; flex-direction: column; }
  .quote-talk-actions .button, .quote-whatsapp-button { width: 100%; }
}

@media (max-width: 480px) {
  .quote-hero-grid { padding-top: 82px; }
  .quote-hero-copy h1 { font-size: 36px; }
  .quote-hero-copy > .button { width: 100%; }
  .quote-hero-visual { min-height: 410px; }
  .quote-hero-visual > strong { max-width: 270px; font-size: 39px; }
  .quote-trust-node { padding: 10px 12px; }
  .quote-trust-node b { font-size: 11px; }
  .node-review { top: 35px; left: 18px; }
  .node-obligation { top: 112px; right: 12px; }
  .node-team { top: 190px; left: 30px; }
  .quote-main-service-grid button { padding: 24px; }
  .quote-panel-heading h2 { font-size: 41px; }
  .quote-form { padding: 22px 18px; }
  .quote-form-intro h2, .quote-talk h2 { font-size: 43px; }
  .quote-form-grid > .quote-field:nth-child(1) { order: 1; }
  .quote-form-grid > .quote-field:nth-child(3) { order: 2; }
  .quote-form-grid > .quote-field:nth-child(2) { order: 3; }
  .quote-form-grid > .quote-field:nth-child(4) { order: 4; }
  .quote-phone-wrap { grid-template-columns: 112px minmax(0, 1fr); gap: 8px; }
  .quote-phone-wrap input { min-width: 0; }
  .quote-upload { padding: 21px; }
  .quote-form .button { width: 100%; }
  .quote-whatsapp-float { right: 14px; bottom: 14px; width: 48px; height: 48px; }
}

/* Book a Call */
.book-call-page main { overflow: hidden; }
.book-hero { border-bottom: 1px solid var(--border); background: var(--bg); }
.book-hero-grid { min-height: min(800px, calc(100vh - var(--header-height, 72px))); padding-block: clamp(90px, 11vw, 150px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); align-items: center; gap: clamp(60px, 8vw, 120px); }
.book-hero-copy h1 { max-width: 880px; margin: 0; font-size: clamp(44px, 4.75vw, 72px); font-weight: 400; line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.book-hero-copy h1 span { background: var(--heading-gradient); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.book-hero-copy > p:not(.section-label) { max-width: 720px; margin: 29px 0 34px; color: var(--muted); font-size: clamp(18px, 1.45vw, 21px); line-height: 1.68; }
.book-hero-visual { min-height: 570px; padding: clamp(22px, 3vw, 40px); display: grid; place-items: center; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.book-hero-visual.book-hero-image { width: 100%; max-width: 430px; min-height: 0; margin: 0; padding: 0; justify-self: center; overflow: hidden; }
.book-hero-image img { display: block; width: 100%; height: auto; }
.book-calendar-card { position: relative; width: 100%; min-height: 470px; padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; border: 1px solid var(--border); border-radius: 25px; background: var(--bg); }
.book-calendar-card::after { content: ""; position: absolute; width: 270px; height: 270px; right: -75px; top: -90px; border: 1px solid var(--highlight); border-radius: 50%; opacity: .65; }
.book-calendar-icon { position: relative; z-index: 2; width: 112px; height: 112px; margin-top: 18px; display: grid; place-items: center; align-content: center; border: 1px solid var(--border); border-top: 4px solid var(--orange); border-radius: 21px; background: var(--surface); }
.book-calendar-icon b { font-size: 39px; line-height: 1; letter-spacing: -.05em; }
.book-calendar-icon small { margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 780; letter-spacing: .18em; }
.book-calendar-card h2 { max-width: 470px; margin: auto 0 25px; font-size: clamp(37px, 3.8vw, 55px); line-height: .98; letter-spacing: -.055em; }
.book-micro-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.book-micro-pills span, .book-topic-pills span { padding: 9px 12px; border: 1px solid var(--border); border-radius: 99px; color: var(--muted); font-size: 11px; font-weight: 650; }

.book-trust-strip { padding: 25px 0; border-bottom: 1px solid var(--border); background: var(--surface); }
.book-trust-list { display: flex; align-items: center; justify-content: space-between; gap: 18px 28px; }
.book-trust-list span { color: var(--muted); font-size: 13px; font-weight: 650; white-space: nowrap; }
.book-trust-list span::before { content: ""; width: 6px; height: 6px; margin-right: 9px; display: inline-block; border-radius: 50%; background: var(--highlight); vertical-align: 1px; }

.book-consultations, .book-call-steps, .book-final { background: var(--surface); }
.book-booking, .book-alternatives { background: var(--bg); }
.book-consultation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.book-consultation-grid button { min-height: 620px; padding: 30px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--border); border-radius: 28px; background: var(--bg); color: var(--text); font: inherit; text-align: left; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.book-consultation-grid button:hover, .book-consultation-grid button:focus-visible, .book-consultation-grid button.is-active { transform: translateY(-4px); border-color: var(--highlight); background: var(--surface-raised); }
.book-consultation-grid button > span, .book-steps-grid article > span { color: var(--point); font-size: 16px; font-weight: 780; letter-spacing: .08em; }

/* Booking text CTAs keep the arrow directly beside the label. */
:is(.services-text-link, .dm-text-link, .wd-text-link, .bd-text-link)[href="book-a-call.html"]::after {
  content: "\2192";
  margin-left: 7px;
  color: var(--orange);
}
.book-consultation-image { width: 100%; margin: 22px 0 24px; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid var(--border); border-radius: 18px; background: var(--surface-raised); }
.book-consultation-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.book-consultation-grid button:hover .book-consultation-image img,
.book-consultation-grid button:focus-visible .book-consultation-image img { transform: scale(1.025); }
.book-consultation-grid h3 { max-width: 550px; margin: 0 0 16px; font-size: clamp(28px, 2.5vw, 36px); line-height: 1.04; letter-spacing: -.04em; }
.book-consultation-grid p { max-width: 610px; min-height: 75px; margin: 0 0 26px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.book-consultation-grid b { width: 100%; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--border); font-size: 13px; }

.book-booking { scroll-margin-top: 80px; }
.book-booking-layout { display: grid; grid-template-columns: minmax(330px, .72fr) minmax(570px, 1.28fr); align-items: start; gap: clamp(45px, 6vw, 90px); }
.book-booking-info { position: sticky; top: 105px; }
.book-booking-info h2 { margin: 0; font-size: clamp(48px, 5.2vw, 76px); line-height: .98; letter-spacing: -.055em; }
.book-booking-info > p:not(.section-label):not(.book-booking-note) { margin: 24px 0 30px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.book-facts { margin: 0 0 27px; border-top: 1px solid var(--border); }
.book-facts div { padding: 14px 0; display: grid; grid-template-columns: 100px 1fr; gap: 18px; border-bottom: 1px solid var(--border); }
.book-facts dt { color: var(--muted); font-size: 12px; }
.book-facts dd { margin: 0; font-size: 13px; font-weight: 700; }
.book-topic-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.book-booking-note { margin: 26px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.book-booking-note a { color: var(--first-accent); text-decoration: underline; text-underline-offset: 3px; }
.calendly-wrap { overflow: hidden; border: 1px solid var(--border); border-radius: 30px; background: var(--surface); }
.calendly-head { min-height: 80px; padding: 20px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--border); }
.calendly-head h3 { margin: 0; font-size: 22px; letter-spacing: -.025em; }
.book-selected-badge { padding: 9px 12px; border: 1px solid var(--border); border-radius: 99px; color: var(--highlight); font-size: 11px; font-weight: 750; text-align: center; }
.booking-intake { padding: 22px 26px 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; border-bottom: 1px solid var(--border); background: var(--surface-raised); }
.booking-intake label { color: var(--text); font-size: 13px; font-weight: 700; }
.booking-intake label span { color: var(--first-accent); }
.booking-intake > select, .booking-phone > :is(select, input) { min-width: 0; min-height: 48px; padding: 0 14px; border: 1px solid var(--border); border-radius: 12px; background: var(--bg); color: var(--text); font: inherit; }
.booking-intake > select { grid-column: 1 / -1; }
.booking-phone { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(140px, .38fr) 1fr; gap: 10px; }
.calendly-inline-widget { width: 100%; min-width: 320px; height: 700px; border: 0; }
.calendly-placeholder { height: 100%; padding: clamp(35px, 5vw, 65px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--bg); }
.calendly-placeholder > span { color: var(--orange); font-size: 11px; font-weight: 780; letter-spacing: .15em; text-transform: uppercase; }
.calendly-placeholder-calendar { width: 100%; max-width: 510px; margin: 35px 0 44px; padding: 50px 26px 26px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; border: 1px solid var(--border); border-top: 5px solid var(--highlight); border-radius: 21px; }
.calendly-placeholder-calendar i { aspect-ratio: 1; border: 1px solid var(--border); border-radius: 50%; background: var(--surface); }
.calendly-placeholder-calendar i:nth-child(3), .calendly-placeholder-calendar i:nth-child(8) { border-color: var(--highlight); background: var(--surface-raised); }
.calendly-placeholder h4 { max-width: 600px; margin: 0; font-size: clamp(31px, 3.5vw, 48px); line-height: 1; letter-spacing: -.05em; }
.calendly-placeholder p { max-width: 620px; margin: 20px 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.calendly-placeholder strong { color: var(--muted); font-size: 12px; }
.calendly-placeholder strong b { color: var(--highlight); }
.calendly-fallback { margin: 0; padding: 16px 26px; border-top: 1px solid var(--border); color: var(--muted); font-size: 13px; line-height: 1.55; text-align: center; }
.calendly-fallback a { color: var(--text); }

.book-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--border); border-radius: 26px; background: var(--border); }
.book-steps-grid article { min-height: 390px; padding: 30px; display: flex; flex-direction: column; background: var(--bg); }
.book-steps-grid h3 { max-width: 350px; min-height: 2.08em; margin: auto 0 20px; font-size: 32px; line-height: 1.04; letter-spacing: -.04em; }
.book-steps-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.68; }
.book-alt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.book-alt-grid article { min-height: 445px; padding: clamp(29px, 4vw, 44px); display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--border); border-radius: 28px; background: var(--surface); }
.book-alt-grid h3 { max-width: 580px; margin: auto 0 22px; font-size: clamp(37px, 4vw, 57px); line-height: .98; letter-spacing: -.053em; }
.book-alt-grid article > p:not(.section-label) { max-width: 630px; margin: 0 0 30px; color: var(--muted); font-size: 16px; line-height: 1.68; }
.book-alt-grid .button, .book-alt-grid .book-ghost-button { width: max-content; }
.book-whatsapp-icon { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.book-ghost-button { min-height: 48px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid transparent; border-radius: 99px; background: var(--accent-gradient); color: #fff; font-size: 14px; font-weight: 680; box-shadow: 0 14px 36px rgba(199,43,170,.2); transition: transform .2s ease, filter .2s ease; }
.book-ghost-button:hover { transform: translateY(-2px); filter: brightness(1.08); }

.book-final-box { padding: clamp(45px, 7vw, 90px); border: 1px solid var(--border); border-radius: 30px; background: var(--bg); text-align: center; }
.book-final-box h2 { max-width: 1000px; margin: 0 auto; font-size: clamp(51px, 7vw, 96px); line-height: .93; letter-spacing: -.065em; }
.book-final-box > p:not(.section-label) { max-width: 720px; margin: 25px auto 32px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.book-final-actions, .book-footer-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; }
.book-footer-cta { padding: 105px 0; border-top: 1px solid var(--border); background: var(--bg); text-align: center; }
.book-footer-cta h2 { max-width: 1000px; margin: 0 auto; font-size: clamp(49px, 6.5vw, 90px); line-height: .94; letter-spacing: -.062em; }
.book-footer-cta > .container > p:not(.section-label) { max-width: 720px; margin: 24px auto 31px; color: var(--muted); font-size: 18px; line-height: 1.7; }

@media (max-width: 1120px) {
  .book-trust-list { flex-wrap: wrap; justify-content: flex-start; }
  .book-booking-layout { grid-template-columns: minmax(300px, .7fr) minmax(520px, 1.3fr); gap: 42px; }
}

@media (max-width: 980px) {
  .book-hero-grid { min-height: 0; grid-template-columns: 1fr; }
  .book-hero-copy { max-width: 900px; }
  .book-hero-visual { max-width: 760px; width: 100%; min-height: 530px; }
  .book-booking-layout { grid-template-columns: 1fr; }
  .book-booking-info { position: static; max-width: 820px; }
  .calendly-wrap { max-width: 820px; width: 100%; }
}

@media (max-width: 720px) {
  .book-hero-grid { padding-block: 88px 76px; }
  .book-hero-copy h1 { font-size: clamp(36px, 9.4vw, 46px); line-height: 1; }
  .book-hero-visual { min-height: 460px; padding: 18px; }
  .book-calendar-card { min-height: 420px; padding: 26px; }
  .book-trust-list { display: grid; grid-template-columns: 1fr 1fr; }
  .book-trust-list span { white-space: normal; }
  .book-consultation-grid, .book-steps-grid, .book-alt-grid { grid-template-columns: 1fr; }
  .book-consultation-grid button { min-height: 345px; }
  .book-steps-grid article { min-height: 235px; padding: 22px; }
  .book-steps-grid h3 { margin: 30px 0 12px; font-size: 27px; }
  .book-steps-grid h3 { min-height: 0; }
  .calendly-head { align-items: flex-start; flex-direction: column; }
  .calendly-inline-widget { height: 650px; }
  .calendly-placeholder { padding: 28px; }
  .calendly-placeholder-calendar { margin-block: 28px 36px; }
  .book-alt-grid article { min-height: 405px; }
}

@media (max-width: 480px) {
  .book-hero-grid { padding-top: 82px; }
  .book-hero-copy h1 { font-size: 36px; }
  .book-hero-copy > .button { width: 100%; }
  .book-calendar-card h2 { font-size: 39px; }
  .book-calendar-icon { width: 96px; height: 96px; }
  .book-trust-list { grid-template-columns: 1fr; }
  .book-consultation-grid button { min-height: 320px; padding: 24px; }
  .book-booking-info h2 { font-size: 44px; }
  .book-facts div { grid-template-columns: 82px 1fr; }
  .booking-intake { grid-template-columns: 1fr; padding: 20px; }
  .calendly-inline-widget { min-width: 0; height: 620px; }
  .calendly-placeholder { padding: 23px; }
  .calendly-placeholder-calendar { padding: 40px 18px 18px; gap: 9px; }
  .calendly-placeholder h4 { font-size: 34px; }
  .book-alt-grid .button, .book-alt-grid .book-ghost-button, .book-final-actions .button, .book-final-actions .book-ghost-button, .book-footer-actions .button, .book-footer-actions .book-ghost-button { width: 100%; }
  .book-final-box { padding: 46px 22px; }
  .book-final-box h2 { font-size: 48px; }
  .book-footer-cta { padding-block: 78px; }
  .book-footer-cta h2 { font-size: 47px; }
}

/* Add a small desktop-only gap before the Book a Call closing CTA. */
@media (min-width: 721px) {
  .book-final-box > p:not(.section-label) { margin-bottom: 58px; }
}

/* Final desktop spacing for the Book a Call paragraph-to-button gap. */
@media (min-width: 721px) {
  .book-final-box .book-final-actions { margin-top: 42px; }
}

/* Site-wide non-hero heading hierarchy — restrained, Apple-inspired scale */
@media (min-width: 981px) {
  .career-intro-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(72px, 9vw, 130px); }
  .career-intro h2 { max-width: 620px; white-space: nowrap; }
  .career-intro-copy { justify-self: end; }
}

main > section:not([class*="hero"]) h2 {
  font-size: clamp(32px, 3.8vw, 48px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -.035em;
}

main > section:not([class*="hero"]) h3 {
  font-weight: 600;
}

main > section:not([class*="hero"]) :is(
  .video-copy,
  .service-content,
  .difference-grid,
  .dm-service-card,
  .wd-goal-grid,
  .wd-service-card,
  .bd-work-grid,
  .quote-main-service-grid,
  .quote-why-grid,
  .book-consultation-grid,
  .book-alt-grid
) h3 {
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.1;
  letter-spacing: -.025em;
}

main > section:not([class*="hero"]) .dm-service-card h3 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
}

main > section:not([class*="hero"]) .wd-service-card h3 {
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -.02em;
}

/* Shared service-card layout: text, editable thumbnail and check-dot list */
@media (max-width: 980px) {
  .wd-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .wd-service-grid { grid-template-columns: 1fr; }
  .wd-service-card { grid-template-columns: 1fr; grid-template-rows: auto 190px auto 1fr auto; }
  .wd-service-card > span { grid-column: 1; grid-row: 1; }
  .service-card-thumbnail { grid-column: 1; grid-row: 2; width: 100%; max-width: 100%; height: 190px; margin: 0; justify-self: stretch; aspect-ratio: 16 / 9; }
  .service-card-thumbnail img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
  .wd-service-card h3 { grid-column: 1; grid-row: 3; }
  .wd-service-card ul { grid-column: 1; grid-row: 4; }
  .wd-service-card .button { grid-column: 1; grid-row: 5; }
}

/* Shared closing CTA card — reference layout used across every page. */
.closing-cta-card {
  min-height: 440px;
  padding: clamp(48px, 7vw, 88px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
  color: var(--text);
  text-align: center;
}

.closing-cta-card .section-label { color: var(--first-accent); }
main > section:not([class*="hero"]) .closing-cta-card h2 {
  max-width: 920px;
  margin: 0 auto;
  font-size: clamp(38px, 4vw, 50px);
  line-height: 1;
  letter-spacing: -.045em;
}
.closing-cta-card > p:not(.section-label),
.closing-cta-card > div:first-of-type > p:not(.section-label) {
  max-width: 680px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
}
.closing-cta-card > .button { margin-top: 30px; }
.closing-cta-card :is(.services-choice-actions, .cta-actions, .book-footer-actions) {
  margin-top: 32px;
  justify-content: center;
}
.about-final,
.wd-footer-cta,
.bd-footer-cta,
.book-footer-cta { background: var(--surface); }

@media (max-width: 720px) {
  .closing-cta-card { min-height: 440px; padding: 42px 28px; border-radius: 28px; }
  main > section:not([class*="hero"]) .closing-cta-card h2 {
    max-width: 14ch;
    font-size: clamp(32px, 8.8vw, 38px);
    line-height: 1.02;
    text-wrap: balance;
  }
  .closing-cta-card > p:not(.section-label),
  .closing-cta-card > div:first-of-type > p:not(.section-label) {
    max-width: 28ch;
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.55;
    text-wrap: balance;
  }
  .closing-cta-card :is(.services-choice-actions, .cta-actions, .book-footer-actions) {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }
}

/* Global dark-theme section rhythm: alternate the two exact reference colors. */
main > section:not([class*="hero"]):nth-of-type(even) {
  background-color: var(--bg);
}

main > section:not([class*="hero"]):nth-of-type(odd) {
  background-color: var(--surface);
}

/* Shared soft outline for reusable media and image fields across every page. */
main :is([class*="-media"], [class*="-visual"], [class*="-image"], .service-card-thumbnail):not(.hero-media) {
  outline: 1px solid rgba(255, 255, 255, .14);
  outline-offset: -1px;
}


/* Shared navy fill for standalone rounded content and selection cards. */
:is(
  .service-card,
  .services-detail-grid article,
  .services-engagement-grid article,
  .wd-quality-grid article,
  .quote-main-service-grid button,
  .quote-requirement-grid button,
  .book-consultation-grid button,
  .book-alt-grid article
) {
  border-color: rgba(128, 155, 231, .5);
  background: #0a2472;
  color: #fff;
}

:is(
  .service-card,
  .services-detail-grid article,
  .services-engagement-grid article,
  .wd-quality-grid article,
  .quote-main-service-grid button,
  .quote-requirement-grid button,
  .book-consultation-grid button,
  .book-alt-grid article
) :is(h3, b) {
  color: #fff;
}

:is(
  .service-card,
  .services-detail-grid article,
  .services-engagement-grid article,
  .wd-quality-grid article,
  .quote-main-service-grid button,
  .quote-requirement-grid button,
  .book-consultation-grid button,
  .book-alt-grid article
) p:not(.section-label) {
  color: #d6def5;
}

:is(.quote-main-service-grid button, .quote-requirement-grid button, .book-consultation-grid button):is(:hover, :focus-visible, .is-active) {
  border-color: rgba(156, 181, 255, .86);
  background: #0a2472;
  box-shadow: 0 18px 42px rgba(10, 36, 114, .32);
}

:is(.quote-main-service-grid b, .book-consultation-grid b) {
  border-color: rgba(214, 222, 245, .24);
}

:is(.quote-main-service-grid, .book-consultation-grid) > :is(button, article) > b {
  display: block;
  width: 100%;
  margin-top: 18px;
  padding: 14px 18px;
  border: 1px solid #8fc7f4;
  border-radius: 999px;
  background: #a9d8ff;
  box-shadow: 0 8px 22px rgba(86,157,213,.22), inset 0 1px 0 rgba(255,255,255,.42);
  color: #102a43;
  text-align: center;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

:is(.quote-main-service-grid, .book-consultation-grid) > :is(button, article):is(:hover, :focus-visible, .is-active) > b {
  border-color: #8fc7f4;
  background: #a9d8ff;
  box-shadow: 0 8px 22px rgba(86,157,213,.22), inset 0 1px 0 rgba(255,255,255,.42);
  color: #102a43;
}

:is(.quote-main-service-grid, .book-consultation-grid) > :is(button, article) > b span { color: #102a43 !important; }

/* Keep the main quote-card CTAs on one shared baseline, even when a title wraps. */
.quote-main-service-grid button {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
}
.quote-main-service-grid button h3 {
  align-self: end;
  margin: 0 0 22px;
}
.quote-main-service-grid button p {
  align-self: start;
}
.quote-main-service-grid button > b {
  align-self: end;
}

/* Use the same centered closing-banner treatment on Book a Call and other CTA sections. */
.book-final-box.closing-cta-card {
  width: 100%;
  box-sizing: border-box;
}

/* The home closing banner uses the separately approved reference navy. */
.process-cta .closing-cta-card { background: #0a1128; }

/* Form fields stay soft and readable across every service and enquiry form. */
:is(.dm-field, .wd-field, .quote-field) :is(input, select, textarea) {
  border-color: var(--form-field-border);
  background: var(--form-field-bg);
  color: var(--form-field-text);
  color-scheme: light;
}
:is(.dm-field, .wd-field, .quote-field, .career-form, .contact-form) :is(input, textarea)::placeholder {
  color: var(--form-field-placeholder);
  opacity: 1;
}
:is(.dm-field, .wd-field, .quote-field, .career-form, .contact-form) :is(input, select, textarea):focus {
  border-color: var(--highlight);
}
.quote-upload {
  border-color: var(--form-field-border);
  background: var(--form-field-bg);
  color: var(--form-field-text);
}
.quote-upload span, .quote-upload b { color: var(--form-field-placeholder); }

/* Services page: darken only the four-card Why 7Ps grid from the supplied reference. */
.services-page .services-why-grid article {
  background: var(--bg);
  border-color: var(--border);
}
.services-page .services-why-grid article > span {
  display: block;
  margin-bottom: 14px;
}
.services-page .services-why-grid article h3 {
  margin: 0 0 12px;
}

/* Cascade-safe homepage restore: keep this override after every prior mobile pass. */
.trust-badges-heading { display: block !important; max-width: 980px !important; margin-inline: auto !important; text-align: center !important; }
.trust-badges-heading .section-label { margin-bottom: 18px !important; }
.trust-badges-heading h2 { max-width: 900px !important; margin: 0 auto !important; }
.trust-badges-heading > p:last-child { max-width: 760px !important; margin: 24px auto 0 !important; }
.trust-badges-grid { margin-top: 54px !important; justify-content: center !important; }
.trust-badge-card { width: min(660px, 100%) !important; height: auto !important; aspect-ratio: 2.15 / 1 !important; }
.trust-badge-card img { width: 100% !important; height: 100% !important; object-fit: contain !important; padding: 14px !important; }
@media (max-width: 720px) {
  .trust-badges-heading { max-width: 100% !important; }
  .trust-badges-heading h2 { max-width: none !important; }
  .trust-badges-heading > p:last-child { max-width: none !important; margin-top: 18px !important; }
  .trust-badges-grid { margin-top: 34px !important; }
  .trust-badge-card { width: 100% !important; aspect-ratio: 1.72 / 1 !important; }
}

/* Final compact supplied banner override: keep artwork, text, and design unchanged. */
.trust-badge-card {
  width: 260px !important;
  height: 260px !important;
  aspect-ratio: 1 !important;
  border-radius: 28px !important;
}
.trust-badge-card img {
  padding: 0 !important;
  border-radius: 28px;
}
@media (max-width: 720px) {
  .trust-badge-card {
    width: 220px !important;
    height: 220px !important;
  }
}

/* Final compact supplied banner override: keep artwork, text, and design unchanged. */
.trust-badge-card {
  width: 260px !important;
  height: 260px !important;
  aspect-ratio: 1 !important;
  border-radius: 28px !important;
}
.trust-badge-card img {
  padding: 0 !important;
  border-radius: 28px;
}
@media (max-width: 720px) {
  .trust-badge-card {
    width: 220px !important;
    height: 220px !important;
  }
}

/* Final compact supplied banner override: keep artwork, text, and design unchanged. */
.trust-badge-card {
  width: 260px !important;
  height: 260px !important;
  aspect-ratio: 1 !important;
  border-radius: 28px !important;
}
.trust-badge-card img {
  padding: 0 !important;
  border-radius: 28px;
}
@media (max-width: 720px) {
  .trust-badge-card {
    width: 220px !important;
    height: 220px !important;
  }
}

/* Compact supplied banner: artwork remains unchanged, only the frame is resized. */
.trust-badge-card { width: 260px !important; height: 260px !important; aspect-ratio: 1 !important; border-radius: 28px !important; }
.trust-badge-card img { padding: 0 !important; border-radius: 28px; }
@media (max-width: 720px) {
  .trust-badge-card { width: 220px !important; height: 220px !important; }
}

/* Highest-priority restore for the previous centered Why 7Ps presentation. */
.trust-badges-heading {
  display: block !important;
  max-width: 980px !important;
  margin-inline: auto !important;
  text-align: center !important;
}
.trust-badges-heading .section-label { margin-bottom: 18px !important; }
.trust-badges-heading h2 { max-width: 900px !important; margin: 0 auto !important; }
.trust-badges-heading > p:last-child { max-width: 760px !important; margin: 24px auto 0 !important; }
.trust-badges-grid { margin-top: 54px !important; justify-content: center !important; }
.trust-badge-card { width: min(660px, 100%) !important; height: auto !important; aspect-ratio: 2.15 / 1 !important; }
.trust-badge-card img { width: 100% !important; height: 100% !important; object-fit: contain !important; padding: 14px !important; }

@media (max-width: 720px) {
  .trust-badges-heading { max-width: 100% !important; }
  .trust-badges-heading h2 { max-width: none !important; }
  .trust-badges-heading > p:last-child { max-width: none !important; margin-top: 18px !important; }
  .trust-badges-grid { margin-top: 34px !important; }
  .trust-badge-card { width: 100% !important; aspect-ratio: 1.72 / 1 !important; }
}

/* Final local correction from the supplied desktop/mobile references. */
.trust-badges-heading {
  display: block;
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}
.trust-badges-heading .section-label { margin-bottom: 18px; }
.trust-badges-heading h2 { max-width: 900px; margin-inline: auto; }
.trust-badges-heading > p:last-child { max-width: 760px; margin: 24px auto 0; }
.trust-badges-grid { margin-top: 54px; }
.trust-badge-card { width: min(660px, 100%); height: auto; aspect-ratio: 2.15 / 1; }

@media (max-width: 720px) {
  .trust-badges-heading { display: block; max-width: 100%; text-align: center; }
  .trust-badges-heading h2 { max-width: none; }
  .trust-badges-heading > p:last-child { max-width: none; margin-top: 18px; }
  .trust-badges-grid { margin-top: 34px; justify-content: center; }
  .trust-badge-card { width: 100%; aspect-ratio: 1.72 / 1; }

  /* Let the About copy use the full mobile measure and settle into 2–3 lines. */
  .about-editorial-grid { grid-template-columns: 1fr; gap: 28px; }
  .about-rich-copy p { max-width: none; margin-bottom: 16px; font-size: 17px; line-height: 1.58; }
  .about-rich-copy p:first-child { font-size: 19px; line-height: 1.5; }

  /* Centered closing CTAs with the button close to the supporting copy. */
  :is(.bd-footer-cta, .wd-footer-cta) .closing-cta-card { text-align: center; }
  :is(.bd-footer-cta, .wd-footer-cta) .closing-cta-card h2 { max-width: none; width: 100%; margin-inline: auto; font-size: clamp(34px, 9.2vw, 42px); line-height: 1.02; text-wrap: balance; }
  :is(.bd-footer-cta, .wd-footer-cta) .closing-cta-card > p:not(.section-label) { max-width: none; width: 100%; margin-top: 18px; line-height: 1.52; text-wrap: pretty; }
  :is(.bd-footer-cta, .wd-footer-cta) .closing-cta-card > .button { width: min(100%, 390px); margin-top: 20px; }
}

/* September local refinement: supplied mobile/desktop layout direction. */
.trust-badges { padding-block: 118px; }
.trust-badges-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); column-gap: clamp(48px, 10vw, 180px); text-align: left; align-items: end; }
.trust-badges-heading .section-label { grid-column: 1 / -1; }
.trust-badges-heading h2 { max-width: 760px; margin: 0; font-size: clamp(46px, 5.25vw, 76px); line-height: .98; letter-spacing: -.058em; }
.trust-badges-heading h2 span { background: var(--accent-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.trust-badges-heading > p:last-child { max-width: 630px; margin: 0; align-self: end; color: var(--muted); font-size: 18px; line-height: 1.68; }
.trust-badges-grid { margin-top: clamp(44px, 6vw, 76px); }
.trust-badge-card { width: min(440px, 100%); height: auto; aspect-ratio: 1 / .72; overflow: hidden; border-radius: 30px; background: #fff; }
.trust-badge-card img { width: 100%; height: 100%; object-fit: contain; padding: 14px; }

@media (max-width: 720px) {
  /* Wider copy blocks: readable without artificial narrow wraps. */
  .about-process .wd-section-heading,
  .about-process .about-section-heading,
  .bd-footer-cta .closing-cta-card { text-align: left; }
  .about-process .wd-section-heading :is(h2, p),
  .about-process .about-section-heading :is(h2, p),
  .bd-footer-cta .closing-cta-card :is(h2, > p:not(.section-label)) { max-width: none; }
  .bd-footer-cta .closing-cta-card h2 { text-wrap: pretty; }
  .bd-footer-cta .closing-cta-card > p:not(.section-label) { font-size: 17px; line-height: 1.62; }
  .quote-hero-copy > .button { margin-top: 22px; }
  .book-final-actions { margin-top: 36px; }
  .services-choice-actions { align-items: flex-start; }
  .services-choice-actions :is(.cta-book-link, .services-text-link) { width: max-content; border-bottom: 1px solid currentColor; }

  /* Keep the two supplied mobile CTA sections centered. */
  .services-choice-box,
  .book-final-box { text-align: center; }
  .services-choice-box :is(h2, > p:not(.section-label)),
  .book-final-box :is(h2, > p:not(.section-label)) { margin-inline: auto; }
  .services-choice-actions { align-items: center; }
  .book-final-actions { justify-content: center; }

  /* Match all supplied campaign banners to one clean rounded, text-safe frame. */
  :is(.services-main-photo, .dm-growth-system.dm-hero-image, .bd-poster-stage.bd-showcase-image, .dm-media-filled) { min-height: 0; aspect-ratio: 1 / 1.06; padding: 0; overflow: hidden; border: 0; border-radius: 28px; background: transparent; box-shadow: none; }
  :is(.services-main-photo, .dm-growth-system.dm-hero-image, .bd-poster-stage.bd-showcase-image, .dm-media-filled) img { width: 100%; height: 100%; object-fit: contain; object-position: center; }

  /* Compact, consistently aligned mobile forms. */
  :is(.dm-form-grid, .wd-form-grid, .quote-form-grid, .contact-form, .career-form) { grid-template-columns: minmax(0, 1fr); gap: 15px; }
  :is(.dm-field, .wd-field, .quote-field, .contact-form label, .career-form label) { grid-column: 1 / -1; min-width: 0; }
  :is(.dm-field, .wd-field, .quote-field, .contact-form, .career-form) :is(input, select) { min-height: 50px; }
  :is(.dm-phone-wrap, .wd-phone-wrap, .bd-phone-wrap, .quote-phone-wrap, .career-phone, .contact-phone) { grid-template-columns: 112px minmax(0, 1fr); gap: 8px; }

  /* Keep the requested two-column divider grids while reducing unused height. */
  .wd-conversion-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); border-left: 1px solid var(--border); }
  .wd-conversion-flow article { min-height: 172px; padding: 20px 18px; border-right: 1px solid var(--border) !important; }
  .wd-conversion-flow article:nth-child(2n) { border-right: 0 !important; }
  .wd-conversion-flow article h3 { margin-top: 20px; font-size: 27px; }
  .wd-conversion-flow article p { font-size: 13px; line-height: 1.45; }
  .wd-quality-grid { gap: 12px; }
  .wd-quality-grid article { min-height: 205px; padding: 22px; border-radius: 22px; }
  .wd-quality-grid h3 { margin: 24px 0 10px; font-size: 27px; }
  .wd-quality-grid p { line-height: 1.5; }
  .snapshot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .snapshot-grid article { min-height: 132px; padding: 20px 18px; justify-content: flex-start; gap: 20px; }
  .snapshot-grid span { line-height: 1.35; }

  .trust-badges { padding-block: 72px; }
  .trust-badges-heading { display: block; text-align: left; }
  .trust-badges-heading h2 { font-size: clamp(39px, 11vw, 52px); }
  .trust-badges-heading > p:last-child { margin-top: 20px; font-size: 16px; }
  .trust-badges-grid { justify-content: flex-start; margin-top: 34px; }
  .trust-badge-card { width: 100%; border-radius: 24px; }
}

.trust-badges { background: var(--bg); }
.trust-badges-heading { max-width: 820px; margin-inline: auto; text-align: center; }
.trust-badges-heading > p:last-child { max-width: 580px; margin-inline: auto; }
.trust-badges-grid { display: flex; gap: clamp(28px, 6vw, 88px); align-items: center; justify-content: center; }
.trust-badge-card { width: min(190px, 24vw); height: 250px; margin: 0; padding: 0; display: grid; place-items: center; overflow: visible; border: 0; background: transparent; }
.trust-badge-card img { width: 100%; height: 250px; object-fit: contain; display: block; }

@media (max-width: 720px) {
  .trust-badges-grid { gap: 24px; }
  .trust-badge-card { width: min(150px, 42vw); height: 210px; }
  .trust-badge-card img { height: 210px; }
}

/* Consistent two-line hero title rhythm across all pages. */
:is(.hero, .about-hero, .services-main-hero, .dm-main-hero, .wd-hero, .bd-hero, .quote-hero, .book-hero) h1 {
  font-family: "Poppins", -apple-system, sans-serif;
  font-weight: 300;
  line-height: 1.05;
}

/* Keep every mobile phone field in the same two-column layout as the approved reference. */
@media (max-width: 720px) {
  :is(.dm-phone-wrap, .wd-phone-wrap, .bd-phone-wrap, .quote-phone-wrap, .career-phone, .contact-phone) {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 8px;
  }
  :is(.dm-phone-wrap, .wd-phone-wrap, .bd-phone-wrap, .quote-phone-wrap, .career-phone, .contact-phone) input {
    min-width: 0;
  }
}

@media (max-width: 480px) {
  :is(.dm-phone-wrap, .wd-phone-wrap, .bd-phone-wrap, .quote-phone-wrap, .career-phone, .contact-phone) {
    grid-template-columns: 112px minmax(0, 1fr);
  }
}

/* Closing-banner strips keep equal breathing room on mobile as well. */
@media (max-width: 720px) {
  .about-final,
  .services-choice { padding-block: 72px; }
  .about-final-cta { margin-top: 0; }
}

/* Shared green titles for reusable card and box components. */
:is(
  .dm-service-card,
  .wd-service-card,
  .difference-grid article,
  .values-grid article,
  .services-engagement-grid article,
  .services-why-grid article,
  .dm-outcome-grid article,
  .dm-funnel-flow article,
  .dm-why-grid article,
  .wd-conversion-flow article,
  .wd-quality-grid article,
  .wd-why-grid article,
  .quote-main-service-grid button,
  .quote-requirement-grid button,
  .quote-next-grid article,
  .quote-why-grid article,
  .book-consultation-grid button,
  .book-steps-grid article,
  .book-alt-grid article
) h3 {
  color: var(--third-accent);
}

/* Reference-card treatment for all Book a Call consultation options. */
.book-consultation-grid button {
  border-color: #548fd2;
  background: linear-gradient(180deg, #284b70 0%, #24394e 44%, #212121 100%);
  box-shadow: 0 18px 44px rgba(2, 21, 39, .24), inset 0 1px 0 rgba(255, 255, 255, .08);
  color: #fff;
}

.book-consultation-grid button:is(:hover, :focus-visible, .is-active) {
  border-color: #72c0ff;
  background: linear-gradient(180deg, #2d557e 0%, #274057 44%, #242424 100%);
  box-shadow: 0 22px 52px rgba(22, 116, 195, .26), inset 0 1px 0 rgba(255, 255, 255, .11);
}

.book-consultation-grid h3 { color: var(--third-accent); }
.book-consultation-grid button p:not(.section-label) { color: #fff; }
.book-consultation-grid b {
  min-height: 48px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 99px;
  background: var(--accent-gradient);
  color: #fff;
  text-align: center;
}
.book-consultation-grid button:is(:hover, :focus-visible, .is-active) b { background: var(--accent-gradient); filter: brightness(1.08); }

/* Supplied reference corrections: white titles, numbers and CTA arrows. */
.wd-quality-grid h3,
.book-consultation-grid h3,
.book-alt-grid h3,
.quote-main-service-grid h3 { color: #fff; }

.quote-main-service-grid button h3 { color: #fff !important; }

.book-alt-grid article h3 { color: #fff !important; }
.book-alt-grid :is(.button, .book-ghost-button) > [aria-hidden="true"] {
  color: #fff !important;
  font-size: 17px;
  font-weight: 700;
}

.book-consultation-grid button h3 { color: #fff !important; }
.book-consultation-grid button b,
.book-consultation-grid button b span { color: #fff !important; font-size: 18px; font-weight: 700; }

.book-consultation-grid button > span,
.book-steps-grid article > span { color: #fff; }

.book-consultation-grid b,
.book-consultation-grid b span,
.quote-main-service-grid b span { color: #fff; font-size: 17px; font-weight: 700; }

/* Page-specific title and surface corrections from the supplied references. */
.service-list-card { --service-card-text: #fff; }
.service-list-heading h3,
.wd-goal-grid h3,
.services-detail-grid h3,
.service-card h3 { color: #fff; }

.dm-connect-flow span { color: var(--third-accent); }

.services-detail-grid article,
.service-card {
  border-color: rgba(128, 155, 231, .5);
  background: #0a2472;
  color: #fff;
}

.services-detail-grid article p:not(.section-label),
article.service-card p:not(.section-label),
.service-card :is(h3, a) { color: #fff; }
.service-card::before { display: none; }
.service-card a span { color: var(--orange); }

/* Home service cards: blue reference layout with content and thumbnail. */
.services .services-grid { gap: 22px; align-items: stretch; }
.services .service-card {
  min-height: 0;
  padding: 28px 28px 0;
  display: grid;
  grid-template-rows: auto auto 250px;
  align-content: stretch;
  border: 2px solid #fff;
  border-radius: 24px;
  background: #001777;
  box-shadow: 0 18px 44px rgba(2, 21, 39, .28);
}

.services .service-top {
  min-height: 26px;
  color: var(--first-accent);
}

.services .service-content {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.services .service-content h3 {
  margin-bottom: 15px;
  color: #fff;
  font-size: clamp(30px, 2.45vw, 37px);
  line-height: 1;
  white-space: nowrap;
}

.services .service-content p {
  min-height: 0;
  margin-bottom: 17px;
  color: #fff;
}

.services .service-content a {
  width: max-content;
  min-height: 46px;
  margin-top: 0;
  padding: 0 19px;
  justify-content: center;
  border: 0;
  border-radius: 99px;
  background: var(--accent-gradient);
  color: #fff;
  box-shadow: 0 14px 36px rgba(199,43,170,.2);
  transition: filter .2s ease, transform .2s ease;
}

.services .service-content a:hover,
.services .service-content a:focus-visible {
  background: var(--accent-gradient);
  filter: brightness(1.08);
  color: #fff;
}

.services .service-card-media {
  width: 100%;
  height: 250px;
  margin: 22px 0 0;
  overflow: hidden;
  border: 1px solid #fff;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: #fff;
}

.services .service-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}

.services .service-card:hover .service-card-media img { transform: scale(1.025); }

@media (max-width: 980px) {
  .services .service-card {
    min-height: 0;
    grid-template-rows: auto auto 330px;
  }
  .services .service-content { padding-top: 30px; }
  .services .service-card-media { height: 330px; }
}

@media (max-width: 480px) {
  .services .service-card {
    padding: 24px 24px 0;
    grid-template-rows: auto auto 230px;
    border-radius: 22px;
  }
  .services .service-content { padding-top: 27px; }
  .services .service-content h3 { font-size: 29px; }
  .services .service-content a { width: 100%; }
  .services .service-card-media { height: 230px; margin-top: 20px; }
}

/* Services page content-card color system. */
.services-page :is(
  .services-detail-grid article,
  .services-engagement-grid article,
  .services-work-grid a,
  .services-why-grid article
) {
  border-color: rgba(255, 255, 255, .45);
  background: #001777;
  color: #fff;
}

.services-page :is(
  .services-detail-grid article,
  .services-engagement-grid article,
  .services-work-grid a,
  .services-why-grid article
) h3 {
  color: #fff;
}

.services-page :is(
  .services-detail-grid article,
  .services-engagement-grid article,
  .services-why-grid article
) p {
  color: #fff;
}

.services-page :is(.services-engagement-grid article, .services-work-grid a) a,
.services-page .services-work-grid b {
  color: #fff;
}

/* Services page project boxes: match the supplied white reference border. */
.services-page .services-why-grid article {
  border-color: rgba(255, 255, 255, .45);
  background: #001777;
  color: #fff;
}
.services-page .services-why-grid article h3,
.services-page .services-why-grid article p {
  color: #fff;
}
.service-list-card .service-list-number,
.services-page .services-detail-grid article > span,
.services-page .services-engagement-grid article > span,
.services-page .services-why-grid article > span {
  color: #778da9 !important;
}
.services-page .services-feature-actions .button-primary > span {
  color: #000;
  font-weight: 800;
}

.services-page .services-work-grid a {
  border: 2px solid #fff;
  border-radius: 28px;
}

.services-page .services-work-grid span {
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  font-weight: 650;
}

/* Blue content cards: white copy with softly off-white numbered markers. */
:is(
  .wd-quality-grid article,
  .quote-main-service-grid button,
  .quote-requirement-grid button,
  .book-consultation-grid button,
  .book-alt-grid article,
  .services-detail-grid article,
  .services-engagement-grid article
) :is(h3, p) {
  color: #fff;
}

:is(
  .wd-quality-grid article,
  .quote-main-service-grid button,
  .quote-requirement-grid button,
  .book-consultation-grid button,
  .book-alt-grid article,
  .services-detail-grid article,
  .services-engagement-grid article
) > span {
  color: #f1f1ed !important;
}

/* Balanced mobile rhythm across shared sections and stacked layouts. */
@media (max-width: 720px) {
  .about-editorial-grid,
  .seven-grid,
  .ai-expertise-box,
  .services-main-intro-grid,
  .services-connected-grid,
  .dm-feature-grid,
  .dm-measurement-grid,
  .dm-lead-grid,
  .wd-lead-grid,
  .quote-talk-grid,
  .book-hero-grid {
    gap: 40px;
  }

  .process-cta { padding-bottom: 72px; }
  .final-cta:not(.about-final-cta) { margin-top: 64px; }
}

/* Mobile refinement pass: preserve supplied banner copy and tighten vertical rhythm. */
@media (max-width: 720px) {
  :is(.services-main-photo, .dm-growth-system.dm-hero-image, .bd-poster-stage.bd-showcase-image) {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  :is(.services-main-photo, .dm-growth-system.dm-hero-image, .bd-poster-stage.bd-showcase-image) img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .dm-media-filled { min-height: 0; padding: 0; aspect-ratio: 16 / 9; }
  .dm-media-filled > img { object-fit: contain; object-position: center; }
  .dm-main-hero-inner, .bd-hero-grid { padding-bottom: 24px; }
  .dm-outcomes, .bd-goals { padding-top: 38px; }
  .dm-feature-grid, .wd-feature-grid { gap: 24px; }
  .dm-feature-section, .wd-deep-dive, .bd-deep-dive { padding-block: 52px; }

  :is(.dm-actions, .wd-actions, .bd-actions) { align-items: center; flex-direction: column; gap: 18px; }
  :is(.dm-actions, .wd-actions, .bd-actions) .button { width: 100%; }
  :is(.dm-actions, .wd-actions, .bd-actions) :is(.dm-text-link, .wd-text-link, .bd-text-link) { align-self: center; }

  .services-feature-block { padding-block: 52px; }
  .services-platform-strip { margin-top: 0; padding-top: 24px; padding-bottom: 2px; }
  .services-platform-list { gap: 18px 12px; }
  .services-engagement-grid h3 { margin-top: 24px; }
  .services-engagement-grid a { justify-content: flex-start; gap: 10px; }

  :is(.dm-outcome-grid, .dm-funnel-flow, .wd-goal-grid, .wd-conversion-flow, .wd-process-list, .wd-quality-grid, .wd-why-grid, .dm-process-list, .dm-why-grid) h3 {
    margin-top: 24px;
  }
  :is(.dm-outcome-grid, .dm-funnel-flow, .wd-goal-grid, .wd-conversion-flow, .wd-process-list, .wd-quality-grid, .wd-why-grid, .dm-process-list, .dm-why-grid) > article > span { margin-bottom: 0; }
  .wd-conversion-flow article { border-right: 0 !important; }

  .booking-calendar-locked { min-height: 360px; padding: 40px 24px; text-align: center; }
  .booking-calendar-locked h4 { margin: 12px 0 8px; color: var(--text); font-size: 22px; }
  .booking-calendar-locked p { max-width: 32ch; margin: 0 auto; color: var(--muted); line-height: 1.55; }
}

/* Approved mobile-reference refinements: one rhythm for numbered cards and CTAs. */
:is(.services-detail-grid article, .quote-main-service-grid button, .quote-requirement-grid button) > span {
  flex: 0 0 auto;
  margin-bottom: 30px;
}

:is(.services-detail-grid article, .quote-main-service-grid button, .quote-requirement-grid button) h3 {
  margin: 0 0 14px;
}

:is(.services-detail-grid article, .quote-main-service-grid button, .quote-requirement-grid button) p:not(.section-label) {
  margin-top: 0;
}

:is(.dm-why-grid article, .services-why-grid article, .quote-next-grid article, .quote-why-grid article) > span {
  flex: 0 0 auto;
  margin-bottom: 48px;
}

:is(.dm-why-grid article, .services-why-grid article, .quote-next-grid article, .quote-why-grid article) h3 {
  margin: 0 0 14px;
}

.service-list-heading { min-height: 0; }
.service-list-description { margin-top: 22px; }

/* Keep platform marks in equal columns so icon/text starts line up. */
.dm-platform-row-inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
}
.dm-platform-row-inner > div {
  min-width: 0;
  justify-self: stretch;
}
.services-platform-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 22px 38px;
}
.services-platform-list > div {
  min-width: 0;
}

/* Make the service numbers slightly brighter without turning them into headings. */
:is(
  .service-list-card .service-list-number,
  .services-detail-grid article > span,
  .quote-main-service-grid button > span,
  .quote-requirement-grid button > span,
  .book-consultation-grid button > span
) {
  color: #cbe8ff !important;
}
.service-list-card .service-list-number {
  background: rgba(129, 186, 239, .31);
}

/* Closing CTAs: quote first, centered Book a Call immediately below. */
.closing-cta-card .cta-actions {
  width: min(100%, 360px);
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.closing-cta-card .cta-actions .button-primary {
  width: 100%;
}
.closing-cta-card .cta-book-link {
  align-self: center;
}

a.button-primary[href*="get-a-quote"] > span {
  color: #fff !important;
}

@media (max-width: 980px) {
  .dm-platform-row-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .dm-platform-row-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
  }
  .dm-platform-row-inner > div { min-width: 0; }
  .services-platform-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
  }
  .services-platform-list > div {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
  }
  .services-platform-list i { width: 38px; height: 38px; }
}
.policy-hero { padding: 170px 0 76px; border-bottom: 1px solid var(--border); }
.policy-page, .policy-page .site-header, .policy-page main, .policy-page .policy-hero, .policy-page .policy-content, .policy-page .site-footer { background: var(--bg); }.policy-hero .container { text-align: center; }.policy-hero h1 { max-width: 900px; margin: 12px auto 18px; font-size: clamp(38px, 5.5vw, 64px); line-height: .98; letter-spacing: -.055em; }
.policy-hero p:not(.section-label):not(.policy-meta) { max-width: 650px; margin-left: auto; margin-right: auto; color: var(--muted); font-size: 18px; line-height: 1.6; }
.policy-meta { color: var(--muted); font-size: 13px; }
.policy-identity { max-width: 780px; margin: 18px auto 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.policy-content { max-width: 900px; margin-left: auto; margin-right: auto; padding-top: 72px; padding-bottom: 100px; background: transparent; }
.policy-content h2 { margin: 38px 0 12px; font-size: 20px !important; line-height: 1.2; letter-spacing: -.02em; }.policy-content h2:first-child { margin-top: 0; }
.policy-content p { max-width: 780px; margin: 0 0 18px; color: var(--muted); font-size: 16px; line-height: 1.8; }.policy-content a { color: var(--accent); }
@media (max-width: 700px) { .policy-hero { padding-top: 130px; }.policy-content { padding-top: 50px; padding-bottom: 70px; } }

/* Final Select-button override: keep the label dark and unchanged on interaction. */
.quote-main-service-grid button > b,
.quote-main-service-grid button > b span,
.book-consultation-grid button > b,
.book-consultation-grid button > b span {
  color: #102a43 !important;
}
.quote-main-service-grid button:hover > b,
.quote-main-service-grid button:focus-visible > b,
.quote-main-service-grid button.is-active > b,
.book-consultation-grid button:hover > b,
.book-consultation-grid button:focus-visible > b,
.book-consultation-grid button.is-active > b {
  color: #fff !important;
  background: var(--accent-gradient) !important;
  border-color: transparent !important;
  box-shadow: 0 10px 26px rgba(199,43,170,.24) !important;
}
.quote-main-service-grid button:hover > b span,
.quote-main-service-grid button:focus-visible > b span,
.quote-main-service-grid button.is-active > b span,
.book-consultation-grid button:hover > b span,
.book-consultation-grid button:focus-visible > b span,
.book-consultation-grid button.is-active > b span { color: #fff !important; }

/* Final Services-page override: this four-card grid uses the dark surface only. */
.services-page .services-why-grid article {
  background: var(--bg) !important;
  border-color: var(--border) !important;
}
.services-page .services-why-grid article > span {
  display: block;
  margin-bottom: 14px;
}
.services-page .services-why-grid article h3 {
  margin: 0 0 12px;
}

/* Cascade-safe homepage restore: keep this override after every prior mobile pass. */
.trust-badges-heading { display: block !important; max-width: 980px !important; margin-inline: auto !important; text-align: center !important; }
.trust-badges-heading .section-label { margin-bottom: 18px !important; }
.trust-badges-heading h2 { max-width: 900px !important; margin: 0 auto !important; }
.trust-badges-heading > p:last-child { max-width: 760px !important; margin: 24px auto 0 !important; }
.trust-badges-grid { margin-top: 54px !important; justify-content: center !important; }
.trust-badge-card { width: min(660px, 100%) !important; height: auto !important; aspect-ratio: 2.15 / 1 !important; }
.trust-badge-card img { width: 100% !important; height: 100% !important; object-fit: contain !important; padding: 14px !important; }
@media (max-width: 720px) {
  .trust-badges-heading { max-width: 100% !important; }
  .trust-badges-heading h2 { max-width: none !important; }
  .trust-badges-heading > p:last-child { max-width: none !important; margin-top: 18px !important; }
  .trust-badges-grid { margin-top: 34px !important; }
  .trust-badge-card { width: 220px !important; height: 220px !important; aspect-ratio: 1 !important; border-radius: 28px !important; }
}

/* Final compact supplied banner override: keep artwork, text, and design unchanged. */
.trust-badge-card { width: 260px !important; height: 260px !important; aspect-ratio: 1 !important; border-radius: 28px !important; }
.trust-badge-card img { padding: 0 !important; border-radius: 28px; }
/* Laptop viewport refinement: keep the booking hero closer to the sticky header. */
@media (min-width: 981px) and (max-height: 950px) {
  .book-hero-grid {
    min-height: calc(100vh - var(--header-height)) !important;
    padding-block: 48px 58px !important;
  }
  .book-hero-visual.book-hero-image {
    max-height: calc(100vh - var(--header-height) - 72px);
  }
  .book-hero-image img {
    max-height: calc(100vh - var(--header-height) - 72px);
    object-fit: contain;
  }
}

/* Center the Brand Design closing CTA copy inside its card. */
.bd-footer-cta .closing-cta-card {
  text-align: center !important;
}
.bd-footer-cta .closing-cta-card h2 {
  width: 100%;
  max-width: 920px !important;
  margin-inline: auto !important;
  text-wrap: balance;
}
.bd-footer-cta .closing-cta-card > p:not(.section-label) {
  width: 100%;
  max-width: 680px !important;
  margin: 20px auto 0 !important;
  text-wrap: pretty;
}
.bd-footer-cta .closing-cta-card > .button {
  margin-top: 22px;
}

/* Match the Brand Experience Journey grid to the bordered reference layout. */
.bd-journey .wd-conversion-flow {
  border-top: 1px solid var(--border) !important;
  border-left: 1px solid var(--border) !important;
}
.bd-journey .wd-conversion-flow article {
  border-right: 1px solid var(--border) !important;
  border-bottom: 1px solid var(--border) !important;
}
@media (max-width: 720px) {
  .bd-journey .wd-conversion-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
.bd-journey .wd-conversion-flow article:nth-child(2n) {
    border-right: 0 !important;
  }
}

/* September service and CTA alignment refinement. */
.service-list-card {
  grid-template-rows: 62px 72px 48px 1fr;
}
.service-list-heading {
  height: 62px;
}
.service-list-description {
  height: 72px;
  min-height: 72px;
  box-sizing: border-box;
}
.service-list-card .service-list-action {
  justify-content: space-between;
  text-align: left;
  gap: 10px;
  margin-top: 8px;
}
.service-list-card .service-list-action b {
  display: inline-block;
  color: #fff !important;
  font-size: 17px;
  line-height: 1;
}
.quote-talk-grid {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 0;
  text-align: center;
}
.quote-talk-grid > div:first-child,
.quote-talk h2,
.quote-talk p:not(.section-label) {
  width: 100%;
  margin-inline: auto;
}
.quote-talk-grid > div:first-child {
  max-width: 920px;
}
.quote-talk h2 {
  max-width: 820px;
  font-size: clamp(54px, 6vw, 88px);
  text-wrap: balance;
}
.quote-talk p:not(.section-label) {
  max-width: 760px;
}
.quote-talk-actions {
  margin-top: 30px;
  align-items: center;
}
.services-choice .services-choice-actions { align-items: center; }
.services-choice .services-choice-actions > :is(.button, .services-text-link) { align-self: center; }
:is(.services-main-actions, .dm-actions, .wd-actions, .bd-actions, .services-choice-actions) {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
:is(.services-main-actions, .dm-actions, .wd-actions, .bd-actions, .services-choice-actions) .button {
  width: min(100%, 390px);
}
@media (min-width: 981px) {
  :is(.services-main-actions, .dm-actions, .wd-actions, .bd-actions) {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  :is(.services-main-actions, .dm-actions, .wd-actions, .bd-actions) .button {
    width: min(100%, 390px);
  }
  :is(.services-text-link, .dm-text-link, .wd-text-link, .bd-text-link) {
    align-self: flex-start;
  }
}
main > section:not([class*="hero"]) :is(.wd-section-heading h2, .closing-cta-card h2) {
  font-size: clamp(42px, 4.4vw, 58px);
}
@media (max-width: 720px) {
  .service-list-card {
    grid-template-rows: auto auto auto 1fr;
  }
  .service-list-heading {
    height: auto;
  }
  .service-list-description {
    height: auto;
    min-height: 0;
  }
  .quote-talk h2 {
    font-size: clamp(44px, 10vw, 54px);
  }
  .quote-talk-actions,
  .quote-talk-actions .button {
    width: min(100%, 390px);
  }
}

/* About perspective banner: use the supplied artwork in the reference layout. */
.perspective-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 72px;
  text-align: center;
}
.perspective-box .section-label,
.perspective-box h2,
.perspective-box > p:not(.section-label) {
  width: 100%;
}
.perspective-box .section-label {
  text-align: center;
}
.perspective-box h2 {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  text-wrap: balance;
}
.perspective-box > p:not(.section-label) {
  max-width: 760px;
  margin: 30px auto 0;
  text-align: center;
}
.perspective-banner {
  width: min(260px, 100%);
  aspect-ratio: 1;
  margin: 48px auto 0;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
}
.perspective-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 720px) {
  .perspective-box {
    padding-block: 56px;
  }
  .perspective-banner {
    width: min(210px, 100%);
    margin-top: 34px;
  }
}

/* Supplied banner treatment: image-only, rounded, and free of placeholder outlines. */
:is(.services-main-photo, .dm-growth-system.dm-hero-image, .bd-poster-stage.bd-showcase-image, .dm-media-filled) {
  min-height: 0 !important;
  aspect-ratio: 1 / 1.06 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 28px !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
:is(.services-main-photo, .dm-growth-system.dm-hero-image, .bd-poster-stage.bd-showcase-image, .dm-media-filled) > img,
:is(.services-main-photo, .dm-growth-system.dm-hero-image, .bd-poster-stage.bd-showcase-image, .dm-media-filled) img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 28px !important;
}

@media (max-width: 980px) {
  :is(.services-main-actions, .dm-actions, .wd-actions, .bd-actions) {
    align-items: flex-start;
    justify-content: flex-start;
  }
  :is(.services-main-actions, .dm-actions, .wd-actions, .bd-actions) > * {
    align-self: flex-start !important;
    margin-left: 0 !important;
  }
}

@media (min-width: 981px) {
  :is(.services-main-actions, .dm-actions, .wd-actions, .bd-actions) > * {
    align-self: flex-start !important;
    margin-left: 0 !important;
  }
}

/* Service-card CTA arrows use the dark text color for contrast on light buttons. */
:is(.service-list-card .service-list-action b, .dm-service-card .button b, .wd-service-card .button > span) {
  color: #000 !important;
}

/* Searchable country selector: reuses each form field's existing dimensions. */
.country-picker { position: relative; min-width: 0; }
.country-picker__native { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; opacity: 0 !important; pointer-events: none !important; }
.country-picker__trigger { width: 100%; min-width: 0; display: flex; align-items: center; gap: 7px; overflow: hidden; text-align: left; white-space: nowrap; cursor: pointer; }
.country-picker__flag { width: 18px; height: 13px; flex: 0 0 18px; display: block; object-fit: cover; border-radius: 1px; }
.country-picker__trigger > span:nth-child(2) { overflow: hidden; text-overflow: ellipsis; }
.country-picker__chevron { margin-left: auto; flex: 0 0 auto; font-size: 15px; line-height: 1; }
.country-picker__menu { position: absolute; z-index: 120; top: calc(100% + 7px); left: 0; width: min(360px, calc(100vw - 32px)); max-height: 350px; overflow: hidden; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); box-shadow: 0 18px 44px rgba(0,0,0,.28); }
.country-picker__search { width: 100%; min-height: 44px; padding: 10px 13px; border: 0; border-bottom: 1px solid var(--border); border-radius: 0; background: var(--surface); color: var(--text); font: inherit; }
.country-picker__options { max-height: 294px; overflow-y: auto; }
.country-picker__option { width: 100%; min-height: 40px; display: flex; align-items: center; gap: 9px; padding: 9px 13px; border: 0; border-bottom: 1px solid color-mix(in srgb, var(--border) 72%, transparent); background: transparent; color: var(--text); font: inherit; font-size: 14px; font-weight: 600; text-align: left; cursor: pointer; }
.country-picker__option:hover, .country-picker__option:focus-visible { background: rgba(255,255,255,.08); outline: 0; }
.contact-hero { padding: calc(var(--header-height) + 64px) 0 85px; background: var(--bg); }
    .contact-hero h1 { max-width: 700px; margin: 0; color: var(--text); font-size: clamp(42px, 5vw, 70px); font-weight: 600; line-height: 1.02; letter-spacing: -.052em; }
    .contact-copy { max-width: 600px; margin: 26px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
    .contact-hero .button { margin-top: 34px; }
    .contact-strip { padding: 28px 0; border-block: 1px solid var(--border); background: var(--surface); }
    .contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .contact-card { padding: 26px; border: 1px solid var(--border); border-radius: 22px; background: var(--surface); }
    .contact-card small { display: block; margin-bottom: 8px; color: var(--first-accent); font-size: 12px; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
    .contact-card a { display: inline-block; max-width: 100%; color: var(--text); font-size: 18px; font-weight: 400; overflow-wrap: anywhere; }
    .contact-card span { color: var(--text); font-size: 18px; line-height: 1.5; }
    .contact-services { padding: 100px 0; background: var(--bg); }
    .contact-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 45px; }
    .contact-service { min-height: 220px; padding: 26px; border: 1px solid var(--border); border-radius: 22px; background: var(--surface); }
    .contact-service > span { color: var(--first-accent); font-size: 14px; font-weight: 700; }
    .contact-service h3 { margin: 58px 0 10px; color: var(--text); font-size: 24px; }
    .contact-service p { margin: 0; color: var(--muted); line-height: 1.55; }
    .contact-form-section { padding: 100px 0 126px; background: var(--surface); }
    .contact-form-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: 80px; align-items: start; }
    .contact-form-section h2 { max-width: 460px; margin: 0; }
    .contact-form { max-width: 820px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    .contact-form label { display: grid; gap: 8px; color: var(--muted); font-size: 13px; }
    .contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 15px 16px; border: 1px solid var(--form-field-border); border-radius: 12px; background: var(--form-field-bg); color: var(--form-field-text); color-scheme: light; }
    .contact-phone { display: grid; grid-template-columns: 130px 1fr; gap: 8px; }
    .contact-form textarea { min-height: 150px; resize: vertical; }
    .contact-form .full { grid-column: 1 / -1; }
    @media (max-width: 760px) { .contact-form-layout, .contact-form, .contact-grid, .contact-services-grid { grid-template-columns: minmax(0, 1fr); } .contact-hero { padding: calc(var(--header-height) + 54px) 0 72px; } .contact-services, .contact-form-section { padding: 72px 0; } .contact-services-grid { margin-top: 40px; } .contact-form-layout { gap: 40px; } .contact-phone { grid-template-columns: 110px minmax(0, 1fr); } }

.career-hero { padding-top: calc(var(--header-height) + 1px); overflow: hidden; background: var(--bg); }
    .career-hero-inner { min-height: calc(78svh - var(--header-height)); padding-block: 72px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 6vw, 86px); align-items: center; }
    .career-hero-content { width: auto; padding: 0; }
    .career-hero img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border: 1px solid var(--border); border-radius: var(--radius-lg); opacity: 1; }
    .career-hero h1 { max-width: 800px; margin: 0; color: var(--text); font-family: var(--font); font-size: clamp(44px, 5.3vw, 74px); line-height: 1; letter-spacing: -.055em; }
    .career-hero .section-label { display: block; }
    .career-hero h2, .career-role h3, .career-application h3 { font-family: var(--font); font-weight: 600; }
    .career-lead { max-width: 620px; margin: 27px 0 0; color: rgba(255,255,255,.76); font-size: 19px; line-height: 1.65; }
    .career-hero .button { margin-top: 34px; }
    .career-intro { padding: 100px 0; background: var(--surface); }
    .career-intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
    .career-intro h2, .career-openings h2 { max-width: 520px; margin: 0; }
    .career-intro-copy { max-width: 650px; color: var(--muted); font-size: 17px; line-height: 1.75; }
    .career-intro-copy p { margin: 0 0 18px; }
    .career-process { padding: 100px 0; background: var(--bg); }
    .career-process-heading { max-width: 700px; }
    .career-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
    .career-process-card { min-height: 260px; padding: 28px; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); }
    .career-process-card > span { color: var(--first-accent); font-size: 16px; font-weight: 760; letter-spacing: .1em; }
    .career-process-card h3 { margin: 70px 0 12px; color: var(--text); font-size: 28px; }
    .career-process-card p { margin: 0; color: var(--muted); line-height: 1.62; }
    .career-global { padding: 100px 0; background: var(--surface); }
    .career-global-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
    .career-global h2 { max-width: 540px; margin: 0; }
    .career-global-copy { max-width: 680px; color: var(--muted); font-size: 17px; line-height: 1.72; }
    .career-global-copy p { margin: 0 0 22px; }
    .career-global-points { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 38px; }
    .career-global-point { padding-top: 16px; border-top: 1px solid var(--border); }
    .career-global-point strong { display: block; margin-bottom: 8px; color: var(--text); font-size: 17px; }
    .career-global-point span { color: var(--muted); font-size: 14px; line-height: 1.55; }
    .career-openings { padding: 100px 0 126px; background: var(--bg); }
    .career-list { max-width: 980px; margin-top: 50px; border-top: 1px solid var(--border); }
    .career-role { border-bottom: 1px solid var(--border); }
    .career-role-head { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 0; border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; text-align: left; }
    .career-role h3 { margin: 0 0 7px; color: var(--text); font-size: 22px; }
    .career-role-meta { display: none; margin: 0; color: var(--muted); font-size: 14px; }
    .career-role.is-open .career-role-meta { display: block; }
    .career-role-toggle { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--border); border-radius: 50%; color: var(--first-accent); font-size: 25px; line-height: 1; }
    .career-role-body { display: none; padding: 0 0 27px; }
    .career-role.is-open .career-role-body { display: block; }
    .career-role-body p { max-width: 720px; margin: 0 0 20px; color: var(--muted); line-height: 1.65; }
    .career-role-body h4 { margin: 22px 0 10px; color: var(--text); font-size: 14px; letter-spacing: .02em; }
    .career-role-body ul { max-width: 760px; margin: 0 0 22px; padding-left: 20px; color: var(--muted); line-height: 1.65; }
    .career-role-body li { margin: 0 0 8px; padding-left: 5px; }
    .career-role-body li::marker { color: var(--first-accent); }
    .career-role-body .button { margin-top: 4px; }
    .career-application { display: none; margin-top: 70px; padding: 42px; border: 1px solid var(--border); border-radius: 26px; background: var(--surface); }
    .career-application.is-visible { display: block; }
    .career-application h3 { margin: 0 0 26px; font-size: 32px; }
    .career-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    .career-form label { display: grid; gap: 8px; color: var(--muted); font-size: 13px; }
    .career-form input, .career-form select, .career-form textarea { width: 100%; padding: 15px 16px; border: 1px solid var(--form-field-border); border-radius: 12px; background: var(--form-field-bg); color: var(--form-field-text); color-scheme: light; }
    .career-opening-readonly { opacity: .68; cursor: not-allowed; user-select: none; }
    .career-phone { display: grid; grid-template-columns: 120px 1fr; gap: 8px; }
    .career-form textarea { min-height: 130px; resize: vertical; }
    .career-form .full { grid-column: 1 / -1; }
    .career-hr-contact { padding: 46px 0; border-top: 1px solid var(--border); background: var(--surface); }
    .career-hr-contact p { margin: 0; color: var(--muted); font-size: clamp(16px, 1.6vw, 19px); line-height: 1.6; }
    .career-hr-contact .career-hr-email { color: var(--text); font-size: 14px; font-weight: 650; }
    @media (min-width: 981px) { .career-intro-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(72px, 9vw, 130px); } .career-intro h2 { max-width: 620px; white-space: nowrap; } .career-intro-copy { justify-self: end; } }
    @media (max-width: 760px) { .career-hero-inner { min-height: 0; padding-block: 42px 48px; grid-template-columns: 1fr; gap: 34px; } .career-hero-content { order: 1; } .career-hero img { order: 2; width: 100%; border-radius: 24px; } .career-hero .button { width: 100%; } .career-intro-grid, .career-form { grid-template-columns: 1fr; } .career-intro, .career-process, .career-global, .career-openings { padding: 72px 0; } .career-intro-grid, .career-global-grid { gap: 40px; } .career-intro h2 { max-width: none; font-size: clamp(34px, 9vw, 44px); text-wrap: balance; } .career-role-head { align-items: center; gap: 14px; } .career-role h3 { font-size: 20px; } .career-application { padding: 26px; } .career-phone { grid-template-columns: 100px 1fr; } }
    @media (max-width: 760px) { .career-process-grid { grid-template-columns: 1fr; margin-top: 40px; } }
    @media (max-width: 760px) { .career-global-grid, .career-global-points { grid-template-columns: 1fr; } .career-list { margin-top: 40px; } }
