:root {
  --ink: #0b0b0c;
  --ink-soft: #151517;
  --paper: #f4f0e8;
  --paper-2: #e9e4da;
  --signal: #ff4b16;
  --acid: #d8ff38;
  --muted: #a5a4a0;
  --line-dark: rgba(255,255,255,.16);
  --line-light: rgba(11,11,12,.18);
  --max: 1440px;
  --gutter: clamp(1.2rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
img { height: auto; }
button, input, textarea { font: inherit; }
::selection { background: var(--acid); color: var(--ink); }
.section-shell { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--gutter); }
.skip-link { position: fixed; z-index: 200; top: 1rem; left: 1rem; padding: .8rem 1rem; background: var(--acid); color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.scroll-progress { position: fixed; z-index: 120; inset: 0 0 auto; height: 3px; background: rgba(255,255,255,.08); }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--signal); transform: scaleX(0); transform-origin: left; }

.site-header {
  position: fixed; z-index: 100; inset: 3px 0 auto; min-height: 74px;
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
  padding: .85rem var(--gutter); color: var(--paper); transition: background .25s, border-color .25s;
}
.site-header.scrolled { background: rgba(11,11,12,.86); border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(18px); }
.identity { display: flex; align-items: center; gap: .8rem; font-size: .7rem; line-height: 1.25; letter-spacing: .12em; text-transform: uppercase; }
.identity-mark { display: grid; place-items: center; width: 42px; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; font-weight: 800; letter-spacing: 0; }
.site-header nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.2rem); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.site-header nav a:not(.nav-cta) { border-bottom: 1px solid transparent; transition: border-color .2s; }
.site-header nav a:not(.nav-cta):hover { border-color: currentColor; }
.nav-cta { padding: .72rem 1rem; border: 1px solid currentColor; border-radius: 999px; }
.nav-cta:hover { background: var(--paper); color: var(--ink); }

.hero { position: relative; min-height: 100svh; background: var(--ink); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 38%, rgba(255,75,22,.22), transparent 31%), linear-gradient(120deg, transparent 55%, rgba(255,255,255,.035)); }
.hero-noise { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; }
.hero-layout { position: relative; min-height: 100svh; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr); align-items: center; gap: clamp(2rem, 7vw, 8rem); padding-top: 7rem; padding-bottom: 5rem; }
.eyebrow, .section-kicker { margin: 0; font-size: .72rem; line-height: 1.2; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: var(--acid); }
.hero h1 { position: relative; z-index: 2; margin: 1.6rem 0 0; font-size: clamp(5.8rem, 13vw, 12.5rem); line-height: .72; letter-spacing: -.095em; text-transform: uppercase; }
.hero h1 span { display: block; white-space: nowrap; }
.hero h1 span:last-child { margin-left: 14%; color: var(--signal); font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-style: italic; text-transform: none; }
.hero-position { max-width: 650px; margin: 2.5rem 0 0; font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.35; }
.hero-position em { color: var(--acid); font-family: Georgia, serif; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { min-width: 170px; display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .95rem 1.1rem; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.button-primary { background: var(--signal); border-color: var(--signal); color: var(--ink); }
.button:hover { background: var(--acid); border-color: var(--acid); color: var(--ink); }
.hero-portrait { position: relative; align-self: end; margin: 0; max-width: 520px; justify-self: end; transform: rotate(2deg); }
.portrait-window { position: relative; overflow: hidden; border-radius: 46% 46% 1rem 1rem; border: 1px solid rgba(255,255,255,.22); background: #81120a; box-shadow: 0 40px 100px rgba(0,0,0,.45); }
.portrait-window::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); pointer-events: none; }
.hero-portrait img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; }
.hero-portrait figcaption { position: absolute; left: -3rem; right: 1rem; bottom: 1.4rem; display: flex; justify-content: space-between; align-items: end; gap: 1rem; padding: .9rem 1rem; background: var(--acid); color: var(--ink); transform: rotate(-2deg); font-size: .72rem; }
.hero-portrait figcaption span { text-transform: uppercase; letter-spacing: .08em; }
.hero-portrait figcaption strong { font-size: 1rem; }
.hero-stamp { position: absolute; right: var(--gutter); top: 7rem; width: 130px; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; text-align: center; isolation: isolate; padding: 1.1rem .8rem .85rem; border: 2px solid var(--stamp-green); border-radius: 50%; background: rgba(42,104,72,.02); color: var(--stamp-green); box-shadow: 0 0 0 3px var(--paper), 0 0 0 5px rgba(42,104,72,.82); transform: rotate(-7deg); font-weight: 800; text-transform: uppercase; line-height: 1; opacity: .88; }
.hero-stamp::before { content: ""; position: absolute; inset: 6px; z-index: -1; border: 1px solid currentColor; border-radius: inherit; opacity: .72; pointer-events: none; }
.hero-stamp::after { content: ""; position: absolute; inset: 0; z-index: 2; border-radius: inherit; background: repeating-radial-gradient(circle at 31% 27%, transparent 0 4px, rgba(245,245,242,.72) 4.4px 4.9px, transparent 5.3px 8px); mix-blend-mode: screen; opacity: .24; pointer-events: none; }
.hero-stamp span, .hero-stamp strong { position: relative; z-index: 1; display: block; }
.hero-stamp .stamp-top { margin-bottom: .28rem; font-size: .54rem; letter-spacing: .18em; }
.hero-stamp strong { width: 88%; margin: 0 auto; padding: .28rem .12rem .24rem; border-block: 1.5px solid currentColor; font-size: 1.18rem; letter-spacing: .055em; transform: skewX(-4deg); }
.hero-stamp .stamp-bottom { margin-top: .32rem; font-size: .5rem; letter-spacing: .13em; }
.hero-stamp .stamp-stars { margin-top: .34rem; font-size: .42rem; letter-spacing: .1em; }
.scroll-cue { position: absolute; left: var(--gutter); bottom: 1.4rem; display: flex; align-items: center; gap: 1rem; font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; }
.scroll-cue i { display: block; width: 72px; height: 1px; background: currentColor; }

.impact-bar { background: var(--acid); color: var(--ink); border-block: 1px solid var(--ink); }
.impact-track { display: grid; grid-template-columns: repeat(4,1fr); }
.impact-track div { min-height: 126px; display: flex; flex-direction: column; justify-content: center; padding: 1rem clamp(1rem,3vw,3rem); border-right: 1px solid rgba(11,11,12,.35); }
.impact-track div:last-child { border-right: 0; }
.impact-track strong { font-size: clamp(2.2rem,4vw,4rem); line-height: .9; letter-spacing: -.065em; }
.impact-track span { margin-top: .6rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }

.about { background: var(--paper); color: var(--ink); padding-top: clamp(7rem,12vw,12rem); padding-bottom: clamp(7rem,12vw,12rem); }
.section-kicker { color: var(--signal); }
.about-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.65fr); gap: clamp(3rem,8vw,9rem); align-items: start; margin-top: 2.5rem; }
.about h2 { margin: 0; font-size: clamp(3.7rem,8vw,8rem); line-height: .86; letter-spacing: -.075em; }
.about h2 em, .projects-opening h2 em, .project-head h3 em, .capabilities-title h2 em, .contact h2 em { color: var(--signal); font-family: Georgia, serif; font-weight: 400; }
.about-copy { padding-top: 1rem; }
.about-copy p { margin: 0 0 1.4rem; color: #4b4a47; font-size: 1.05rem; }
.about-copy .lead { color: var(--ink); font-size: clamp(1.2rem,2vw,1.55rem); line-height: 1.38; }
.thinking-line { display: grid; grid-template-columns: repeat(4,1fr); margin: clamp(4rem,8vw,8rem) 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.thinking-line li { min-height: 132px; display: flex; flex-direction: column; justify-content: space-between; padding: 1rem 1rem 1rem 0; border-right: 1px solid var(--line-light); }
.thinking-line li:last-child { border-right: 0; padding-left: 1rem; }
.thinking-line li:not(:first-child) { padding-left: 1rem; }
.thinking-line span { color: var(--signal); font-size: .7rem; }
.thinking-line strong { font-size: clamp(1.1rem,2vw,1.6rem); letter-spacing: -.03em; }

.projects { background: var(--ink); color: var(--paper); }
.projects-opening { min-height: 88svh; display: flex; flex-direction: column; justify-content: center; padding-top: 7rem; padding-bottom: 7rem; }
.projects-opening h2 { max-width: 1200px; margin: 1.7rem 0 0; font-size: clamp(4rem,9.5vw,9rem); line-height: .82; letter-spacing: -.08em; }
.projects-opening > p:last-child { max-width: 520px; margin: 2.3rem 0 0 auto; color: var(--muted); font-size: 1.1rem; }
.project-shell { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: clamp(2.5rem,6vw,7rem); align-items: start; }
.project-index { position: sticky; top: 7rem; padding-bottom: 5rem; }
.project-index > p { margin: 0 0 2rem; font-size: .7rem; letter-spacing: .12em; }
.project-index > p span { color: var(--signal); font-size: 2.7rem; font-weight: 800; letter-spacing: -.06em; }
.project-index nav { display: flex; flex-direction: column; border-top: 1px solid var(--line-dark); }
.project-index a { display: grid; grid-template-columns: 28px 1fr; gap: .7rem; padding: .9rem 0; border-bottom: 1px solid var(--line-dark); color: #6f6f72; font-size: .75rem; transition: color .25s, padding-left .25s; }
.project-index a span { font-size: .62rem; }
.project-index a:hover, .project-index a.is-active { color: var(--paper); padding-left: .45rem; }
.project-index a.is-active span { color: var(--signal); }
.project-story { --project-accent: var(--signal); min-height: 100svh; padding: 8rem 0 clamp(8rem,13vw,14rem); border-top: 1px solid var(--line-dark); scroll-margin-top: 4.5rem; }
.project-health { --project-accent: #72e282; }
.project-fnb { --project-accent: #ffb72b; }
.project-sky { --project-accent: #52d9ff; }
.project-halal { --project-accent: #f3c83f; }
.project-kibble { --project-accent: #a9c6ff; }
.project-head > p:first-child { margin: 0; color: var(--project-accent); font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; }
.project-head h3 { margin: 1.4rem 0 0; font-size: clamp(4.2rem,9vw,9rem); line-height: .77; letter-spacing: -.08em; }
.project-head h3 em { color: var(--project-accent); }
.project-role { margin: 2rem 0 0; color: #d0cfcb; font-size: 1rem; text-transform: uppercase; letter-spacing: .08em; }
.case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 4rem; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.case-grid > div { min-height: 240px; padding: 1.2rem 1.4rem 1.4rem 0; border-right: 1px solid var(--line-dark); }
.case-grid > div:not(:first-child) { padding-left: 1.4rem; }
.case-grid > div:last-child { border-right: 0; }
.case-grid span, .mini-label { color: var(--project-accent); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.case-grid p { margin: 3rem 0 0; color: #c1c0bc; font-size: .96rem; }
.project-feature { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.55fr); gap: 1rem; align-items: stretch; margin-top: 5rem; }
.video-frame { background: #202024; min-height: 680px; overflow: hidden; }
.video-frame video { width: 100%; height: 100%; max-height: 780px; object-fit: contain; background: #050506; }
.feature-note { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(1.5rem,4vw,3.5rem); background: var(--signal); color: var(--ink); }
.feature-note img { width: 86px; margin-bottom: auto; }
.feature-note p { font-size: clamp(1.2rem,2vw,1.6rem); line-height: 1.35; }
.feature-note a, .project-link { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-top: 2rem; padding: 1rem 0; border-top: 1px solid currentColor; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.media-grid { display: grid; gap: 1rem; margin-top: 1rem; }
.media-grid figure, .video-duo figure { position: relative; margin: 0; overflow: hidden; background: #242426; }
.media-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.media-grid figure:hover img { transform: scale(1.025); }
.media-grid figcaption { position: absolute; inset: auto .8rem .8rem; padding: .55rem .7rem; background: rgba(11,11,12,.78); backdrop-filter: blur(8px); font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }
.media-grid-brandmate { grid-template-columns: repeat(12,1fr); }
.media-grid-brandmate figure:nth-child(1) { grid-column: span 6; }
.media-grid-brandmate figure:nth-child(2) { grid-column: span 6; }
.media-grid-brandmate figure:nth-child(3) { grid-column: span 7; }
.media-grid-brandmate figure:nth-child(4) { grid-column: span 5; }
.media-grid-brandmate figure:nth-child(5) { grid-column: 3 / span 8; }
.media-grid-brandmate img { aspect-ratio: 1 / 1; }
.health-proof { margin-top: 4rem; padding: clamp(2rem,5vw,5rem); background: #72e282; color: var(--ink); }
.health-number { display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: clamp(3.8rem,10vw,10rem); line-height: .8; letter-spacing: -.09em; }
.health-number i { font-family: Georgia, serif; font-weight: 400; }
.health-number strong { font-weight: 900; }
.health-proof p { max-width: 510px; margin: 2.5rem 0 0 auto; font-size: 1.1rem; }
.media-grid-health, .media-grid-halal { grid-template-columns: repeat(12,1fr); }
.media-grid-health figure, .media-grid-halal figure { grid-column: span 4; min-height: 330px; }
.media-grid-health .wide, .media-grid-halal .wide { grid-column: span 8; }
.media-grid-health .logo-tile, .media-grid-halal .logo-tile { display: grid; place-items: center; background: white; }
.media-grid-health .logo-tile img, .media-grid-halal .logo-tile img { width: 72%; height: auto; object-fit: contain; }
.brand-block { margin-top: 5rem; padding-top: 1rem; border-top: 1px solid var(--line-dark); }
.brand-block-copy { display: grid; grid-template-columns: 110px minmax(280px,.7fr) 1fr; gap: 2rem; align-items: center; padding: 2rem 0; }
.brand-block-copy img { width: 92px; aspect-ratio: 1; object-fit: contain; border-radius: 50%; background: white; }
.brand-block-copy h4 { margin: 0; font-size: clamp(2rem,4vw,4rem); line-height: .9; letter-spacing: -.05em; }
.brand-block-copy p { max-width: 520px; margin: 0; color: #bdbcb8; }
.media-grid-three { grid-template-columns: repeat(3,1fr); }
.media-grid-three img { aspect-ratio: 1; }
.video-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 5rem; }
.video-duo figure { background: #050506; }
.video-duo video { width: 100%; height: min(74vh,820px); object-fit: contain; }
.video-duo figcaption { display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; padding: 1rem; border-top: 1px solid var(--line-dark); }
.video-duo figcaption span, .video-duo figcaption small { color: #8d8d90; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.media-grid-halal figure:nth-child(n+3) { min-height: 560px; }
.kibble-frame { margin-top: 5rem; padding: clamp(1rem,3vw,2.5rem); background: #a9c6ff; transform: rotate(-1deg); }
.kibble-frame img { width: 100%; box-shadow: 0 25px 70px rgba(0,0,0,.35); }
.project-link { margin-top: 2rem; padding: 1rem; border: 1px solid var(--line-dark); }
.project-link:hover { background: var(--project-accent); color: var(--ink); }

.proof { background: var(--paper); color: var(--ink); padding-top: clamp(7rem,12vw,12rem); padding-bottom: clamp(7rem,12vw,12rem); }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 3rem; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.proof-grid article { min-height: 360px; display: flex; flex-direction: column; padding: 2rem; border-right: 1px solid var(--line-light); }
.proof-grid article:first-child { padding-left: 0; }
.proof-grid article:last-child { border-right: 0; }
.proof-grid strong { color: var(--signal); font-size: clamp(4rem,8vw,8rem); line-height: .8; letter-spacing: -.08em; }
.proof-grid span { margin-top: 1rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.proof-grid p { margin: auto 0 0; max-width: 310px; color: #5a5956; }
.more-work { display: grid; grid-template-columns: .45fr 1fr; gap: 3rem; margin-top: 6rem; }
.more-work > p { margin: 0; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.more-work ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.more-work li { display: grid; grid-template-columns: 190px 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line-light); }
.more-work span { color: #5a5956; }

.capabilities { background: var(--signal); color: var(--ink); padding: clamp(7rem,12vw,12rem) 0; }
.capabilities .section-kicker { color: var(--ink); }
.capabilities-title { display: grid; grid-template-columns: 1.2fr .55fr; gap: 4rem; align-items: end; margin-top: 2rem; }
.capabilities-title h2 { margin: 0; font-size: clamp(4.6rem,10vw,10rem); line-height: .76; letter-spacing: -.085em; }
.capabilities-title h2 em { color: var(--paper); }
.capabilities-title p { margin: 0; font-size: clamp(1.1rem,2vw,1.4rem); }
.capability-list { margin-top: 6rem; border-top: 1px solid rgba(11,11,12,.4); }
.capability-list article { display: grid; grid-template-columns: 80px 1.1fr .75fr; gap: 2rem; align-items: center; padding: 1.8rem 0; border-bottom: 1px solid rgba(11,11,12,.4); }
.capability-list article > span { font-size: .7rem; }
.capability-list h3 { margin: 0; font-size: clamp(1.8rem,3.5vw,3.4rem); line-height: .95; letter-spacing: -.045em; }
.capability-list p { margin: 0; }

.contact { background: #a9c6ff; color: var(--ink); padding: clamp(7rem,12vw,12rem) 0; }
.contact .section-kicker { color: var(--ink); }
.contact-grid { display: grid; grid-template-columns: .28fr 1fr; gap: 4rem; }
.contact-copy > p { max-width: 590px; margin: 0 0 4rem; font-size: 1.1rem; }
.contact h2 { margin: 0; font-size: clamp(4.2rem,9vw,9rem); line-height: .82; letter-spacing: -.08em; }
.contact h2 em { color: #264b9c; }
.contact-links { grid-column: 2; margin-top: 5rem; border-top: 1px solid rgba(11,11,12,.38); }
.contact-links a { display: grid; grid-template-columns: 110px 1fr auto; gap: 1.5rem; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid rgba(11,11,12,.38); }
.contact-links span { font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-links strong { font-size: clamp(1.1rem,2vw,1.5rem); }
.contact-links i { font-style: normal; transition: transform .2s; }
.contact-links a:hover i { transform: translate(4px,-4px); }
.site-footer { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; padding-bottom: 1.5rem; background: var(--ink); color: #8b8b8d; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .hero-layout { grid-template-columns: minmax(0,1fr) minmax(300px,.72fr); }
  .hero h1 { font-size: clamp(5.4rem,12vw,9rem); }
  .project-shell { grid-template-columns: 190px minmax(0,1fr); gap: 3rem; }
  .project-index a { font-size: .68rem; }
  .case-grid > div { min-height: 270px; }
}

@media (max-width: 850px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 8rem; }
  .hero-copy { padding-right: 0; }
  .hero h1 { font-size: clamp(5rem,22vw,10rem); }
  .hero h1 span:last-child { margin-left: 8%; }
  .hero-portrait { width: min(80%,520px); justify-self: end; margin-top: -1rem; }
  .hero-stamp { top: 42%; }
  .impact-track { grid-template-columns: 1fr 1fr; }
  .impact-track div:nth-child(2) { border-right: 0; }
  .impact-track div:nth-child(-n+2) { border-bottom: 1px solid rgba(11,11,12,.35); }
  .about-grid, .capabilities-title, .contact-grid { grid-template-columns: 1fr; }
  .thinking-line { grid-template-columns: 1fr 1fr; }
  .thinking-line li:nth-child(2) { border-right: 0; }
  .thinking-line li:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .project-shell { display: block; }
  .project-index { position: sticky; z-index: 40; top: 74px; margin-inline: calc(var(--gutter) * -1); padding: 0 var(--gutter); background: rgba(11,11,12,.92); border-block: 1px solid var(--line-dark); backdrop-filter: blur(15px); }
  .project-index > p { display: none; }
  .project-index nav { flex-direction: row; overflow-x: auto; border: 0; scrollbar-width: none; }
  .project-index nav::-webkit-scrollbar { display: none; }
  .project-index a { flex: 0 0 auto; display: flex; padding: .9rem 1rem .9rem 0; border: 0; white-space: nowrap; }
  .project-index a.is-active { padding-left: 0; color: var(--project-accent); }
  .project-story { scroll-margin-top: 120px; }
  .case-grid { grid-template-columns: 1fr; }
  .case-grid > div, .case-grid > div:not(:first-child) { min-height: auto; padding: 1.3rem 0 1.6rem; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .case-grid > div:last-child { border-bottom: 0; }
  .case-grid p { margin-top: 1.4rem; }
  .project-feature { grid-template-columns: 1fr; }
  .video-frame { min-height: 600px; }
  .feature-note { min-height: 360px; }
  .brand-block-copy { grid-template-columns: 90px 1fr; }
  .brand-block-copy p { grid-column: 2; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article, .proof-grid article:first-child { min-height: 280px; padding: 2rem 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .proof-grid article:last-child { border-bottom: 0; }
  .more-work { grid-template-columns: 1fr; }
  .capability-list article { grid-template-columns: 55px 1fr; }
  .capability-list p { grid-column: 2; }
  .contact-links { grid-column: 1; }
}

@media (max-width: 600px) {
  .site-header { min-height: 64px; }
  .identity > span:last-child { display: none; }
  .identity-mark { width: 38px; }
  .hero-layout { padding-top: 7rem; padding-bottom: 5rem; }
  .hero h1 { font-size: clamp(4.6rem,24vw,7.4rem); }
  .hero-position { font-size: 1.1rem; }
  .hero-stamp { display: none; }
  .hero-portrait { width: 92%; }
  .hero-portrait figcaption { left: -1rem; right: .4rem; }
  .scroll-cue { display: none; }
  .impact-track div { min-height: 105px; }
  .about h2, .projects-opening h2 { font-size: clamp(3.5rem,17vw,5.7rem); }
  .thinking-line strong { font-size: 1rem; }
  .project-head h3 { font-size: clamp(3.8rem,18vw,6.2rem); }
  .project-story { padding-top: 6rem; }
  .media-grid-brandmate, .media-grid-health, .media-grid-halal { grid-template-columns: 1fr; }
  .media-grid-brandmate figure:nth-child(n), .media-grid-health figure, .media-grid-health .wide, .media-grid-halal figure, .media-grid-halal .wide { grid-column: auto; min-height: auto; }
  .media-grid-brandmate img, .media-grid-health img { aspect-ratio: auto; }
  .video-frame { min-height: 520px; }
  .video-duo { grid-template-columns: 1fr; }
  .video-duo video { height: 72svh; max-height: 720px; }
  .brand-block-copy { grid-template-columns: 1fr; }
  .brand-block-copy p { grid-column: 1; }
  .brand-block-copy img { width: 76px; }
  .media-grid-three { grid-template-columns: 1fr; }
  .health-number { font-size: clamp(3rem,17vw,6rem); }
  .more-work li { grid-template-columns: 1fr; }
  .capabilities-title h2, .contact h2 { font-size: clamp(4rem,18vw,6.4rem); }
  .contact-links a { grid-template-columns: 76px 1fr auto; gap: .75rem; }
  .contact-links strong { overflow-wrap: anywhere; }
  .site-footer { flex-direction: column; align-items: flex-start; }
}

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

/* Light, compact editorial direction */
:root {
  --ink: #171716;
  --ink-soft: #2c2c2a;
  --paper: #f5f5f2;
  --paper-2: #e9e8e3;
  --signal: #8f342f;
  --acid: #8f342f;
  --deep-red: #5d2424;
  --accent-soft: #cb7f77;
  --stamp-green: #2a6848;
  --surface: #fcfcfa;
  --line-light: rgba(23,23,22,.14);
}
body { background: var(--paper); color: var(--ink); line-height: 1.58; }
.scroll-progress { background: rgba(11,11,12,.1); }
.site-header { color: var(--ink); }
.site-header.scrolled { background: rgba(250,250,247,.94); border-color: var(--line-light); }
.nav-cta:hover { background: var(--ink); color: white; }

.hero { min-height: 88svh; background: var(--paper); }
.hero::before { background: radial-gradient(circle at 78% 36%, rgba(143,52,47,.075), transparent 32%), linear-gradient(120deg, transparent 55%, rgba(23,23,22,.018)); }
.hero-noise { opacity: .5; background-image: linear-gradient(rgba(11,11,12,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(11,11,12,.035) 1px, transparent 1px); }
.hero-layout { min-height: 88svh; padding-top: 6.5rem; padding-bottom: 3.5rem; }
.hero h1 { line-height: .92; letter-spacing: -.045em; text-wrap: balance; }
.hero h1 span + span { margin-top: .12em; }
.eyebrow { color: var(--signal); }
.hero-position em { color: var(--signal); }
.button { border-color: rgba(11,11,12,.42); }
.button-primary { background: var(--signal); border-color: var(--signal); color: white; }
.button:hover { background: var(--ink); border-color: var(--ink); color: white; }
.hero-portrait figcaption { background: var(--signal); color: white; }
.scroll-cue { color: var(--ink); }

.impact-bar { background: var(--ink); color: #f7f6f2; }
.impact-track strong { color: var(--accent-soft); }
.impact-track div { min-height: 102px; border-color: rgba(255,255,255,.3); }
.about { background: var(--surface); padding-top: clamp(5rem,8vw,8rem); padding-bottom: clamp(5rem,8vw,8rem); }
.about-grid { margin-top: 2rem; }
.about h2 { line-height: 1.02; letter-spacing: -.032em; text-wrap: balance; }
.thinking-line { margin-top: clamp(3rem,5vw,5rem); }
.thinking-line li { min-height: 105px; }

.projects { background: var(--paper); color: var(--ink); }
.projects-opening { min-height: 62svh; padding-top: 5rem; padding-bottom: 5rem; }
.projects-opening h2 { font-size: clamp(3.8rem,8vw,7.5rem); }
.projects-opening h2 { line-height: 1; letter-spacing: -.032em; text-wrap: balance; }
.projects-opening > p:last-child { color: #62615d; }
.project-index { top: 6rem; padding-bottom: 3rem; }
.project-index nav { border-color: var(--line-light); }
.project-index a { border-color: var(--line-light); color: #777671; }
.project-index a:hover, .project-index a.is-active { color: var(--ink); }
.project-story, .project-health, .project-fnb, .project-sky, .project-halal, .project-kibble {
  --project-accent: var(--signal);
}
.project-story { min-height: auto; padding: 5.5rem 0 7rem; border-color: var(--line-light); }
.project-head h3 { font-size: clamp(3.9rem,7.5vw,7.2rem); }
.project-head h3 { line-height: 1; letter-spacing: -.032em; overflow-wrap: break-word; text-wrap: balance; }
.project-role { margin-top: 1.4rem; color: #464642; }
.case-grid { margin-top: 2.5rem; border-color: var(--line-light); }
.case-grid > div { min-height: 175px; border-color: var(--line-light); }
.case-grid p { margin-top: 2rem; color: #55544f; }
.project-feature { margin-top: 3.5rem; }
.video-frame { min-height: 520px; }
.video-frame video { max-height: 620px; }
.feature-note { background: var(--deep-red); color: #f7f6f2; }

.media-grid {
  display: flex;
  gap: .9rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
  padding-bottom: .9rem;
}
.media-grid figure,
.media-grid-brandmate figure:nth-child(n),
.media-grid-health figure,
.media-grid-health .wide,
.media-grid-halal figure,
.media-grid-halal .wide {
  flex: 0 0 min(68vw, 360px);
  height: 340px;
  min-height: 0;
  grid-column: auto;
  scroll-snap-align: start;
  background: var(--surface);
  border: 1px solid var(--line-light);
}
.media-grid img,
.media-grid-brandmate img,
.media-grid-health img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: contain; }
.media-grid figcaption { color: white; }
.media-grid-health .logo-tile img, .media-grid-halal .logo-tile img { height: 100%; object-fit: contain; }
.health-proof { margin-top: 3rem; padding: clamp(2rem,4vw,3.5rem); background: var(--ink); color: white; }
.health-number { line-height: .92; letter-spacing: -.05em; }
.health-number strong { color: var(--accent-soft); }
.health-proof p { margin-top: 1.5rem; }
.brand-block { margin-top: 3.5rem; border-color: var(--line-light); }
.brand-block-copy { padding: 1.4rem 0; }
.brand-block-copy h4 { line-height: 1; letter-spacing: -.025em; }
.brand-block-copy p { color: #5d5c57; }
.video-duo { margin-top: 3.5rem; }
.video-duo figure { color: white; }
.video-duo video { height: min(60vh,620px); }
.kibble-frame { margin-top: 3.5rem; background: #deddd7; }
.project-link { border-color: var(--line-light); }

.proof { background: var(--surface); padding-top: clamp(5rem,8vw,8rem); padding-bottom: clamp(5rem,8vw,8rem); }
.proof-grid article { min-height: 265px; }
.proof-grid strong { line-height: .92; letter-spacing: -.045em; }
.more-work { margin-top: 4rem; }

.capabilities { background: var(--paper); color: var(--ink); padding: clamp(5rem,8vw,8rem) 0; }
.capabilities .section-kicker { color: var(--signal); }
.capabilities-title { margin-top: 1.5rem; }
.capabilities-title h2 { line-height: .98; letter-spacing: -.032em; text-wrap: balance; }
.capabilities-title h2 em { color: var(--signal); }
.capability-list { margin-top: 4rem; border-color: var(--line-light); }
.capability-list article { padding: 1.35rem 0; border-color: var(--line-light); }
.capability-list h3 { line-height: 1.06; letter-spacing: -.02em; }

.contact { overflow: hidden; background: #d8d7d2; color: var(--ink); padding: clamp(5rem,8vw,8rem) 0 clamp(7rem,11vw,11rem); }
.contact-intro { display: grid; grid-template-columns: .28fr 1fr; gap: 4rem; align-items: start; }
.contact .section-kicker { color: var(--signal); }
.contact-copy { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(260px,.55fr); gap: clamp(2rem,5vw,5rem); align-items: end; }
.contact h2 { margin: 0; color: var(--ink); font-size: clamp(3.6rem,7vw,7rem); line-height: 1; letter-spacing: -.032em; text-wrap: balance; }
.contact h2 em { color: var(--signal); }
.contact-copy > p { max-width: 520px; margin: 0; color: #55544f; font-size: 1rem; }

.business-card-stage { position: relative; width: min(940px,86%); margin: clamp(6rem,10vw,10rem) auto 0; perspective: 1200px; }
.business-card-stage::before { content: "VDL  /  DIGITAL MARKETING"; position: absolute; z-index: 0; top: -13%; right: 7%; width: 72%; height: 88%; display: flex; justify-content: center; align-items: flex-start; padding-top: 2.2rem; background: #e9e4dc; color: rgba(143,52,47,.5); border: 1px solid rgba(23,23,22,.08); box-shadow: 20px 22px 45px rgba(23,23,22,.2); transform: rotate(4deg); font-size: .62rem; font-weight: 800; letter-spacing: .17em; }
.business-card { position: relative; z-index: 1; display: grid; grid-template-rows: 1fr auto; gap: 3rem; width: 100%; aspect-ratio: 1.75 / 1; padding: clamp(2rem,5vw,4.8rem); background: #f5f0e9; color: var(--ink); border: 1px solid rgba(23,23,22,.1); box-shadow: 0 34px 68px rgba(23,23,22,.3); }
.business-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(23,23,22,.09) .45px, transparent .6px); background-size: 7px 7px; opacity: .16; mix-blend-mode: multiply; }
.business-card-brand { position: relative; z-index: 1; align-self: center; justify-self: center; width: 100%; text-align: center; }
.business-card-brand h3 { position: relative; z-index: 1; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem,7vw,6rem); font-style: italic; font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.business-card-brand > p { margin: .8rem 0 0; color: #585651; font-size: .72rem; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.card-flourish { position: absolute; inset: 50% auto auto 50%; width: min(76%,520px); height: 110px; border-top: 1.5px solid rgba(143,52,47,.72); border-radius: 50%; transform: translate(-50%,-54%); }
.card-flourish::before, .card-flourish::after { content: ""; position: absolute; top: 16px; width: 72px; height: 1px; background: rgba(143,52,47,.66); }
.card-flourish::before { left: -8px; transform: rotate(24deg); }
.card-flourish::after { right: -8px; transform: rotate(-24deg); }
.card-availability { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.1rem; color: var(--stamp-green); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.card-availability i { width: 7px; aspect-ratio: 1; border-radius: 50%; background: var(--stamp-green); box-shadow: 0 0 0 3px rgba(42,104,72,.12); }
.business-card-links { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 3rem; padding-top: 1.4rem; border-top: 1px solid rgba(23,23,22,.18); }
.business-card-links a { display: grid; grid-template-columns: 30px 1fr; gap: .75rem; align-items: center; min-width: 0; }
.business-card-links a > span { display: grid; place-items: center; width: 27px; aspect-ratio: 1; border: 1px solid rgba(23,23,22,.35); border-radius: 50%; color: var(--signal); font-size: .7rem; font-weight: 800; }
.business-card-links a div { display: grid; gap: .22rem; min-width: 0; }
.business-card-links small { color: #77746e; font-size: .55rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.business-card-links strong { overflow-wrap: anywhere; font-size: clamp(.76rem,1.2vw,.95rem); line-height: 1.3; }
.business-card-links a:hover strong { color: var(--signal); }
.site-footer { min-height: 72px; }

@media (max-width: 850px) {
  .project-index { top: 74px; background: rgba(250,250,247,.96); border-color: var(--line-light); }
  .project-index a.is-active { color: var(--signal); }
  .case-grid > div, .case-grid > div:not(:first-child) { border-color: var(--line-light); }
  .project-story { padding: 4.5rem 0 5.5rem; }
  .video-frame { min-height: 480px; }
  .feature-note { min-height: 280px; }
  .contact-intro, .contact-copy { grid-template-columns: 1fr; }
  .business-card-stage { width: 94%; }
}

@media (max-width: 600px) {
  .hero { min-height: auto; }
  .hero-layout { min-height: auto; padding-top: 6.5rem; padding-bottom: 3rem; }
  .impact-track div:nth-child(-n+2) { border-color: rgba(255,255,255,.3); }
  .projects-opening { min-height: auto; padding-top: 4rem; padding-bottom: 4rem; }
  .hero h1, .about h2, .projects-opening h2, .project-head h3, .capabilities-title h2, .contact h2 { line-height: 1.03; letter-spacing: -.022em; }
  .hero h1 span + span { margin-top: .15em; }
  .project-story { padding-top: 4rem; padding-bottom: 5rem; }
  .media-grid figure,
  .media-grid-brandmate figure:nth-child(n),
  .media-grid-health figure,
  .media-grid-health .wide,
  .media-grid-halal figure,
  .media-grid-halal .wide { flex-basis: 82vw; height: 300px; }
  .video-duo video { height: 64svh; max-height: 620px; }
  .proof-grid article, .proof-grid article:first-child { min-height: 230px; }
  .contact { padding-bottom: 6rem; }
  .contact-intro { gap: 1.5rem; }
  .business-card-stage { width: 100%; margin-top: 6.5rem; }
  .business-card-stage::before { top: -9%; right: 3%; width: 82%; height: 56%; padding-top: 1.3rem; }
  .business-card { aspect-ratio: auto; min-height: 500px; padding: 2.2rem 1.35rem 1.5rem; }
  .business-card-brand h3 { font-size: clamp(3.2rem,15vw,4.8rem); }
  .business-card-brand > p { line-height: 1.5; letter-spacing: .2em; }
  .card-flourish { width: 92%; height: 84px; }
  .business-card-links { grid-template-columns: 1fr; gap: .85rem; }
  .business-card-links strong { font-size: .9rem; }
}
