@font-face {
  font-family: "Merriweather Sans";
  src: url("fonts/font/MerriweatherSans.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 300 800;
}

.concept {
  --c-paper: #f3f1eb;
  --c-white: #fff;
  --c-ink: #17201d;
  --c-forest: #173d35;
  --c-copper: #a84c32;
  --c-line: rgb(23 32 29 / 18%);
  --c-display: "Merriweather Sans", "Arial Narrow", sans-serif;
  --c-text: "Google Sans Flex", "Avenir Next", sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: var(--c-ink);
  background: var(--c-paper);
  font-family: var(--c-text);
}

.concept *, .concept *::before, .concept *::after { box-sizing: border-box; }
.concept img, .concept video { display: block; width: 100%; }
.concept a { color: inherit; text-decoration: none; }
.concept figure, .concept h1, .concept h2, .concept h3, .concept p, .concept dl, .concept dd { margin: 0; }
.concept button, .concept a { -webkit-tap-highlight-color: transparent; }
.concept ::selection { background: var(--c-copper); color: #fff; }

.concept-shell { width: min(calc(100% - 3rem), 1480px); margin-inline: auto; }
.section-index { font-size: .71rem; font-weight: 680; letter-spacing: .045em; text-transform: uppercase; }

.concept-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1.25rem 1.5rem;
  color: var(--c-ink);
}

.concept-header-over-media { color: #fff; text-shadow: 0 1px 18px rgb(0 0 0 / 40%); }
.concept-brand { justify-self: start; width: 112px; }
.concept-brand img { filter: grayscale(1) brightness(0) invert(1); height: 46px; object-fit: contain; object-position: left center; }
.concept-primary-nav { display: flex; gap: clamp(1rem, 3vw, 2.5rem); font-size: .78rem; }
.concept-primary-nav a { position: relative; }
.concept-primary-nav a::after { position: absolute; right: 0; bottom: -.35rem; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.concept-primary-nav a:hover::after, .concept-primary-nav a:focus-visible::after { transform: scaleX(1); }

.concept-video-wrap { position: absolute; inset: 0; overflow: hidden; background: #202725; }
.concept-video-wrap video, .concept-video-poster, .concept-video-poster img { width: 100%; height: 100%; object-fit: cover; }
.concept-video-poster { display: none; position: absolute; inset: 0; }
.concept-arrow-link { display: inline-flex; gap: 1rem; align-items: center; padding-bottom: .42rem; border-bottom: 1px solid currentColor; font-size: .92rem; }

.a-hero { position: relative; min-height: 100svh; overflow: hidden; color: #fff; background: #1c2421; }
.a-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(5 16 14 / 63%) 0%, rgb(5 16 14 / 16%) 58%, rgb(5 16 14 / 20%) 100%), linear-gradient(0deg, rgb(5 16 14 / 58%) 0%, transparent 42%); }
.a-hero-content { position: absolute; z-index: 2; left: max(1.5rem, calc((100vw - 1480px) / 2)); bottom: clamp(8rem, 17vh, 12rem); width: min(850px, calc(100% - 3rem)); }
.concept-kicker { margin-bottom: 1.25rem !important; font-size: .72rem; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }
.a-hero h1 { margin-bottom: 2.2rem; font-family: var(--c-display); font-size: clamp(4.1rem, 9.7vw, 10.3rem); font-weight: 720; letter-spacing: -.04em; line-height: .82; }
.a-hero-facts { position: absolute; z-index: 2; right: max(1.5rem, calc((100vw - 1480px) / 2)); bottom: 1.5rem; left: max(1.5rem, calc((100vw - 1480px) / 2)); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgb(255 255 255 / 40%); }
.a-hero-facts div { display: flex; gap: .8rem; padding: 1rem 0; border-right: 1px solid rgb(255 255 255 / 24%); }
.a-hero-facts div:not(:first-child) { padding-left: 1.25rem; }
.a-hero-facts dt { opacity: .58; font-size: .7rem; text-transform: uppercase; }
.a-hero-facts dd { font-size: .78rem; }

.a-manifesto { padding: clamp(5rem, 11vw, 10rem) 0; color: #fff; background: var(--c-forest); }
.a-manifesto-grid { display: grid; grid-template-columns: 2fr 10fr; gap: 2rem; }
.a-manifesto h2 { font-family: var(--c-display); font-size: clamp(3.25rem, 6vw, 6rem); font-weight: 690; letter-spacing: -.04em; line-height: .9; }
.a-manifesto h2 span { color: #b7c6bc; }
.a-manifesto-note { max-width: 560px; margin: 3.5rem 0 0 auto !important; font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.45; }

.a-plans { padding: clamp(5rem, 9vw, 9rem) 0; background: var(--c-paper); }
.a-section-head { display: grid; grid-template-columns: 2fr 6fr 4fr; gap: 2rem; align-items: end; padding-bottom: clamp(3rem, 6vw, 6rem); }
.a-section-head h2 { max-width: 850px; font-family: var(--c-display); font-size: clamp(2.8rem, 5.4vw, 6rem); font-weight: 680; letter-spacing: -.04em; line-height: .94; }
.a-section-head > p:last-child { max-width: 380px; padding-bottom: .35rem; color: rgb(23 32 29 / 68%); font-size: 1rem; line-height: 1.5; }
.a-plan-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1px; background: var(--c-line); border: 1px solid var(--c-line); }
.a-plan { display: grid; min-height: min(72vw, 830px); grid-template-rows: 1fr auto; padding: clamp(1rem, 3vw, 3rem); background: #fff; }
.a-plan img { height: 100%; min-height: 0; object-fit: contain; }
.a-plan figcaption { display: flex; justify-content: space-between; align-items: flex-end; padding-top: 1.25rem; border-top: 1px solid var(--c-line); }
.a-plan figcaption strong { font-family: var(--c-display); font-size: clamp(2.4rem, 4vw, 5rem); letter-spacing: -.04em; }
.a-plan figcaption span { font-size: .86rem; }

.a-living { padding: clamp(5rem, 9vw, 9rem) 0; color: #fff; background: #111714; }
.a-section-head-light > p:last-child { color: rgb(255 255 255 / 62%); }
.a-living-grid { display: grid; grid-template-columns: 6fr 3fr 3fr; grid-template-rows: min(48vw, 720px) min(22vw, 330px); gap: 1rem; }
.a-living-grid figure { position: relative; overflow: hidden; background: #262c29; }
.a-living-grid img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.23,1,.32,1); }
.a-living-grid figure:hover img { transform: scale(1.025); }
.a-living-grid figcaption { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; padding-top: .7rem; border-top: 1px solid rgb(255 255 255 / 52%); font-size: .74rem; }
.a-living-large { grid-row: 1 / 3; }
.a-living-wide { grid-column: 2 / 4; }

.a-projects { padding: clamp(5rem, 9vw, 9rem) 0; }
.a-project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem 1rem; }
.a-project { display: block; }
.a-project-featured { grid-column: 1 / 3; }
.a-project img { aspect-ratio: 16 / 10; object-fit: cover; filter: saturate(.82); transition: filter .45s ease, transform .7s cubic-bezier(.23,1,.32,1); }
.a-project-featured img { aspect-ratio: 2 / 1; }
.a-project:hover img { filter: saturate(1); transform: scale(.995); }
.a-project > span { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--c-line); }
.a-project strong { font-family: var(--c-display); font-size: clamp(1.4rem, 2vw, 2.2rem); letter-spacing: -.035em; }
.a-project small { color: rgb(23 32 29 / 60%); }

.a-process { padding: clamp(5rem, 9vw, 9rem) 0; color: #fff; background: var(--c-forest); }
.a-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgb(255 255 255 / 18%); }
.a-process-grid figure { background: var(--c-forest); }
.a-process-grid img { aspect-ratio: 16 / 10; object-fit: cover; filter: grayscale(1) contrast(.9); }
.a-process-grid figcaption { padding: 1rem 0; font-size: .75rem; }

.a-footer { padding: clamp(5rem, 9vw, 9rem) 0 2rem; color: #fff; background: var(--c-copper); }
.a-footer-links { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(3rem, 6vw, 6rem); border-top: 1px solid rgb(255 255 255 / 45%); }
.a-footer-links a { display: flex; justify-content: space-between; padding: 1.2rem 1rem 1.2rem 0; border-right: 1px solid rgb(255 255 255 / 28%); font-size: .86rem; }
.a-footer-links a:not(:first-child) { padding-left: 1rem; }
.a-copyright { margin-top: 4rem !important; font-size: .72rem; opacity: 1; }

/* B / Teknik dosya */
.concept-b { --c-paper: #e9e8e2; --c-ink: #172126; --c-copper: #bd4c32; background-image: linear-gradient(rgb(23 33 38 / 6%) 1px, transparent 1px), linear-gradient(90deg, rgb(23 33 38 / 6%) 1px, transparent 1px); background-size: 48px 48px; }
.b-header { position: relative; border-bottom: 1px solid rgb(23 33 38 / 24%); background: var(--c-paper); }
.b-header .concept-brand img, .c-header .concept-brand img { filter: grayscale(1) brightness(0); }
.b-hero { position: relative; min-height: calc(100svh - 70px); overflow: hidden; color: #fff; }
.b-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(9 19 24 / 15%), rgb(9 19 24 / 5%) 60%, rgb(9 19 24 / 68%)); }
.b-project-code { position: absolute; top: 2rem; left: 1.5rem; padding: .45rem .65rem; color: var(--c-ink); background: var(--c-paper); font-size: .68rem; font-weight: 700; letter-spacing: .045em; }
.b-title-block { position: absolute; bottom: 2rem; left: 1.5rem; }
.b-title-block p { margin-bottom: 1rem; font-size: .72rem; letter-spacing: .045em; text-transform: uppercase; }
.b-title-block h1 { font-family: var(--c-display); font-size: clamp(4.2rem, 9vw, 9rem); font-weight: 760; letter-spacing: -.04em; line-height: .82; text-transform: uppercase; }
.b-specs { position: absolute; top: 2rem; right: 1.5rem; width: min(390px, calc(100% - 3rem)); border-top: 1px solid rgb(255 255 255 / 60%); }
.b-specs div { display: grid; grid-template-columns: 1fr 1.5fr; padding: .8rem 0; border-bottom: 1px solid rgb(255 255 255 / 36%); }
.b-specs dt { opacity: .62; font-size: .7rem; text-transform: uppercase; }
.b-specs dd { font-size: .78rem; }
.b-grid { display: grid; grid-template-columns: 2fr 7fr 3fr; gap: 2rem; padding-top: clamp(5rem, 9vw, 9rem); padding-bottom: clamp(5rem, 9vw, 9rem); }
.b-side-label { font-size: .68rem; font-weight: 720; letter-spacing: .045em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.b-grid h2 { max-width: 890px; font-family: var(--c-display); font-size: clamp(3rem, 5.5vw, 6rem); font-weight: 760; letter-spacing: -.04em; line-height: .91; text-transform: uppercase; }
.b-grid > p:last-child { max-width: 340px; align-self: end; font-size: 1.03rem; line-height: 1.52; }
.b-plans { padding: 0 0 clamp(5rem, 9vw, 9rem); }
.b-file-head { display: grid; grid-template-columns: 2fr 7fr 3fr; gap: 2rem; align-items: end; padding-top: 1rem; padding-bottom: 1rem; border-top: 2px solid var(--c-ink); border-bottom: 1px solid rgb(23 33 38 / 24%); }
.b-file-head span { font-size: .66rem; letter-spacing: .045em; text-transform: uppercase; }
.b-file-head h2 { font-family: var(--c-display); font-size: clamp(1.8rem, 3vw, 3.4rem); font-weight: 720; letter-spacing: -.04em; text-transform: uppercase; }
.b-plan-list { background: rgb(255 255 255 / 58%); }
.b-sheet { position: relative; display: grid; min-height: 680px; grid-template-columns: 1fr 7fr 3fr; gap: 2rem; align-items: stretch; padding: 2rem 0; border-bottom: 1px solid rgb(23 33 38 / 28%); }
.b-sheet-number { font-family: var(--c-display); font-size: clamp(4rem, 7vw, 8rem); font-weight: 760; letter-spacing: -.04em; line-height: .8; }
.b-sheet img { height: 100%; min-height: 0; object-fit: contain; background: #fff; }
.b-sheet figcaption { display: grid; align-content: end; gap: 1rem; }
.b-sheet figcaption strong { font-family: var(--c-display); font-size: clamp(3rem, 5vw, 6rem); letter-spacing: -.04em; line-height: 1; }
.b-sheet figcaption span { font-size: 1.35rem; }
.b-sheet figcaption small { padding-top: 1rem; border-top: 1px solid var(--c-ink); line-height: 1.45; }
.b-evidence { padding: clamp(5rem, 8vw, 8rem) 0; color: #fff; background: #172126; }
.b-file-head-dark { border-color: #fff; }
.b-evidence-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 3rem; }
.b-evidence-grid figure { border-right: 1px solid rgb(255 255 255 / 28%); }
.b-evidence-grid img { aspect-ratio: 3 / 4; object-fit: cover; filter: grayscale(1); }
.b-evidence-grid figcaption { padding: .8rem; font-size: .68rem; letter-spacing: .08em; }
.b-archive { padding: clamp(5rem, 8vw, 8rem) 0; }
.b-archive-list article { display: grid; grid-template-columns: 2fr 7fr 3fr; gap: 2rem; align-items: baseline; padding: 1.4rem 0; border-bottom: 1px solid var(--c-ink); }
.b-archive-list span, .b-archive-list small { font-size: .7rem; }
.b-archive-list strong { font-family: var(--c-display); font-size: clamp(2rem, 4vw, 4.5rem); letter-spacing: -.04em; text-transform: uppercase; }
.b-footer { padding: 2rem 0; color: #fff; background: var(--c-copper); }
.b-footer .concept-shell, .b-footer div div { display: flex; justify-content: space-between; gap: 2rem; }
.b-footer a, .b-footer p { font-size: .75rem; }

/* C / Yaşam odaklı */
.concept-c { --c-paper: #e7dfd1; --c-ink: #342f29; --c-forest: #5f6d59; --c-copper: #9a694d; background: var(--c-paper); }
.c-header { position: relative; border-bottom: 1px solid rgb(52 47 41 / 20%); }
.c-opening { padding-top: clamp(4rem, 8vw, 8rem); }
.c-opening-copy > p { margin-bottom: 2.5rem; font-size: .72rem; letter-spacing: .045em; text-transform: uppercase; }
.c-opening-copy h1 { max-width: 1200px; font-family: var(--c-display); font-size: clamp(3.4rem, 7.5vw, 8rem); font-weight: 520; letter-spacing: -.04em; line-height: .92; }
.c-opening-copy > div { display: flex; justify-content: space-between; align-items: end; margin: 3rem 0 1rem; border-top: 1px solid rgb(52 47 41 / 35%); padding-top: 1rem; }
.c-opening-copy strong { font-family: var(--c-display); font-size: clamp(1.5rem, 2.3vw, 2.7rem); letter-spacing: -.04em; }
.c-opening-copy span { font-size: .76rem; }
.c-film { position: relative; width: min(calc(100% - 3rem), 1480px); height: min(70vw, 860px); margin: 0 auto; overflow: hidden; }
.c-living, .c-plans, .c-projects { padding: clamp(5rem, 9vw, 9rem) 0; }
.c-living { color: #f7f3eb; background: #5f6d59; }
.c-section-head { display: grid; grid-template-columns: 2fr 8fr 2fr; gap: 2rem; align-items: end; padding-bottom: clamp(3rem, 6vw, 6rem); }
.c-section-head p, .c-section-head span { font-size: .7rem; letter-spacing: .045em; text-transform: uppercase; }
.c-section-head h2 { max-width: 930px; font-family: var(--c-display); font-size: clamp(3rem, 5.5vw, 6rem); font-weight: 520; letter-spacing: -.04em; line-height: .92; }
.c-section-head span { justify-self: end; }
.c-photo-story { display: grid; grid-template-columns: 7fr 5fr; gap: 1rem; }
.c-photo-tall img { aspect-ratio: 4 / 5; }
.c-photo-pair { display: grid; gap: 1rem; align-content: center; }
.c-photo-pair img { aspect-ratio: 4 / 3; }
.c-photo-story img { object-fit: cover; }
.c-photo-story figcaption { display: flex; justify-content: space-between; padding-top: .7rem; border-top: 1px solid currentColor; font-size: .7rem; }
.c-plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.c-plan-grid figure { display: grid; min-height: min(63vw, 780px); grid-template-rows: 1fr auto; padding: clamp(1rem, 3vw, 3rem); background: #f9f6ef; }
.c-plan-grid img { height: 100%; min-height: 0; object-fit: contain; }
.c-plan-grid figcaption { display: flex; justify-content: space-between; align-items: end; padding-top: 1rem; border-top: 1px solid rgb(52 47 41 / 24%); }
.c-plan-grid strong { font-family: var(--c-display); font-size: clamp(2.5rem, 4.5vw, 5rem); letter-spacing: -.04em; }
.c-projects { background: #f6f0e7; }
.c-project-strip { display: grid; grid-template-columns: 1.25fr .8fr .95fr; gap: 1rem; align-items: start; }
.c-project-strip figure:nth-child(2) { margin-top: 12vw; }
.c-project-strip figure:nth-child(3) { margin-top: 4vw; }
.c-project-strip img { aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.75); }
.c-project-strip figcaption { display: flex; justify-content: space-between; gap: .5rem; padding-top: .75rem; font-size: .72rem; }
.c-project-strip strong { font-size: .88rem; }
.c-footer { padding: clamp(5rem, 9vw, 9rem) 0 2rem; color: #fff; background: #342f29; }
.c-footer p { max-width: 470px; font-size: 1.15rem; line-height: 1.5; }
.c-footer h2 { margin: 4rem 0; color: #d6c8b4; font-family: var(--c-display); font-size: clamp(4.5rem, 10vw, 10.5rem); font-weight: 520; letter-spacing: -.04em; line-height: .82; }
.c-footer div div { display: flex; justify-content: space-between; padding-top: 1.2rem; border-top: 1px solid rgb(255 255 255 / 35%); font-size: .78rem; }

/* D / Monograf */
.concept-d { --c-paper: #ede9df; --c-ink: #111110; --c-copper: #aa442d; background: #0d0d0c; }
.d-hero { position: relative; min-height: 100svh; overflow: hidden; color: #fff; }
.d-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(0 0 0 / 64%), transparent 70%), linear-gradient(0deg, rgb(0 0 0 / 55%), transparent 45%); }
.d-hero-no { position: absolute; right: 1.5rem; bottom: -.08em; color: rgb(255 255 255 / 18%); font-family: var(--c-display); font-size: clamp(14rem, 36vw, 38rem); font-weight: 760; letter-spacing: -.04em; line-height: .72; }
.d-hero-copy { position: absolute; bottom: 2rem; left: 1.5rem; }
.d-hero-copy p { margin-bottom: 1rem; font-size: .7rem; letter-spacing: .045em; text-transform: uppercase; }
.d-hero-copy h1 { font-family: var(--c-display); font-size: clamp(5rem, 12vw, 12rem); font-weight: 760; letter-spacing: -.04em; line-height: .78; text-transform: uppercase; }
.d-hero-copy span { display: block; margin-top: 1.5rem; font-size: .76rem; }
.d-statement { display: grid; grid-template-columns: 2fr 10fr; gap: 2rem; min-height: 100svh; align-items: center; padding: clamp(3rem, 8vw, 8rem); color: #111; background: var(--c-paper); }
.d-statement > * { min-width: 0; }
.d-side { font-size: .67rem; font-weight: 720; letter-spacing: .045em; line-height: 1.7; text-transform: uppercase; }
.d-statement h2 { max-width: 1050px; font-family: var(--c-display); font-size: clamp(3.7rem, 5.5vw, 6rem); font-weight: 720; letter-spacing: -.04em; line-height: .96; text-transform: uppercase; }
.d-chapter { display: grid; min-height: 120vh; grid-template-columns: 3fr 5fr 4fr; color: #111; background: #fff; border-top: 1px solid #111; }
.d-chapter > * { min-width: 0; padding: clamp(1rem, 3vw, 3rem); border-right: 1px solid #111; }
.d-chapter-copy { display: flex; flex-direction: column; }
.d-chapter-copy p { font-size: .7rem; letter-spacing: .045em; text-transform: uppercase; }
.d-chapter-copy h2 { margin-top: auto; font-family: var(--c-display); font-size: clamp(5rem, 11vw, 12rem); font-weight: 770; letter-spacing: -.04em; line-height: .75; }
.d-chapter-copy strong { margin-top: 1.2rem; font-size: 1.1rem; }
.d-chapter-copy span { max-width: 240px; margin-top: 1.2rem; font-size: .82rem; line-height: 1.45; }
.d-plan { display: grid; place-items: center; }
.d-plan img { max-height: 100%; object-fit: contain; }
.d-interior { display: grid; grid-template-rows: 1fr auto; background: #111; color: #fff; }
.d-interior img { height: 100%; min-height: 0; object-fit: cover; }
.d-interior figcaption { padding-top: 1rem; font-size: .68rem; text-transform: uppercase; }
.d-chapter-reverse { grid-template-columns: 4fr 5fr 3fr; }
.d-chapter-reverse .d-chapter-copy { grid-column: 3; grid-row: 1; }
.d-chapter-reverse .d-plan { grid-column: 2; grid-row: 1; }
.d-chapter-reverse .d-interior { grid-column: 1; grid-row: 1; }
.d-building { position: relative; min-height: 100svh; overflow: hidden; color: #fff; }
.d-building > img { width: 100%; height: 100svh; object-fit: cover; }
.d-building::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgb(0 0 0 / 65%), transparent 60%); content: ""; }
.d-building div { position: absolute; z-index: 1; right: 2rem; bottom: 2rem; left: 2rem; }
.d-building p { margin-bottom: 1rem; font-size: .7rem; text-transform: uppercase; }
.d-building h2 { max-width: 950px; font-family: var(--c-display); font-size: clamp(3.5rem, 5.5vw, 6rem); font-weight: 730; letter-spacing: -.04em; line-height: .86; text-transform: uppercase; }
.d-building a { display: inline-block; margin-top: 2rem; padding-bottom: .4rem; border-bottom: 1px solid currentColor; }
.d-archive { display: grid; grid-template-columns: 4fr 8fr; gap: 2rem; min-height: 100svh; padding: clamp(4rem, 8vw, 8rem) 2rem; color: #fff; background: var(--c-copper); }
.d-archive header h2 { font-family: var(--c-display); font-size: clamp(5rem, 6vw, 6rem); letter-spacing: -.04em; line-height: .8; text-transform: uppercase; }
.d-archive header p { margin-bottom: 2rem; font-size: .7rem; text-transform: uppercase; }
.d-archive article { display: grid; grid-template-columns: 1fr 7fr 2fr; gap: 1rem; align-items: baseline; padding: 1.2rem 0; border-top: 1px solid rgb(255 255 255 / 60%); }
.d-archive article strong { font-family: var(--c-display); font-size: clamp(1.8rem, 4vw, 4.5rem); letter-spacing: -.04em; text-transform: uppercase; }
.d-archive article span, .d-archive article small { font-size: .7rem; }
.d-footer { padding: clamp(5rem, 10vw, 10rem) 2rem 2rem; color: #111; background: var(--c-paper); }
.d-footer > p { font-size: .72rem; text-transform: uppercase; }
.d-footer h2 { max-width: 100%; margin: 3rem 0 clamp(5rem, 9vw, 9rem); white-space: nowrap; font-family: var(--c-display); font-size: clamp(2.7rem, 5.8vw, 6rem); letter-spacing: -.04em; line-height: .88; }
.d-footer div { display: flex; justify-content: space-between; border-top: 1px solid #111; padding-top: 1rem; font-size: .78rem; }

/* Project detail / A system */
.concept-detail { background: var(--c-paper); }
.detail-header { position: relative; border-bottom: 1px solid var(--c-line); background: var(--c-paper); }
.detail-header .concept-brand img { filter: grayscale(1) brightness(0); }
.detail-back { justify-self: end; font-size: .76rem; }
.detail-hero { padding: clamp(3rem, 7vw, 7rem) 0 0; }
.detail-title-row { display: grid; grid-template-columns: 8fr 4fr; gap: 2rem; align-items: end; padding: 2rem 0 clamp(3rem, 6vw, 6rem); }
.detail-title-row h1 { font-family: var(--c-display); font-size: clamp(4rem, 9.5vw, 10rem); font-weight: 720; letter-spacing: -.04em; line-height: .82; }
.detail-title-row p { max-width: 390px; padding-bottom: .6rem; color: rgb(23 32 29 / 67%); font-size: 1.03rem; line-height: 1.52; }
.detail-hero-image { aspect-ratio: 16 / 9; object-fit: cover; }
.detail-facts { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--c-line); }
.detail-facts div { padding: 1.2rem 0; border-right: 1px solid var(--c-line); }
.detail-facts div:not(:first-child) { padding-left: 1.2rem; }
.detail-facts dt { color: rgb(23 32 29 / 72%); font-size: .67rem; letter-spacing: .045em; text-transform: uppercase; }
.detail-facts dd { margin-top: .35rem; font-size: .86rem; }
.detail-facade { display: grid; grid-template-columns: 1.4fr .6fr; padding: clamp(5rem, 8vw, 8rem) max(1.5rem, calc((100vw - 1480px) / 2)); background: #111714; }
.detail-facade figure { display: grid; grid-template-rows: 1fr auto; color: #fff; }
.detail-facade img { height: min(48vw, 720px); object-fit: cover; }
.detail-facade figure:last-child img { object-position: center; }
.detail-facade figcaption { padding: .8rem 0; border-top: 1px solid rgb(255 255 255 / 40%); font-size: .7rem; }
.detail-location { padding: clamp(5rem, 9vw, 9rem) 0; background: var(--c-forest); color: #fff; }
.detail-location-grid { display: grid; grid-template-columns: 4fr 8fr; gap: clamp(2rem, 7vw, 8rem); align-items: start; }
.detail-location-grid > div { position: sticky; top: 2rem; }
.detail-location h2 { margin: 2rem 0; font-family: var(--c-display); font-size: clamp(3.5rem, 5.5vw, 6rem); letter-spacing: -.04em; line-height: .9; }
.detail-location p:not(.section-index) { max-width: 390px; margin-bottom: 2rem; color: rgb(255 255 255 / 68%); line-height: 1.52; }
.detail-location img { border: 1px solid rgb(255 255 255 / 24%); }
.detail-footer { margin-top: 0; }

.js .concept .reveal-on-enter { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.23,1,.32,1); }
.js .concept .reveal-on-enter.is-visible { opacity: 1; transform: none; }
.js .concept .reveal-image { opacity: 0; transition: opacity .85s ease; }
.js .concept .reveal-image.is-visible { opacity: 1; }

@media (max-width: 820px) {
  .concept-shell { width: min(calc(100% - 2rem), 1480px); }
  .concept-header { grid-template-columns: 1fr auto; padding: 1rem; }
  .concept-primary-nav { display: none; }
  .concept-brand { width: 92px; }
  .concept-brand img { height: 38px; }
  .a-hero-content { left: 1rem; bottom: 9.5rem; width: calc(100% - 2rem); }
  .a-hero h1 { font-size: clamp(3.8rem, 18vw, 7rem); }
  .a-hero-facts { right: 1rem; bottom: .4rem; left: 1rem; grid-template-columns: 1fr; }
  .a-hero-facts div { justify-content: space-between; padding: .45rem 0 !important; border-right: 0; }
  .a-hero-facts div + div { border-top: 1px solid rgb(255 255 255 / 20%); }
  .a-manifesto-grid, .a-section-head { grid-template-columns: 1fr; gap: 1.5rem; }
  .a-manifesto h2 { font-size: clamp(3rem, 14vw, 5.8rem); }
  .a-manifesto-note { margin: 2.5rem 0 0 !important; }
  .a-plan-grid { grid-template-columns: 1fr; }
  .a-plan { min-height: 580px; }
  .a-living-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 82vw 55vw; }
  .a-living-large { grid-row: auto; }
  .a-living-wide { grid-column: 1 / 3; grid-row: 1; }
  .a-project-grid { gap: 2.5rem .6rem; }
  .a-project-featured { grid-column: 1 / 3; }
  .a-project > span { flex-direction: column; }
  .a-process-grid { grid-template-columns: 1fr 1fr; }
  .a-footer-links { grid-template-columns: 1fr; }
  .a-footer-links a { padding: 1rem 0 !important; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 28%); }
  .b-specs { top: auto; right: 1rem; bottom: 1rem; left: 1rem; width: auto; }
  .b-title-block { top: 2rem; bottom: auto; left: 1rem; }
  .b-project-code { display: none; }
  .b-title-block h1 { font-size: clamp(3.8rem, 16vw, 7rem); }
  .b-grid, .b-file-head { grid-template-columns: 1fr; }
  .b-side-label { writing-mode: initial; transform: none; }
  .b-file-head { gap: .8rem; }
  .b-sheet { min-height: auto; grid-template-columns: 1fr; }
  .b-sheet img { height: min(110vw, 650px); }
  .b-sheet figcaption { grid-template-columns: 1fr auto; }
  .b-sheet figcaption small { grid-column: 1 / 3; }
  .b-evidence-grid { grid-template-columns: 1fr 1fr; }
  .b-evidence-grid img { aspect-ratio: 16 / 10; }
  .b-archive-list article { grid-template-columns: 1fr 5fr 2fr; gap: 1rem; }
  .b-footer .concept-shell { display: grid; }
  .c-opening-copy > div, .c-footer div div { align-items: start; flex-direction: column; gap: .7rem; }
  .c-section-head { grid-template-columns: 1fr; gap: 1rem; }
  .c-section-head span { justify-self: start; }
  .c-photo-story { grid-template-columns: 1fr; }
  .c-photo-pair { grid-template-columns: 1fr 1fr; }
  .c-plan-grid { grid-template-columns: 1fr; }
  .c-plan-grid figure { min-height: 560px; }
  .c-project-strip { grid-template-columns: 1fr 1fr; }
  .c-project-strip figure:nth-child(2), .c-project-strip figure:nth-child(3) { margin-top: 0; }
  .c-project-strip figure:first-child { grid-column: 1 / 3; }
  .d-statement, .d-archive { grid-template-columns: 1fr; }
  .d-chapter, .d-chapter-reverse { min-height: auto; grid-template-columns: 1fr 1fr; }
  .d-chapter .d-chapter-copy, .d-chapter-reverse .d-chapter-copy { grid-column: 1 / 3; grid-row: 1; min-height: 65vh; }
  .d-chapter .d-plan, .d-chapter-reverse .d-plan { grid-column: 1; grid-row: 2; min-height: 75vh; }
  .d-chapter .d-interior, .d-chapter-reverse .d-interior { grid-column: 2; grid-row: 2; min-height: 75vh; }
  .d-archive { min-height: auto; }
  .detail-title-row { grid-template-columns: 1fr; }
  .detail-facts { grid-template-columns: 1fr 1fr; }
  .detail-facts div:nth-child(2) { border-right: 0; }
  .detail-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--c-line); }
  .detail-facade { grid-template-columns: 1fr; gap: 2rem; }
  .detail-facade img { height: auto; aspect-ratio: 16 / 10; }
  .detail-location-grid { grid-template-columns: 1fr; }
  .detail-location-grid > div { position: static; }
}

@media (max-width: 520px) {
  .a-plan { min-height: 480px; }
  .a-project-grid { grid-template-columns: 1fr; }
  .a-project-featured { grid-column: auto; }
  .a-project img, .a-project-featured img { aspect-ratio: 4 / 3; }
  .a-process-grid { grid-template-columns: 1fr; }
  .b-evidence-grid { grid-template-columns: 1fr; }
  .b-archive-list article { grid-template-columns: auto 1fr; }
  .b-archive-list small { grid-column: 2; }
  .b-footer div div { flex-direction: column; gap: .7rem; }
  .c-film { width: calc(100% - 2rem); height: 72svh; }
  .c-photo-pair, .c-project-strip { grid-template-columns: 1fr; }
  .c-project-strip figure:first-child { grid-column: auto; }
  .c-plan-grid figure { min-height: 470px; }
  .d-hero-no { font-size: 70vw; }
  .d-statement { padding: 5rem 1rem; }
  .d-statement h2 { overflow-wrap: anywhere; font-size: 14vw; }
  .d-chapter, .d-chapter-reverse { grid-template-columns: 1fr; }
  .d-chapter .d-chapter-copy, .d-chapter-reverse .d-chapter-copy, .d-chapter .d-plan, .d-chapter-reverse .d-plan, .d-chapter .d-interior, .d-chapter-reverse .d-interior { grid-column: 1; }
  .d-chapter .d-plan, .d-chapter-reverse .d-plan { grid-row: 2; min-height: 72vh; }
  .d-chapter .d-interior, .d-chapter-reverse .d-interior { grid-row: 3; min-height: 90vh; }
  .d-archive article { grid-template-columns: auto 1fr; }
  .d-archive article small { grid-column: 2; }
  .d-footer div { flex-direction: column; gap: .8rem; }
  .d-footer h2 { white-space: normal; overflow-wrap: anywhere; font-size: 13vw; }
  .detail-header .concept-primary-nav { display: none; }
  .detail-header { grid-template-columns: 1fr auto; }
  .detail-title-row h1 { font-size: 17vw; }
  .detail-hero-image { aspect-ratio: 4 / 5; }
  .detail-facts { grid-template-columns: 1fr; }
  .detail-facts div, .detail-facts div:not(:first-child) { padding: .8rem 0; border-right: 0; border-bottom: 1px solid var(--c-line); }
  .detail-facade { padding-right: 1rem; padding-left: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .concept-video-wrap .hero-video { display: none; }
  .concept-video-poster { display: block; }
  .concept *, .concept *::before, .concept *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js .concept .reveal-on-enter, .js .concept .reveal-image { opacity: 1; transform: none; }
}
