/* ============================================================
   New Walk — scaled Figma-canvas pages + chrome
   ============================================================ */

/* ---- Overview mobile ---- */
.nw-ov-hero { position: relative; background: #6b6b6b; min-height: 380px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 40px 24px; overflow: hidden; }
.nw-ov-hero .nw-ov-hero__bg { position: absolute; inset: 0; background-size: cover !important; background-position: center !important; }
.nw-ov-meta .cs-meta__k { color: #4a6741; }
.nw-ov-hero__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); }
.nw-ov-hero__title { position: relative; z-index: 1; color: #fff; font-family: "Hanken Grotesk", sans-serif; font-weight: 800; font-size: clamp(36px, 10vw, 56px); line-height: 1.05; letter-spacing: -0.01em; text-transform: uppercase; text-shadow: 3px 3px 0 #4a6741, 6px 6px 0 #4a6741, 9px 9px 0 #4a6741; margin: 0; }
.nw-ov-metasec { border-bottom: 2px solid #4a6741; }
.nw-ov-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 20px; }
.nw-ov-cols { display: flex; flex-direction: column; gap: clamp(28px, 5vw, 48px); }
.nw-ov-col { text-align: center; }
.nw-ov-label { display: flex; align-items: center; justify-content: center; gap: 10px; font-weight: 800; letter-spacing: 0.16em; font-size: 15px; text-transform: uppercase; color: #4a6741; margin-bottom: 10px; }
.nw-ov-label::before, .nw-ov-label::after { content: ""; width: 22px; height: 2px; background: #4a6741; }
.nw-ov-list { list-style: none; margin: 0; padding: 0; text-align: left; display: inline-block; }
.nw-ov-list li { font-family: inherit; font-weight: 300; font-size: clamp(17px, 1.3vw, 23px); line-height: 1.55; margin-bottom: 4px; color: #000000; text-align: center; }
.nw-ov-list li::before { content: "• "; }
.nw-ov-quote { font-family: "Playfair Display", serif; font-weight: 900; font-size: clamp(26px, 6vw, 36px); line-height: 1.35; text-align: center; color: #4a6741; margin: clamp(40px,6vw,64px) 0 0; }
.nw-ov-h { text-align: center; }
.nw-ov-ideation { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: clamp(28px,4vw,48px); }
.nw-ov-ideation img, .nw-ov-ideation__img { width: 100%; aspect-ratio: 600/405; object-fit: contain; background: #fff; border: 1px solid #e4e0d8; }
.nw-ov-concepts { display: flex; flex-direction: column; gap: 16px; }
.nw-ov-concept { position: relative; border: 0; border-radius: 0; aspect-ratio: 600/405; overflow: hidden; cursor: pointer; padding: 0; }
.nw-ov-concept__bg { position: absolute; inset: -2% -2% -2% -2%; opacity: 0.65; background-size: 130% auto !important; background-position: center 25% !important; }
.nw-ov-concept__label { position: relative; z-index: 1; display: block; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-family: "Hanken Grotesk", sans-serif; font-weight: 800; font-size: clamp(24px, 6vw, 34px); text-align: center; color: #fff; line-height: 1.1; text-transform: uppercase; }

/* ---- Concept 1 mobile / canvas toggle ---- */
.nw1-canvas-only { display: block; }
.nw1-mobile-only { display: none; }
/* eyebrows in mobile C1 sections match canvas eyebrow colour */
.nw1-mobile-only .cs-label::before, .nw1-mobile-only .cs-label::after { background: #A5C7D3 !important; }
.nw1-mobile-only .nw-ov-label::before, .nw1-mobile-only .nw-ov-label::after { background: #4a6741 !important; }
.nw-ov-col .cs-body { color: #000; }
.nw1-video-standalone { display: block; padding-top: clamp(16px, 2vw, 32px); padding-bottom: clamp(80px, 9vw, 140px); margin-top: 0; }
@media (max-width: 767px) {
  .nw1-canvas-only { display: none; }
  .nw1-mobile-only { display: block; }
  .nw1-video-standalone { display: none; }
  .nw1-mobile-only .nw-touch-sec { padding-bottom: clamp(96px, 20vw, 160px); }
  .nw1-mobile-only .nw1-logo-sec { padding-bottom: clamp(70px, 16vw, 130px); }
  .nw1-mobile-only .nw-assets:not(.nw-touch-sec) { padding-top: clamp(60px, 14vw, 110px); }
}

/* ---- Concept 1 mobile — Type & Colour ---- */
.nw1-vi { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 60px); align-items: start; margin-top: clamp(32px, 4vw, 60px); }
.nw1-vi__types { display: flex; flex-direction: column; gap: 16px; }
.nw1-type-card { background: white; padding: clamp(20px, 3vw, 36px); box-shadow: 0 8px 24px rgba(0,39,58,0.10); }
.nw1-type-display { font-size: clamp(52px, 10vw, 90px); line-height: 1; color: #00273A; margin-bottom: 10px; }
.nw1-type-name { margin: 0; font-weight: 800; font-size: clamp(15px, 1.2vw, 18px); color: #00273A; letter-spacing: 0.02em; }
.nw1-type-role { margin: 4px 0 0; font-size: 13px; color: #00273A; opacity: 0.55; font-weight: 400; }

/* ---- Concept 1 mobile — Palette ---- */
.nw1-vi__palette { display: flex; flex-direction: column; gap: 0; }
.nw1-palette { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.nw1-swatch { aspect-ratio: 1; display: flex; align-items: flex-end; padding: 10px 12px; }
.nw1-swatch span { font-size: 11px; font-weight: 700; color: white; font-family: "Courier New", monospace; letter-spacing: 0.04em; }

/* ---- Concept 1 mobile — Sketches note ---- */
.nw1-sketches-note { background: rgba(0,39,58,0.06); padding: clamp(20px, 3vw, 36px); border-left: 3px solid #A5C7D3; height: 100%; box-sizing: border-box; display: flex; align-items: center; }
.nw1-sketches-note p { margin: 0; font-weight: 300; font-size: clamp(15px, 1.3vw, 20px); line-height: 1.6; color: #00273A; }

/* ---- Concept 1 mobile — Logo extras ---- */
.nw1-logo-feature { margin-top: clamp(32px, 4vw, 60px); }
.nw1-logo-feature .nw2-shot { max-width: 360px; margin: 0 auto; }
.nw1-logo-right { display: flex; flex-direction: column; gap: clamp(14px, 2.5vw, 24px); margin-top: clamp(14px, 2.5vw, 24px); }
.nw1-logo-bottom { margin-top: clamp(20px, 3vw, 40px); }
.nw1-logo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(14px, 2.5vw, 28px); margin-top: clamp(32px, 4vw, 60px); }
.nw1-logo-grid__item .nw2-shot { box-shadow: 0 8px 28px rgba(0,39,58,0.18); background: transparent; }

@media (max-width: 540px) {
  .nw1-vi { grid-template-columns: 1fr; }
}
.nw-stage { position: relative; width: 100%; overflow: hidden; background: #ffffff; }
.nw-canvas { position: relative; transform-origin: top left; }
.nw-loading {
  min-height: 60vh; display: flex; align-items: center; justify-content: center;
  font-family: "Hanken Grotesk", sans-serif; font-weight: 700; font-size: 22px;
  color: #002535; letter-spacing: 0.02em;
}
/* smaller closing CTA on New Walk pages — styled to match nav bar */
.nw-next { background: #4a6741; --pink: #a8c98a; --pale: #ffffff; padding: clamp(56px, 6vw, 88px) 0; }
.nw-next .cs-next__inner { gap: 22px; }
.nw-next .cs-next__lead { font-size: clamp(24px, 2.4vw, 38px); }
/* light-blue Start a project button (light tint of the header navy #2B3267) */
.nw-next__btn {
  background: #aeb6e2;
  color: #002535;
  box-shadow: 14px 14px 0 0 #002535;
}
.nw-next__btn:hover { box-shadow: 8px 8px 0 0 #002535; }
/* Concept 1 hero — dark green fallback, white text, dark-green extrusion */
.nw2-hero.nw1-hero { background: #4a6741; }
.nw1-hero__title {
  color: #ffffff;
  text-shadow:
    2px 2px 0 #002535, 4px 4px 0 #002535, 6px 6px 0 #002535, 8px 8px 0 #002535,
    10px 10px 0 #002535, 12px 12px 0 #002535, 14px 14px 0 #002535, 16px 16px 0 #002535;
  font-size: clamp(44px, 8vw, 112px);
}

/* meta bar inside the 1920 canvas, under the hero (canvas px) */
.nw-metabar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 48px 127px 64px;
  border-bottom: 3px solid #4a6741;
}
.nw-metabar__item { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.nw-metabar__k {
  font-family: "Hanken Grotesk", sans-serif; font-weight: 800; font-size: 19px;
  letter-spacing: 0.16em; text-transform: uppercase; color: #4a6741;
}
.nw-metabar__v {
  font-family: "Hanken Grotesk", sans-serif; font-weight: 700; font-size: 27px;
  color: #002535; line-height: 1.1;
}

/* CP-style eyebrow label with flanking rules (New Walk green) */
.nw-eyebrow::before,
.nw-eyebrow::after {
  content: "";
  width: 30px; height: 3px;
  background: rgb(93,129,62);
  flex: none;
}

/* Brand Assets & Use — crisp HTML section appended to Concept 1 */
.nw-assets {
  background: #ffffff;
  padding: clamp(40px, 5vw, 90px) clamp(24px, 6.6vw, 127px) clamp(64px, 8vw, 130px);
  --navy: #002535;
  --navy-deep: #002535;
  --pink: #dbe6ea;
}
.nw-assets__board {
  max-width: 720px; margin: 0 auto clamp(28px, 3vw, 52px);
}
.nw-assets__board img { width: 100%; display: block; }
.nw-assets__uses {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 1.8vw, 28px);
  max-width: 720px; margin: 0 auto;
}
.nw-assets__use { overflow: hidden; box-shadow: 0 20px 44px -28px rgba(0,37,53,0.35); line-height: 0; }
.nw-assets__use img { width: 100%; display: block; }
@media (max-width: 760px) { .nw-assets__uses { grid-template-columns: repeat(3, 1fr); max-width: 100%; } }
.nw-touch-sec { padding-top: clamp(80px, 10vw, 180px); padding-bottom: clamp(80px, 10vw, 180px); }
.nw-assets:not(.nw-touch-sec) { padding-top: clamp(56px, 7vw, 120px); padding-bottom: clamp(96px, 11vw, 180px); }
.nw-assets .cs-concept__intro { margin-bottom: clamp(28px, 3vw, 48px); }
.nw-assets:not(.nw-touch-sec) .cs-concept__intro { margin-bottom: clamp(48px, 5.5vw, 84px); }

/* Colour palette swatches */
.nw-palette-sec { background: #e8f3f5; }
.nw-palette {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.4vw, 40px);
  max-width: 980px;
  margin: 0 auto;
}
.nw-swatch { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.nw-swatch__chip { width: 100%; aspect-ratio: 1/1; border-radius: 50%; display: block; }
.nw-swatch__name { font-weight: 700; font-size: clamp(14px, 1vw, 17px); color: #002535; }
.nw-swatch__hex { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 12px; letter-spacing: 0.06em; color: #002535; opacity: 0.6; }
@media (max-width: 640px) { .nw-palette { grid-template-columns: repeat(2, 1fr); } }

/* Touchpoints HTML section — Concept 1 */
.nw-touch-sec { background: #dbe6ea; }
.nw-touch-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2vw, 28px);
  max-width: 1300px;
  margin-inline: auto;
}
.nw-touch-col { display: flex; flex-direction: column; gap: clamp(16px, 2vw, 28px); }
.nw-touch-img { line-height: 0; overflow: hidden; box-shadow: 0 24px 50px -34px rgba(0,37,53,0.4); clip-path: inset(0 1px 0 0); }
.nw-touch-img img { width: 100%; display: block; }
@media (max-width: 760px) { .nw-touch-grid { grid-template-columns: 1fr; } }

/* back / concept nav bar above each New Walk page */
.nw-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 18px clamp(24px, 6.6vw, 127px);
  background: var(--navy);
  --navy: #002535;
  position: sticky;
  top: var(--nav-h);
  z-index: 40;
  transition: top 0.35s var(--ease);
}
/* Fill the gap between main nav and concept bar during the slide-in transition */
.nw-bar::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0; right: 0;
  height: var(--nav-h);
  background: var(--navy);
  pointer-events: none;
}
/* Concept 1 canvas section title overrides */
.nw1 .nw-c1-eyebrow {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #002535;
}
.nw1 .nw-c1-ebar {
  display: inline-block;
  width: 42px; height: 4px;
  background-color: #BBCFD9 !important;
  flex: none;
  align-self: center;
}
.nw1 .nw-c1-eyebrow .nw-c1-ebar:last-child { background-color: #BBCFD9 !important; }
.nw1 .nw-c1-h {
  font-family: "Hanken Grotesk", sans-serif !important;
  font-weight: 800 !important;
  font-size: 88px !important;
  text-transform: uppercase !important;
  letter-spacing: -0.01em !important;
  color: #002535 !important;
  line-height: 1 !important;
}
.nw1 { --navy-deep: #002535; --navy: #002535; --pink: #dbe6ea; }
.nw1 .cs-label { justify-content: center; color: #002535; }
.nw1 .cs-label::before, .nw1 .cs-label::after { background: #dbe6ea; }
.nw1 .cs-concept__h { text-align: center; }
.nw1 .cs-concept__intro { text-align: center; }
.nw-bar--nw1 { --navy: #002535; --pink: #dbe6ea; --pale: #dbe6ea; --navy-deep: #002535; }

/* When the main nav slides away, pull the concept bar up with it */
.nav--hidden ~ main .nw-bar { top: 0; }
.nw-bar__back {
  background: none; border: 0; cursor: pointer;
  color: var(--pale); font-weight: 700; font-size: 15px; letter-spacing: 0.04em;
  transition: color 0.2s var(--ease);
}
.nw-bar__back:hover { color: var(--pink); }
.nw-bar__tabs { display: flex; gap: 10px; }
.nw-bar__tab {
  background: none; border: 1px solid rgba(247,234,240,0.3); cursor: pointer;
  color: var(--pale); font-weight: 700; font-size: 14px; letter-spacing: 0.06em;
  padding: 8px 18px; border-radius: 999px;
  transition: all 0.2s var(--ease);
}
.nw-bar__tab:hover { border-color: var(--pink); color: var(--pink); }
.nw-bar__tab.is-active { background: var(--pink); color: var(--navy-deep); border-color: var(--pink); }
@media (max-width: 600px) {
  .nw-bar__tab { font-size: 12px; padding: 7px 14px; white-space: nowrap; }
}

/* clickable concept hotspots overlaid on the landing's concept tiles */
.nw-hot {
  position: absolute;
  border: 0;
  z-index: 3;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  background: rgba(0,37,53,0);
  cursor: pointer;
  transition: background 0.3s var(--ease);
  display: flex; align-items: flex-end; justify-content: center;
  padding-bottom: 60px;
}
.nw-hot__cta {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
  background: #fff; color: #002535;
  font-weight: 800; font-size: 26px; letter-spacing: 0.02em;
  padding: 16px 34px;
}
.nw-hot:hover { background: rgba(0,0,0,0.45); }
.nw-hot:hover .nw-hot__cta { opacity: 1; transform: none; }
/* concept 2 tile gets a pink overlay instead of blue */
.nw-hot--pink:hover { background: rgba(0,0,0,0.45); }
.nw-hot--pink .nw-hot__cta { color: #6d1f42; }

/* ============================================================
   Concept 2 — Creative-Placemaking-styled case study
   (rides on project.css cs-* text classes; New Walk colours)
   ============================================================ */
.nw2 {
  --navy: #00273a;
  --navy-deep: #6d1f42;
  --navy-text: #6d1f42;
  --navy-bio: #5c3a48;
  --pink: #eaa6c0;        /* accent — New Walk palette pink (eyebrow rules, CTA) */
  --pale: #f8f3e6;
}
/* concept nav bar inherits each page's theme (navy/green default; dark-red/pink on C2) */
.nw2 .nw-bar { --navy: #6d1f42; --pink: #eaa6c0; --pale: #f8e4ec; --navy-deep: #6d1f42; }
.nw1 .nw-bar { --navy: #002535; --pink: #dbe6ea; --pale: #dbe6ea; --navy-deep: #002535; }
.nw-bar { --pink: #a8c98a; --pale: #ffffff; --navy-deep: #4a6741; --navy: #4a6741; }
.nw2 .nw-next { background: #6d1f42; --pink: #eaa6c0; --pale: #f8e4ec; }
.nw1 .nw-next { background: #002535; --pink: #dbe6ea; --pale: #dbe6ea; }

/* hero */
.nw2-hero { background: #6d1f42; }
.nw2-hero .cs-hero__bg { object-fit: cover; background: #6d1f42; }
.nw2-hero__overlay { background: rgba(34,16,28,0.42); }
.fig-asset-4f44cde8ef552fc7-d7e0d306 {
  background-image: url(assets/newwalk-cover.jpg) !important;
  background-size: cover !important;
  background-position: center !important;
}
.nw2-hero__title { font-size: clamp(44px, 8vw, 112px); color: #f4ecd2; text-shadow:
  2px 2px 0 #6d1f42, 4px 4px 0 #6d1f42, 6px 6px 0 #6d1f42, 8px 8px 0 #6d1f42,
  10px 10px 0 #6d1f42, 12px 12px 0 #6d1f42, 14px 14px 0 #6d1f42, 16px 16px 0 #6d1f42; }
.nw2-hero__sub { color: #f4ecd2; }

/* sections */
.nw2-sec { padding: clamp(80px, 10vw, 180px) 0; }

/* Force-lighten the blue background SVG in Concept 1 canvas — overrides inline opacity */
.nw-canvas svg[style*="rgb(182,207,217)"] { opacity: 0.07 !important; }
.nw2-concept-lead { padding: clamp(64px, 7vw, 100px) 0; min-height: 380px; display: flex; align-items: center; justify-content: center; }
.nw2-concept-lead .wrap { width: 100%; }
.nw2-concept-lead .cs-concept__intro { margin-bottom: 0; }
.nw2-concept-lead .cs-label { margin-top: 12px; }
.nw2-sec--white { background: #ffffff; }
.nw2-sec--cream { background: #faf6ea; }
.nw2-sec--pink  { background: #fdf3f1; }
.nw2-h { margin-bottom: clamp(20px, 2.4vw, 40px); }

/* centred eyebrow with flanking green rules */
.nw2 .cs-label { justify-content: center; color: var(--navy); }
.nw2-label::after {
  content: ""; width: 42px; height: 4px; background: var(--pink); flex: none;
}

/* shared image frame */
.nw2-shot { line-height: 0; background: #002535; }
.nw2-shot img { width: 100%; display: block; }

.nw2-sub {
  display: block; text-align: center; margin-bottom: 18px;
  font-family: "Hanken Grotesk", sans-serif; font-weight: 800;
  font-size: clamp(15px, 1.2vw, 19px); letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--navy-deep);
}
.nw2-cap { margin-top: 20px; text-align: center; max-width: 460px; margin-inline: auto; }

/* development: three editorial columns, equal-height image areas */
.nw2-dev { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: clamp(28px, 3.4vw, 64px); align-items: start; }
.nw2-dev__col { display: flex; flex-direction: column; }
.nw2-dev__col > .nw2-shot { height: clamp(340px, 38vw, 480px); display: flex; align-items: center; justify-content: center; background: transparent; }
.nw2-dev__col > .nw2-shot img { width: 100%; height: 100%; max-width: 100%; object-fit: contain; }
.nw2-sketches { height: clamp(340px, 38vw, 480px); display: flex; flex-direction: column; gap: 12px; overflow: hidden; }
.nw2-sketches .nw2-shot { flex: 1; min-height: 0; display: flex; align-items: center; justify-content: center; background: transparent; }
.nw2-sketches .nw2-shot img { width: 100%; height: 100%; max-width: 100%; object-fit: contain; }
@media (max-width: 860px) {
  .nw2-dev { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .nw2-dev__col > .nw2-shot, .nw2-sketches { height: clamp(260px, 60vw, 360px); }
}

/* visual identity — centred, equal-height, no shadow */
.nw2-vi2 { display: flex; justify-content: center; align-items: flex-start; gap: clamp(32px, 4vw, 80px); max-width: 980px; margin-inline: auto; flex-wrap: wrap; }
.nw2-vi2__type, .nw2-vi2__palette { display: flex; flex-direction: column; align-items: center; }
.nw2-vi2 .nw2-shot { box-shadow: none; background: transparent; display: flex; align-items: center; justify-content: center; }
.nw2-vi2 .nw2-shot img { height: 250px; width: auto; max-width: 100%; object-fit: contain; }
.nw2-vi2__type .nw2-shot img { height: 190px; }
@media (max-width: 620px) { .nw2-vi2 .nw2-shot img { height: 180px; } .nw2-vi2__type .nw2-shot img { height: 140px; } }

/* generic grids */
.nw2-grid { display: grid; gap: clamp(20px, 2.4vw, 40px); margin-top: clamp(28px, 3vw, 52px); }
.nw2-grid--2 { grid-template-columns: 1fr 1fr; }
.nw2-grid--3 { grid-template-columns: repeat(3, 1fr); }
.nw2-grid--4 { grid-template-columns: repeat(4, 1fr); }
.nw2-grid .nw2-shot { box-shadow: 0 24px 50px -34px rgba(34,16,28,0.4); }
@media (max-width: 880px) {
  .nw2-grid--3, .nw2-grid--4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .nw2-grid--2, .nw2-grid--3, .nw2-grid--4 { grid-template-columns: 1fr; }
  .nw2-grid--marks { grid-template-columns: 1fr 1fr; }
}

/* Logo Design (Concept 2): on phone, arrange as a 2-column grid — each column
   pairs a monogram directly above its matching-colour wordmark (cream/cream,
   green/green in one pair of columns; maroon/maroon, pink/pink in the next) */
@media (max-width: 820px) {
  .nw2-logo-sec .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(8px, 1.6vw, 16px);
  }
  .nw2-logo-sec .cs-concept__intro,
  .nw2-logo-sec .nw2-logo-feature { grid-column: 1 / -1; }
  .nw2-logo-sec .cs-concept__intro { margin-bottom: 0; }
  /* auto margins disable grid-item stretch, collapsing this to 0 width — force it back */
  .nw2-logo-sec .nw2-logo-feature { width: 100%; max-width: 100%; margin: 0 0 clamp(20px, 5vw, 40px); }
  .nw2-logo-sec .nw2-grid--4:not(.nw2-grid--marks),
  .nw2-logo-sec .nw2-grid--marks,
  .nw2-logo-sec .nw2-construction { display: contents; }

  /* column 1: cream, then maroon — column 2: green, then pink */
  .nw2-logo-sec .wrap :has(img[alt="New Walk monogram — olive on cream"]) { grid-column: 1; grid-row: 3; }
  .nw2-logo-sec .wrap :has(img[alt="New Walk monogram — cream on olive"]) { grid-column: 2; grid-row: 3; }
  .nw2-logo-sec .wrap :has(img[alt="New Walk wordmark — cream on green"]) { grid-column: 1; grid-row: 4; }
  .nw2-logo-sec .wrap :has(img[alt="New Walk wordmark — green on cream"]) { grid-column: 2; grid-row: 4; }
  .nw2-logo-sec .wrap :has(img[alt="New Walk monogram — pink on maroon"]) { grid-column: 1; grid-row: 5; }
  .nw2-logo-sec .wrap :has(img[alt="New Walk monogram — maroon on pink"]) { grid-column: 2; grid-row: 5; }
  .nw2-logo-sec .wrap :has(img[alt="New Walk wordmark — pink on maroon"]) { grid-column: 1; grid-row: 6; }
  .nw2-logo-sec .wrap :has(img[alt="New Walk wordmark — maroon on pink"]) { grid-column: 2; grid-row: 6; }
  .nw2-logo-sec .nw2-construction > *:nth-child(1) { grid-column: 1; grid-row: 7; margin-top: clamp(20px, 5vw, 40px); }
  .nw2-logo-sec .nw2-construction > *:nth-child(2) { grid-column: 2; grid-row: 7; margin-top: clamp(20px, 5vw, 40px); }
}

.nw2-grid--marks { gap: clamp(20px, 2.4vw, 40px); }
.nw2-grid--marks .nw2-shot { background: transparent; box-shadow: none; }
.nw2-grid--marks .nw2-shot img { filter: contrast(0.9); }
.nw2-grid--marks .nw2-shot.nw2-shot--contrast-up img { filter: contrast(0.99); }
.nw2-concept-body { max-width: 640px; margin-left: auto; margin-right: auto; }
.nw2-grid--marks > * { box-shadow: 0 16px 36px -16px rgba(34,16,28,0.28); }
.nw2-construction .nw2-shot { background: transparent; box-shadow: none; }
.nw2-construction > * { box-shadow: 0 16px 36px -16px rgba(34,16,28,0.28); }
.nw2-logo-feature { max-width: 720px; margin: 0 auto; }
.nw2-logo-feature .nw2-shot { box-shadow: 0 30px 60px -40px rgba(34,16,28,0.4); }
.nw2-video { line-height: 0; }
.nw2-video video { width: 100%; height: auto; display: block; }
.nw2-video--yt { position: relative; width: 100%; aspect-ratio: 16 / 9; }
.nw2-video--yt iframe { position: absolute; inset: 0; width: 100%; height: 100%; display: block; border: 0; }
.nw2-construction { max-width: 460px; margin: clamp(32px, 4vw, 64px) auto 0; align-items: end; }
.nw2-construction .nw2-shot { display: flex; align-items: flex-end; justify-content: center; }
.nw2-construction .nw2-shot img { height: 150px; width: auto; max-width: 100%; object-fit: contain; }
.nw2-icons { align-items: start; }
/* icons & illustrations — no shadows or backgrounds, equal-height bottom row */
.nw2-icons-sec .nw2-shot { box-shadow: none; background: transparent; }
.nw2-icons-sec .nw2-row3 .nw2-shot img { width: 100%; height: auto; display: block; }
.nw2-touch-feature { max-width: 1300px; margin: 0 auto; }
.nw2-touch-feature .nw2-shot { box-shadow: 0 40px 80px -44px rgba(34,16,28,0.45); }

/* touchpoints — original two-column collage */
.nw2-touch { display: grid; grid-template-columns: 0.57fr 1fr; gap: clamp(16px, 2vw, 28px); align-items: stretch; }
.nw2-touch__col { display: flex; flex-direction: column; gap: clamp(16px, 2vw, 28px); }
.nw2-touch .nw2-shot { box-shadow: 0 24px 50px -34px rgba(34,16,28,0.4); }
@media (max-width: 760px) { .nw2-touch { grid-template-columns: 1fr; } }

/* force Type & Colour side-by-side at all phone widths */
.nw1-vi2-fixed { display: flex; flex-direction: row; gap: clamp(8px, 2vw, 16px); align-items: stretch; }
.nw1-vi-img { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; justify-content: flex-start; }
.nw1-vi2-fixed .nw2-cap { margin-top: auto !important; padding-top: 8px; }
.nw1-vi-img .nw2-shot { width: 100%; background: transparent; box-shadow: none; flex: 0 0 auto; }
.nw1-vi-img .nw2-shot img { width: 100%; height: auto; object-fit: contain; object-position: top center; display: block; }
