@font-face { font-family: 'Bodoni Moda'; src: url('../fonts/bodoni-moda.ttf') format('truetype'); font-style: normal; font-weight: 400 900; font-display: swap; }
@font-face { font-family: 'Bodoni Moda'; src: url('../fonts/bodoni-moda-italic.ttf') format('truetype'); font-style: italic; font-weight: 400 900; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../fonts/manrope.ttf') format('truetype'); font-style: normal; font-weight: 200 800; font-display: swap; }
:root {
  --paper: #f5f6f3;
  --ink: #202622;
  --muted: #626861;
  --accent: #b92f24;
  --line: #d3d7cf;
  --forest: #263f35;
  --display: 'Bodoni Moda', Georgia, serif;
  --body: 'Manrope', Verdana, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 14px/1.7 var(--body); letter-spacing: 0; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
figure, p, h1, h2, h3 { margin: 0; }
[hidden] { display: none !important; }
::selection { color: white; background: var(--accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
.skip-link { position: fixed; top: 10px; left: 10px; padding: 12px 20px; background: var(--ink); color: white; z-index: 100; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 18px 4%; position: sticky; top: 0; z-index: 30; background: var(--paper); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; line-height: 1; }
.brand-mark { font-size: 44px; font-weight: 800; }
.brand-mark > span { color: var(--accent); }
.brand-name { font-size: 10px; font-weight: 800; line-height: 1.5; border-left: 1px solid var(--line); padding-left: 12px; }
#site-nav { display: flex; align-items: center; gap: 27px; font-size: 12px; font-weight: 600; }
#site-nav a { padding: 10px 0; position: relative; }
#site-nav a:hover, #site-nav a[aria-current] { color: var(--accent); }
#site-nav a[aria-current]::after { content: ''; position: absolute; bottom: 3px; left: 0; width: 15px; height: 2px; background: var(--accent); }
#site-nav .nav-contact { border-left: 1px solid var(--line); padding-left: 24px; }
.nav-contact span { margin-left: 20px; font-size: 20px; }
.icon-button { width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; align-items: center; justify-content: center; flex-shrink: 0; }
.hero { position: relative; isolation: isolate; min-height: 530px; height: min(720px, calc(100svh - 242px)); color: white; background: #39433b; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(12 25 18 / 65%), transparent 85%), linear-gradient(0deg, rgb(12 25 18 / 55%), transparent 30%); z-index: -1; }
.hero-content { padding: 40px 6% 100px; width: 100%; }
.eyebrow { font-size: 10px; font-weight: 700; display: flex; align-items: center; gap: 16px; }
.small-rule { width: 32px; height: 1px; background: currentColor; opacity: .6; }
h1 { font: 500 100px/1.05 var(--display); margin: 28px 0 16px; }
h1 em, h2 em { font-weight: 400; }
.hero-tagline { font: 400 30px/1.3 var(--display); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; padding: 15px 22px; min-height: 52px; font-size: 12px; font-weight: 700; border: 1px solid transparent; transition: background .2s, color .2s; }
.button span { font-size: 22px; line-height: 1; }
.button-light { color: var(--ink); background: var(--paper); margin-top: 30px; }
.button-light:hover { background: white; }
.hero-foot { position: absolute; bottom: 26px; left: 6%; right: 6%; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgb(255 255 255 / 40%); padding-top: 20px; font-size: 11px; }
.hero-foot a { display: flex; gap: 24px; align-items: center; }
.hero-index { position: absolute; right: 6%; top: 34px; font-size: 11px; }
.section-wrap { padding: 90px 6%; }
.section-heading { display: grid; grid-template-columns: 1fr 1.55fr; column-gap: 10%; align-items: end; }
.section-label { grid-column: 1 / -1; margin-bottom: 32px; color: var(--muted); }
.section-label > span { color: var(--accent); margin-right: 12px; }
h2 { font: 400 56px/1.12 var(--display); }
.section-intro { color: var(--muted); font-size: 13px; max-width: 370px; justify-self: end; padding-bottom: 6px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.project-filters { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0 20px; border-bottom: 1px solid var(--line); margin-top: 48px; }
.project-filters button { color: var(--muted); padding: 17px 0; background: none; border: 0; border-bottom: 2px solid transparent; font-size: 12px; min-height: 58px; }
.project-filters button[aria-pressed='true'] { color: var(--accent); border-bottom-color: var(--accent); }
.project-filters button:hover { color: var(--accent); }
.project-filters sup { font-size: 8px; padding-left: 8px; }
.project-group { display: grid; grid-template-columns: 1.4fr 1fr; column-gap: 6%; row-gap: 28px; margin-top: 38px; }
.project { min-width: 0; }
.project > img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.project-lead { grid-row: span 2; }
.project-lead > img { aspect-ratio: 4 / 5; }
.project figcaption { display: flex; align-items: baseline; gap: 16px; padding: 17px 0 0; }
.project-number { font-size: 10px; color: var(--accent); flex-shrink: 0; }
.project h3 { font-size: 17px; font-weight: 600; line-height: 1.4; }
.project figcaption p { font-size: 10px; color: var(--muted); margin-top: 5px; }
.project-discipline { margin-left: auto; font-size: 8px; color: var(--muted); }
.project figcaption .photo-credit { font-size: 9px; }
.photo-credit a { text-decoration: underline; text-underline-offset: 3px; }
.project-end { border-top: 1px solid var(--line); margin-top: 45px; padding-top: 25px; display: flex; justify-content: space-between; gap: 20px; font-size: 11px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; font-size: 12px; font-weight: 600; color: var(--ink); border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.text-link:hover { color: var(--accent); }
.text-link > span { font-size: 20px; }
.references { padding-top: 50px; padding-bottom: 60px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #edf0e9; }
.reference-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.reference-heading .section-label { margin-bottom: 0; }
.reference-heading h2 { font-size: 32px; }
.wordmarks { list-style: none; padding: 0; margin: 45px 0 0; display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; gap: 24px; }
.wordmarks li { font-size: 22px; text-align: center; line-height: 1.2; }
.wordmarks li > span { font: 500 8px/1.5 var(--body); display: block; margin-top: 9px; }
.wordmark-serif { font-family: var(--display); }
.wordmark-bold { font-weight: 800; }
.wordmarks .wordmark-bold { font-size: 17px; }
.wordmark-italic { font-family: var(--display); font-style: italic; }
.wordmarks .wordmark-outline { font-size: 17px; font-weight: 400; }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: start; }
.about-image { position: relative; padding-bottom: 55px; }
.about-image img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: 40% center; }
.about-image figcaption { font: italic 26px/1.25 var(--display); position: absolute; bottom: 0; right: -30px; background: var(--paper); padding: 26px 0 0 30px; }
.about-copy { padding-top: 25px; }
.about-copy > p { color: var(--muted); margin-top: 22px; font-size: 13px; }
.about-copy > .large-copy { color: var(--ink); font-size: 17px; line-height: 1.7; margin-top: 30px; }
.about-copy .text-link { margin-top: 30px; }
.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5%; padding: 0; margin: 70px 0 0; list-style: none; }
.process li { padding-top: 24px; border-top: 1px solid var(--line); }
.process li > span { font-size: 9px; color: var(--accent); font-weight: 700; }
.process h3 { font: 400 27px/1.3 var(--display); margin: 16px 0 12px; }
.process p { font-size: 12px; color: var(--muted); max-width: 310px; }
.production { background: var(--forest); color: var(--paper); }
.production .section-label { color: #c6d3ca; }
.production .section-label > span { color: #d8ce9a; }
.production-heading { display: flex; align-items: end; justify-content: space-between; gap: 45px; }
.facility-metric { flex-shrink: 0; text-align: right; }
.facility-metric strong { font: 400 100px/1 var(--display); }
.facility-metric strong > span { font-size: 35px; }
.facility-metric p { font-size: 9px; color: #c6d3ca; margin-top: 15px; }
.production-images { display: grid; grid-template-columns: 1.5fr 1fr; align-items: end; gap: 6%; margin-top: 50px; }
.production-images img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.production-images figure:nth-child(2) img { aspect-ratio: 1 / 1; }
.production-images figcaption { color: #c6d3ca; font-size: 10px; padding-top: 14px; }
.production-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; margin-top: 40px; border-top: 1px solid #5b7063; padding-top: 30px; }
.production-bottom > p { font: 400 31px/1.3 var(--display); }
.production-bottom > div { color: #d8e1db; font-size: 13px; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }
.contact h2 { font-size: 50px; }
.contact-intro { color: var(--muted); font-size: 13px; margin-top: 25px; }
.contact-phone { display: block; font-size: 24px; margin-top: 42px; }
.contact-phone:hover { color: var(--accent); }
.contact-email { margin-top: 12px; }
address { font-style: normal; font-size: 12px; color: var(--muted); max-width: 270px; margin-top: 40px; }
address > span { display: block; font-size: 9px; font-weight: 700; color: var(--accent); margin-bottom: 10px; }
fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 24px; }
.field { min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field label { display: block; font-size: 11px; font-weight: 600; }
.field label > span { color: var(--accent); }
.field input, .field select, .field textarea { display: block; background: transparent; color: var(--ink); border: 0; border-bottom: 1px solid #92998f; padding: 10px 0; width: 100%; border-radius: 0; font-size: 16px; min-height: 46px; }
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus, .field select:focus, .field textarea:focus { outline-offset: 4px; border-bottom-color: var(--accent); }
.field select option { background: var(--paper); }
.form-bottom { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-top: 30px; }
.form-bottom > span { font-size: 10px; color: var(--muted); }
.button-dark { background: var(--ink); color: white; min-width: 170px; }
.button-dark:hover { background: var(--accent); }
#form-feedback { min-height: 55px; margin-top: 20px; font-size: 12px; color: var(--forest); }
.site-footer { background: var(--ink); color: var(--paper); padding: 38px 6% 22px; display: flex; align-items: center; flex-wrap: wrap; gap: 30px; }
.site-footer .brand-mark > span { color: #e26d5f; }
.site-footer > p { font-size: 11px; color: #c4cbc3; }
.back-top { margin-left: auto; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #69716a; font-size: 24px; }
.back-top:hover { background: var(--forest); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; width: 100%; border-top: 1px solid #4d584f; padding-top: 20px; color: #c4cbc3; font-size: 9px; }
.reveal-in { animation: rise-in .65s ease both; }
@keyframes rise-in { from { opacity: .25; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 1700px) {
  .site-header { padding-inline: 6%; }
  .section-wrap { padding-inline: max(6%, calc((100% - 1600px) / 2)); }
  h1 { font-size: 116px; }
}
@media (max-width: 1050px) {
  .site-header { padding-inline: 5%; min-height: 80px; flex-wrap: wrap; gap: 12px; }
  .site-header:not(.menu-ready) { position: relative; }
  .menu-ready #nav-toggle { display: inline-flex; }
  .menu-ready #site-nav { position: absolute; top: 100%; left: 0; padding: 20px 5% 28px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; max-height: calc(100svh - 80px); overflow-y: auto; }
  #site-nav { width: 100%; flex-wrap: wrap; gap: 10px 24px; }
  #site-nav .nav-contact { border: 0; padding-left: 0; }
  h1 { font-size: 80px; }
  .section-wrap { padding: 70px 5%; }
  .section-heading { column-gap: 5%; }
  h2 { font-size: 48px; }
  .wordmarks { grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .about-layout, .contact-layout { gap: 6%; }
  .about-copy { padding-top: 0; }
  .about-copy h2, .contact h2 { font-size: 42px; }
  .facility-metric strong { font-size: 78px; }
  .production-heading h2 { font-size: 43px; }
  .project-discipline { display: none; }
}
@media (max-width: 600px) {
  .site-header { min-height: 76px; padding-block: 15px; }
  .brand-mark { font-size: 36px; }
  .brand-name { font-size: 9px; }
  .hero { height: calc(100svh - 196px); min-height: 500px; max-height: 700px; }
  .hero-content { padding: 38px 6% 105px; }
  .hero-image { object-position: 60% center; }
  .hero::before { background: linear-gradient(90deg, rgb(12 25 18 / 62%), rgb(12 25 18 / 5%)), linear-gradient(0deg, rgb(12 25 18 / 60%), transparent 40%); }
  h1 { font-size: 58px; max-width: 320px; margin-top: 30px; }
  h1 em { display: block; }
  .hero-tagline { font-size: 27px; }
  .eyebrow { font-size: 9px; gap: 10px; }
  .small-rule { width: 20px; }
  .hero-index { display: none; }
  .hero-foot { font-size: 10px; gap: 15px; }
  .hero-foot a { gap: 8px; }
  .section-wrap { padding: 58px 6%; }
  .section-heading { display: block; }
  .section-label { margin-bottom: 25px; }
  h2 { font-size: 42px; }
  .section-intro { margin-top: 24px; }
  .project-filters { justify-content: start; gap: 0 23px; margin-top: 30px; }
  .project-filters button { font-size: 11px; min-height: 52px; padding: 14px 0; }
  .project-filters sup { padding-left: 3px; }
  .project-group { display: block; margin-top: 28px; }
  .project + .project { margin-top: 32px; }
  .project > img, .project-lead > img { aspect-ratio: 4 / 3; }
  .project h3 { font-size: 17px; }
  .project-end { display: block; margin-top: 32px; }
  .project-end .text-link { margin-top: 18px; }
  .reference-heading { display: block; }
  .reference-heading h2 { font-size: 30px; margin-top: 20px; }
  .wordmarks { grid-template-columns: 1fr 1fr; gap: 32px 20px; margin-top: 36px; }
  .about-layout, .contact-layout { display: block; }
  .about-image img { aspect-ratio: 4 / 3; }
  .about-image figcaption { right: 0; font-size: 24px; }
  .about-copy { margin-top: 38px; }
  .about-copy h2, .contact h2 { font-size: 42px; }
  .process { display: block; margin-top: 42px; }
  .process li + li { margin-top: 26px; }
  .process h3 { font-size: 27px; }
  .production-heading { display: block; }
  .production-heading h2 { font-size: 40px; }
  .facility-metric { text-align: left; margin-top: 35px; }
  .facility-metric strong { font-size: 88px; }
  .production-images { gap: 20px; grid-template-columns: 1fr 1fr; margin-top: 35px; }
  .production-images img, .production-images figure:nth-child(2) img { aspect-ratio: 3 / 4; }
  .production-images figcaption { font-size: 9px; }
  .production-bottom { display: block; margin-top: 30px; }
  .production-bottom > div { margin-top: 22px; }
  #contact-form { margin-top: 45px; }
  .contact-phone { font-size: 24px; margin-top: 30px; }
  .form-grid { gap: 26px 20px; }
  .site-footer { gap: 22px; padding-inline: 6%; }
  .site-footer > p { max-width: 135px; font-size: 10px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}