:root {
  --ink: #071820;
  --paper: #f1f0eb;
  --water: #23b8d1;
  --white: #fff;
  --line: rgba(7, 24, 32, .18);
}

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "IBM Plex Sans", Arial, sans-serif; line-height: 1.55; overflow-x: hidden; }
body * { box-sizing: border-box; }
a { transition: color .18s ease, background-color .18s ease; }
a:hover { text-decoration: none; }
.container { max-width: 1240px; }

/* Header: compact and architectural, like a project drawing title block. */
.site-header { position: relative; z-index: 50; background: var(--paper); }
.site-header__utility { color: #b6c2c7; background: var(--ink); font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.site-header__utility .container { display: flex; align-items: center; gap: 25px; min-height: 31px; }
.site-header__utility a { color: inherit; }
.site-header__utility a:hover { color: var(--water); }
.site-header__social { display: flex; gap: 13px; margin-left: auto; }
.site-header__social img { filter: brightness(0) invert(1); opacity: .68; }
.site-header__main { border-bottom: 1px solid var(--ink); }
.site-header__main .container { display: flex; align-items: stretch; justify-content: space-between; min-height: 88px; }
.site-logo { display: flex; align-items: center; padding-right: 42px; border-right: 1px solid var(--line); }
.site-logo img { display: block; width: 184px; height: auto; }
.site-nav { display: flex; align-items: stretch; margin-left: auto; }
.site-nav a { display: grid; place-items: center; min-width: 116px; padding: 0 20px; border-left: 1px solid var(--line); color: var(--ink); font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.site-nav a:hover { color: var(--ink); background: var(--water); }
.site-menu-toggle { display: none; border: 0; background: transparent; }
.site-menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: var(--ink); }

/* Hero: oversized type and technical annotations instead of a generic centered overlay. */
.modern-hero { position: relative; display: grid; min-height: clamp(570px, 76vh, 800px); overflow: hidden; background: var(--ink); }
.modern-hero__video, .modern-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.modern-hero__video { object-fit: cover; filter: saturate(.72) contrast(1.08); }
.modern-hero__veil { background: linear-gradient(90deg, rgba(3, 18, 25, .94) 0, rgba(3, 18, 25, .68) 42%, rgba(3, 18, 25, .05) 80%), linear-gradient(0deg, rgba(3, 18, 25, .55), transparent 50%); }
.modern-hero:before { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; left: calc(50% - 620px); width: 1px; background: rgba(255, 255, 255, .24); box-shadow: 310px 0 rgba(255,255,255,.1), 620px 0 rgba(255,255,255,.1), 930px 0 rgba(255,255,255,.1); }
.modern-hero__index { position: absolute; z-index: 3; top: 34px; right: 4vw; color: rgba(255,255,255,.72); font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 10px; letter-spacing: .2em; writing-mode: vertical-rl; }
.modern-hero__content { position: relative; z-index: 3; align-self: end; color: #fff; padding-top: 80px; padding-bottom: 72px; }
.eyebrow { margin: 0 0 17px; color: var(--water); font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { margin-left: 22px; color: rgba(255,255,255,.55); }
.modern-hero h1 { max-width: 870px; margin: 0 0 17px; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: clamp(74px, 12vw, 164px); font-weight: 700; line-height: .72; letter-spacing: -.065em; text-transform: uppercase; }
.modern-hero h1 span { display: block; color: transparent; font-size: .47em; line-height: 1; letter-spacing: .04em; -webkit-text-stroke: 1px rgba(255,255,255,.72); }
.modern-hero__place { margin: 28px 0 36px; padding-left: 92px; color: #d8e2e5; font-size: 16px; letter-spacing: .06em; }
.modern-hero__place:before { content: ""; display: inline-block; width: 68px; height: 1px; margin: 0 24px 5px -92px; background: var(--water); }
.modern-hero__actions { display: flex; gap: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 27px; border: 1px solid currentColor; border-radius: 0; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.button--primary { border-color: var(--water); color: var(--ink); background: var(--water); }
.button--primary:hover { color: #fff; background: transparent; }
.button--ghost { border-color: rgba(255,255,255,.55); color: #fff; }
.button--ghost:hover { color: var(--ink); background: #fff; }
.button--dark { border-color: var(--ink); color: #fff; background: var(--ink); }
.button--dark:hover { color: var(--ink); background: transparent; }
.modern-hero__scroll { position: absolute; z-index: 3; right: 4vw; bottom: 0; display: grid; place-items: center; width: 62px; height: 84px; background: var(--water); }
.modern-hero__scroll:after { content: "↓"; color: var(--ink); font-size: 22px; }
.modern-hero__scroll span { display: none; }

.section { position: relative; padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; margin-bottom: 55px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.section-heading__title { position: relative; padding-left: 86px; }
.section-number { position: absolute; left: 0; top: 4px; color: var(--water); font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 12px; letter-spacing: .1em; }
.section-number:after { content: ""; display: inline-block; width: 36px; height: 1px; margin: 0 0 4px 10px; background: currentColor; }
.section-heading h2, .contact-copy h2 { margin: 0; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: clamp(58px, 7vw, 94px); font-weight: 700; line-height: .8; letter-spacing: -.055em; text-transform: uppercase; }
.section-heading > p { max-width: 390px; margin: 0 0 4px auto; color: #53636a; }

/* News is an editorial index rather than a grid of floating cards. */
.section--news { background: var(--paper); }
.news-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(380px, .85fr); grid-template-rows: repeat(2, minmax(220px, 1fr)); gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.news-card { display: grid; grid-template-columns: minmax(160px, .9fr) 1.1fr; overflow: hidden; border: 0; border-radius: 0; background: var(--paper); }
.news-card:first-child { grid-row: 1 / span 2; grid-template-columns: 1fr; grid-template-rows: minmax(350px, 1fr) auto; }
.news-card__image { display: block; min-height: 100%; overflow: hidden; background: #d9d9d4; }
.news-card:first-child .news-card__image { aspect-ratio: 16/10; }
.news-card__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: filter .25s ease, transform .5s ease; }
.news-card:hover img { filter: saturate(1); transform: scale(1.025); }
.news-card__body { position: relative; display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 25px 26px; }
.news-card:first-child .news-card__body { display: grid; grid-template-columns: 1fr auto; grid-template-areas: "date link" "title link" "copy link"; align-items: end; padding: 27px 30px 30px; border-top: 7px solid var(--water); }
.news-card:first-child time { grid-area: date; }
.news-card:first-child h3 { grid-area: title; max-width: 560px; font-size: 32px; }
.news-card:first-child p { grid-area: copy; max-width: 570px; margin-bottom: 0; }
.news-card:first-child .text-link { grid-area: link; align-self: end; margin-left: 28px; white-space: nowrap; }
.news-card time { color: #67767d; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.news-card h3 { margin: 10px 0 12px; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 25px; font-weight: 600; line-height: 1.08; text-transform: uppercase; }
.news-card h3 a, .text-link { color: var(--ink); }
.news-card p { display: -webkit-box; overflow: hidden; margin-bottom: 14px; color: #5b696f; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.text-link { margin-top: auto; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { color: var(--water); }
.text-link:hover { color: var(--water); }

.services-strip { padding: 0 0 120px; background: var(--paper); }
.services-strip__grid { display: grid; grid-template-columns: 1.15fr repeat(3, .75fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.services-strip__intro, .services-strip article { position: relative; min-height: 320px; padding: 38px 30px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.services-strip__intro { padding-left: 86px; }
.services-strip__intro h2 { margin: 0; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: clamp(42px, 5vw, 67px); font-weight: 700; line-height: .85; letter-spacing: -.045em; text-transform: uppercase; }
.services-strip article { display: flex; flex-direction: column; justify-content: flex-end; transition: color .2s ease, background-color .2s ease; }
.services-strip article:hover { color: #fff; background: var(--ink); }
.services-strip article > span { position: absolute; top: 28px; left: 30px; color: var(--water); font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 10px; letter-spacing: .12em; }
.services-strip article h3 { margin: 0 0 14px; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 23px; font-weight: 700; line-height: 1; text-transform: uppercase; }
.services-strip article p { margin: 0; color: #607078; font-size: 14px; }
.services-strip article:hover p { color: #aebdc3; }

.approach-section { padding: 115px 0; color: #d6e0e4; background: #0d2732; }
.approach-section__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.approach-section__title { position: relative; padding-left: 86px; }
.approach-section__title h2 { max-width: 480px; margin: 0; color: #fff; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: clamp(48px, 6vw, 78px); font-weight: 700; line-height: .88; letter-spacing: -.045em; text-transform: uppercase; }
.approach-section__copy { padding-top: 3px; border-top: 1px solid rgba(255,255,255,.25); }
.approach-section__copy p { margin: 0; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.16); color: #afc0c7; font-size: 16px; line-height: 1.75; }
.approach-section__copy p:first-child { color: #fff; font-size: 18px; }
.approach-section__copy.is-collapsible.is-collapsed p:nth-of-type(n+3) { display: none; }
.approach-section__toggle { width: 100%; padding: 22px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); color: var(--water); background: transparent; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .13em; text-align: left; text-transform: uppercase; }
.approach-section__toggle span { float: right; font-size: 18px; line-height: 1; }
.approach-section__toggle:hover { color: #fff; }
.approach-section__toggle:focus-visible { outline: 2px solid var(--water); outline-offset: 5px; }

/* Gallery echoes an irregular architectural contact sheet. */
.section--gallery { overflow: hidden; color: #fff; background: var(--ink); }
.section--gallery:before { content: "PROJECT / ARCHIVE"; position: absolute; right: -35px; top: 320px; color: rgba(255,255,255,.045); font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 130px; font-weight: 700; letter-spacing: -.05em; writing-mode: vertical-rl; }
.section-heading--light { border-color: rgba(255,255,255,.18); }
.section-heading--light > p { color: #9aacb3; }
.project-grid { display: grid; grid-template-columns: 1.45fr .7fr .85fr; grid-template-rows: 250px 250px; gap: 10px; }
.project-card { position: relative; overflow: hidden; width: 100%; padding: 0; border: 0; border-radius: 0; color: #fff; background: #102a35; cursor: zoom-in; }
.project-card--large { grid-row: span 2; }
.project-card:nth-child(4) { grid-column: span 2; }
.project-card:nth-child(n+6) { display: none; }
.project-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); transition: transform .55s ease, filter .25s ease; }
.project-card__overlay { position: absolute; inset: auto 0 0; display: flex; flex-direction: column; align-items: flex-start; padding: 50px 18px 17px; text-align: left; background: linear-gradient(transparent, rgba(3,17,24,.9)); }
.project-card__overlay small { color: var(--water); font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.project-card__title { margin-top: 4px; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 15px; font-weight: 600; text-transform: uppercase; }
.project-card:hover img { filter: saturate(1); transform: scale(1.04); }
.section-action { margin-top: 38px; text-align: right; }
.gallery-empty { padding: 45px; border: 1px solid rgba(255,255,255,.2); text-align: center; }

/* Contact uses the brand's water colour as a decisive closing block. */
.section--contact { padding: 0; background: var(--water); }
.contact-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 0; max-width: none; padding: 0; }
.contact-copy { position: relative; padding: 105px max(7vw, calc((100vw - 1240px)/2)); }
.contact-copy .section-number { top: 110px; }
.contact-copy .eyebrow { padding-left: 86px; color: var(--ink); }
.contact-copy h2 { max-width: 820px; }
.contact-copy h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px var(--ink); }
.contact-copy > p:not(.eyebrow) { max-width: 600px; margin: 28px 0; font-size: 17px; }
.contact-card { display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 55px; border-radius: 0; color: #d5e0e4; background: var(--ink); font-style: normal; }
.contact-card .contact-logo { max-width: 200px; height: auto; margin-bottom: 35px; filter: brightness(0) invert(1); }
.contact-card a { color: #fff; }
.contact-card .text-link { color: var(--water); }

.site-footer { padding: 62px 0 18px; color: #91a4ac; background: #031117; }
.site-footer__inner { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding-bottom: 40px; }
.site-footer img { filter: brightness(0) invert(1); }
.site-footer p { margin: 0; text-align: center; }
.site-footer nav { display: flex; justify-content: flex-end; gap: 24px; }
.site-footer a { color: #cedadd; }
.site-footer a:hover { color: var(--water); }
.site-footer__bottom { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }

.gallery-lightbox { width: min(1100px, 94vw); max-width: none; padding: 0; border: 0; color: #fff; background: #04131a; }
.gallery-lightbox::backdrop { background: rgba(0,8,12,.92); backdrop-filter: blur(6px); }
.gallery-lightbox figure { display: grid; place-items: center; min-height: 70vh; margin: 0; }
.gallery-lightbox figure img { display: block; max-width: 100%; max-height: 80vh; }
.gallery-lightbox figcaption { padding: 10px 22px; }
.gallery-lightbox__close, .gallery-lightbox__nav { position: absolute; z-index: 2; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.3); border-radius: 0; color: #fff; background: var(--ink); font-size: 27px; }
.gallery-lightbox__close { top: 0; right: 0; }
.gallery-lightbox__nav { top: 50%; transform: translateY(-50%); }
.gallery-lightbox__nav--prev { left: 0; }
.gallery-lightbox__nav--next { right: 0; }

/* Full gallery continues the same project-archive language as the homepage. */
.gallery-hero { position: relative; overflow: hidden; padding: 105px 0 75px; color: #fff; background: var(--ink); }
.gallery-hero:before { content: "04"; position: absolute; right: 3vw; bottom: -80px; color: rgba(255,255,255,.035); font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 330px; font-weight: 700; line-height: 1; }
.gallery-hero:after { content: ""; position: absolute; right: 0; bottom: 0; width: 34%; height: 7px; background: var(--water); }
.gallery-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; }
.gallery-hero h1 { margin: 0; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: clamp(78px, 11vw, 148px); font-weight: 700; line-height: .75; letter-spacing: -.065em; text-transform: uppercase; }
.gallery-hero__inner > p { max-width: 420px; margin: 0; padding-left: 25px; border-left: 1px solid var(--water); color: #a9bbc2; }
.gallery-page { min-height: 60vh; padding: 0 0 110px; background: var(--paper); }
.gallery-filters { display: flex; overflow-x: auto; margin-bottom: 90px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); border-left: 1px solid var(--ink); scrollbar-width: thin; }
.gallery-filters a { flex: 1 0 180px; min-height: 74px; padding: 16px 18px; border-right: 1px solid var(--line); color: var(--ink); font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.gallery-filters a:last-child { border-right: 0; }
.gallery-filters a span { display: block; margin-bottom: 7px; color: #78868c; font-size: 9px; }
.gallery-filters a:hover, .gallery-filters a.is-active { color: var(--ink); background: var(--water); }
.gallery-filters a.is-active span { color: var(--ink); }
.gallery-page__heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.gallery-page__heading > div { position: relative; padding-left: 86px; }
.gallery-page__heading h2 { max-width: 900px; margin: 0; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: clamp(42px, 6vw, 78px); font-weight: 700; line-height: .88; letter-spacing: -.045em; text-transform: uppercase; }
.gallery-page__heading > p { flex: none; margin: 0; color: #66767d; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.gallery-page__copy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; margin: 0 0 70px 86px; }
.gallery-page__copy p { margin: 0; padding-top: 20px; border-top: 1px solid var(--line); color: #53636a; font-size: 14px; line-height: 1.75; }
.gallery-page__copy p:first-child { color: var(--ink); }
.gallery-page__grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: 10px; }
.gallery-page__item { position: relative; grid-column: span 4; height: 330px; overflow: hidden; padding: 0; border: 0; color: #fff; background: #cbd0ce; cursor: zoom-in; }
.gallery-page__item:nth-child(7n+1), .gallery-page__item:nth-child(7n+5) { grid-column: span 8; height: 500px; }
.gallery-page__item:nth-child(7n+2) { height: 500px; }
.gallery-page__item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .55s ease, filter .2s ease; }
.gallery-page__item > span { position: absolute; inset: auto 0 0; display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 55px 18px 16px; text-align: left; background: linear-gradient(transparent, rgba(2,16,22,.88)); }
.gallery-page__item small { color: var(--water); font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 9px; letter-spacing: .12em; }
.gallery-page__title { font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 13px; font-weight: 600; text-transform: uppercase; }
.gallery-page__item:hover img { filter: saturate(1); transform: scale(1.035); }
.gallery-page__empty { padding: 80px 30px; border: 1px solid var(--ink); text-align: center; }

/* News detail: a restrained project-journal page, not a generic CMS article. */
.article-page { background: var(--paper); }
.article-hero { position: relative; overflow: hidden; padding: 90px 0 70px; color: #fff; background: var(--ink); }
.article-hero:after { content: "NOVOSTI"; position: absolute; right: -18px; bottom: -48px; color: rgba(255,255,255,.035); font-family: "IBM Plex Sans Condensed", sans-serif; font-size: clamp(110px, 18vw, 260px); font-weight: 700; line-height: .75; letter-spacing: -.07em; }
.article-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 220px 1fr; gap: 70px; }
.article-hero__meta { display: flex; flex-direction: column; justify-content: space-between; padding: 5px 25px 5px 0; border-right: 1px solid rgba(255,255,255,.22); font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.article-hero__meta a { color: var(--water); }
.article-hero__meta time { color: #91a4ac; }
.article-hero__title h1 { max-width: 940px; margin: 0; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: clamp(55px, 8vw, 108px); font-weight: 700; line-height: .84; letter-spacing: -.05em; text-transform: uppercase; }
.article-lead { position: relative; margin-top: 0; padding-top: 0; }
.article-lead img { display: block; width: 100%; max-height: 680px; object-fit: cover; }
.article-lead__index { position: absolute; z-index: 2; top: 0; right: 15px; min-width: 86px; padding: 17px; color: var(--ink); background: var(--water); font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-align: center; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 70px; padding-top: 75px; padding-bottom: 115px; }
.article-rail { display: flex; flex-direction: column; gap: 11px; padding-top: 9px; color: #75848a; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 10px; font-style: normal; letter-spacing: .13em; text-transform: uppercase; }
.article-rail:before { content: ""; width: 65px; height: 5px; margin-bottom: 14px; background: var(--water); }
.article-content { color: #263b44; font-size: 18px; line-height: 1.8; }
.article-content > *:first-child { margin-top: 0; }
.article-content p { margin: 0 0 1.45em; }
.article-content p:first-child { color: var(--ink); font-size: 25px; line-height: 1.55; }
.article-content h2, .article-content h3, .article-content h4 { margin: 1.7em 0 .65em; color: var(--ink); font-family: "IBM Plex Sans Condensed", sans-serif; font-weight: 700; line-height: 1.05; text-transform: uppercase; }
.article-content h2 { font-size: 45px; }
.article-content h3 { font-size: 32px; }
.article-content img { max-width: 100%; height: auto; margin: 30px 0; }
.article-content a { color: #078ba3; text-decoration: underline; text-underline-offset: 3px; }
.article-content blockquote { margin: 40px 0; padding: 8px 0 8px 28px; border-left: 6px solid var(--water); color: var(--ink); font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 27px; line-height: 1.3; }
.related-news { padding-top: 10px; padding-bottom: 95px; }
.related-news__heading { display: grid; grid-template-columns: 220px 1fr; gap: 70px; align-items: end; margin-bottom: 35px; padding-bottom: 25px; border-bottom: 1px solid var(--ink); }
.related-news__heading .eyebrow { margin: 0; }
.related-news__heading h2 { margin: 0; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: clamp(42px, 5vw, 68px); font-weight: 700; line-height: .85; letter-spacing: -.04em; text-transform: uppercase; }
.related-news__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.related-news__card { display: grid; grid-template-columns: minmax(180px, .9fr) 1.1fr; min-height: 230px; border: 1px solid var(--ink); }
.related-news__image { overflow: hidden; background: #ccd2d0; }
.related-news__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); transition: transform .4s ease, filter .2s ease; }
.related-news__card:hover img { filter: saturate(1); transform: scale(1.03); }
.related-news__card > div { display: flex; flex-direction: column; justify-content: center; padding: 25px; }
.related-news__card time { color: #69787f; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 9px; letter-spacing: .12em; }
.related-news__card h3 { margin: 10px 0 20px; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 22px; font-weight: 700; line-height: 1.05; text-transform: uppercase; }
.related-news__card h3 a { color: var(--ink); }
.article-project-links { display: grid; grid-template-columns: 1.15fr repeat(4, 1fr); margin-bottom: 95px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.article-project-links > span, .article-project-links a { display: flex; align-items: center; min-height: 88px; padding: 18px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-family: "IBM Plex Sans Condensed", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.article-project-links > span { color: #738188; }
.article-project-links a { justify-content: space-between; color: var(--ink); }
.article-project-links a span { color: var(--water); }
.article-project-links a:hover { color: var(--ink); background: var(--water); }
.article-project-links a:hover span { color: var(--ink); }
.article-next { position: relative; display: grid; grid-template-columns: 86px 1fr auto; align-items: end; gap: 0; margin-bottom: 110px; padding: 45px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.article-next .section-number { position: static; align-self: start; }
.article-next h2 { margin: 0; font-family: "IBM Plex Sans Condensed", sans-serif; font-size: clamp(42px, 5vw, 68px); font-weight: 700; line-height: .85; letter-spacing: -.04em; text-transform: uppercase; }
.article-next .button { align-self: center; }

@media (max-width: 991px) {
  .section { padding: 85px 0; }
  .news-grid { grid-template-columns: 1.2fr .8fr; }
  .news-card { grid-template-columns: 1fr; grid-template-rows: 150px auto; }
  .news-card:first-child { grid-template-rows: minmax(320px, 1fr) auto; }
  .news-card:first-child .news-card__body { display: block; }
  .news-card:first-child .text-link { display: inline-block; margin: 14px 0 0; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-card:nth-child(4) { grid-column: auto; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .site-footer__inner { grid-template-columns: 1fr; text-align: center; }
  .site-footer nav { justify-content: center; }
  .services-strip__grid { grid-template-columns: 1fr 1fr; }
  .approach-section__grid { grid-template-columns: 1fr; gap: 55px; }
  .gallery-page__item { grid-column: span 6; }
  .gallery-page__item:nth-child(7n+1), .gallery-page__item:nth-child(7n+5) { grid-column: span 6; height: 380px; }
  .gallery-page__item:nth-child(7n+2) { height: 380px; }
  .article-hero__grid, .article-layout { grid-template-columns: 160px 1fr; gap: 40px; }
  .related-news__heading { grid-template-columns: 160px 1fr; gap: 40px; }
  .related-news__card { grid-template-columns: 1fr; grid-template-rows: 190px auto; }
  .article-project-links { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  .site-header__utility a:nth-child(2) { display: none; }
  .site-header__main .container { min-height: 70px; }
  .site-logo { border: 0; }
  .site-logo img { width: 155px; }
  .site-menu-toggle { display: block; }
  .site-nav { position: absolute; top: 101px; right: 15px; left: 15px; display: none; flex-direction: column; align-items: stretch; border: 1px solid var(--ink); background: var(--paper); }
  .site-nav.is-open { display: flex; }
  .site-nav a { display: block; min-width: 0; padding: 16px; border: 0; border-bottom: 1px solid var(--line); }
  .modern-hero { min-height: 620px; }
  .modern-hero:before { left: 15px; box-shadow: calc(50vw - 15px) 0 rgba(255,255,255,.1); }
  .modern-hero__index { display: none; }
  .modern-hero h1 { font-size: clamp(72px, 25vw, 110px); line-height: .76; }
  .modern-hero__place { padding-left: 0; }
  .modern-hero__place:before { display: none; }
  .modern-hero__actions { flex-wrap: wrap; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading__title { padding-left: 64px; }
  .section-heading > p { margin-left: 64px; }
  .section-heading h2, .contact-copy h2 { font-size: 58px; }
  .news-grid { display: block; border: 0; background: transparent; }
  .news-card, .news-card:first-child { display: grid; grid-template-columns: 1fr; grid-template-rows: 230px auto; margin-bottom: 28px; border: 1px solid var(--ink); }
  .news-card:first-child .news-card__body { display: block; border-top-width: 5px; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 270px); }
  .project-card--large { grid-row: auto; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-copy { padding: 80px 25px; }
  .contact-copy .section-number { top: 84px; }
  .contact-card { padding: 45px 25px; }
  .site-footer__bottom { flex-direction: column; gap: 12px; text-align: center; }
  .services-strip { padding-bottom: 80px; }
  .services-strip__grid { grid-template-columns: 1fr; }
  .services-strip__intro, .services-strip article { min-height: 250px; }
  .approach-section { padding: 80px 0; }
  .approach-section__grid { gap: 45px; }
  .approach-section__title { padding-left: 64px; }
  .gallery-hero { padding: 80px 0 60px; }
  .gallery-hero__inner { grid-template-columns: 1fr; gap: 35px; }
  .gallery-hero__inner > p { margin-left: 64px; }
  .gallery-filters { margin-bottom: 65px; }
  .gallery-page__heading { align-items: start; flex-direction: column; }
  .gallery-page__heading > div { padding-left: 64px; }
  .gallery-page__copy { grid-template-columns: 1fr; gap: 0; margin: 0 0 55px 64px; }
  .gallery-page__grid { grid-template-columns: 1fr; }
  .gallery-page__item, .gallery-page__item:nth-child(7n+1), .gallery-page__item:nth-child(7n+2), .gallery-page__item:nth-child(7n+5) { grid-column: auto; height: 310px; }
  .article-hero { padding: 70px 0 55px; }
  .article-hero__grid { grid-template-columns: 1fr; gap: 35px; }
  .article-hero__meta { flex-direction: row; padding: 0 0 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .article-lead { padding: 0; }
  .article-lead__index { right: 0; }
  .article-layout { grid-template-columns: 1fr; gap: 40px; padding-top: 55px; padding-bottom: 75px; }
  .article-rail { flex-direction: row; flex-wrap: wrap; }
  .article-rail:before { flex: 0 0 100%; }
  .article-content { font-size: 17px; }
  .article-content p:first-child { font-size: 21px; }
  .related-news { padding-bottom: 70px; }
  .related-news__heading { grid-template-columns: 1fr; gap: 12px; }
  .related-news__grid { grid-template-columns: 1fr; }
  .related-news__card { grid-template-rows: 220px auto; }
  .article-project-links { grid-template-columns: 1fr; margin-bottom: 70px; }
  .article-next { grid-template-columns: 64px 1fr; margin-bottom: 75px; padding: 35px 0; }
  .article-next .button { grid-column: 2; justify-self: start; margin-top: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .modern-hero__video { display: none; }
  .modern-hero { background: linear-gradient(rgba(3,18,25,.65), rgba(3,18,25,.65)), url('../img/hero-poster.webp') center/cover; }
  * { transition: none !important; }
}
