:root {
  --ink: #050505;
  --paper: #f3f1eb;
  --lime: #c9ef00;
  --pink: #ed147a;
  --blue: #06a9e8;
  --orange: #f36d21;
  --purple: #8648dc;
  --muted: #a6a6a1;
  --line: rgba(255,255,255,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 4.5vw, 76px);
  border-bottom: 1px solid transparent;
  transition: background .3s, border-color .3s;
}
.site-header.scrolled { background: rgba(5,5,5,.9); backdrop-filter: blur(16px); border-color: var(--line); }
.brand { display: inline-flex; align-items: center; }
.brand-logo { width: 166px; height: auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); }
.main-nav a { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; transition: color .2s; }
.main-nav a:hover { color: var(--lime); }
.menu-toggle { display: none; background: none; border: 0; padding: 7px; }
.menu-toggle span:not(.sr-only) { width: 26px; height: 2px; display: block; background: white; margin: 5px; }

.hero { min-height: 100svh; display: flex; align-items: flex-end; position: relative; overflow: hidden; padding: 150px clamp(24px, 6vw, 96px) 10vh; }
.hero-image { position: absolute; inset: 0; background: url("assets/hero-full.jpg") center center/cover no-repeat; transform: scale(1.015); animation: heroIn 1.8s cubic-bezier(.2,.7,.2,1) forwards; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #050505 0%, #050505 59%, rgba(5,5,5,.98) 66%, rgba(5,5,5,.6) 76%, rgba(5,5,5,.08) 92%), linear-gradient(0deg, rgba(5,5,5,.76), transparent 58%); }
.hero-content { position: relative; z-index: 2; max-width: 930px; }
.eyebrow, .section-label { text-transform: uppercase; letter-spacing: .19em; font-size: 11px; font-weight: 700; }
.eyebrow { color: #d7d7d0; display: flex; align-items: center; gap: 12px; }
.eyebrow i { width: 26px; height: 1px; background: var(--lime); }
h1, h2, h3 { margin: 0; }
h1, h2, .dimension-card h3, .difference h3, .case-card h3 {
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  line-height: .9;
  letter-spacing: -.02em;
  font-weight: 900;
}
h1 { font-size: clamp(66px, 10.5vw, 168px); max-width: 1100px; }
h1 span, h2 span { color: var(--lime); }
.hero-copy { font-size: clamp(16px, 1.5vw, 21px); line-height: 1.55; max-width: 650px; color: #cacac4; margin: 28px 0 34px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; display: inline-flex; gap: 28px; align-items: center; }
.button.primary { color: #050505; background: var(--lime); padding: 18px 22px; }
.button.primary:hover { background: white; }
.text-button { border-bottom: 1px solid #777; padding: 17px 0 10px; }
.text-button:hover { color: var(--lime); border-color: var(--lime); }
.scroll-cue { position: absolute; right: clamp(24px, 4.5vw, 76px); bottom: 8vh; z-index: 2; display: flex; align-items: center; gap: 12px; transform: rotate(90deg) translateX(100%); transform-origin: right center; }
.scroll-cue span { font-size: 9px; text-transform: uppercase; letter-spacing: .2em; }
.scroll-cue i { display: block; width: 60px; height: 1px; background: var(--lime); }

.section { padding: clamp(90px, 12vw, 180px) clamp(24px, 6vw, 96px); }
.section-label { display: flex; align-items: center; gap: 14px; color: #aaa; margin-bottom: clamp(46px, 7vw, 90px); }
.section-label::after { content: ""; height: 1px; width: 66px; background: #555; }
.section-label span { color: var(--lime); }
.kicker { color: var(--lime); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 700; }
h2 { font-size: clamp(52px, 7.3vw, 112px); }

.manifesto { background: #080808; color: var(--paper); position: relative; overflow: hidden; }
.manifesto::before { content: ""; position: absolute; width: 700px; height: 700px; border-radius: 50%; right: -280px; top: -240px; background: radial-gradient(circle, rgba(201,239,0,.1), transparent 65%); pointer-events: none; }
.manifesto > * { position: relative; z-index: 1; }
.manifesto .section-label { color: #888; }
.manifesto-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: end; }
.meaning { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; border-top: 1px solid #3c3c3c; border-bottom: 1px solid #3c3c3c; padding: 26px 0; }
.meaning strong { font-family: Impact, sans-serif; font-size: 44px; display: block; color: var(--lime); }
.meaning span { font-weight: 800; text-transform: uppercase; font-size: 11px; letter-spacing: .12em; }
.meaning p { color: #999; line-height: 1.5; font-size: 13px; }
.meaning-arrow { font-size: 24px; }
.journey { margin-top: 90px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #383838; overflow: hidden; background: #050505; }
.journey > div { padding: 24px; border-right: 1px solid #383838; min-height: 380px; display: flex; flex-direction: column; position: relative; }
.journey > div:last-child { border: 0; }
.journey b { color: #777; font-size: 11px; letter-spacing: .12em; }
.journey img { width: 78%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; margin: 18px auto 22px; box-shadow: 0 0 0 1px #9dbb00, 0 0 32px rgba(201,239,0,.2); transition: transform .4s ease; }
.journey > div:hover img { transform: rotate(2deg) scale(1.04); }
.journey strong { font-family: Impact, sans-serif; text-transform: uppercase; font-size: 28px; margin: auto 0 12px; }
.journey span { color: #999; font-size: 13px; }

.dimensions { position: relative; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 6vw; margin-bottom: 70px; }
.section-heading p { color: var(--muted); line-height: 1.7; max-width: 410px; }
.dimension-grid { display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid var(--line); }
.dimension-card { min-height: 590px; border-right: 1px solid var(--line); padding: 28px 24px 0; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: transform .25s, background .25s; }
.dimension-card:last-child { border: 0; }
.dimension-card:hover { transform: translateY(-8px); background: #101010; }
.card-no { font-size: 11px; color: var(--muted); }
.card-icon { font-size: 34px; color: var(--lime); position: absolute; right: 24px; top: 20px; }
.dimension-card h3 { font-size: clamp(35px, 3vw, 52px); margin-top: 70px; }
.dimension-card p { color: #aaa; line-height: 1.55; font-size: 14px; }
.touchpoint-image { height: 245px; object-fit: cover; margin: 10px -24px 0; width: calc(100% + 48px); filter: saturate(.9); transition: transform .55s ease, filter .35s ease; }
.dimension-card:hover .touchpoint-image { transform: scale(1.035); filter: saturate(1.1); }
.dimension-card strong { margin: 0 -24px; padding: 18px 24px 20px; border-top: 5px solid; background: #0a0a0a; text-transform: uppercase; font-family: Impact, sans-serif; font-size: 20px; letter-spacing: .01em; }
.live strong { border-color: var(--pink); }.digital strong { border-color: var(--blue); }.community strong { border-color: var(--lime); }.retail strong { border-color: var(--orange); }.culture-card strong { border-color: var(--purple); }
.service-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.service-list span { border: 1px solid #444; border-radius: 100px; padding: 11px 16px; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; color: #bbb; }

.difference { padding-top: 40px; }
.difference-art { border: 1px solid #282828; overflow: hidden; background: #050505; }
.difference-board { display: block; width: 100%; height: auto; }
.difference-panels { display: none; }

.work { background: #0b0b0b; }
.case-grid { display: grid; grid-template-columns: 1.4fr .8fr; grid-template-rows: 300px 300px; gap: 12px; }
.case-card { position: relative; overflow: hidden; display: block; cursor: pointer; }
.case-large { grid-row: 1 / 3; }
.case-card img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s; }
.case-card:hover img { transform: scale(1.05); filter: saturate(1.15); }
.case-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.92), rgba(0,0,0,0) 66%); }
.case-content { position: absolute; left: 28px; right: 28px; bottom: 26px; }
.case-content span { color: var(--lime); font-size: 10px; text-transform: uppercase; letter-spacing: .18em; font-weight: 800; }
.case-content h3 { font-size: clamp(32px, 4vw, 66px); margin: 8px 0; }
.case-content p { max-width: 540px; color: #c7c7c1; margin: 0; font-size: 13px; line-height: 1.45; }
.case-content b { display: inline-block; margin-top: 12px; color: var(--lime); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; transition: transform .25s; }
.case-card:hover .case-content b { transform: translateX(6px); }

.region { background: #050505; color: var(--paper); display: grid; grid-template-columns: .8fr 1fr .65fr; gap: 70px 5vw; align-items: center; position: relative; overflow: hidden; }
.region::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 52% 48%, rgba(201,239,0,.08), transparent 31%); }
.region > * { position: relative; z-index: 1; }
.region .section-label { color: #777; margin-bottom: 40px; }
.region h2 span { color: var(--lime); -webkit-text-stroke: 0; }
.region-copy > p { max-width: 600px; line-height: 1.65; font-size: 17px; color: #aaa; }
.region-map { margin: -80px 0; align-self: stretch; min-height: 720px; position: relative; display: flex; align-items: center; justify-content: center; }
.region-map img { height: 100%; max-height: 860px; object-fit: cover; object-position: center; mix-blend-mode: screen; }
.region-map::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 80px 35px #050505; pointer-events: none; }
.region-map figcaption { position: absolute; left: 50%; bottom: 80px; transform: translateX(-50%); white-space: nowrap; color: #aaa; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.region-map figcaption i { display: inline-block; width: 35px; height: 1px; background: var(--lime); vertical-align: middle; margin-right: 10px; }
.region-stats { display: grid; align-content: end; }
.region-stats div { display: grid; grid-template-columns: 90px 1fr; align-items: center; border-bottom: 1px solid #343434; padding: 16px 0; }
.region-stats strong { font-family: Impact, sans-serif; font-size: 70px; }
.region-stats span { text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 700; color: #aaa; }
.sectors { grid-column: 1 / -1; display: flex; flex-wrap: wrap; border-top: 1px solid #343434; padding-top: 24px; gap: 12px 0; }
.sectors span { font-family: Impact, sans-serif; text-transform: uppercase; font-size: clamp(26px, 3.5vw, 52px); }
.sectors span:not(:last-child)::after { content: "•"; margin: 0 18px; color: var(--lime); }

.contact { min-height: 80vh; display: grid; grid-template-columns: 1.4fr .6fr; gap: 8vw; align-items: center; }
.contact h2 { font-size: clamp(55px, 7.4vw, 120px); }
.big-email { display: inline-flex; justify-content: space-between; gap: 50px; border-bottom: 1px solid #555; padding: 20px 0 12px; margin-top: 40px; font-size: clamp(18px, 2vw, 30px); color: var(--lime); }
.contact-details { border-top: 1px solid #444; }
.contact-details > div { display: grid; grid-template-columns: 70px 1fr; border-bottom: 1px solid #444; padding: 22px 0; }
.contact-details span { color: var(--lime); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; padding-top: 5px; }
.contact-details p { margin: 0; line-height: 1.6; color: #bbb; font-size: 14px; }
.contact-details a:hover { color: var(--lime); }

footer { min-height: 120px; padding: 30px clamp(24px, 6vw, 96px); border-top: 1px solid #333; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #777; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
footer .brand { color: white; }
footer .brand-logo { width: 150px; }

.reveal { opacity: 0; transform: translateY(38px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.cursor-glow { width: 280px; height: 280px; position: fixed; z-index: 0; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(201,239,0,.08), transparent 68%); transform: translate(-50%,-50%); }

@keyframes heroIn { from { opacity: 0; transform: scale(1.07); } to { opacity: 1; transform: scale(1.015); } }

@media (max-width: 1000px) {
  .manifesto-grid, .section-heading, .contact { grid-template-columns: 1fr; }
  .dimension-grid { grid-template-columns: repeat(2,1fr); }
  .dimension-card { min-height: 540px; border-bottom: 1px solid var(--line); }
  .region { grid-template-columns: 1fr 1fr; }
  .region-map { grid-row: 1 / 3; grid-column: 2; min-height: 650px; }
  .region-stats { grid-column: 1; }
  .sectors { grid-column: auto; }
}

@media (max-width: 720px) {
  .site-header { height: 70px; }
  .menu-toggle { display: block; z-index: 3; }
  .main-nav { position: fixed; inset: 0; background: #050505; flex-direction: column; align-items: flex-start; justify-content: center; padding: 12vw; transform: translateX(100%); transition: transform .35s; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { font-family: Impact, sans-serif; font-size: 46px; line-height: 1; }
  .hero { padding-bottom: 80px; }
  .hero-image { inset: 0; opacity: .72; background-position: 100% center; }
  .hero-shade { background: linear-gradient(0deg, #050505 0%, rgba(5,5,5,.68) 65%, rgba(5,5,5,.16)), linear-gradient(90deg, rgba(5,5,5,.5), transparent 78%); }
  h1 { font-size: clamp(52px, 15vw, 72px); }
  .eyebrow { font-size: 8px; letter-spacing: .12em; gap: 7px; }
  .eyebrow i { width: 16px; }
  .scroll-cue { display: none; }
  .journey { grid-template-columns: 1fr; }
  .journey > div { border-right: 0; border-bottom: 1px solid #383838; min-height: 480px; }
  .journey > div:last-child { border-bottom: 0; }
  .journey img { width: min(72%, 260px); }
  .dimension-grid { grid-template-columns: 1fr; }
  .dimension-card { min-height: 560px; }
  .touchpoint-image { height: 290px; }
  .difference-board { display: none; }
  .difference-panels { display: grid; grid-template-columns: 1fr; gap: 12px; padding: 12px; }
  .difference-panels img { width: 100%; height: auto; }
  .case-grid { display: block; }
  .case-card { height: 450px; margin-bottom: 12px; }
  .case-card:not(.case-large) { height: 360px; }
  .region { gap: 50px; }
  .region { grid-template-columns: 1fr; }
  .region-map { grid-row: auto; grid-column: auto; min-height: 520px; margin: -30px 0; }
  .region-map figcaption { bottom: 40px; }
  .region-stats { grid-column: auto; }
  .sectors { grid-column: auto; }
  .contact { min-height: auto; }
  footer { flex-direction: column; align-items: flex-start; }
  .cursor-glow { display: none; }
}

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