/* ============================================================
   ma - consolidated page-specific styles (from the prototype)
   Loaded site-wide (after styles.css) so every CMS page renders
   with its exact prototype layout.
   ============================================================ */

/* ===== creative ===== */

/* === DISCIPLINE BLOCKS (creative) === */
.cre-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1px; background: var(--border); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.cre { background: var(--paper); padding: 48px 36px; display: flex; flex-direction: column; gap: 14px; min-height: 320px; position: relative; overflow: hidden; transition: background 0.35s ease; cursor: pointer; }
.cre:hover { background: var(--cream); }
.cre .num { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 2px; color: var(--pink); font-weight: 700; }
.cre h3 { font-size: 30px; font-weight: 800; letter-spacing: -0.025em; line-height: 1.05; }
.cre p { color: var(--muted); line-height: 1.55; font-size: 15px; max-width: 380px; }
.cre .meta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--border); }
.cre .meta span { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--pink); font-weight: 700; }
.cre .meta .arrow { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--ink); color: var(--paper); transition: transform 0.3s ease, background 0.3s ease; }
.cre:hover .meta .arrow { background: var(--pink); transform: rotate(-45deg); }
.cre.w7 { grid-column: span 7; }
.cre.w5 { grid-column: span 5; }
.cre.w4 { grid-column: span 4; }
.cre.w8 { grid-column: span 8; }
.cre.w6 { grid-column: span 6; }
.cre.w12 { grid-column: span 12; }
@media (max-width: 880px) { .cre.w7, .cre.w5, .cre.w4, .cre.w8, .cre.w6, .cre.w12 { grid-column: span 12; } }

/* === MANIFESTO BLOCK === */
.manifesto { display: grid; grid-template-columns: 1fr 1.4fr; gap: 96px; align-items: start; }
@media (max-width: 880px) { .manifesto { grid-template-columns: 1fr; gap: 32px; } }
.manifesto .side .label { color: var(--pink); margin-bottom: 24px; }
.manifesto .side h2 { font-size: var(--display-3); font-weight: 900; line-height: 0.92; letter-spacing: -0.045em; }
.manifesto .side h2 em, .manifesto .side h2 .pink { font-style: normal; color: var(--pink); }
.manifesto .side h2 .accent { color: var(--cyan); }
.manifesto .body p { font-size: var(--body-lg); color: var(--ink); line-height: 1.6; margin-bottom: 24px; max-width: 580px; }
.manifesto .body p:last-child { color: var(--muted); }
.manifesto .body p .hl { background: linear-gradient(180deg, transparent 62%, var(--cyan-soft) 62%); padding: 0 4px; }

/* === SHOWCASE STRIP === */
.showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 880px) { .showcase { grid-template-columns: 1fr; } }
.show-card { position: relative; overflow: hidden; aspect-ratio: 4/5; border-radius: 4px; }
.show-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.show-card:hover img { transform: scale(1.05); }
.show-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.65) 100%); pointer-events: none; }
.show-meta { position: absolute; left: 24px; right: 24px; bottom: 22px; color: var(--paper); z-index: 2; }
.show-meta .tag { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--cyan); font-weight: 700; }
.show-meta h4 { font-size: 24px; font-weight: 800; letter-spacing: -0.02em; margin-top: 6px; line-height: 1.1; }

/* === PROCESS/CAPABILITIES === */
.cap-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
@media (max-width: 880px) { .cap-grid { grid-template-columns: 1fr 1fr; gap: 24px; } }
.cap { padding: 28px 0; border-top: 2px solid var(--ink); }
.cap .n { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 2px; color: var(--cyan); font-weight: 700; }
.cap h4 { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; margin: 12px 0 10px; }
.cap p { font-size: 14px; color: var(--muted); line-height: 1.55; }

/* === BIG QUOTE === */
.bigq { padding: var(--pad-block) var(--gutter); background: var(--graphite); color: var(--paper); }
.bigq-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.bigq h2 { font-size: clamp(36px, 5.5vw, 76px); font-weight: 800; line-height: 1.05; letter-spacing: -0.03em; margin-bottom: 32px; }
.bigq h2 .accent { color: var(--cyan); }
.bigq h2 .pink { color: var(--pink); }
.bigq .by { font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.55); }

/* === CTA === */
.big-cta { text-align: center; padding: var(--pad-block) var(--gutter); background: var(--cream); position: relative; overflow: hidden; }
.big-cta::before { content:''; position:absolute; inset:0; background: radial-gradient(800px 500px at 80% 10%, rgba(255,0,110,0.08), transparent 60%), radial-gradient(700px 500px at 10% 110%, rgba(3,183,210,0.10), transparent 60%); }
.big-cta > * { position: relative; z-index: 1; }
.big-cta h2 { font-size: var(--display-2); font-weight: 900; line-height: 0.95; letter-spacing: -0.05em; margin-bottom: 32px; max-width: 1100px; margin-left: auto; margin-right: auto; }
.big-cta h2 .accent { color: var(--cyan); }
.big-cta h2 .pink { color: var(--pink); }


/* ===== media ===== */

.disc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
@media (max-width: 880px) { .disc-grid { grid-template-columns: 1fr; } }
.disc { background: var(--paper); padding: 40px 32px; display: flex; flex-direction: column; gap: 16px; transition: background 0.3s ease; cursor: pointer; }
.disc:hover { background: var(--cream); }
.disc .num { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 2px; color: var(--cyan); font-weight: 700; }
.disc-grid .disc:nth-child(even) .num { color: var(--pink); }
.disc h3 { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; }
.disc p { color: var(--muted); line-height: 1.55; font-size: 15px; }
.disc .tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.disc-tag { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1px; padding: 4px 10px; border: 1px solid var(--border); border-radius: 99px; text-transform: uppercase; font-weight: 600; color: var(--muted); }

.process { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: start; }
@media (max-width: 880px) { .process { grid-template-columns: 1fr; gap: 48px; } }
.process-text h2 { font-size: var(--display-3); font-weight: 900; line-height: 0.95; letter-spacing: -0.04em; margin-bottom: 32px; }
.process-text h2 em, .process-text h2 .accent { font-style: normal; color: var(--cyan); }
.process-text h2 .pink { color: var(--pink); }
.process-text p { color: var(--muted); font-size: var(--body-lg); line-height: 1.6; margin-bottom: 20px; }
.process-text p strong { color: var(--ink); font-weight: 700; }
.process-steps { display: flex; flex-direction: column; gap: 4px; }
.process-step { display: grid; grid-template-columns: 56px 1fr; gap: 16px; padding: 24px 0; border-top: 1px solid var(--border); }
.process-step:last-child { border-bottom: 1px solid var(--border); }
.process-step .num { font-family: 'JetBrains Mono', monospace; font-size: 13px; letter-spacing: 2px; color: var(--cyan); font-weight: 700; padding-top: 4px; }
.process-step h4 { font-size: 19px; font-weight: 800; letter-spacing: -0.015em; margin-bottom: 6px; }
.process-step p { font-size: 14px; color: var(--muted); line-height: 1.55; }

.proof-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding: 80px var(--gutter); border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); max-width: var(--max); margin: 0 auto; }
@media (max-width: 880px) { .proof-stats { grid-template-columns: repeat(2, 1fr); gap: 40px; } }
.proof-stat .v { font-size: clamp(48px, 5.5vw, 84px); font-weight: 900; letter-spacing: -0.05em; line-height: 0.9; color: var(--paper); font-variant-numeric: tabular-nums; }
.proof-stat .v .accent { color: var(--cyan); }
.proof-stat .v .pink { color: var(--pink); }
.proof-stat .l { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.5); font-weight: 600; margin-top: 12px; max-width: 220px; line-height: 1.4; }

.big-cta { text-align: center; padding: var(--pad-block) var(--gutter); background: var(--cream); }
.big-cta h2 { font-size: var(--display-2); font-weight: 900; line-height: 0.95; letter-spacing: -0.05em; margin-bottom: 32px; max-width: 1100px; margin-left: auto; margin-right: auto; }
.big-cta h2 .accent { color: var(--cyan); }
.big-cta h2 .pink { color: var(--pink); }


/* ===== about ===== */

/* Page-specific */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: start; }
@media (max-width: 880px) { .story-grid { grid-template-columns: 1fr; gap: 48px; } }
.story-text p { font-size: var(--body-lg); color: var(--muted); margin-bottom: 24px; line-height: 1.6; }
.story-text p:first-child { font-size: clamp(22px, 2vw, 28px); color: var(--ink); font-weight: 600; line-height: 1.35; letter-spacing: -0.015em; }
.story-text p strong { color: var(--ink); font-weight: 700; }
.story-side { display: flex; flex-direction: column; gap: 28px; padding-top: 8px; }
.fact { padding: 24px 0; border-top: 1px solid var(--border); }
.fact:first-child { border-top: 2px solid var(--ink); padding-top: 28px; }
.fact .v { font-size: clamp(48px, 5vw, 64px); font-weight: 900; letter-spacing: -0.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.fact .v .accent { color: var(--cyan); }
.fact .v .pink { color: var(--pink); }
.fact .l { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-top: 8px; }

.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(255,255,255,0.08); border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); }
@media (max-width: 880px) { .principles-grid { grid-template-columns: 1fr; } }
.principle { background: var(--ink); padding: 48px 36px; display: flex; flex-direction: column; gap: 16px; transition: background 0.3s ease; }
.principle:hover { background: var(--ink-2); }
.principle .num { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 2px; color: var(--cyan); font-weight: 700; }
.principle h3 { font-size: clamp(24px, 2.2vw, 32px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; }
.principle p { color: rgba(255,255,255,0.6); line-height: 1.55; max-width: 340px; }

.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 880px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
.team-card { position: relative; aspect-ratio: 4/5; border-radius: 8px; overflow: hidden; background: var(--paper-3); cursor: pointer; }
.team-card img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.4); transition: filter 0.3s ease, transform 0.5s cubic-bezier(0.16,1,0.3,1); }
.team-card:hover img { filter: grayscale(0); transform: scale(1.04); }
.team-card .info { position: absolute; bottom: 0; left: 0; right: 0; padding: 18px 20px; background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.85) 100%); color: var(--paper); }
.team-card .name { font-weight: 800; font-size: 17px; letter-spacing: -0.01em; }
.team-card .role { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.8); margin-top: 4px; }

.offices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 880px) { .offices-grid { grid-template-columns: 1fr; gap: 16px; } }
.office { padding: 32px 0; border-top: 2px solid var(--ink); }
.office .pin { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 2px; color: var(--cyan); margin-bottom: 12px; font-weight: 700; }
.office h4 { font-size: 24px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 10px; }
.office address { font-style: normal; color: var(--muted); font-size: 14px; line-height: 1.55; }

.big-cta { text-align: center; padding: var(--pad-block) var(--gutter); background: var(--ink); color: var(--paper); }
.big-cta h2 { font-size: var(--display-2); font-weight: 900; line-height: 0.95; letter-spacing: -0.05em; margin-bottom: 32px; max-width: 1100px; margin-left: auto; margin-right: auto; }
.big-cta h2 .accent { color: var(--cyan); }
.big-cta h2 .pink { color: var(--pink); }


/* ===== work ===== */

.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 48px; }
.filter-pill {
  font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 1.5px;
  text-transform: uppercase; font-weight: 700; padding: 10px 16px;
  border: 1px solid var(--border); border-radius: 99px; transition: all 0.2s ease;
  cursor: pointer; background: transparent; color: var(--muted);
}
.filter-pill.active, .filter-pill:hover { border-color: var(--ink); color: var(--ink); background: var(--ink); color: var(--paper); }
.filter-pill.cyan-active { background: var(--cyan); border-color: var(--cyan); color: var(--ink); }

.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
@media (max-width: 880px) { .work-grid { grid-template-columns: 1fr; gap: 12px; } }
.work-card {
  position: relative; background: var(--ink); color: var(--paper);
  border-radius: 10px; overflow: hidden; aspect-ratio: 4/3;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 32px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); cursor: pointer;
}
@media (max-width: 880px) { .work-card { aspect-ratio: 3/2; padding: 22px; } }
.work-card:hover { transform: translateY(-4px); }
.work-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.2) contrast(1.08) brightness(0.78);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
}
.work-card:hover img { transform: scale(1.06); filter: grayscale(0) contrast(1.12) brightness(0.85); }
.work-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.7) 100%); z-index: 1; }
.work-card::after { content: ''; position: absolute; inset: 0; opacity: 0; transition: opacity 0.3s ease; z-index: 2; }
.work-card:hover::after { opacity: 0.35; }
.work-card.tint-cyan::after { background: var(--cyan); mix-blend-mode: multiply; }
.work-card.tint-pink::after { background: var(--pink); mix-blend-mode: multiply; }
.work-card.tint-amber::after { background: #f59e0b; mix-blend-mode: multiply; }
.work-card.tint-purple::after { background: #7c3aed; mix-blend-mode: multiply; }
.work-card.tint-emerald::after { background: #10b981; mix-blend-mode: multiply; }
.work-card.tint-rose::after { background: #f43f5e; mix-blend-mode: multiply; }

.work-card .meta { position: relative; z-index: 3; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; opacity: 0.75; margin-bottom: 14px; font-weight: 600; }
.work-card .meta .sep { color: var(--cyan); margin: 0 6px; }
.work-card .title { position: relative; z-index: 3; font-size: clamp(22px, 2.2vw, 32px); font-weight: 800; line-height: 1.1; letter-spacing: -0.022em; max-width: 90%; }
.work-card .arrow {
  position: absolute; top: 26px; right: 26px; z-index: 3;
  width: 46px; height: 46px; border: 1.5px solid rgba(255, 255, 255, 0.3); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; opacity: 0; transition: all 0.3s ease;
}
.work-card:hover .arrow { opacity: 1; border-color: var(--paper); background: var(--paper); color: var(--ink); }

.w-7 { grid-column: span 7; } .w-5 { grid-column: span 5; } .w-4 { grid-column: span 4; } .w-8 { grid-column: span 8; } .w-6 { grid-column: span 6; } .w-12 { grid-column: span 12; }
@media (max-width: 880px) { .w-7, .w-5, .w-4, .w-8, .w-6, .w-12 { grid-column: span 1; } }
.work-card.w-12 { aspect-ratio: 21/9; }

.sector-counts { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: var(--border); margin-top: 56px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
@media (max-width: 880px) { .sector-counts { grid-template-columns: repeat(3, 1fr); } }
.sector-count { background: var(--paper); padding: 28px 18px; text-align: center; }
.sector-count .v { font-size: 36px; font-weight: 900; letter-spacing: -0.04em; color: var(--ink); }
.sector-count .l { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-top: 6px; }

.big-cta { text-align: center; padding: var(--pad-block) var(--gutter); background: var(--ink); color: var(--paper); position: relative; overflow: hidden; }
.big-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(800px 500px at 20% 30%, rgba(255, 0, 110, 0.16), transparent 60%), radial-gradient(700px 400px at 80% 70%, rgba(3, 183, 210, 0.18), transparent 60%); pointer-events: none; }
.big-cta > * { position: relative; }
.big-cta h2 { font-size: var(--display-2); font-weight: 900; line-height: 0.95; letter-spacing: -0.05em; margin-bottom: 32px; max-width: 1100px; margin-left: auto; margin-right: auto; }
.big-cta h2 .accent { color: var(--cyan); }
.big-cta h2 .pink { color: var(--pink); }


/* ===== latest ===== */

/* === FILTER BAR === */
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 56px; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
.fpill { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; padding: 10px 16px; border-radius: 99px; border: 1px solid var(--border-strong); background: var(--paper); color: var(--ink-3); transition: all 0.2s ease; cursor: pointer; }
.fpill:hover { border-color: var(--ink); }
.fpill.is-active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.fpill .count { color: var(--muted-2); margin-left: 6px; font-weight: 500; }
.fpill.is-active .count { color: rgba(255,255,255,0.5); }

/* === FEATURED HERO ARTICLE === */
.feat { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; padding: 0 0 80px; border-bottom: 1px solid var(--border); margin-bottom: 80px; align-items: stretch; }
@media (max-width: 880px) { .feat { grid-template-columns: 1fr; gap: 32px; } }
.feat-img { position: relative; overflow: hidden; border-radius: 4px; aspect-ratio: 4/3; }
.feat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1); }
.feat-img:hover img { transform: scale(1.04); }
.feat-img .badge { position: absolute; top: 20px; left: 20px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; padding: 8px 12px; background: var(--paper); color: var(--ink); border-radius: 99px; font-weight: 700; }
.feat-body { display: flex; flex-direction: column; justify-content: center; gap: 24px; }
.feat-body .meta { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); font-weight: 600; display: flex; gap: 16px; align-items: center; }
.feat-body .meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }
.feat-body h2 { font-size: clamp(36px, 4.5vw, 56px); font-weight: 900; letter-spacing: -0.035em; line-height: 1; }
.feat-body p { font-size: var(--body-lg); color: var(--muted); line-height: 1.55; }
.feat-body .by { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--border); }
.feat-body .by img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.feat-body .by .who { font-size: 14px; font-weight: 700; }
.feat-body .by .role { font-size: 12px; color: var(--muted); }

/* === ARTICLES GRID === */
.articles { display: grid; grid-template-columns: repeat(12, 1fr); gap: 32px 24px; }
.art { grid-column: span 4; display: flex; flex-direction: column; gap: 16px; }
.art.wide { grid-column: span 6; }
.art.full { grid-column: span 12; }
@media (max-width: 880px) { .art, .art.wide, .art.full { grid-column: span 12; } }
.art-img { position: relative; overflow: hidden; border-radius: 4px; aspect-ratio: 4/3; }
.art.wide .art-img { aspect-ratio: 16/9; }
.art-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1); }
.art:hover .art-img img { transform: scale(1.05); }
.art-img .tag { position: absolute; top: 14px; left: 14px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 10px; background: var(--paper); color: var(--ink); border-radius: 99px; font-weight: 700; }
.art-meta { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.art h3 { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; transition: color 0.2s ease; }
.art.wide h3 { font-size: 28px; line-height: 1.1; }
.art:hover h3 { color: var(--cyan); }
.art p { font-size: 14px; color: var(--muted); line-height: 1.55; }

/* === NEWSLETTER STRIP === */
.news-strip { background: var(--ink); color: var(--paper); padding: 80px var(--gutter); margin-top: 96px; border-radius: 8px; overflow: hidden; position: relative; }
.news-strip::before { content: ''; position: absolute; inset: 0; background: radial-gradient(700px 400px at 100% 0%, rgba(255,0,110,0.18), transparent 60%), radial-gradient(600px 400px at 0% 100%, rgba(3,183,210,0.16), transparent 60%); pointer-events: none; }
.news-inner { position: relative; max-width: 1000px; margin: 0 auto; text-align: center; }
.news-inner .label { color: var(--cyan); margin-bottom: 24px; justify-content: center; display: inline-flex; }
.news-inner h2 { font-size: clamp(36px, 5vw, 64px); font-weight: 900; letter-spacing: -0.035em; line-height: 1; margin-bottom: 20px; }
.news-inner h2 .accent { color: var(--cyan); }
.news-inner h2 .pink { color: var(--pink); }
.news-inner p { color: rgba(255,255,255,0.65); font-size: var(--body-lg); margin-bottom: 32px; max-width: 560px; margin-left: auto; margin-right: auto; }
.news-form { display: flex; gap: 8px; max-width: 480px; margin: 0 auto; }
.news-form input { flex: 1; padding: 16px 20px; border-radius: 99px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.04); color: var(--paper); font-family: inherit; font-size: 14px; font-weight: 500; outline: none; transition: border-color 0.2s ease, background 0.2s ease; }
.news-form input::placeholder { color: rgba(255,255,255,0.4); }
.news-form input:focus { border-color: var(--cyan); background: rgba(255,255,255,0.08); }
.news-form button { padding: 16px 24px; border-radius: 99px; background: var(--cyan); color: var(--ink); font-weight: 800; font-size: 14px; letter-spacing: -0.1px; transition: background 0.2s ease, transform 0.2s ease; }
.news-form button:hover { background: var(--pink); color: var(--paper); transform: translateY(-1px); }
.news-foot { margin-top: 18px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.4); }


/* ===== contact ===== */

/* === CONTACT SPLIT === */
.contact-split { display: grid; grid-template-columns: 1fr 1.1fr; gap: 96px; align-items: start; }
@media (max-width: 1080px) { .contact-split { grid-template-columns: 1fr; gap: 48px; } }

.contact-side { display: flex; flex-direction: column; gap: 48px; position: sticky; top: 120px; }
@media (max-width: 1080px) { .contact-side { position: static; } }
.contact-side .label { color: var(--cyan); margin-bottom: 0; }
.contact-side h2 { font-size: var(--display-3); font-weight: 900; line-height: 0.92; letter-spacing: -0.045em; margin-top: 16px; }
.contact-side h2 em { font-style: normal; color: var(--cyan); }
.contact-side h2 .pink { color: var(--pink); }
.contact-side > p { font-size: var(--body-lg); color: var(--muted); line-height: 1.55; max-width: 440px; }

.contact-direct { display: flex; flex-direction: column; gap: 20px; padding-top: 32px; border-top: 1px solid var(--border); }
.contact-direct .row { display: flex; align-items: center; gap: 16px; }
.contact-direct .row .ic { width: 44px; height: 44px; border-radius: 50%; background: var(--cream); display: flex; align-items: center; justify-content: center; color: var(--cyan); flex-shrink: 0; }
.contact-direct .row .lbl { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.contact-direct .row .v { font-size: 18px; font-weight: 700; letter-spacing: -0.01em; }
.contact-direct .row .v a { transition: color 0.2s ease; }
.contact-direct .row .v a:hover { color: var(--cyan); }

/* === FORM === */
.form-card { background: var(--paper); border: 1px solid var(--border); border-radius: 8px; padding: 56px; }
@media (max-width: 880px) { .form-card { padding: 32px 24px; } }
.form-stage { display: flex; align-items: center; gap: 12px; margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.form-stage .badge { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 12px; background: var(--ink); color: var(--paper); border-radius: 99px; font-weight: 700; }
.form-stage .step { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--muted); }

.form-row { margin-bottom: 28px; }
.form-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 880px) { .form-row.two { grid-template-columns: 1fr; gap: 28px; } }
.form-row label { display: block; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; color: var(--ink-2); margin-bottom: 10px; }
.form-row input[type="text"], .form-row input[type="email"], .form-row textarea, .form-row select {
  width: 100%; padding: 14px 0; border: 0; border-bottom: 1.5px solid var(--border-strong);
  background: transparent; font-family: inherit; font-size: 16px; font-weight: 500; color: var(--ink);
  outline: none; transition: border-color 0.2s ease;
}
.form-row textarea { resize: vertical; min-height: 120px; line-height: 1.55; }
.form-row input:focus, .form-row textarea:focus, .form-row select:focus { border-color: var(--cyan); }
.form-row input::placeholder, .form-row textarea::placeholder { color: var(--muted-2); }

/* Chip group */
.chip-group { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; padding: 10px 16px; border: 1.5px solid var(--border-strong); border-radius: 99px; background: var(--paper); font-weight: 700; transition: all 0.15s ease; cursor: pointer; color: var(--ink-3); }
.chip:hover { border-color: var(--ink); }
.chip.is-on { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.chip.budget.is-on { background: var(--cyan); color: var(--ink); border-color: var(--cyan); }

.form-submit { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--border); }
.form-submit .privacy { font-size: 12px; color: var(--muted); max-width: 320px; line-height: 1.5; }
.form-submit .privacy a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }

/* === OFFICES STRIP === */
.offices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
@media (max-width: 880px) { .offices { grid-template-columns: 1fr; } }
.off { background: var(--paper); padding: 56px 40px; }
.off .label { color: var(--cyan); margin-bottom: 18px; }
.off h3 { font-size: 28px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.05; margin-bottom: 14px; }
.off address { font-style: normal; font-size: 15px; line-height: 1.6; color: var(--muted); margin-bottom: 18px; }
.off .links { display: flex; flex-direction: column; gap: 6px; }
.off .links a { font-size: 14px; font-weight: 600; color: var(--ink); transition: color 0.2s ease; }
.off .links a:hover { color: var(--cyan); }

/* === FOOTER CTA === */
.bottom-cta { text-align: center; padding: var(--pad-block) var(--gutter); background: var(--ink); color: var(--paper); position: relative; overflow: hidden; }
.bottom-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(900px 600px at 90% 0%, rgba(255,0,110,0.16), transparent 60%), radial-gradient(700px 500px at 10% 110%, rgba(3,183,210,0.16), transparent 60%); }
.bottom-cta > * { position: relative; z-index: 1; }
.bottom-cta .label { color: var(--cyan); justify-content: center; display: inline-flex; margin-bottom: 24px; }
.bottom-cta h2 { font-size: var(--display-2); font-weight: 900; line-height: 0.95; letter-spacing: -0.05em; margin-bottom: 24px; max-width: 1000px; margin-left: auto; margin-right: auto; }
.bottom-cta h2 .accent { color: var(--cyan); }
.bottom-cta h2 .pink { color: var(--pink); }
.bottom-cta p { color: rgba(255,255,255,0.65); font-size: var(--body-lg); max-width: 540px; margin: 0 auto; }


/* ============================================
   RICH-TEXT EDITOR FORMATTING CONTROLS
   Sizes + highlight styles editors can pick from the Studio toolbar.
   (em units = scales relative to whatever context the text sits in.)
   ============================================ */
.rich-text .rt-large { font-size: 1.25em; line-height: 1.5; }
.rich-text .rt-small { font-size: 0.82em; color: var(--muted); line-height: 1.5; }
.rich-text .rt-underline { text-decoration: underline; text-underline-offset: 2px; }
.rich-text .rt-cyan { color: var(--cyan-2); font-weight: 600; }
.rich-text .rt-pink { color: var(--pink); font-weight: 600; }
.rich-text h4 { font-size: 1.05em; font-weight: 700; letter-spacing: -0.01em; margin: 1.4em 0 0.5em; }

/* Latest - "Load more" button */
.load-more-wrap { display: flex; justify-content: center; margin-top: 56px; }
.load-more-btn { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 800; letter-spacing: 0.2px; padding: 17px 44px; border-radius: 99px; background: var(--cyan); color: var(--ink); border: 1.5px solid var(--cyan); cursor: pointer; box-shadow: 0 12px 32px -10px rgba(3,183,210,0.55); transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.load-more-btn::after { content: '↓'; font-size: 15px; font-weight: 800; line-height: 1; transition: transform .25s ease; }
.load-more-btn:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); transform: translateY(-2px); box-shadow: 0 16px 38px -10px rgba(10,10,10,0.45); }
.load-more-btn:hover::after { transform: translateY(3px); }

/* Work - portfolio gallery (reuses .work-card) + lightbox */
button.work-card { border: none; font: inherit; text-align: left; width: 100%; -webkit-appearance: none; appearance: none; }

/* Accent-card treatment (echoes the About staff boxes): bright photo at rest,
   alternating cyan/pink border + glow, lift on hover. */
.pf-card { border: 1px solid rgba(255,255,255,0.10); transition: transform 0.45s cubic-bezier(0.16,1,0.3,1), box-shadow 0.45s ease, border-color 0.45s ease; }
.pf-card img { filter: none; }
.pf-card:hover img { filter: none; transform: scale(1.05); }
.pf-card::before { background: linear-gradient(180deg, transparent 38%, rgba(0,0,0,0.62) 100%); }
.pf-card .meta { opacity: 1; }
.pf-card.pf-cyan { border-color: rgba(3,183,210,0.34); box-shadow: 0 0 60px -14px rgba(3,183,210,0.45); }
.pf-card.pf-pink { border-color: rgba(255,0,110,0.34); box-shadow: 0 0 60px -14px rgba(255,0,110,0.45); }
.pf-card.pf-cyan .meta { color: var(--cyan); }
.pf-card.pf-pink .meta { color: var(--pink); }
.pf-card.pf-cyan:hover { transform: translateY(-5px); border-color: rgba(3,183,210,0.85); box-shadow: 0 20px 88px -10px rgba(3,183,210,0.6); }
.pf-card.pf-pink:hover { transform: translateY(-5px); border-color: rgba(255,0,110,0.85); box-shadow: 0 20px 88px -10px rgba(255,0,110,0.6); }
.pf-card { align-items: center; text-align: center; }
.pf-card .meta { width: 100%; text-align: center; margin-bottom: 12px; font-family: 'JetBrains Mono', monospace; letter-spacing: 1.6px; }
.pf-card .title { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; font-size: clamp(30px, 3.2vw, 48px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.04; max-width: 100%; text-align: center; }
.pf-lightbox { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; padding: 4vw; background: rgba(10,10,10,0.93); backdrop-filter: blur(4px); }
.pf-lightbox.open { display: flex; }
.pf-lightbox-img { max-width: 92vw; max-height: 88vh; width: auto; height: auto; object-fit: contain; border-radius: 4px; box-shadow: 0 30px 80px -20px rgba(0,0,0,0.6); }
.pf-close { position: absolute; top: 22px; right: 28px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: none; border: none; color: #fff; font-size: 34px; line-height: 1; cursor: pointer; opacity: 0.8; transition: opacity 0.2s ease; }
.pf-close:hover { opacity: 1; }

/* ============================================
   ARTICLE BODY (Latest posts) - readable long-form
   typography for the Portable Text `.rich-text` block.
   ============================================ */
.rich-text { font-size: 18px; line-height: 1.7; color: var(--ink-3); }
.rich-text > * { margin-top: 1.15em; }
.rich-text > :first-child { margin-top: 0; }
.rich-text p { max-width: 68ch; }

/* Headings */
.rich-text h2 { font-size: clamp(27px, 3vw, 40px); font-weight: 900; letter-spacing: -0.03em; line-height: 1.08; color: var(--ink); margin-top: 1.9em; margin-bottom: 0; }
.rich-text h3 { font-size: clamp(21px, 2.2vw, 27px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; color: var(--ink); margin-top: 1.6em; margin-bottom: 0; }
.rich-text h4 { font-size: 15px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: var(--cyan-2); margin: 1.7em 0 0; }
.rich-text h2 + *, .rich-text h3 + *, .rich-text h4 + * { margin-top: 0.5em; }

/* Lead / large + small paragraph styles */
.rich-text .rt-large { font-size: clamp(22px, 2.5vw, 30px); line-height: 1.32; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); margin-top: 1.3em; max-width: none; }
.rich-text .rt-small { font-size: 0.82em; color: var(--muted); line-height: 1.5; }

/* Pull quotes */
.rich-text blockquote { margin: 1.9em 0 1.9em; padding: 4px 0 4px 28px; border-left: 3px solid var(--cyan); font-size: clamp(23px, 2.7vw, 32px); line-height: 1.28; font-weight: 800; letter-spacing: -0.025em; color: var(--ink); max-width: none; }
.rich-text blockquote p { max-width: none; margin: 0; }

/* Lists */
.rich-text ul, .rich-text ol { margin: 1.2em 0; padding-left: 1.25em; max-width: 68ch; }
.rich-text li { margin: 0.5em 0; padding-left: 8px; line-height: 1.6; }
.rich-text li::marker { color: var(--pink); font-weight: 700; }

/* Inline */
.rich-text strong { font-weight: 800; color: var(--ink); }
.rich-text a { color: var(--ink); border-bottom: 1px solid var(--cyan); font-weight: 600; transition: color 0.2s ease, border-color 0.2s ease; }
.rich-text a:hover { color: var(--cyan-2); border-color: var(--pink); }
.rich-text .rt-underline { text-decoration: underline; text-underline-offset: 2px; }
.rich-text .rt-cyan { color: var(--cyan-2); font-weight: 600; }
.rich-text .rt-pink { color: var(--pink); font-weight: 600; }

/* Inline images */
.rich-text .rt-figure { margin: 2.2em 0; }
.rich-text .rt-figure img { width: 100%; height: auto; border-radius: 10px; }

/* ============================================
   ARTICLE LAYOUT (Latest single post) - editorial frame
   ============================================ */
.article-hero { min-height: 56vh; }
.article-head { max-width: 1180px; }
.article-hero .label { color: var(--cyan); margin-bottom: 20px; }
.article-title { font-size: clamp(26px, 3vw, 42px); font-weight: 900; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 20px; }
.article-standfirst { max-width: 760px; font-size: clamp(18px, 1.6vw, 22px); line-height: 1.55; color: rgba(255, 255, 255, 0.78); font-weight: 400; }
.article-byline { display: flex; align-items: center; gap: 12px; margin-top: 30px; font-size: 14px; color: rgba(255, 255, 255, 0.7); }
.article-byline img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(255, 255, 255, 0.2); }
.article-byline strong { color: #fff; font-weight: 700; }

.article-body-wrap { padding: clamp(56px, 8vw, 104px) var(--gutter); }
.article-body { max-width: 720px; margin: 0 auto; }
/* Lead paragraph */
.article-body .rich-text > p:first-child { font-size: clamp(20px, 2.1vw, 25px); line-height: 1.5; color: var(--ink); font-weight: 500; max-width: none; }

.article-author-card { margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--border); display: flex; align-items: center; gap: 16px; }
.article-author-card img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.article-author-card .who { font-weight: 800; font-size: 17px; letter-spacing: -0.01em; }
.article-author-card .role { color: var(--muted); font-size: 14px; margin-top: 2px; }
.article-back { margin-top: 48px; }

/* Latest grid - clickable headlines (image + headline both link to the article) */
.art h3 a, .feat-body h2 a { color: inherit; text-decoration: none; transition: color 0.2s ease; }
.art h3 a:hover, .feat-body h2 a:hover { color: var(--cyan); }

/* ============================================
   ARTICLE EDITORIAL POLISH (Latest single post body)
   Numbered sections, ruled sub-points, accent quotes,
   custom list markers. Scoped to .article-body so other
   rich-text (e.g. case studies) is untouched.
   ============================================ */
.article-body .rich-text { counter-reset: section; }

/* Numbered section headings with a hairline rule above */
.article-body .rich-text h2 { margin-top: 2.5em; padding-top: 1.5em; border-top: 1px solid var(--border); }
.article-body .rich-text h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.article-body .rich-text h2::before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  display: block; margin-bottom: 16px;
  font-family: 'JetBrains Mono', monospace; font-size: 13px; letter-spacing: 2px;
  font-weight: 700; color: var(--cyan-2);
}

/* Sub-points (h4 + paragraph) read as tidy ruled rows */
.article-body .rich-text h4 { margin-top: 1.6em; padding-top: 16px; border-top: 1px solid var(--border); font-size: 13px; letter-spacing: 1.5px; color: var(--ink); }
.article-body .rich-text h2 + h4 { margin-top: 1.2em; padding-top: 0; border-top: 0; }
.article-body .rich-text h4 + p { margin-top: 0.4em; font-size: 17px; font-weight: 500; color: var(--ink-3); }

/* Pull quotes: more editorial weight + pink rule */
.article-body .rich-text blockquote { margin: 2.3em 0; padding: 8px 0 8px 30px; border-left: 4px solid var(--pink); }

/* Lists: ruled rows with a pink dash marker */
.article-body .rich-text ul { list-style: none; padding-left: 0; margin: 1.4em 0; }
.article-body .rich-text ul li { position: relative; margin: 0; padding: 13px 0 13px 30px; border-top: 1px solid var(--border); font-weight: 600; color: var(--ink); }
.article-body .rich-text ul li:last-child { border-bottom: 1px solid var(--border); }
.article-body .rich-text ul li::marker { content: none; }
.article-body .rich-text ul li::before { content: ''; position: absolute; left: 0; top: 22px; width: 16px; height: 2px; background: var(--pink); }
