:root {
  --ink: #17191e;
  --ink-soft: #424650;
  --paper: #f4f3ef;
  --paper-bright: #fbfaf7;
  --line: #d9d8d2;
  --brand: #805324;
  --blue: #2854c5;
  --blue-deep: #1b3280;
  --white: #fff;
  --max: 1240px;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper-bright); font-family: var(--sans); line-height: 1.58; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; }
p { margin: 0; }

.wrap { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; color: var(--white); background: var(--blue-deep); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(23, 25, 30, .1); background: rgba(251, 250, 247, .96); backdrop-filter: blur(12px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; min-width: 238px; align-items: center; gap: 11px; }
.brand-symbol { width: 56px; height: 48px; flex: 0 0 56px; object-fit: contain; }
.brand-copy { display: grid; gap: 5px; }
.brand-wordmark { width: 177px; height: auto; }
.brand-tagline { color: var(--ink-soft); font-size: .6rem; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 23px; color: var(--ink-soft); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.site-nav a { padding: 8px 0; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--brand); }
.site-nav .nav-contact { padding: 10px 14px; color: var(--white); background: var(--blue-deep); }

.page-hero { position: relative; min-height: 420px; display: flex; align-items: end; overflow: hidden; color: var(--white); background: var(--ink); isolation: isolate; }
.page-hero::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(13, 15, 20, .78) 0%, rgba(13, 15, 20, .55) 48%, rgba(13, 15, 20, .24) 100%); content: ""; }
.page-hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-content { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; padding: 58px 0 52px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 27px; color: rgba(255, 255, 255, .76); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumbs span:last-child { color: var(--white); }
.eyebrow { display: block; margin-bottom: 16px; color: #eed1a5; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.page-hero h1 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(3.2rem, 6vw, 6.4rem); font-weight: 400; letter-spacing: 0; line-height: .94; }
.page-hero p { max-width: 630px; margin-top: 24px; color: rgba(255, 255, 255, .86); font-size: 1rem; }

main { overflow: hidden; }
.section { padding: 54px 0; }
.section-paper { background: var(--paper); }
.section-ink { color: var(--white); background: var(--ink); }
.section-label { display: block; margin-bottom: 13px; color: var(--brand); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.section-ink .section-label { color: #d9bf93; }
.section-title { max-width: 800px; margin: 0; font-family: var(--display); font-size: clamp(2.2rem, 4vw, 4.1rem); font-weight: 400; letter-spacing: 0; line-height: 1.03; }
.section-intro { max-width: 650px; margin-top: 23px; color: var(--ink-soft); font-size: 1rem; }
.section-ink .section-intro { color: #cfd2d9; }
.split-intro { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .75fr); gap: 70px; align-items: end; }
.split-intro .section-intro { margin: 0; }

.directory-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 45px; }
.directory-link { min-height: 390px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; color: var(--white); background: var(--ink); }
.directory-link img { height: 100%; min-height: 250px; object-fit: cover; transition: transform .35s ease; }
.directory-link:hover img, .directory-link:focus-visible img { transform: scale(1.035); }
.directory-copy { min-height: 142px; padding: 20px; background: #20232a; }
.directory-copy small { color: #d9bf93; font-size: .64rem; letter-spacing: .11em; text-transform: uppercase; }
.directory-copy h2 { margin: 9px 0 0; font-family: var(--display); font-size: 2rem; font-weight: 400; line-height: 1; }
.directory-copy p { margin-top: 9px; color: #cfd2d9; font-size: .78rem; }

.fact-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 28px; border-top: 1px solid var(--line); }
.fact-list > div { min-height: 100px; padding: 15px 22px 13px 0; border-bottom: 1px solid var(--line); }
.fact-list > div + div { padding-left: 22px; border-left: 1px solid var(--line); }
.fact-list strong { display: block; font-family: var(--display); font-size: 1.55rem; font-weight: 400; line-height: 1.05; }
.fact-list span { display: block; margin-top: 8px; color: var(--ink-soft); font-size: .84rem; }
.section-ink .fact-list { border-color: rgba(255, 255, 255, .18); }
.section-ink .fact-list > div { border-color: rgba(255, 255, 255, .18); }
.section-ink .fact-list span { color: #cfd2d9; }

.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 46px; }
.gallery--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gallery--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gallery figure { margin: 0; overflow: hidden; background: var(--paper); }
.gallery img { aspect-ratio: 4 / 3; object-fit: cover; }
.gallery--slabs img { aspect-ratio: 3 / 4; object-fit: cover; }
.gallery figcaption { padding: 13px 0 0; color: var(--ink-soft); font-size: .76rem; }
.gallery figcaption strong { display: block; color: var(--ink); font-size: .82rem; }
.section-ink .gallery figure { background: transparent; }
.section-ink .gallery figcaption { color: #cfd2d9; }
.section-ink .gallery figcaption strong { color: var(--white); }

.spec-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: 68px; align-items: start; }
.spec-list { margin: 0; border-top: 1px solid var(--line); }
.spec-list div { display: grid; grid-template-columns: minmax(130px, .5fr) minmax(0, 1.5fr); gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.spec-list dt { color: #6a6e78; font-size: .69rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.spec-list dd { margin: 0; font-size: .92rem; }
.note { margin-top: 20px; color: #6a6e78; font-size: .76rem; }

.series-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 45px; }
.series-grid > div { min-height: 168px; padding: 23px 20px; border-top: 2px solid var(--brand); background: var(--paper); }
.series-grid strong { display: block; font-family: var(--display); font-size: 1.7rem; font-weight: 400; line-height: 1.05; }
.series-grid span { display: block; margin-top: 8px; color: var(--ink-soft); font-size: .78rem; }

.project-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 390px 310px; gap: 18px; margin-top: 45px; }
.project-grid figure { position: relative; margin: 0; overflow: hidden; color: var(--white); background: var(--ink); }
.project-grid figure:first-child { grid-row: span 2; }
.project-grid img { width: 100%; height: 100%; object-fit: cover; }
.project-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 46px 18px 16px; background: linear-gradient(transparent, rgba(13, 15, 20, .82)); font-size: .78rem; }
.project-grid strong { display: block; margin-bottom: 3px; font-family: var(--display); font-size: 1.45rem; font-weight: 400; }

.about-layout, .contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr); gap: 78px; }
.about-layout p + p { margin-top: 18px; }
.quote { margin: 0; padding: 34px 0 0 28px; border-left: 2px solid var(--brand); font-family: var(--display); font-size: clamp(1.45rem, 2.5vw, 2.1rem); line-height: 1.28; }
.contact-details { display: grid; gap: 0; margin-top: 35px; border-top: 1px solid var(--line); }
.contact-details div { display: grid; grid-template-columns: 115px minmax(0, 1fr); gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-details dt { color: #6a6e78; font-size: .69rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-details dd { margin: 0; color: var(--blue-deep); font-weight: 650; overflow-wrap: anywhere; }

.cta-band { padding: 34px 0; color: var(--white); background: var(--blue-deep); }
.cta-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-band-copy { max-width: 620px; }
.cta-band-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 400; line-height: 1.06; }
.cta-band-copy p { max-width: 540px; margin-top: 8px; color: rgba(255, 255, 255, .82); font-size: .82rem; line-height: 1.45; }
.button { display: inline-flex; align-items: center; gap: 12px; justify-content: center; min-height: 47px; padding: 12px 18px; border: 1px solid currentColor; font-size: .7rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.button:hover, .button:focus-visible { color: var(--blue-deep); background: var(--white); border-color: var(--white); }
.button--dark { color: var(--white); background: var(--blue-deep); border-color: var(--blue-deep); }
.button--dark:hover, .button--dark:focus-visible { color: var(--white); background: var(--brand); border-color: var(--brand); }

footer { color: #bfc3cc; background: var(--ink); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 24px 0; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand .brand-symbol { width: 58px; height: 50px; flex-basis: 58px; filter: grayscale(1) brightness(0) invert(1); }
.footer-brand .brand-wordmark { filter: grayscale(1) brightness(0) invert(1); }
.footer-brand .brand-tagline { color: #a9aeba; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: end; gap: 18px 26px; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-nav a:hover, .footer-nav a:focus-visible { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0 16px; border-top: 1px solid rgba(255, 255, 255, .15); color: #868b97; font-size: .7rem; }

@media (max-width: 1050px) {
  .site-nav { gap: 16px; }
  .directory-grid, .series-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .wrap, .page-hero-content { width: min(var(--max), calc(100% - 32px)); }
  .header-inner { min-height: 72px; gap: 18px; }
  .brand { min-width: 0; gap: 8px; }
  .brand-symbol { width: 46px; height: 42px; flex-basis: 46px; }
  .brand-copy { gap: 0; }
  .brand-wordmark { width: min(136px, 38vw); }
  .brand-tagline { display: none; }
  .site-nav { gap: 11px; font-size: .6rem; }
  .site-nav a:not(.nav-contact) { display: none; }
  .site-nav .nav-contact { padding: 9px 11px; }
  .page-hero { min-height: 420px; }
  .page-hero::before { background: linear-gradient(90deg, rgba(13, 15, 20, .8), rgba(13, 15, 20, .44)); }
  .page-hero-content { padding: 42px 0 32px; }
  .page-hero h1 { font-size: clamp(3.15rem, 15vw, 4.7rem); }
  .page-hero p { font-size: .93rem; }
  .section { padding: 34px 0; }
  .split-intro, .spec-layout, .about-layout, .contact-layout { grid-template-columns: 1fr; gap: 30px; }
  .directory-grid, .series-grid, .gallery, .gallery--two, .gallery--four { grid-template-columns: 1fr; }
  .directory-link { min-height: 330px; }
  .directory-link img { min-height: 210px; }
  .fact-list { grid-template-columns: 1fr; margin-top: 22px; }
  .fact-list > div, .fact-list > div + div { min-height: auto; padding: 18px 0; border-left: 0; }
  .gallery { margin-top: 34px; }
  .gallery--slabs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
  .gallery--slabs figcaption { font-size: .67rem; }
  .gallery--slabs figcaption strong { font-size: .73rem; }
  .series-grid { margin-top: 34px; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 300px); margin-top: 34px; }
  .project-grid figure:first-child { grid-row: auto; }
  .cta-band { padding: 30px 0; }
  .cta-band .wrap, .footer-main, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .cta-band-copy p { display: none; }
  .cta-band .button { width: 100%; }
  .footer-nav { justify-content: flex-start; }
  .footer-main { gap: 24px; }
  .contact-details div { grid-template-columns: 1fr; gap: 4px; }
}
