@import "tailwindcss";

:root {
  --navy: #061e3d;
  --navy-deep: #03152c;
  --steel: #4e6f91;
  --ink: #192a3b;
  --muted: #586a7a;
  --paper: #f8f7f3;
  --white: #ffffff;
  --mist: #edf0ef;
  --sand: #e9e3da;
  --burgundy: #4d121f;
  --red: #7b1e2b;
  --rose: #a66068;
  --line: rgba(6, 30, 61, .16);
  --shell: min(1280px, calc(100% - 72px));
  --sans: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding-block: 94px; }

.site-header { position: relative; z-index: 20; display: flex; min-height: 122px; align-items: center; justify-content: space-between; gap: 38px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; min-width: 0; align-items: center; gap: 16px; text-decoration: none; }
.brand-mark { display: block; width: 78px; height: 72px; flex: 0 0 auto; }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-lockup { display: grid; min-width: 0; gap: 7px; }
.brand-name { display: flex; align-items: baseline; color: var(--steel); font-size: clamp(21px, 2.25vw, 33px); font-weight: 350; letter-spacing: -.055em; line-height: .93; white-space: nowrap; }
.brand-name strong { color: var(--navy); font-weight: 620; }
.brand-name > span { color: var(--steel); font-weight: 350; }
.brand-tagline { color: var(--navy); font-size: clamp(7px, .7vw, 10px); font-weight: 820; letter-spacing: .225em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.site-header nav { display: flex; align-items: center; gap: 25px; }
.site-header nav a { color: var(--navy); font-size: 11px; font-weight: 680; letter-spacing: .035em; text-decoration: none; }
.site-header nav a:not(.nav-cta):hover { color: var(--red); }
.nav-cta { display: inline-flex; min-height: 42px; padding: 0 17px; align-items: center; border: 1px solid var(--burgundy); color: var(--burgundy) !important; }
.nav-cta:hover { background: var(--burgundy); color: white !important; }

.hero { display: grid; min-height: 630px; grid-template-columns: 1.08fr .92fr; gap: 72px; padding-block: 67px 65px; align-items: center; }
.micro-label { display: flex; margin: 0 0 27px; align-items: center; gap: 11px; color: #566b7e; font-size: 9px; font-weight: 720; letter-spacing: .1em; text-transform: uppercase; }
.micro-label span { display: inline-flex; min-height: 25px; padding: 0 8px; align-items: center; background: var(--burgundy); color: white; font-size: 7px; letter-spacing: .16em; }
.hero h1 { margin: 0; color: var(--navy); font-size: clamp(61px, 6.7vw, 96px); font-weight: 460; line-height: .9; letter-spacing: -.065em; }
.hero h1 em { color: var(--red); font-family: Georgia, serif; font-weight: 400; }
.hero-copy > p:not(.micro-label) { max-width: 710px; margin: 29px 0 0; color: #405266; font-size: 18px; line-height: 1.58; }
.hero-actions { display: flex; margin-top: 31px; align-items: center; gap: 26px; }
.action-solid, .action-link { display: inline-flex; min-height: 47px; align-items: center; gap: 19px; font-size: 9px; font-weight: 780; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.action-solid { padding: 0 19px; background: var(--burgundy); color: white; }
.action-solid:hover { background: var(--red); }
.action-link { border-bottom: 1px solid var(--line); }
.action-link:hover { color: var(--red); border-color: var(--red); }
.hero-canvas { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: #f2f4f3; box-shadow: 14px 14px 0 var(--sand); }
.canvas-head { display: flex; min-height: 48px; padding: 0 17px; grid-column: 1 / -1; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: #617184; font-size: 7px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.canvas-card { display: flex; min-height: 145px; padding: 20px; flex-direction: column; justify-content: flex-end; border-right: 1px solid var(--line); background: white; }
.canvas-card:last-child { border-right: 0; }
.canvas-card-main { min-height: 225px; grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); background: var(--burgundy); color: white; }
.canvas-card small { margin-bottom: auto; color: #718093; font-size: 7px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.canvas-card-main small { color: #d9b8c0; }
.canvas-card strong { font-size: 21px; font-weight: 480; letter-spacing: -.035em; }
.canvas-card-main strong { font-size: 39px; }
.canvas-card p { max-width: 400px; margin: 9px 0 0; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.5; }
.value-ribbon { border-block: 1px solid var(--line); background: var(--mist); }
.value-ribbon .shell { display: flex; min-height: 72px; align-items: center; gap: 15px; color: #526477; font-family: Georgia, serif; font-size: 15px; }
.value-ribbon i { width: 4px; height: 4px; border-radius: 50%; background: var(--red); }
.value-ribbon strong { margin-left: auto; color: var(--navy); font-family: var(--sans); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }

.section-label { padding-bottom: 14px; border-bottom: 1px solid var(--line); color: #708091; font-size: 8px; font-weight: 780; letter-spacing: .17em; text-transform: uppercase; }
.section-label.light { border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.52); }
.overline { margin: 0 0 17px; color: #98636d; font-size: 8px; font-weight: 780; letter-spacing: .16em; text-transform: uppercase; }
.section-intro { display: grid; margin: 48px 0 52px; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.section-intro h2, .forward-layout h2, .systems-intro h2, .contact h2 { margin: 0; color: var(--navy); font-size: clamp(43px, 5vw, 68px); font-weight: 450; line-height: .98; letter-spacing: -.055em; }
.section-intro h2 em { color: var(--red); font-family: Georgia, serif; font-weight: 400; }
.section-intro > p { max-width: 470px; margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.section-intro.compact h2 { max-width: 830px; }

.forward-layout { display: grid; margin: 48px 0 50px; grid-template-columns: 1.14fr .86fr; gap: 90px; align-items: start; }
.forward-copy > p { margin: 0 0 16px; color: var(--muted); font-size: 15px; line-height: 1.62; }
.forward-copy .lead { color: var(--navy); font-family: Georgia, serif; font-size: 24px; line-height: 1.38; }
.forward-attributes { display: grid; margin-top: 28px; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.forward-attributes span { display: flex; min-height: 58px; padding: 0 14px; align-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #4e6275; font-size: 8px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.vertical-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.vertical-grid article { display: flex; min-height: 270px; padding: 27px; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.vertical-grid article:nth-child(1) { background: var(--mist); }
.vertical-grid article:nth-child(4) { background: var(--burgundy); color: white; }
.vertical-grid h3 { margin: 0 0 14px; color: var(--navy); font-size: 31px; font-weight: 460; letter-spacing: -.04em; }
.vertical-grid article:nth-child(4) h3 { color: white; }
.vertical-grid p { max-width: 520px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.58; }
.vertical-grid article:nth-child(4) p { color: rgba(255,255,255,.64); }
.vertical-grid ul, .service-card ul { display: flex; margin: auto 0 0; padding: 22px 0 0; flex-wrap: wrap; gap: 6px; list-style: none; }
.vertical-grid li, .service-card li { padding: 6px 8px; border: 1px solid var(--line); color: #65788a; font-size: 7px; font-weight: 740; letter-spacing: .08em; text-transform: uppercase; }
.vertical-grid article:nth-child(4) li { border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.65); }

.services { background: var(--mist); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { display: flex; min-height: 315px; padding: 26px; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; transition: transform .2s, box-shadow .2s; }
.service-card:hover { position: relative; z-index: 2; transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--rose); }
.service-feature { grid-column: span 2; background: #e4e9ed; }
.service-ink { background: var(--navy); color: white; }
.service-burgundy { background: var(--burgundy); color: white; }
.service-wide { grid-column: span 2; background: #f4f3ef; }
.service-body { display: flex; height: 100%; flex-direction: column; }
.service-card h3 { max-width: 500px; margin: 0 0 14px; color: var(--navy); font-size: 32px; font-weight: 460; line-height: 1.03; letter-spacing: -.042em; }
.service-ink h3, .service-burgundy h3 { color: white; }
.service-card p { max-width: 530px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.57; }
.service-ink p, .service-burgundy p { color: rgba(255,255,255,.64); }
.service-card ul { margin-top: auto; }
.service-ink li, .service-burgundy li { border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.62); }

.systems { position: relative; overflow: hidden; background: var(--navy-deep); color: white; }
.systems::after { content: ""; position: absolute; right: -230px; top: 70px; width: 560px; height: 560px; border: 1px solid rgba(166,96,104,.17); border-radius: 50%; box-shadow: 0 0 0 70px rgba(166,96,104,.022), 0 0 0 140px rgba(166,96,104,.016); }
.systems .shell { position: relative; z-index: 1; }
.systems-intro { display: grid; margin: 48px 0 54px; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.systems-intro h2 { max-width: 820px; color: white; }
.systems-intro > p { max-width: 470px; margin: 0 0 4px; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.6; }
.systems-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.systems-grid article { display: grid; min-height: 72px; padding: 0 19px; grid-template-columns: 1fr auto; gap: 15px; align-items: center; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.systems-grid article:hover { background: rgba(255,255,255,.05); }
.systems-grid strong { color: white; font-size: 14px; font-weight: 450; }
.systems-grid i { color: rgba(255,255,255,.28); font-style: normal; }

.method-list { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.method-list article { min-height: 245px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.method-list h3 { margin: 0 0 18px; color: var(--navy); font-size: 25px; font-weight: 470; letter-spacing: -.035em; }
.method-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.58; }

.engagements { background: var(--mist); }
.engagement-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.engagement-grid article { display: flex; min-height: 285px; padding: 27px; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.7); }
.engagement-grid article:last-child { background: var(--burgundy); color: white; }
.engagement-grid small { color: #718091; font-size: 7px; font-weight: 720; letter-spacing: .1em; text-transform: uppercase; }
.engagement-grid article:last-child small { color: #d9aeb7; }
.engagement-grid h3 { margin: auto 0 14px; color: var(--navy); font-size: 33px; font-weight: 450; letter-spacing: -.043em; }
.engagement-grid article:last-child h3 { color: white; }
.engagement-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.58; }
.engagement-grid article:last-child p { color: rgba(255,255,255,.65); }

.contact { display: grid; min-height: 410px; margin-block: 30px; padding: 56px; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; background: var(--navy); color: white; }
.contact h2 { max-width: 780px; color: white; }
.contact-action p { margin: 0 0 26px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.6; }
.contact-action a { display: flex; min-height: 51px; padding: 0 18px; align-items: center; justify-content: space-between; background: var(--red); color: white; font-size: 9px; font-weight: 780; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.contact-action a:hover { background: var(--burgundy); }

.contact-page { min-height: 100vh; background: var(--paper); }
.contact-page-header { display: flex; min-height: 124px; align-items: center; border-bottom: 1px solid var(--line); }
.contact-profile { display: grid; min-height: calc(100vh - 124px); padding-block: 80px 42px; grid-template-rows: 1fr auto; }
.contact-profile-card { display: grid; width: 100%; max-width: 1040px; padding: 64px; align-self: center; grid-template-columns: .9fr 1.1fr; gap: 70px; background: var(--navy); box-shadow: 14px 14px 0 var(--sand); }
.contact-person { display: flex; flex-direction: column; justify-content: flex-end; }
.contact-person p { margin: 0; color: white; font-size: clamp(42px, 5.8vw, 76px); font-weight: 450; line-height: .94; letter-spacing: -.055em; }
.contact-person span { margin-top: 20px; color: #d29ba3; font-size: 9px; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.contact-details { display: flex; flex-direction: column; justify-content: flex-end; }
.contact-details a { display: grid; min-width: 0; padding: 22px 0; grid-template-columns: minmax(0, 1fr) auto; gap: 10px 18px; border-top: 1px solid rgba(255,255,255,.2); color: white; font-size: clamp(15px, 2vw, 22px); text-decoration: none; overflow-wrap: anywhere; }
.contact-details a[href^="mailto:"] { font-size: clamp(9px, 1.25vw, 17px); letter-spacing: -.025em; white-space: nowrap; overflow-wrap: normal; }
.contact-details a:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.contact-details a small { grid-column: 1 / -1; color: rgba(255,255,255,.48); font-size: 7px; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.contact-details a:hover { color: #e6b5a5; }
.contact-return { width: fit-content; margin-top: 64px; color: var(--navy); font-size: 9px; font-weight: 760; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.contact-return:hover { color: var(--red); }

.site-footer { display: grid; min-height: 110px; padding-block: 30px; grid-template-columns: 1fr auto; gap: 24px; align-items: center; border-top: 1px solid var(--line); }
.footer-links { display: flex; align-items: center; justify-content: flex-end; gap: 23px; }
.footer-links a { color: var(--navy); font-size: 8px; font-weight: 720; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.footer-links a:hover { color: var(--red); }
.site-footer > small { color: #7d8995; font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }

.industries { background: #f2f1ed; }
.industry-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industry-grid article { display: flex; min-height: 310px; padding: 29px; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.industry-grid small { color: #788694; font-size: 8px; font-weight: 760; letter-spacing: .13em; }
.industry-grid h3 { margin: auto 0 15px; color: var(--navy); font-size: 38px; font-weight: 450; letter-spacing: -.045em; }
.industry-grid p { max-width: 540px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.58; }
.industry-grid ul { display: flex; margin: 24px 0 0; padding: 0; flex-wrap: wrap; gap: 6px; list-style: none; }
.industry-grid li { padding: 6px 8px; border: 1px solid var(--line); color: #65788a; font-size: 7px; font-weight: 740; letter-spacing: .08em; text-transform: uppercase; }
.industry-mist { background: #e5eaec !important; }
.industry-paper { background: #fbfaf6 !important; }
.industry-ink { background: var(--navy) !important; color: white; }
.industry-burgundy { background: var(--burgundy) !important; color: white; }
.industry-ink h3, .industry-burgundy h3 { color: white; }
.industry-ink p, .industry-burgundy p { color: rgba(255,255,255,.64); }
.industry-ink small, .industry-burgundy small { color: rgba(255,255,255,.5); }
.industry-ink li, .industry-burgundy li { border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.66); }

.case-study-feature { position: relative; overflow: hidden; background: var(--navy-deep); color: white; }
.case-study-feature::after { content: ""; position: absolute; right: -210px; bottom: -300px; width: 640px; height: 640px; border: 1px solid rgba(166,96,104,.2); border-radius: 50%; box-shadow: 0 0 0 78px rgba(166,96,104,.025), 0 0 0 156px rgba(166,96,104,.018); }
.case-study-feature .shell { position: relative; z-index: 1; }
.case-study-feature-grid { display: grid; margin-top: 48px; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
.case-study-feature-copy h2 { margin: 0; color: white; font-size: clamp(48px, 5.3vw, 74px); font-weight: 450; line-height: .96; letter-spacing: -.058em; }
.case-study-feature-copy h2 em { color: #d6969c; font-family: Georgia, serif; font-weight: 400; }
.case-study-feature-copy > p:not(.overline) { max-width: 640px; margin: 28px 0; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.68; }
.case-study-feature-copy > a { display: inline-flex; min-height: 49px; padding: 0 18px; align-items: center; gap: 28px; background: var(--red); color: white; font-size: 8px; font-weight: 780; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.case-study-feature-copy > a:hover { background: #963344; }
.case-study-feature-board { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.035); box-shadow: 14px 14px 0 rgba(123,30,43,.42); }
.case-study-stat { display: flex; min-height: 210px; padding: 24px; flex-direction: column; justify-content: flex-end; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.case-study-stat:nth-child(2) { border-right: 0; }
.case-study-stat strong { color: white; font-family: Georgia, serif; font-size: 88px; font-weight: 400; line-height: .75; }
.case-study-stat span { margin-top: 20px; color: rgba(255,255,255,.58); font-size: 8px; font-weight: 720; letter-spacing: .1em; text-transform: uppercase; }
.case-study-flow { display: flex; min-height: 82px; padding: 0 18px; grid-column: 1 / -1; align-items: center; justify-content: space-between; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.18); }
.case-study-flow span { color: rgba(255,255,255,.72); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.case-study-flow i { width: 12px; height: 1px; background: var(--rose); }
.case-study-feature-board > p { margin: 0; padding: 21px; grid-column: 1 / -1; color: rgba(255,255,255,.54); font-family: Georgia, serif; font-size: 17px; line-height: 1.45; }

.case-study-page { min-height: 100vh; background: var(--paper); }
.case-study-header { display: flex; min-height: 122px; align-items: center; justify-content: space-between; gap: 36px; border-bottom: 1px solid var(--line); }
.case-study-header nav { display: flex; align-items: center; gap: 24px; }
.case-study-header nav a { color: var(--navy); font-size: 9px; font-weight: 720; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.case-study-hero { display: grid; min-height: 690px; padding-block: 70px; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.case-study-hero-copy h1 { margin: 0; color: var(--navy); font-size: clamp(55px, 6.4vw, 90px); font-weight: 450; line-height: .91; letter-spacing: -.065em; }
.case-study-hero-copy h1 em { display: inline; color: var(--red); font-family: Georgia, serif; font-weight: 400; }
.case-study-hero-copy > p:not(.micro-label) { max-width: 720px; margin: 30px 0 0; color: #405266; font-size: 18px; line-height: 1.6; }
.case-study-hero-object { position: relative; min-height: 520px; overflow: hidden; border: 1px solid var(--line); background: var(--navy); box-shadow: 15px 15px 0 var(--sand); }
.case-study-orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.orbit-one { width: 360px; height: 360px; right: -90px; top: -110px; }
.orbit-two { width: 480px; height: 480px; right: -180px; top: -170px; }
.case-study-object-core { position: absolute; left: 40px; top: 42px; display: flex; flex-direction: column; }
.case-study-object-core small { color: #bd8991; font-size: 8px; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.case-study-object-core strong { margin-top: 35px; color: white; font-family: Georgia, serif; font-size: 160px; font-weight: 400; line-height: .72; }
.case-study-object-core span { margin-top: 27px; color: rgba(255,255,255,.58); font-size: 9px; font-weight: 720; letter-spacing: .14em; text-transform: uppercase; }
.case-study-object-result { position: absolute; left: 0; right: 0; bottom: 0; display: flex; min-height: 104px; padding: 0 28px; align-items: center; gap: 18px; border-top: 1px solid rgba(255,255,255,.18); background: var(--burgundy); }
.case-study-object-result span { display: inline-flex; width: 35px; height: 35px; align-items: center; justify-content: center; background: white; color: var(--burgundy); font-size: 8px; font-weight: 800; }
.case-study-object-result strong { color: white; font-size: 20px; font-weight: 450; letter-spacing: -.02em; }

.case-study-snapshot { border-block: 1px solid var(--line); background: var(--mist); }
.case-study-snapshot .shell { display: grid; grid-template-columns: 1.1fr .8fr 1fr 1fr; }
.case-study-snapshot div { display: flex; min-height: 115px; padding: 21px; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.case-study-snapshot div:first-child { border-left: 1px solid var(--line); }
.case-study-snapshot small { margin-bottom: 9px; color: #748391; font-size: 7px; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.case-study-snapshot strong { color: var(--navy); font-size: 14px; font-weight: 540; }

.case-study-story-grid { display: grid; margin: 48px 0 50px; grid-template-columns: 1.06fr .94fr; gap: 90px; }
.case-study-story h2, .case-study-build h2, .case-study-workflow h2, .case-study-outcomes h2, .case-study-close h2 { margin: 0; font-size: clamp(45px, 5.2vw, 72px); font-weight: 450; line-height: .97; letter-spacing: -.058em; }
.case-study-story h2, .case-study-workflow h2, .case-study-outcomes h2 { color: var(--navy); }
.case-study-story h2 em, .case-study-workflow h2 em, .case-study-outcomes h2 em { color: var(--red); font-family: Georgia, serif; font-weight: 400; }
.case-study-story-copy p { margin: 0 0 18px; color: var(--muted); font-size: 15px; line-height: 1.66; }
.case-study-story-copy .lead { color: var(--navy); font-family: Georgia, serif; font-size: 24px; line-height: 1.42; }
.case-study-friction { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.case-study-friction span { display: flex; min-height: 84px; padding: 16px; align-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #5e7082; font-size: 8px; font-weight: 740; letter-spacing: .08em; text-transform: uppercase; }

.case-study-build { position: relative; overflow: hidden; background: var(--navy-deep); color: white; }
.case-study-build::before { content: ""; position: absolute; left: -220px; top: 200px; width: 480px; height: 480px; border: 1px solid rgba(166,96,104,.14); border-radius: 50%; box-shadow: 0 0 0 65px rgba(166,96,104,.02), 0 0 0 130px rgba(166,96,104,.013); }
.case-study-build .shell { position: relative; z-index: 1; }
.case-study-build-intro { display: grid; margin: 48px 0 60px; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.case-study-build h2 { color: white; }
.case-study-build h2 em { color: #dc9aa2; font-family: Georgia, serif; font-weight: 400; }
.case-study-build-intro > p { margin: 0 0 4px; color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.66; }
.studio-board { display: grid; min-height: 450px; grid-template-columns: .36fr 1fr; grid-template-rows: 52px 1fr; border: 1px solid rgba(255,255,255,.18); background: #f2f3f2; box-shadow: 16px 16px 0 rgba(123,30,43,.4); color: var(--ink); }
.studio-board-top { display: grid; padding: 0 20px; grid-column: 1 / -1; grid-template-columns: 1fr auto auto; gap: 38px; align-items: center; border-bottom: 1px solid var(--line); color: #667789; font-size: 7px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.studio-board-sidebar { display: flex; padding: 23px 0; flex-direction: column; border-right: 1px solid var(--line); background: #e7eae9; }
.studio-board-sidebar > strong { padding: 0 19px 18px; color: #6b7a87; font-size: 7px; letter-spacing: .14em; }
.studio-board-sidebar > span { display: flex; min-height: 49px; padding: 0 19px; align-items: center; justify-content: space-between; color: #6c7c8a; font-size: 9px; font-weight: 650; }
.studio-board-sidebar > span.active { background: var(--burgundy); color: white; }
.studio-board-sidebar i { font-style: normal; opacity: .55; }
.studio-board-main { display: flex; padding: 38px; flex-direction: column; background: white; }
.studio-board-main small { color: var(--red); font-size: 8px; font-weight: 760; letter-spacing: .13em; }
.studio-board-main h3 { max-width: 620px; margin: 42px 0 30px; color: var(--navy); font-size: clamp(38px, 4.3vw, 62px); font-weight: 450; line-height: .98; letter-spacing: -.055em; }
.studio-board-progress { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; }
.studio-board-progress i { height: 5px; background: #d7dcdf; }
.studio-board-progress i:nth-child(-n+4) { background: var(--red); }
.studio-board-collab { display: flex; margin-top: auto; align-items: center; gap: 7px; }
.studio-board-collab span, .studio-board-collab strong { padding: 8px 10px; border: 1px solid var(--line); color: #657789; font-size: 7px; font-weight: 740; letter-spacing: .08em; text-transform: uppercase; }
.studio-board-collab strong { margin-left: auto; border-color: var(--burgundy); background: var(--burgundy); color: white; }
.case-study-capabilities { display: grid; margin-top: 68px; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.case-study-capabilities article { min-height: 260px; padding: 24px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.case-study-capabilities small { color: #b97b86; font-size: 8px; font-weight: 740; letter-spacing: .12em; }
.case-study-capabilities h3 { margin: 72px 0 13px; color: white; font-size: 27px; font-weight: 450; letter-spacing: -.035em; }
.case-study-capabilities p { margin: 0; color: rgba(255,255,255,.57); font-size: 12px; line-height: 1.62; }

.case-study-workflow-intro { display: grid; margin: 48px 0 54px; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.case-study-workflow-intro > p { margin: 0 0 3px; color: var(--muted); font-size: 15px; line-height: 1.64; }
.case-study-stage-track { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.case-study-stage-track article { display: flex; min-height: 245px; padding: 22px; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.case-study-stage-track article:nth-child(4) { background: var(--mist); }
.case-study-stage-track article:nth-child(5) { background: var(--burgundy); color: white; }
.case-study-stage-track small { color: #8c6a72; font-size: 8px; font-weight: 740; }
.case-study-stage-track strong { margin: auto 0 12px; color: var(--navy); font-size: 25px; font-weight: 470; letter-spacing: -.035em; }
.case-study-stage-track p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.case-study-stage-track article:nth-child(5) small, .case-study-stage-track article:nth-child(5) strong { color: white; }
.case-study-stage-track article:nth-child(5) p { color: rgba(255,255,255,.64); }

.case-study-outcomes { background: var(--sand); }
.case-study-outcomes-intro { display: grid; margin: 48px 0 50px; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.case-study-outcomes-intro > p { margin: 0 0 3px; color: var(--muted); font-size: 15px; line-height: 1.64; }
.case-study-outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.case-study-outcome-grid article { display: flex; min-height: 190px; padding: 24px; flex-direction: column; justify-content: flex-end; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); }
.case-study-outcome-grid strong { color: var(--navy); font-family: Georgia, serif; font-size: 34px; font-weight: 400; }
.case-study-outcome-grid span { margin-top: 12px; color: var(--muted); font-size: 9px; font-weight: 690; line-height: 1.5; letter-spacing: .06em; text-transform: uppercase; }
.case-study-outcomes blockquote { max-width: 1000px; margin: 72px 0 0; color: var(--navy); font-family: Georgia, serif; font-size: clamp(31px, 4vw, 52px); line-height: 1.18; letter-spacing: -.025em; }

.case-study-close { display: grid; min-height: 440px; margin-block: 30px; padding: 56px; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; background: var(--navy); color: white; }
.case-study-close h2 { max-width: 830px; color: white; }
.case-study-close > div:last-child > p { margin: 0 0 28px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.65; }
.case-study-close a { display: flex; min-height: 51px; padding: 0 18px; align-items: center; justify-content: space-between; background: var(--red); color: white; font-size: 9px; font-weight: 780; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.case-study-close a:hover { background: var(--burgundy); }

@media (max-width: 1050px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 52px; }
  .forward-layout, .section-intro, .systems-intro, .case-study-feature-grid, .case-study-hero, .case-study-story-grid, .case-study-build-intro, .case-study-workflow-intro, .case-study-outcomes-intro { grid-template-columns: 1fr; gap: 35px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-feature, .service-wide { grid-column: span 1; }
  .method-list { grid-template-columns: repeat(3, 1fr); }
  .engagement-grid { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; gap: 45px; }
  .case-study-header nav a:not(.nav-cta) { display: none; }
  .case-study-hero-object { min-height: 470px; }
  .case-study-friction, .case-study-stage-track { grid-template-columns: repeat(2, 1fr); }
  .case-study-capabilities { grid-template-columns: repeat(2, 1fr); }
  .case-study-outcome-grid { grid-template-columns: repeat(2, 1fr); }
  .case-study-close { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 34px); }
  .section-pad { padding-block: 70px; }
  .site-header { min-height: 94px; }
  .brand { gap: 10px; }
  .brand-mark { width: 54px; height: 50px; }
  .brand-name { font-size: clamp(13px, 4.3vw, 18px); }
  .brand-tagline { font-size: clamp(4.5px, 1.4vw, 6px); letter-spacing: .16em; }
  .nav-cta { display: none !important; }
  .hero { min-height: auto; padding-block: 55px 51px; }
  .hero h1 { font-size: clamp(52px, 15.4vw, 70px); }
  .hero-copy > p:not(.micro-label) { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .hero-canvas { box-shadow: 8px 8px 0 var(--sand); }
  .canvas-head { align-items: flex-start; flex-direction: column; justify-content: center; gap: 2px; }
  .canvas-card { min-height: 130px; padding: 17px; }
  .canvas-card-main { min-height: 205px; }
  .canvas-card strong { font-size: 18px; }
  .canvas-card-main strong { font-size: 32px; }
  .value-ribbon .shell { padding-block: 20px; flex-wrap: wrap; }
  .value-ribbon strong { width: 100%; margin-left: 0; }
  .forward-layout { margin-block: 39px 42px; }
  .section-intro h2, .forward-layout h2, .systems-intro h2, .contact h2 { font-size: clamp(40px, 12vw, 57px); }
  .forward-attributes, .vertical-grid, .industry-grid, .services-grid, .systems-grid, .method-list, .case-study-capabilities, .case-study-friction, .case-study-stage-track, .case-study-outcome-grid { grid-template-columns: 1fr; }
  .vertical-grid article { min-height: 245px; padding: 23px; }
  .service-card { min-height: 285px; padding: 23px; }
  .section-intro, .systems-intro { margin-block: 39px 44px; }
  .systems-grid article { min-height: 67px; padding-inline: 16px; }
  .method-list article { min-height: 205px; padding: 22px; }
  .engagement-grid article { min-height: 260px; padding: 23px; }
  .contact { width: calc(100% - 22px); min-height: 480px; padding: 40px 23px; }
  .contact-page-header { min-height: 94px; }
  .contact-profile { min-height: calc(100vh - 94px); padding-block: 48px 30px; }
  .contact-profile-card { padding: 38px 24px; grid-template-columns: 1fr; gap: 42px; box-shadow: 8px 8px 0 var(--sand); }
  .contact-details a { line-height: 1.35; }
  .contact-return { margin-top: 48px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .industry-grid article { min-height: 260px; padding: 23px; }
  .case-study-feature-board { grid-template-columns: 1fr; box-shadow: 8px 8px 0 rgba(123,30,43,.42); }
  .case-study-stat, .case-study-stat:nth-child(2) { min-height: 150px; border-right: 0; }
  .case-study-stat strong { font-size: 68px; }
  .case-study-flow { min-height: 160px; flex-direction: column; justify-content: center; }
  .case-study-flow i { width: 1px; height: 7px; }
  .case-study-header { min-height: 94px; }
  .case-study-header .nav-cta { display: none !important; }
  .case-study-hero { min-height: auto; padding-block: 54px; }
  .case-study-hero-copy h1 { font-size: clamp(50px, 14.5vw, 68px); }
  .case-study-hero-copy > p:not(.micro-label) { font-size: 16px; }
  .case-study-hero-object { min-height: 430px; box-shadow: 8px 8px 0 var(--sand); }
  .case-study-object-core { left: 26px; top: 30px; }
  .case-study-object-core strong { font-size: 125px; }
  .case-study-snapshot .shell { grid-template-columns: 1fr; }
  .case-study-snapshot div, .case-study-snapshot div:first-child { min-height: 90px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .case-study-story h2, .case-study-build h2, .case-study-workflow h2, .case-study-outcomes h2, .case-study-close h2 { font-size: clamp(40px, 12vw, 57px); }
  .studio-board { grid-template-columns: 1fr; grid-template-rows: 48px auto 1fr; box-shadow: 8px 8px 0 rgba(123,30,43,.4); }
  .studio-board-top { grid-template-columns: 1fr auto; gap: 10px; }
  .studio-board-top span:nth-child(2) { display: none; }
  .studio-board-sidebar { display: grid; padding: 0; grid-template-columns: repeat(3, 1fr); border-right: 0; border-bottom: 1px solid var(--line); }
  .studio-board-sidebar > strong { display: none; }
  .studio-board-sidebar > span { min-height: 48px; padding: 0 8px; font-size: 7px; }
  .studio-board-main { min-height: 330px; padding: 24px; }
  .studio-board-collab { flex-wrap: wrap; }
  .studio-board-collab strong { width: 100%; margin-left: 0; }
  .case-study-capabilities article { min-height: 220px; }
  .case-study-stage-track article { min-height: 190px; }
  .case-study-outcome-grid article { min-height: 150px; }
  .case-study-close { width: calc(100% - 22px); min-height: 500px; padding: 40px 23px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
