:root {
  --navy: #00182a;
  --navy-2: #062d4b;
  --blue: #009cff;
  --orange: #ff5a00;
  --white: #ffffff;
  --neutral: #f2f4f7;
  --ink: #081d31;
  --muted: #6e7b87;
  --line: rgba(8, 29, 49, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Montserrat", Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
main { overflow: hidden; }

.draft-note { background: var(--orange); color: white; padding: 7px 5vw; text-align: center; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.site-header { height: 86px; padding: 0 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: white; position: relative; z-index: 10; }
.brand { display: flex; align-items: center; width: fit-content; gap: 11px; }
.brand img { width: 60px; height: 46px; object-fit: contain; mix-blend-mode: multiply; }
.brand > span { font-size: 14px; font-weight: 700; letter-spacing: .09em; line-height: .82; white-space: nowrap; }
.brand strong { color: var(--orange); }
.brand small { display: block; font-size: 7px; letter-spacing: .48em; margin-top: 7px; text-align: center; color: var(--navy); }
.site-header nav { display: flex; gap: 34px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.site-header nav a, .footer-links a { transition: color .2s ease; }
.site-header nav a:hover, .footer-links a:hover { color: var(--orange); }
.header-cta { justify-self: end; padding: 13px 18px; background: var(--navy); color: white; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.header-cta span { color: var(--orange); margin-left: 18px; }

.hero { min-height: 760px; background: var(--navy); color: white; position: relative; display: grid; grid-template-columns: 53% 47%; overflow: hidden; }
.hero-copy { align-self: center; padding: 90px 4vw 90px 6vw; position: relative; z-index: 3; }
.eyebrow, .section-kicker { font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 38px; height: 2px; background: var(--blue); vertical-align: middle; margin-right: 12px; }
h1, h2 { margin: 0; font-weight: 800; letter-spacing: -.045em; text-transform: uppercase; line-height: .95; }
h1 { font-size: clamp(62px, 6.4vw, 102px); margin: 48px 0 35px; }
h1 em, h2 em { font-style: normal; color: var(--orange); }
.hero-intro { max-width: 590px; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.72); }
.hero-actions { margin-top: 45px; display: flex; align-items: center; gap: 38px; }
.primary-button { background: var(--orange); padding: 17px 20px; min-width: 245px; display: flex; justify-content: space-between; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.secondary-link { border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 8px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.secondary-link span { color: var(--blue); margin-left: 24px; }
.hero-visual { margin: 0; position: relative; min-height: 760px; overflow: hidden; }
.hero-visual img { filter: saturate(1.08) contrast(1.08); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, transparent 34%), linear-gradient(0deg, rgba(0,24,42,.5), transparent 45%); }
figcaption { position: absolute; z-index: 2; bottom: 22px; left: 24px; background: rgba(0,24,42,.82); color: white; padding: 7px 9px; font-size: 8px; letter-spacing: .14em; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .2; }
.hero-glow-blue { width: 420px; height: 420px; background: var(--blue); left: 29%; top: -180px; }
.hero-glow-orange { width: 360px; height: 360px; background: var(--orange); right: -130px; bottom: -120px; }
.hero-line { position: absolute; left: 6vw; bottom: 0; width: 140px; height: 4px; background: linear-gradient(90deg, var(--blue), var(--orange)); z-index: 3; }

.service-strip { background: var(--orange); color: white; min-height: 61px; padding: 0 5vw; display: flex; align-items: center; justify-content: center; gap: 25px; font-size: 10px; font-weight: 700; letter-spacing: .15em; white-space: nowrap; }
.service-strip i { font-size: 6px; color: var(--navy); }
.section-pad { padding: 125px 6vw; }
.section-kicker { display: flex; gap: 18px; align-items: center; padding-bottom: 24px; border-bottom: 1px solid var(--line); color: var(--muted); }
.section-kicker span { color: var(--orange); }
.section-kicker.light { color: rgba(255,255,255,.58); border-color: rgba(255,255,255,.2); }
.section-kicker.light span { color: var(--blue); }
h2 { font-size: clamp(49px, 6vw, 86px); }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1.1fr .7fr; gap: 9vw; margin: 70px 0 90px; align-items: end; }
.about-copy { font-size: 16px; line-height: 1.75; color: var(--muted); }
.about-copy p:first-child { color: var(--ink); font-size: 20px; line-height: 1.6; font-weight: 600; }
.pillars { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pillars article { padding: 32px 25px; border-right: 1px solid var(--line); position: relative; }
.pillars article:last-child { border-right: 0; }
.pillars article::before { content: ""; position: absolute; top: -2px; left: 25px; width: 40px; height: 3px; background: var(--orange); }
.pillars span { font-size: 9px; color: var(--blue); font-weight: 700; }
.pillars h3 { font-size: 23px; margin: 22px 0 8px; }
.pillars p { margin: 0; color: var(--muted); font-size: 13px; }

.services { background: var(--navy); color: white; }
.services-heading, .experiences-heading { display: flex; justify-content: space-between; align-items: end; gap: 55px; margin: 70px 0 80px; }
.services-heading p, .experiences-heading p { width: 400px; margin: 0; line-height: 1.7; color: rgba(255,255,255,.62); }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.service-card { min-height: 330px; padding: 34px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); position: relative; transition: background .25s ease, transform .25s ease; }
.service-card:hover { background: var(--navy-2); transform: translateY(-4px); }
.service-top { display: flex; justify-content: space-between; align-items: center; }
.service-icon { color: var(--blue); font-size: 34px; }
.service-number { color: rgba(255,255,255,.35); font-size: 9px; letter-spacing: .14em; }
.service-card h3 { font-size: 25px; line-height: 1.1; text-transform: uppercase; max-width: 260px; margin: 55px 0 18px; }
.service-card p { color: rgba(255,255,255,.57); line-height: 1.65; font-size: 14px; max-width: 350px; }
.card-arrow { position: absolute; right: 29px; bottom: 28px; color: var(--orange); font-size: 20px; }

.experiences { background: var(--neutral); }
.experiences-heading p { color: var(--muted); }
.experience-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 75px 2.5vw; align-items: start; }
.experience-side { padding-top: 130px; }
.experience-wide { grid-column: 1 / -1; width: 76%; margin-left: auto; }
.experience-photo { position: relative; overflow: hidden; height: 570px; }
.experience-side .experience-photo { height: 470px; }
.experience-wide .experience-photo { height: 500px; }
.experience-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -100px 100px rgba(0,24,42,.25); }
.experience-photo img { transition: transform .7s ease; }
.experience-card:hover img { transform: scale(1.04); }
.experience-photo > span { position: absolute; z-index: 2; left: 18px; bottom: 16px; background: var(--orange); color: white; padding: 7px 9px; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.experience-meta { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding-top: 18px; }
.experience-meta h3 { margin: 0; font-size: 28px; text-transform: uppercase; }
.experience-meta p { margin: 0; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; }

.identity { background: var(--navy); color: white; display: grid; grid-template-columns: .72fr 1.28fr; gap: 5vw; align-items: center; }
.identity-copy h2 { margin: 65px 0 35px; }
.identity-copy > p { color: rgba(255,255,255,.63); line-height: 1.7; }
.palette { display: flex; gap: 10px; margin-top: 40px; }
.palette span { width: 48px; height: 48px; border-radius: 50%; border: 2px solid rgba(255,255,255,.25); }
.palette .navy { background: var(--navy-2); }.palette .blue { background: var(--blue); }.palette .orange { background: var(--orange); }.palette .neutral { background: var(--neutral); }
.identity-board { margin: 0; position: relative; height: 570px; background: white; }
.identity-board img { object-fit: contain; }

.process { background: white; }
.process-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 10vw; margin-top: 70px; }
.process-grid ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-grid li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.process-grid li > span { color: var(--orange); font-size: 9px; font-weight: 700; padding-top: 7px; }
.process-grid h3 { margin: 0 0 8px; text-transform: uppercase; font-size: 22px; }
.process-grid p { margin: 0; color: var(--muted); line-height: 1.55; }

.contact { background: linear-gradient(120deg, var(--navy), #053b60); color: white; text-align: center; position: relative; }
.contact-ring { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 520px; height: 520px; border: 1px solid rgba(0,156,255,.22); border-radius: 50%; display: grid; place-items: center; color: rgba(255,255,255,.025); font-size: 220px; font-weight: 900; }
.contact > *:not(.contact-ring) { position: relative; z-index: 2; }
.contact h2 { margin: 50px 0 28px; }
.contact > p:not(.eyebrow) { color: rgba(255,255,255,.63); max-width: 570px; margin: 0 auto 40px; line-height: 1.65; }
.contact > a { display: inline-flex; gap: 100px; background: var(--orange); padding: 18px 20px; min-width: 320px; justify-content: space-between; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact small { display: block; margin-top: 18px; color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: .14em; }

footer { background: #000f1b; color: white; padding: 65px 6vw 32px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 45px; align-items: start; }
.footer-brand img { background: white; }
footer > p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.65; text-transform: uppercase; font-size: 11px; letter-spacing: .1em; }
.footer-links { display: flex; gap: 25px; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.copyright { grid-column: 1 / -1; padding-top: 28px; margin-top: 25px !important; border-top: 1px solid rgba(255,255,255,.15); font-size: 8px !important; }

/* Internal pages */
.page-hero { min-height: 680px; display: grid; grid-template-columns: 1fr 1fr; background: var(--navy); color: white; }
.page-hero-copy { padding: 110px 6vw; align-self: center; }
.page-hero h1 { font-size: clamp(54px, 5.7vw, 88px); margin: 42px 0 28px; }
.page-hero-copy > p:last-child { max-width: 620px; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.7; }
.page-hero figure { margin: 0; min-height: 680px; position: relative; overflow: hidden; }
.page-hero figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy), transparent 28%), linear-gradient(0deg, rgba(0,24,42,.38), transparent); }
.story-grid, .detail-intro-grid, .integrated-grid { display: grid; grid-template-columns: 1.1fr .75fr; gap: 9vw; margin-top: 70px; }
.story-grid p, .detail-intro-grid p, .integrated-grid p { color: var(--muted); line-height: 1.75; }
.manifesto { background: var(--orange); color: white; }
.manifesto blockquote { max-width: 1100px; margin: 55px 0 0; font-size: clamp(38px, 5vw, 72px); font-weight: 800; line-height: 1.08; letter-spacing: -.04em; text-transform: uppercase; }
.values-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.values-grid article { padding: 34px 28px; min-height: 230px; border-right: 1px solid var(--line); }
.values-grid article:last-child { border-right: 0; }
.values-grid span, .directory-grid > * > span, .deliverable-grid span { color: var(--blue); font-size: 9px; font-weight: 700; }
.values-grid h3 { margin: 55px 0 10px; font-size: 25px; text-transform: uppercase; }
.values-grid p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.brand-story { display: grid; grid-template-columns: 1.2fr .8fr; gap: 6vw; background: var(--navy); color: white; align-items: center; }
.brand-story figure { min-height: 520px; position: relative; margin: 0; background: white; }
.brand-story figure img { object-fit: contain; }
.brand-story h2 { margin: 65px 0 30px; }
.brand-story p { color: rgba(255,255,255,.65); line-height: 1.7; }

.directory-grid { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.directory-grid > * { padding: 38px; min-height: 370px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; background: white; }
.directory-grid > a { transition: background .2s ease, color .2s ease; }
.directory-grid > a:hover { background: var(--navy); color: white; }
.directory-icon { font-size: 42px; color: var(--orange); margin: 32px 0 24px; }
.directory-grid h2 { font-size: clamp(31px, 3vw, 48px); max-width: 620px; }
.directory-grid p { color: var(--muted); line-height: 1.6; max-width: 550px; }
.directory-grid b, .portfolio-grid b { position: absolute; left: 38px; bottom: 32px; color: var(--orange); font-size: 9px; letter-spacing: .12em; }
.integrated, .deliverables, .results, .contact-form-placeholder { background: var(--navy); color: white; }
.integrated-grid p { color: rgba(255,255,255,.62); }
.integrated-grid ul { margin: 35px 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.integrated-grid li { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }

.portfolio-note { margin: 28px 0 60px auto; max-width: 520px; color: var(--muted); font-size: 11px; line-height: 1.6; text-transform: uppercase; letter-spacing: .08em; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 80px 3vw; margin-top: 70px; }
.portfolio-grid article { position: relative; }
.portfolio-grid article.featured { grid-column: 1 / -1; width: 78%; }
.portfolio-grid article.featured:nth-last-child(1) { margin-left: auto; }
.portfolio-grid figure { height: 470px; margin: 0; position: relative; overflow: hidden; background: var(--neutral); }
.portfolio-grid .featured figure { height: 570px; }
.portfolio-grid h2 { font-size: clamp(31px, 3.3vw, 52px); margin-top: 22px; }
.portfolio-grid p { color: var(--muted); font-size: 11px; letter-spacing: .11em; line-height: 1.6; }
.unit-grid article.featured { width: 100%; }
.unit-grid article:not(.featured) h2, .blog-grid h2 { font-size: clamp(28px, 2.7vw, 43px); }
.blog-grid article { padding-bottom: 54px; }
.blog-grid b { bottom: 0; }
.results > h2 { max-width: 950px; margin: 70px 0; }
.result-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.result-grid article { padding: 38px 22px; border-right: 1px solid rgba(255,255,255,.2); }
.result-grid article:last-child { border-right: 0; }
.result-grid strong { display: block; font-size: 55px; color: var(--orange); }
.result-grid p { color: rgba(255,255,255,.58); text-transform: uppercase; font-size: 9px; letter-spacing: .1em; }
.results > small { display: block; margin-top: 25px; color: rgba(255,255,255,.42); letter-spacing: .1em; }

.contact-page { background: var(--neutral); }
.contact-page-intro { max-width: 1050px; }
.contact-page-intro > p:last-child { max-width: 650px; color: var(--muted); line-height: 1.7; }
.contact-options { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 80px; border: 1px solid var(--line); }
.contact-options article { min-height: 250px; padding: 34px; border-right: 1px solid var(--line); }
.contact-options article:last-child { border-right: 0; }
.contact-options > article > span { color: var(--blue); font-size: 9px; }
.contact-options h3 { margin: 50px 0 18px; text-transform: uppercase; font-size: 22px; }
.contact-options a { display: block; margin: 10px 0; color: var(--orange); font-size: 12px; }
.contact-options p, .contact-options small { color: var(--muted); font-size: 11px; line-height: 1.6; }
.contact-form-placeholder { display: grid; grid-template-columns: .75fr 1fr; gap: 10vw; }
.contact-form-placeholder h2 { margin-top: 65px; }
.contact-form-placeholder form { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 20px; }
.contact-form-placeholder label { font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-form-placeholder input, .contact-form-placeholder select, .contact-form-placeholder textarea { display: block; width: 100%; margin-top: 10px; padding: 15px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); border-radius: 0; background: transparent; color: white; font: inherit; outline: none; }
.contact-form-placeholder select option { color: var(--ink); }
.contact-form-placeholder textarea, .contact-form-placeholder button, .contact-form-placeholder form > small { grid-column: 1 / -1; }
.contact-form-placeholder button { border: 0; padding: 18px; background: var(--orange); color: white; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.contact-form-placeholder small { color: rgba(255,255,255,.42); font-size: 8px; letter-spacing: .1em; }
.sponsorship-form { background: var(--navy-2); }
.sponsorship-form > div > p { color: rgba(255,255,255,.62); line-height: 1.7; }

.legal-page { min-height: 800px; background: var(--neutral); }
.legal-page h1 { margin: 50px 0 80px; }
.legal-copy { max-width: 850px; margin-left: auto; color: var(--muted); line-height: 1.8; }
.legal-copy h2 { color: var(--ink); font-size: 34px; margin-top: 55px; }
.detail-intro-grid { align-items: start; }
.deliverable-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 70px; border: 1px solid rgba(255,255,255,.2); }
.deliverable-grid article { padding: 35px 25px; min-height: 190px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.deliverable-grid h3 { margin-top: 55px; text-transform: uppercase; }
.detail-media { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: center; }
.detail-media h2 { margin: 65px 0 25px; }
.detail-media p { color: var(--muted); line-height: 1.7; }
.detail-media figure { margin: 0; height: 570px; position: relative; }
.dark-link { display: inline-block; margin-top: 28px; padding-bottom: 8px; border-bottom: 1px solid var(--line); color: var(--orange); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.product-grid > article { min-height: 370px; }

/* Matchpoint 2026 brand-system treatment */
body { background: var(--neutral); }
.draft-note { background: var(--navy); border-bottom: 2px solid var(--orange); color: rgba(255,255,255,.72); }
.site-header { box-shadow: inset 0 -3px 0 var(--neutral); }
.site-header::after { content: ""; position: absolute; left: 5vw; bottom: 0; width: 115px; height: 3px; background: linear-gradient(90deg, var(--blue) 0 50%, var(--orange) 50%); }
.header-cta { background: var(--orange); clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%); padding-right: 28px; }
.header-cta span { color: white; }
.hero { grid-template-columns: 46% 54%; min-height: 720px; }
.hero-copy { min-height: 720px; display: flex; flex-direction: column; justify-content: center; background-image: linear-gradient(135deg, transparent 0 58%, rgba(0,156,255,.08) 58% 58.5%, transparent 58.5%), linear-gradient(0deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: auto, 100% 74px; }
.hero-copy::after { content: "MP"; position: absolute; right: -8%; bottom: -6%; font-size: 240px; font-weight: 900; letter-spacing: -.12em; color: rgba(255,255,255,.025); }
.hero h1 { font-size: clamp(55px, 5.4vw, 88px); }
.hero-visual { min-height: 720px; }
.hero-visual img { filter: saturate(.92) contrast(1.13); }
.hero-visual::after { background: linear-gradient(90deg, var(--navy) 0%, rgba(0,24,42,.4) 27%, rgba(0,24,42,.08) 60%), linear-gradient(0deg, rgba(0,24,42,.9), transparent 50%); }
.hero-campaign-lockup { position: absolute; z-index: 3; left: 7%; top: 9%; width: min(420px,75%); padding: 21px 24px; background: rgba(0,24,42,.92); border-left: 4px solid var(--blue); display: grid; grid-template-columns: 92px 1fr; gap: 22px; align-items: center; }
.hero-campaign-lockup img { width: 92px; height: 62px; object-fit: contain; background: white; }
.hero-campaign-lockup > span { font-size: clamp(18px,1.8vw,30px); line-height: 1.02; font-weight: 800; letter-spacing: -.025em; }
.hero-campaign-lockup strong { color: var(--blue); }
.hero-campaign-lockup em { color: var(--orange); font-style: normal; }
.hero-sector-tags { position: absolute; z-index: 3; right: 4%; bottom: 8%; display: grid; grid-template-columns: repeat(4,auto); border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.hero-sector-tags span { padding: 13px 15px; border-right: 1px solid rgba(255,255,255,.35); color: white; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.hero-sector-tags span:nth-child(odd) { color: var(--blue); }
.hero-sector-tags span:nth-child(even) { color: var(--orange); }
.service-strip { background: var(--navy); border-top: 3px solid var(--orange); border-bottom: 1px solid rgba(255,255,255,.18); }
.service-strip i { color: var(--orange); }
.section-kicker { font-weight: 800; }
.section-kicker::after { content: ""; width: 42px; height: 2px; margin-left: auto; background: linear-gradient(90deg,var(--blue),var(--orange)); }
.section-kicker.light::after { opacity: .8; }
.about { position: relative; }
.about::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 7px; background: linear-gradient(var(--blue) 0 50%, var(--orange) 50%); }
.pillars article { background: white; }
.pillars article:nth-child(even)::before { background: var(--blue); }
.services { background-color: var(--navy); background-image: radial-gradient(circle at 90% 10%, rgba(0,156,255,.13), transparent 28%), linear-gradient(135deg, transparent 0 68%, rgba(255,90,0,.05) 68% 68.4%, transparent 68.4%); }
.service-card:nth-child(2n) .service-icon { color: var(--orange); }
.service-card:hover { background: linear-gradient(135deg,var(--navy-2),#08466f); }
.experiences { background: white; }
.experience-card { position: relative; }
.experience-card::before { content: ""; position: absolute; z-index: 3; top: -8px; left: -8px; width: 54px; height: 54px; border-top: 3px solid var(--blue); border-left: 3px solid var(--orange); pointer-events: none; }
.experience-photo img, .portfolio-grid figure img, .page-hero figure > img { filter: saturate(.82) contrast(1.08); }
.experience-meta { border-bottom: 1px solid var(--line); padding-bottom: 17px; }
.ecosystem { background: var(--neutral); position: relative; }
.ecosystem::after { content: "MP"; position: absolute; right: -1vw; bottom: -5vw; font-size: 260px; font-weight: 900; color: rgba(0,24,42,.035); letter-spacing: -.12em; }
.ecosystem-heading { display: grid; grid-template-columns: 1.2fr .55fr; gap: 8vw; align-items: end; margin: 70px 0; }
.ecosystem-heading p { color: var(--muted); line-height: 1.7; }
.ecosystem-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); position: relative; z-index: 2; }
.ecosystem-grid a { min-height: 320px; padding: 32px; background: white; border-right: 1px solid var(--line); position: relative; transition: background .25s,color .25s,transform .25s; }
.ecosystem-grid a:last-child { border-right: 0; }
.ecosystem-grid a:hover { background: var(--navy); color: white; transform: translateY(-6px); }
.ecosystem-grid a > span { color: var(--blue); font-size: 9px; font-weight: 800; }
.ecosystem-grid a:nth-child(2) > span { color: var(--orange); }
.ecosystem-grid h3 { margin: 70px 0 15px; max-width: 300px; font-size: 27px; line-height: 1.05; text-transform: uppercase; }
.ecosystem-grid p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.ecosystem-grid b { position: absolute; bottom: 28px; left: 32px; color: var(--orange); font-size: 9px; letter-spacing: .12em; }
.identity { background-image: linear-gradient(135deg, transparent 0 76%, rgba(0,156,255,.07) 76% 76.5%, transparent 76.5%); }
.identity-board { border: 10px solid white; box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.process { position: relative; }
.process-grid li > span { border: 1px solid var(--line); width: 32px; height: 32px; display: grid; place-items: center; padding: 0; }
.contact { background: var(--navy); border-top: 5px solid var(--orange); }
.contact::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg,transparent 0 48%,rgba(0,156,255,.08) 48% 48.4%,transparent 48.4%); pointer-events: none; }
footer { border-top: 1px solid rgba(255,255,255,.14); }

.page-hero { grid-template-columns: 43% 57%; min-height: 620px; }
.page-hero-copy { min-height: 620px; position: relative; z-index: 2; background-image: linear-gradient(0deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 100% 70px; }
.page-hero-copy::after { content: ""; position: absolute; right: -90px; top: 0; bottom: 0; width: 180px; background: var(--navy); clip-path: polygon(0 0,50% 0,100% 100%,50% 100%); z-index: -1; }
.page-hero figure { min-height: 620px; }
.page-hero figure::after { background: linear-gradient(90deg,rgba(0,24,42,.75),transparent 45%),linear-gradient(0deg,rgba(0,24,42,.72),transparent 50%); }
.page-hero-stamp { position: absolute; z-index: 3; right: 6%; bottom: 9%; padding: 18px 22px; background: rgba(0,24,42,.9); border-top: 3px solid var(--blue); display: flex; gap: 18px; align-items: center; color: white; }
.page-hero-stamp > b { font-size: 38px; font-style: italic; color: white; letter-spacing: -.08em; }
.page-hero-stamp > span { font-size: 14px; font-weight: 800; line-height: 1.05; }
.page-hero-stamp strong { color: var(--blue); }
.page-hero-stamp em { color: var(--orange); font-style: normal; }
.manifesto { background: var(--navy); border-left: 10px solid var(--orange); }
.manifesto blockquote::first-line { color: white; }
.values-grid article:nth-child(odd) { background: var(--neutral); }
.directory-grid > * { box-shadow: inset 0 3px 0 var(--blue); }
.directory-grid > *:nth-child(even) { box-shadow: inset 0 3px 0 var(--orange); }
.portfolio-grid figure::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -90px 90px rgba(0,24,42,.2); }
.portfolio-grid article > div { border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.results, .deliverables, .integrated { background-color: var(--navy); background-image: linear-gradient(135deg,transparent 0 75%,rgba(0,156,255,.06) 75% 75.4%,transparent 75.4%); }
.contact-options article { background: white; box-shadow: inset 0 3px 0 var(--blue); }
.contact-options article:nth-child(2) { box-shadow: inset 0 3px 0 var(--orange); }
.contact-form-placeholder { border-top: 4px solid var(--blue); }
.sponsorship-form { border-top-color: var(--orange); }

@media (max-width: 930px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 670px; padding: 90px 6vw; }
  .hero-visual { min-height: 530px; }
  .service-strip { overflow: hidden; justify-content: flex-start; }
  .about-grid, .process-grid { grid-template-columns: 1fr; gap: 50px; }
  .pillars { grid-template-columns: 1fr 1fr; }
  .pillars article:nth-child(2) { border-right: 0; }
  .pillars article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .identity { grid-template-columns: 1fr; }
  .identity-board { height: 500px; }
  .page-hero { grid-template-columns: 1fr; }
  .page-hero figure { min-height: 520px; }
  .story-grid, .detail-intro-grid, .integrated-grid, .contact-form-placeholder, .detail-media, .brand-story { grid-template-columns: 1fr; }
  .values-grid, .result-grid { grid-template-columns: repeat(2,1fr); }
  .contact-options { grid-template-columns: 1fr; }
  .contact-options article { border-right: 0; border-bottom: 1px solid var(--line); }
  .deliverable-grid { grid-template-columns: repeat(2,1fr); }
  .footer-links { flex-wrap: wrap; }
  .hero { grid-template-columns: 1fr; }
  .hero-campaign-lockup { top: 8%; }
  .ecosystem-heading { grid-template-columns: 1fr; }
  .ecosystem-grid { grid-template-columns: 1fr; }
  .ecosystem-grid a { border-right: 0; border-bottom: 1px solid var(--line); }
  .page-hero { grid-template-columns: 1fr; }
  .page-hero-copy::after { display: none; }
}

@media (max-width: 620px) {
  .draft-note { font-size: 7px; line-height: 1.5; }
  .site-header { height: 74px; padding: 0 4vw; }
  .brand img { width: 48px; height: 38px; }
  .brand > span { font-size: 11px; }
  .header-cta { padding: 12px; }
  .header-cta span { margin-left: 8px; }
  .hero-copy { min-height: 610px; padding-top: 75px; }
  h1 { font-size: 50px; }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-button { width: 100%; }
  .secondary-link { width: fit-content; }
  .hero-visual { min-height: 400px; }
  .service-strip { gap: 16px; font-size: 8px; }
  .section-pad { padding: 88px 6vw; }
  h2 { font-size: 42px; }
  .about-grid { margin: 55px 0 65px; }
  .pillars { grid-template-columns: 1fr; }
  .pillars article { border-right: 0; border-bottom: 1px solid var(--line); }
  .services-heading, .experiences-heading { flex-direction: column; align-items: start; margin: 55px 0; }
  .services-heading p, .experiences-heading p { width: auto; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .experience-grid { grid-template-columns: 1fr; gap: 60px; }
  .experience-side { padding-top: 0; }
  .experience-wide { grid-column: auto; width: 100%; }
  .experience-photo, .experience-side .experience-photo, .experience-wide .experience-photo { height: 430px; }
  .experience-meta { display: block; }
  .experience-meta p { margin-top: 9px; }
  .identity-board { height: 320px; }
  .contact-ring { width: 360px; height: 360px; }
  .contact > a { min-width: 0; width: 100%; gap: 20px; }
  footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
  .page-hero-copy { padding: 88px 6vw; }
  .page-hero figure { min-height: 400px; }
  .directory-grid, .portfolio-grid, .values-grid, .result-grid, .deliverable-grid { grid-template-columns: 1fr; }
  .portfolio-grid article.featured { grid-column: auto; width: 100%; }
  .portfolio-grid figure, .portfolio-grid .featured figure { height: 420px; }
  .contact-form-placeholder form { grid-template-columns: 1fr; }
  .contact-form-placeholder form > * { grid-column: 1 / -1; }
  .detail-media figure, .brand-story figure { height: 420px; min-height: 0; }
  .hero-campaign-lockup { left: 5%; width: 90%; grid-template-columns: 72px 1fr; }
  .hero-campaign-lockup img { width: 72px; }
  .hero-sector-tags { left: 5%; right: 5%; grid-template-columns: repeat(2,1fr); }
  .ecosystem-grid a { min-height: 280px; }
  .page-hero-stamp { right: 5%; left: 5%; justify-content: flex-start; }
}

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