:root {
  --ink: #173944;
  --ink-deep: #0e2b34;
  --paper: #f8f5ef;
  --white: #fff;
  --sand: #d6c3a7;
  --line: rgba(23, 57, 68, 0.2);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Libre Caslon Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; width: 100%; }
button, a { font: inherit; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 0; left: 1rem; transform: translateY(-130%); padding: .7rem 1rem; color: var(--white); background: var(--ink); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem,4vw,4.5rem); color: var(--ink); background: rgba(248,245,239,.96); border-bottom: 1px solid rgba(23,57,68,.12); backdrop-filter: blur(14px); transition: height .35s, box-shadow .35s; }
.site-header.scrolled { height: 68px; box-shadow: 0 8px 30px rgba(19,42,50,.08); }
.wordmark { text-decoration: none; font-size: .82rem; font-weight: 600; letter-spacing: .22em; }
.wordmark span { font-weight: 400; opacity: .8; }
.primary-nav { display: flex; align-items: center; gap: clamp(1.4rem,3vw,3.2rem); }
.primary-nav a { position: relative; text-decoration: none; font-size: .76rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 1px; background: currentColor; transition: right .25s; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .4rem; color: inherit; }

.hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: 42% 58%; grid-template-rows: minmax(0,1fr) auto; padding-top: 82px; overflow: hidden; color: white; background: var(--ink-deep); }
.hero-image { position: relative; grid-column: 2; grid-row: 1; height: 100%; min-height: 620px; object-fit: cover; object-position: center; }
.closing > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { display: none; }
.hero-content { position: relative; z-index: 1; grid-column: 1; grid-row: 1; align-self: center; width: auto; margin: 0; padding: clamp(3rem,6vw,7rem); }
.eyebrow { margin: 0 0 1.15rem; font-size: .75rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.82); }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.02; }
h1 { margin: 0; font-size: clamp(3.6rem,7.2vw,8rem); text-wrap: balance; }
.hero h1 { font-size: clamp(3.25rem,4.8vw,6rem); }
h2 { margin: 0; font-size: clamp(2.65rem,5vw,5.8rem); text-wrap: balance; }
.hero-intro { max-width: 600px; margin: 1.6rem 0 2.1rem; font-family: var(--serif); font-size: clamp(1.05rem,1.5vw,1.35rem); line-height: 1.55; color: rgba(255,255,255,.9); }
.text-link { display: inline-flex; align-items: center; gap: 1rem; padding-bottom: .5rem; text-decoration: none; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; border-bottom: 1px solid currentColor; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translateY(4px); }
.text-link.light { color: white; }
.hero-facts { position: relative; z-index: 2; grid-column: 1 / -1; grid-row: 2; display: grid; grid-template-columns: repeat(3, minmax(150px, 1fr)); width: 100%; padding: 1.5rem clamp(1rem,7vw,8rem); background: var(--paper); color: var(--ink); }
.hero-facts div { padding: .25rem 1.5rem; border-left: 1px solid var(--line); }
.hero-facts div:first-child { border: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.hero-facts span { font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; opacity: .72; }

.section { position: relative; padding: clamp(6rem,11vw,11rem) clamp(1.5rem,7vw,8rem); }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,8vw,10rem); align-items: start; }
.section-number { position: absolute; top: 3rem; right: 4vw; font-family: var(--serif); font-size: 11rem; line-height: 1; color: rgba(23,57,68,.045); }
.intro-title { max-width: 620px; }
.intro-copy { max-width: 570px; padding-top: 3rem; }
.intro-copy p { margin: 0 0 1.4rem; }
.intro-copy .lead { font-family: var(--serif); font-size: clamp(1.35rem,2vw,1.8rem); line-height: 1.5; }

.image-break { width: calc(100% - clamp(1.5rem,7vw,8rem) * 2); margin: 0 auto; }
.image-button, .image-card { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; color: white; background: #d8d4cc; border: 0; text-align: left; cursor: zoom-in; }
.image-button img, .image-card img { transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .4s; }
.image-button:hover img, .image-card:hover img { transform: scale(1.018); filter: brightness(.94); }
.image-break img { aspect-ratio: 16/9; object-fit: cover; }
.image-caption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; padding: 2.5rem; background: linear-gradient(transparent,rgba(8,29,36,.72)); font-size: .77rem; letter-spacing: .12em; text-transform: uppercase; }
.image-caption i { font-style: normal; opacity: .75; }

.section-heading { display: grid; grid-template-columns: 1.5fr .7fr; gap: 5rem; align-items: end; margin-bottom: clamp(3.5rem,7vw,7rem); }
.section-heading > p { max-width: 470px; margin: 0 0 .6rem; font-family: var(--serif); font-size: 1.35rem; line-height: 1.5; }
.editorial-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(1.5rem,4vw,5rem); align-items: start; }
.image-card-tall { grid-row: span 2; }
.image-card-tall img { aspect-ratio: 4/5; object-fit: cover; }
.image-card-wide img { aspect-ratio: 3/2; object-fit: cover; }
.image-card span { position: absolute; inset: auto 0 0; padding: 3rem 2rem 1.5rem; background: linear-gradient(transparent,rgba(8,29,36,.62)); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.image-card span b { margin-right: .7rem; font-weight: 400; opacity: .65; }
.detail-copy { align-self: center; padding: clamp(1rem,3vw,3.5rem) clamp(0rem,2vw,2rem); }
.detail-copy .quote { margin: 0; font-family: var(--serif); font-size: clamp(2rem,3.2vw,3.8rem); line-height: 1.18; }
.detail-copy .rule { width: 4rem; height: 1px; margin: 2rem 0; background: var(--sand); }
.detail-copy > p:last-child { max-width: 500px; }

.alfresco { color: white; background: var(--ink-deep); padding-top: clamp(6rem,10vw,10rem); }
.alfresco-copy { display: grid; grid-template-columns: .6fr 1.2fr 1fr; gap: 4rem; align-items: start; padding: 0 clamp(1.5rem,7vw,8rem) clamp(4rem,7vw,7rem); }
.alfresco-copy h2 { margin-top: -.3rem; }
.alfresco-copy > p:last-child { max-width: 470px; margin: .5rem 0 0; color: rgba(255,255,255,.74); }
.alfresco-gallery { display: grid; grid-template-columns: 1fr 1fr; }
.alfresco-gallery .image-button { background: var(--ink-deep); }
.alfresco-gallery img { aspect-ratio: 3/2; height: 100%; object-fit: cover; }
.expand { position: absolute; right: 1.5rem; bottom: 1.5rem; display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink); background: rgba(255,255,255,.9); border-radius: 50%; font-size: 1.4rem; font-weight: 300; }

.features { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem,10vw,12rem); }
.features-intro { position: sticky; top: 8rem; align-self: start; }
.features-intro > p:last-child { max-width: 410px; margin-top: 2rem; font-family: var(--serif); font-size: 1.35rem; }
.features-list { border-top: 1px solid var(--line); }
.feature { display: grid; grid-template-columns: 60px 1fr; gap: 1rem; align-items: start; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.feature span { padding-top: .2rem; font-size: .7rem; letter-spacing: .13em; opacity: .55; }
.feature p { margin: 0; font-family: var(--serif); font-size: clamp(1.2rem,1.7vw,1.55rem); line-height: 1.4; }

.closing { position: relative; min-height: 78vh; display: grid; place-items: center; padding: 6rem 1.5rem; color: white; text-align: center; overflow: hidden; }
.closing > img { object-position: center 46%; }
.closing-shade { position: absolute; inset: 0; background: rgba(7,30,38,.58); }
.closing-copy { position: relative; z-index: 1; max-width: 980px; }
.closing-copy h2 { margin: 0 auto 2.5rem; font-size: clamp(3rem,6vw,7rem); }
.closing .text-link span { transform: none; }
.closing .text-link:hover span { transform: translateY(-4px); }
footer { display: flex; justify-content: space-between; gap: 2rem; padding: 2.2rem clamp(1.5rem,7vw,8rem); color: rgba(255,255,255,.65); background: var(--ink-deep); font-size: .69rem; letter-spacing: .08em; text-transform: uppercase; }
footer p { margin: 0; }
footer p:first-child { color: white; font-weight: 600; letter-spacing: .2em; }
footer p:first-child span { font-weight: 400; opacity: .7; }

.lightbox { width: 100vw; height: 100vh; max-width: none; max-height: none; margin: 0; padding: 0; color: white; background: rgba(7,25,31,.96); border: 0; }
.lightbox::backdrop { background: rgba(7,25,31,.96); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox figure { width: min(92vw,1500px); margin: 0; }
.lightbox img { max-height: 84vh; object-fit: contain; }
.lightbox figcaption { margin-top: .8rem; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.lightbox-close { position: fixed; z-index: 2; top: 1.2rem; right: 1.6rem; width: 48px; height: 48px; padding: 0; color: white; background: transparent; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 2rem; line-height: 1; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s ease, transform .85s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 68px; }
  .menu-toggle { display: grid; gap: 5px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; background: currentColor; transition: transform .25s, opacity .25s; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; z-index: -1; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 2.2rem; color: var(--ink); background: var(--paper); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
  .primary-nav a { font-family: var(--serif); font-size: 2rem; text-transform: none; letter-spacing: -.02em; }
  .menu-open .primary-nav { opacity: 1; visibility: visible; }
  .menu-open .site-header { color: var(--ink); }
  .hero { min-height: auto; grid-template-columns: 1fr; grid-template-rows: minmax(330px,56vh) auto auto; padding-top: 68px; }
  .hero-image { grid-column: 1; grid-row: 1; min-height: 0; object-position: center; }
  .hero-content { grid-column: 1; grid-row: 2; width: auto; margin: 0; padding: 3.5rem 1.5rem 4rem; }
  .hero h1 { font-size: clamp(3.2rem,10vw,5.5rem); }
  .hero-facts { grid-column: 1; grid-row: 3; }
  .hero-facts { width: 100%; grid-template-columns: repeat(3,1fr); }
  .hero-facts div { padding: .2rem .9rem; }
  .intro, .section-heading, .features { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .section-heading { gap: 2rem; }
  .editorial-grid { grid-template-columns: 1fr; }
  .image-card-tall { grid-row: auto; }
  .image-card-tall img { aspect-ratio: 4/3; }
  .detail-copy { padding: 2rem 0; }
  .alfresco-copy { grid-template-columns: 1fr; gap: 1.5rem; }
  .features-intro { position: static; }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(3.2rem,15vw,5rem); }
  .hero-image { object-position: center; }
  .hero-intro { font-size: 1rem; }
  .hero-facts { padding: 1.1rem .5rem; }
  .hero-facts div { padding: .15rem .6rem; }
  .hero-facts strong { font-size: 1rem; }
  .hero-facts span { font-size: .58rem; line-height: 1.45; }
  .section-number { display: none; }
  .image-break { width: 100%; }
  .image-break img { aspect-ratio: 4/5; }
  .image-caption { padding: 3rem 1.2rem 1.2rem; }
  .image-caption i { display: none; }
  .alfresco-gallery { grid-template-columns: 1fr; }
  .alfresco-gallery img { aspect-ratio: 4/3; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
