/* North Field East Expansion — project case study */
.north-field-page { background: #f6f3ed; color: #14233d; }
.north-field-page .nf-project { font-family: "Space Grotesk", "Roboto", Arial, sans-serif; }
.north-field-page .nf-shell { width: min(1520px, calc(100% - 40px)); margin: 0 auto; }
.north-field-page .nf-kicker { margin: 0 0 12px; color: #d48a12; font: 700 10px/1.25 "Roboto Mono", monospace; letter-spacing: .14em; text-transform: uppercase; }

.north-field-page .nf-hero { position: relative; display: grid; min-height: 0; overflow: hidden; color: #fff; align-items: end; background: #152440; isolation: isolate; }
.north-field-page .nf-hero__image { display: none; }
.north-field-page .nf-hero::before { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 44px 44px; content: ""; mask-image: linear-gradient(180deg, transparent, #000 25%, #000 80%, transparent); }
.north-field-page .nf-hero::after { position: absolute; top: -10%; right: -8%; z-index: -1; width: 620px; height: 620px; border: 1px solid rgba(226,163,119,.18); border-radius: 50%; content: ""; }
.north-field-page .nf-hero .nf-shell { width: min(1180px, calc(100% - 48px)); }
.north-field-page .nf-hero__content { padding: 140px 0 64px; }
.north-field-page .nf-crumbs { display: flex; margin: 0 0 28px; gap: 10px; color: rgba(255,255,255,.55); font: 12px/1 "IBM Plex Mono", monospace; letter-spacing: .06em; }
.north-field-page .nf-crumbs a { color: #fff; text-decoration: none; }
.north-field-page .nf-hero .nf-kicker { display: flex; margin-bottom: 18px; color: #e2a377; font-size: 12px; align-items: center; gap: 10px; }
.north-field-page .nf-hero .nf-kicker::before { width: 22px; height: 1px; background: currentColor; content: ""; }
.north-field-page .nf-hero h1 { max-width: 15ch; margin: 0 0 22px; font-size: clamp(2.1rem, 5vw, 3.7rem); font-weight: 800; letter-spacing: -.01em; line-height: 1.04; }
.north-field-page .nf-hero__intro { max-width: 56ch; margin: 0 0 48px; color: rgba(255,255,255,.75); font-size: 1.05rem; line-height: 1.7; }
.north-field-page .nf-hero__facts { display: flex; margin: 0; gap: 0; border-top: 1px solid rgba(255,255,255,.22); flex-wrap: wrap; }
.north-field-page .nf-hero__facts span { position: relative; display: grid; padding: 22px 28px 6px 24px; margin: 0; border-left: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.5); font: 10px/1.25 "IBM Plex Mono", monospace; letter-spacing: .1em; text-transform: uppercase; gap: 6px; flex: 1 1 180px; }
.north-field-page .nf-hero__facts span::before { position: absolute; top: -1px; left: 24px; width: 1px; height: 8px; background: #e2a377; content: ""; }
.north-field-page .nf-hero__facts span:first-child { padding-left: 0; border-left: 0; }
.north-field-page .nf-hero__facts span:first-child::before { left: 0; }
.north-field-page .nf-hero__facts b { color: #fff; font-size: 1.55rem; letter-spacing: 0; text-transform: none; }

.north-field-page .nf-overview { padding: 30px 0 60px; background: #f6f3ed; }
.north-field-page .nf-section-head { max-width: 760px; margin: 0 0 20px; }
.north-field-page .nf-section-head .nf-kicker { margin: 0 0 14px; color: #d48a12; }
.north-field-page .nf-section-head h2, .north-field-page .nf-gallery h2 { margin: 0; color: #14233d; font-size: clamp(2.1rem, 4vw, 4.15rem); line-height: .98; letter-spacing: -.065em; }
.north-field-page .nf-section-head h2 { max-width: 650px; color: #14233d; font-size: clamp(1.7rem, 2.8vw, 2.35rem); letter-spacing: -.04em; }
.north-field-page .nf-overview__grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, 1fr); gap: 56px; align-items: start; }
.north-field-page .nf-details, .north-field-page .nf-summary { position: relative; display: block; border: 1px solid #ded8cd; background: #fff; }
.north-field-page .nf-details::before, .north-field-page .nf-summary::before { position: absolute; top: -1px; left: -1px; width: 14px; height: 14px; border-top: 2px solid #d48a12; border-left: 2px solid #d48a12; content: ""; }
.north-field-page .nf-details::after, .north-field-page .nf-summary::after { position: absolute; right: -1px; bottom: -1px; width: 14px; height: 14px; border-right: 2px solid #d48a12; border-bottom: 2px solid #d48a12; content: ""; }
.north-field-page .nf-details { padding: 32px; }
.north-field-page .nf-details__grid { display: grid; padding: 0; border: 0; background: transparent; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.north-field-page .nf-details__grid > div { min-height: 0; padding: 18px 24px 18px 0; border-top: 1px solid #ded8cd; }
.north-field-page .nf-details__grid > div:nth-child(-n+2) { border-top: 0; }
.north-field-page .nf-details__grid > div:nth-child(even) { padding-right: 0; padding-left: 24px; border-left: 1px solid #ded8cd; }
.north-field-page .nf-details dt, .north-field-page .nf-summary span { display: block; margin-bottom: 8px; color: #8a795e; font: 700 10px/1.25 "Roboto Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.north-field-page .nf-details dd { margin: 0; color: #14233d; font-size: 16px; line-height: 1.45; }
.north-field-page .nf-scope { display: block; padding: 32px 0 0; margin: 32px 0 0; border-top: 1px dashed #ded8cd; background: transparent; color: #14233d; }
.north-field-page .nf-scope::before { display: none; }
.north-field-page .nf-scope .nf-kicker,
.north-field-page .nf-summary > .nf-kicker { margin-bottom: 18px; color: #14233d; font: 700 clamp(1.15rem, 1.8vw, 1.45rem)/1.1 "Space Grotesk", "Archivo", sans-serif; letter-spacing: -.035em; text-transform: none; }
.north-field-page .nf-scope h3 { max-width: none; margin: 0 0 16px; color: #14233d; font-size: 1.25rem; letter-spacing: -.02em; line-height: 1.2; }
.north-field-page .nf-scope ul { display: grid; padding: 0; margin: 0 0 20px; list-style: none; gap: 10px; }
.north-field-page .nf-scope li { display: flex; color: #14233d; font-size: 14px; line-height: 1.6; gap: 12px; }
.north-field-page .nf-scope li::before { width: 9px; height: 9px; margin-top: 7px; background: #d48a12; color: transparent; content: ""; flex: none; }
.north-field-page .nf-scope > p:last-child { max-width: none; margin: 0; color: #637086; font-size: 14px; line-height: 1.75; }

.north-field-page .nf-summary { padding: 32px; color: #14233d; }
.north-field-page .nf-summary > div { padding: 14px 0; border-top: 1px solid #ded8cd; }
.north-field-page .nf-summary > div:last-of-type { padding-bottom: 26px; }
.north-field-page .nf-summary span { color: #7a8596; }
.north-field-page .nf-summary strong { display: block; color: #14233d; font-size: 14px; font-weight: 600; line-height: 1.5; }
.north-field-page .nf-summary ul { padding: 0; margin: 0; list-style: none; }
.north-field-page .nf-summary li { padding: 4px 0; color: #14233d; font-size: 13px; }
.north-field-page .nf-summary li::before { margin-right: 8px; color: #d48a12; content: "—"; }
.north-field-page .nf-summary > a { display: flex; padding: 14px 0 0; border-top: 1px solid #ded8cd; color: #d48a12; font: 700 11px/1.1 "Roboto Mono", monospace; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; justify-content: space-between; }
.north-field-page .nf-summary > a span { margin: 0; color: inherit; font: inherit; }

.north-field-page .nf-gallery { padding: 88px 0 96px; background: #e5e1d7; }
.north-field-page .nf-gallery h2 { font-size: clamp(1.8rem, 3vw, 2.35rem); letter-spacing: -.04em; }
.north-field-page .nf-gallery__head { display: flex; margin-bottom: 35px; align-items: end; justify-content: space-between; }
.north-field-page .nf-gallery__head > p { margin: 0; color: #7a8695; font-size: 13px; }
.north-field-page .nf-gallery__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 220px; gap: 20px; }
.north-field-page .nf-gallery__item { position: relative; padding: 0; border: 0; overflow: hidden; background: #152440; cursor: zoom-in; }
.north-field-page .nf-gallery__item--wide { grid-column: auto; }
.north-field-page .nf-gallery__item .gallery-image { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, opacity .3s ease; }
.north-field-page .nf-gallery__item:hover .gallery-image { opacity: .88; transform: scale(1.045); }
.north-field-page .nf-gallery__tag { position: absolute; top: 12px; left: 12px; padding: 5px 10px; background: rgba(21,36,64,.88); color: #fff; font: 700 10px/1 "IBM Plex Mono", monospace; letter-spacing: .08em; }
.north-field-page .nf-gallery__caption { position: absolute; right: 0; bottom: 0; left: 0; padding: 29px 16px 14px; background: linear-gradient(transparent, rgba(13,26,48,.9)); color: #fff; font: 600 11px/1.2 "IBM Plex Mono", monospace; letter-spacing: .02em; text-align: left; }

@media (max-width: 800px) {
  .north-field-page .nf-shell { width: min(100% - 36px, 1520px); }
  .north-field-page .nf-hero .nf-shell { width: min(100% - 36px, 1180px); }
  .north-field-page .nf-hero__content { padding: 130px 0 42px; }
  .north-field-page .nf-crumbs { margin-bottom: 25px; }
  .north-field-page .nf-hero__facts { margin-top: 34px; flex-wrap: nowrap; }
  .north-field-page .nf-hero__facts span { width: auto; min-width: 0; padding: 13px 8px 0; margin: 0; border: 0; gap: 5px; flex: 1 1 0; }
  .north-field-page .nf-hero__facts span:first-child { padding-left: 0; }
  .north-field-page .nf-hero__facts span::before { left: 8px; }
  .north-field-page .nf-hero__facts span:first-child::before { left: 0; }
  .north-field-page .nf-hero__facts b { font-size: clamp(.82rem, 4.15vw, 1.1rem); line-height: 1.15; overflow-wrap: anywhere; }
  .north-field-page .nf-overview { padding: 28px 0 48px; }
  .north-field-page .nf-gallery { padding: 65px 0; }
  .north-field-page .nf-section-head, .north-field-page .nf-overview__grid { grid-template-columns: 1fr; gap: 20px; }
  .north-field-page .nf-section-head { margin: 0 0 18px; }
  .north-field-page .nf-section-head .nf-kicker { margin: 0; }
  .north-field-page .nf-overview__grid { gap: 28px; }
  .north-field-page .nf-details, .north-field-page .nf-summary { padding: 24px; }
  .north-field-page .nf-details__grid { grid-template-columns: 1fr; }
  .north-field-page .nf-details__grid > div, .north-field-page .nf-details__grid > div:nth-child(even) { padding: 16px 0; border-top: 1px solid #ded8cd; border-left: 0; }
  .north-field-page .nf-details__grid > div:first-child { border-top: 0; padding-top: 0; }
  .north-field-page .nf-details__grid > div, .north-field-page .nf-details__grid > div:nth-child(odd) { min-height: 0; padding-right: 0; }
  .north-field-page .nf-scope { padding: 28px 0 0; margin-top: 28px; }
  .north-field-page .nf-gallery__head { align-items: start; gap: 15px; flex-direction: column; }
  .north-field-page .nf-gallery__grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; gap: 14px; }
  .north-field-page .nf-gallery__item, .north-field-page .nf-gallery__item--wide { grid-column: auto; }
  .north-field-page .nf-gallery__item--wide { grid-column: span 2; }
}
