:root {
  --ink: #171a18;
  --ink-soft: #252a27;
  --paper: #f2eee6;
  --paper-light: #fbfaf7;
  --stone: #d9d1c4;
  --line: rgba(23, 26, 24, 0.18);
  --accent: #d46f68;
  --sage: #728177;
  --white: #fff;
  --shell: min(1380px, calc(100vw - 96px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { 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; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }
h1, h2, h3, p { margin-top: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 16px; color: var(--ink); background: var(--white); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.kicker, .section-index, .footer-label { margin: 0; font-size: .69rem; font-weight: 650; letter-spacing: .2em; line-height: 1.3; text-transform: uppercase; }
.section-index { color: #666c67; }
em { font-family: var(--serif); font-weight: 400; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255, 255, 255, .2); transition: color .35s, background .35s, transform .35s; }
.site-header.is-scrolled { color: var(--white); background: rgba(23, 26, 24, .96); border-bottom-color: rgba(255, 255, 255, .12); backdrop-filter: blur(14px); }
.header-shell { width: min(1500px, calc(100vw - 64px)); min-height: 92px; margin: auto; display: grid; grid-template-columns: 250px 1fr 190px; align-items: center; gap: 32px; }
.brand { display: inline-flex; width: 230px; }
.brand img { width: 100%; height: auto; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: clamp(17px, 1.8vw, 32px); }
.nav-link, .nav-group > summary { position: relative; padding: 35px 0; font-size: .73rem; font-weight: 650; letter-spacing: .12em; line-height: 1; list-style: none; text-transform: uppercase; white-space: nowrap; }
.nav-group > summary::-webkit-details-marker { display: none; }
.nav-group > summary { display: flex; align-items: center; gap: 7px; cursor: pointer; }
.nav-group > summary span { font-size: 1rem; font-weight: 300; transition: transform .2s; }
.nav-group[open] > summary span { transform: rotate(45deg); }
.nav-link::after, .nav-group > summary::after { position: absolute; right: 0; bottom: 27px; left: 0; height: 1px; content: ""; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.nav-link:hover::after, .nav-link.is-current::after, .nav-group:hover > summary::after, .nav-group.is-current > summary::after { transform: scaleX(1); transform-origin: left; }
.nav-group { position: relative; }
.nav-dropdown { position: absolute; top: 81px; left: 50%; width: 285px; padding: 18px; color: var(--white); background: var(--ink); box-shadow: 0 24px 50px rgba(0, 0, 0, .22); opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: opacity .2s, transform .2s, visibility .2s; }
.nav-group[open] .nav-dropdown, .nav-group:hover .nav-dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-dropdown a { display: flex; justify-content: space-between; gap: 20px; padding: 11px 10px; border-bottom: 1px solid rgba(255, 255, 255, .12); font-size: .75rem; letter-spacing: .06em; }
.nav-dropdown a:last-child { border: 0; }
.nav-dropdown a span { color: var(--accent); transition: transform .2s; }
.nav-dropdown a:hover span { transform: translate(3px, -3px); }
.header-contact { justify-self: end; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-width: 170px; padding: 13px 0; border-bottom: 1px solid currentColor; font-size: .7rem; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.header-contact span { color: var(--accent); font-size: 1rem; }
.menu-toggle { display: none; border: 0; color: inherit; background: none; }

.home-hero { position: relative; min-height: 100svh; overflow: hidden; color: var(--white); background: var(--ink); }
.home-hero__media, .page-hero__media { position: absolute; inset: -45px 0; overflow: hidden; }
.home-hero__media img, .page-hero__media img { width: 100%; height: calc(100% + 90px); object-fit: cover; transform: translateY(var(--parallax, 0)) scale(1.04); }
.home-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 10, 9, .76) 0%, rgba(8, 10, 9, .3) 58%, rgba(8, 10, 9, .16) 100%), linear-gradient(0deg, rgba(8, 10, 9, .48), transparent 50%); }
.home-hero__grid { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.home-hero__grid i { border-left: 1px solid rgba(255, 255, 255, .13); }
.home-hero__grid i:last-child { border-right: 1px solid rgba(255, 255, 255, .13); }
.home-hero__content { position: relative; z-index: 2; min-height: 100svh; padding-top: 30vh; padding-bottom: 60px; display: flex; flex-direction: column; justify-content: space-between; }
.home-hero__content .kicker { color: rgba(255, 255, 255, .78); }
.home-hero h1 { max-width: 1060px; margin: 28px 0 auto; font-size: clamp(4.4rem, 9vw, 9.6rem); font-weight: 350; letter-spacing: -.065em; line-height: .84; text-wrap: balance; }
.home-hero h1 em { display: block; margin-left: 11%; color: var(--paper); }
.home-hero__bottom { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; padding-left: 52%; }
.home-hero__bottom p { max-width: 480px; margin: 0; color: rgba(255, 255, 255, .82); font-size: 1.06rem; }
.line-link { display: inline-flex; width: fit-content; align-items: center; justify-content: space-between; gap: 30px; padding: 11px 0; border-bottom: 1px solid currentColor; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.line-link span, .line-link i { color: var(--accent); font-style: normal; font-size: 1rem; transition: transform .2s; }
.line-link:hover span, .line-link:hover i { transform: translate(3px, -3px); }
.line-link--light { color: var(--white); }

.hero-reveal { animation: hero-in .9s cubic-bezier(.22, .8, .2, 1) both; }
.home-hero h1.hero-reveal { animation-delay: .12s; }
.home-hero__bottom.hero-reveal { animation-delay: .25s; }
@keyframes hero-in { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

.intro { padding-block: 150px 170px; display: grid; grid-template-columns: 1fr 4fr 3fr; align-items: start; gap: clamp(40px, 6vw, 100px); }
.intro__headline h2, .section-heading h2, .process-heading h2 { margin: 0; font-size: clamp(3.3rem, 6vw, 6.8rem); font-weight: 350; letter-spacing: -.055em; line-height: .94; }
.intro__copy { padding-top: 12px; }
.intro__copy p { color: #404641; font-size: 1.02rem; }
.intro__copy p:first-child { color: var(--ink); font-size: 1.25rem; line-height: 1.55; }
.intro__copy .line-link { margin-top: 22px; }

.services-section { padding: 150px 0; color: var(--white); background: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 60px; margin-bottom: 86px; }
.section-heading .section-index { color: rgba(255, 255, 255, .5); }
.section-heading h2 { color: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-card a { display: block; }
.service-card__media { position: relative; aspect-ratio: 4 / 4.7; overflow: hidden; background: #2a2e2b; }
.service-card__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 50%); }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); transition: transform .8s cubic-bezier(.2, .7, .2, 1), filter .5s; }
.service-card:hover .service-card__media img { transform: scale(1.045); filter: saturate(1); }
.service-card__media span { position: absolute; z-index: 2; right: 20px; bottom: 16px; font-family: var(--serif); font-size: 1.1rem; }
.service-card__copy { position: relative; padding: 26px 46px 0 0; border-top: 1px solid rgba(255, 255, 255, .2); }
.service-card__copy h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 2.1rem; font-weight: 400; }
.service-card__copy p { max-width: 380px; margin: 0; color: rgba(255, 255, 255, .58); font-size: .9rem; }
.service-card__copy i { position: absolute; top: 28px; right: 5px; color: var(--accent); font-style: normal; font-size: 1.4rem; transition: transform .2s; }
.service-card:hover .service-card__copy i { transform: translate(4px, -4px); }

.quote-section { position: relative; min-height: 900px; display: grid; grid-template-columns: 1.2fr 1fr; align-items: stretch; background: var(--paper-light); }
.quote-section__media { overflow: hidden; }
.quote-section__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); }
.quote-section__copy { width: auto; margin: 0; padding: 160px clamp(50px, 8vw, 140px); display: flex; flex-direction: column; justify-content: center; }
.quote-section blockquote { margin: 70px 0 34px; font-family: var(--serif); font-size: clamp(2.6rem, 4.2vw, 5rem); letter-spacing: -.04em; line-height: 1.05; }
.quote-section cite { color: #676c68; font-size: .7rem; font-style: normal; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }

.process-section { padding-block: 160px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 120px; }
.process-heading { position: sticky; top: 140px; align-self: start; }
.process-heading h2 { margin: 50px 0; }
.process-list { border-top: 1px solid var(--line); }
.process-step { padding: 42px 0; display: grid; grid-template-columns: 70px 1fr 1.4fr; align-items: start; gap: 30px; border-bottom: 1px solid var(--line); }
.process-step span { color: var(--accent); font-family: var(--serif); }
.process-step h3 { margin: 0; font-family: var(--serif); font-size: 1.9rem; font-weight: 400; line-height: 1.1; }
.process-step p { margin: 0; color: #565d58; font-size: .93rem; }

.recognition-band { padding: 65px 0; color: var(--white); background: var(--sage); }
.recognition-band .shell { display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 60px; }
.recognition-band p { margin: 0; font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.recognition-band div div { display: flex; gap: 16px; font-family: var(--serif); font-size: 1.45rem; }
.recognition-band i { color: var(--accent); font-style: normal; }

.page-hero { position: relative; min-height: 76svh; display: flex; align-items: end; overflow: hidden; color: var(--white); background: var(--ink); }
.page-hero__veil { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8, 10, 9, .78), rgba(8, 10, 9, .12) 70%), linear-gradient(90deg, rgba(8, 10, 9, .45), transparent 65%); }
.page-hero__content { position: relative; z-index: 1; padding-bottom: 76px; }
.page-hero .breadcrumbs { margin-bottom: 60px; }
.page-hero .kicker { margin-bottom: 26px; color: rgba(255, 255, 255, .72); }
.page-hero h1 { max-width: 1180px; margin: 0; font-size: clamp(4rem, 8.2vw, 8.6rem); font-weight: 350; letter-spacing: -.06em; line-height: .88; text-wrap: balance; }
.breadcrumbs { display: flex; align-items: center; gap: 12px; font-size: .67rem; font-weight: 650; letter-spacing: .15em; text-transform: uppercase; }
.breadcrumbs a { opacity: .72; }
.breadcrumbs a:hover { opacity: 1; }

.page-body { padding-block: 130px 160px; display: grid; grid-template-columns: 1fr 3fr; gap: clamp(60px, 11vw, 170px); }
.page-body__aside { position: sticky; top: 130px; align-self: start; padding-top: 14px; border-top: 1px solid var(--line); }
.page-body__aside p { margin: 16px 0 0; font-family: var(--serif); font-size: 1.4rem; }
.page-body__aside span { color: #6a706b; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.rich-content { min-width: 0; max-width: 850px; overflow-wrap: break-word; overflow-wrap: anywhere; font-size: 1.06rem; }
.rich-content > p:first-child { font-family: var(--serif); font-size: clamp(1.65rem, 2.4vw, 2.4rem); line-height: 1.35; }
.rich-content h2 { margin: 70px 0 22px; font-family: var(--serif); font-size: clamp(2.2rem, 3.4vw, 3.5rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.1; }
.rich-content h3, .rich-content h4 { margin: 48px 0 15px; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.rich-content p, .rich-content li { color: #3f4541; }
.rich-content a { border-bottom: 1px solid var(--accent); }
.rich-content blockquote { margin: 55px 0; padding: 10px 0 10px 36px; border-left: 3px solid var(--accent); font-family: var(--serif); font-size: 1.7rem; line-height: 1.4; }
.rich-content ul, .rich-content ol { padding-left: 24px; }
.rich-content li { margin-bottom: 9px; }
.rich-content img { width: auto; max-height: 750px; margin: 45px auto; }
.rich-content figure { margin: 45px 0; }
.rich-content figure ul { padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; list-style: none; }
.rich-content figure img { width: 100%; height: 100%; margin: 0; object-fit: cover; }
.rich-content table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.rich-content th, .rich-content td { padding: 13px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.rich-content details { padding: 24px 0; border-bottom: 1px solid var(--line); }
.rich-content summary { cursor: pointer; font-family: var(--serif); font-size: 1.35rem; }
.rich-content details > p { padding-left: 28px; }

.portfolio-section { padding-bottom: 170px; }
.portfolio-heading { padding-top: 85px; padding-bottom: 70px; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: end; gap: 50px; border-top: 1px solid var(--line); }
.portfolio-heading h2 { margin: 0; font-size: clamp(3rem, 5.5vw, 6rem); font-weight: 350; letter-spacing: -.055em; line-height: .95; }
.portfolio-heading > p:last-child { max-width: 300px; margin: 0; color: #626863; font-size: .86rem; }
.portfolio-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.portfolio-item { position: relative; grid-column: span 4; aspect-ratio: 4 / 3; padding: 0; overflow: hidden; border: 0; background: #ddd6ca; }
.portfolio-item:nth-child(7n + 1), .portfolio-item:nth-child(7n + 5) { grid-column: span 6; aspect-ratio: 16 / 10; }
.portfolio-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76); transition: transform .65s cubic-bezier(.2, .7, .2, 1), filter .4s; }
.portfolio-item:hover img { transform: scale(1.04); filter: saturate(1); }
.portfolio-item > span { position: absolute; inset: auto 0 0; padding: 16px 18px; display: flex; justify-content: space-between; color: var(--white); background: linear-gradient(0deg, rgba(0, 0, 0, .55), transparent); opacity: 0; transform: translateY(10px); transition: opacity .25s, transform .25s; }
.portfolio-item:hover > span, .portfolio-item:focus-visible > span { opacity: 1; transform: translateY(0); }
.portfolio-item b { font-size: .7rem; letter-spacing: .14em; }
.portfolio-item i { color: var(--accent); font-style: normal; }
.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 60px 100px; border: 0; color: var(--white); background: rgba(15, 17, 16, .97); }
.lightbox::backdrop { background: rgba(15, 17, 16, .95); }
.lightbox[open] { display: grid; grid-template-columns: 80px 1fr 80px; align-items: center; }
.lightbox figure { height: calc(100vh - 120px); margin: 0; display: grid; grid-template-rows: 1fr auto; justify-items: center; gap: 15px; }
.lightbox figure img { max-width: 100%; max-height: calc(100vh - 160px); align-self: center; object-fit: contain; }
.lightbox figcaption { color: rgba(255, 255, 255, .65); font-size: .72rem; letter-spacing: .08em; }
.lightbox button { border: 0; color: var(--white); background: none; }
.lightbox__close { position: fixed; top: 24px; right: 30px; padding: 10px; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.lightbox__nav { width: 58px; height: 58px; border: 1px solid rgba(255, 255, 255, .35) !important; border-radius: 50% !important; font-size: 1.4rem !important; }

.project-cta { position: relative; min-height: 520px; padding: 130px 0; border-top: 1px solid var(--line); }
.project-cta > p { margin-bottom: 32px; font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.project-cta h2 { max-width: 860px; margin: 0; font-size: clamp(4rem, 7.6vw, 8rem); font-weight: 350; letter-spacing: -.06em; line-height: .9; }
.circle-link { width: 160px; height: 160px; padding: 30px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255, 255, 255, .45); border-radius: 50%; font-size: .67rem; font-weight: 700; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; transition: color .3s, background .3s, transform .3s; }
.circle-link i { color: var(--accent); font-style: normal; font-size: 1.2rem; }
.circle-link:hover { color: var(--ink); background: var(--white); transform: rotate(-4deg); }
.circle-link--dark { position: absolute; right: 3%; bottom: 140px; border-color: var(--ink); }
.circle-link--dark:hover { color: var(--white); background: var(--ink); }

.journal-hero, .simple-hero { min-height: 640px; padding-top: 245px; color: var(--white); }
.journal-hero::before, .simple-hero::before { position: absolute; z-index: -1; inset: 0 0 auto; height: 640px; content: ""; background: var(--ink); }
.journal-hero h1, .simple-hero h1 { margin: 40px 0 25px; font-size: clamp(5rem, 10vw, 10rem); font-weight: 350; letter-spacing: -.065em; line-height: .8; }
.journal-hero > p:last-child { max-width: 520px; margin-left: 52%; color: rgba(255, 255, 255, .65); }
.journal-grid { padding-block: 120px 170px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 75px 28px; }
.journal-card__image { aspect-ratio: 4 / 3; overflow: hidden; background: var(--stone); }
.journal-card__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: transform .6s, filter .4s; }
.journal-card:hover img { transform: scale(1.04); filter: saturate(1); }
.journal-card__meta { margin: 20px 0; display: flex; justify-content: space-between; color: #666c67; font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.journal-card h2 { margin: 0 0 15px; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; line-height: 1.2; }
.journal-card p { display: -webkit-box; overflow: hidden; color: #5c625e; font-size: .86rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.journal-card .line-link { margin-top: 8px; }

.article-page { padding-top: 190px; }
.article-header { padding-bottom: 80px; }
.article-header .breadcrumbs { margin-bottom: 80px; }
.article-header__meta { display: flex; justify-content: space-between; margin-bottom: 35px; color: #646a65; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.article-header h1 { max-width: 1200px; margin: 0; font-family: var(--serif); font-size: clamp(3.8rem, 7vw, 7.6rem); font-weight: 400; letter-spacing: -.05em; line-height: .96; }
.article-hero { width: min(1600px, calc(100vw - 40px)); height: min(75vw, 850px); margin: auto; overflow: hidden; }
.article-hero img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { padding-block: 120px 170px; display: grid; grid-template-columns: 1fr 3fr; gap: 100px; }
.article-layout > * { min-width: 0; }
.article-share { position: sticky; top: 130px; align-self: start; display: flex; flex-direction: column; gap: 18px; color: #626862; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.rich-content--article { max-width: 800px; }

.contact-hero { position: relative; min-height: 76svh; display: flex; align-items: end; overflow: hidden; color: var(--white); background: var(--ink); }
.contact-hero__media { position: absolute; inset: 0; }
.contact-hero__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(10, 11, 10, .76), rgba(10, 11, 10, .14)); }
.contact-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.contact-hero__content { position: relative; z-index: 1; padding-bottom: 80px; }
.contact-hero h1 { max-width: 1100px; margin: 30px 0 0; font-size: clamp(4.4rem, 8.8vw, 9.3rem); font-weight: 350; letter-spacing: -.065em; line-height: .86; }
.contact-layout { padding-block: 150px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 150px; }
.contact-details h2 { margin: 45px 0 35px; font-size: clamp(3.2rem, 5vw, 5.4rem); font-weight: 350; letter-spacing: -.055em; line-height: .94; }
.contact-details > p:nth-of-type(2) { max-width: 470px; color: #505650; }
.contact-details dl { margin-top: 70px; }
.contact-details dl > div { padding: 22px 0; display: grid; grid-template-columns: 100px 1fr; border-top: 1px solid var(--line); }
.contact-details dt { font-size: .67rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-details dd { margin: 0; font-family: var(--serif); font-size: 1.15rem; }
.contact-details dd > a:last-child { display: inline-flex; margin-top: 8px; border-bottom: 1px solid var(--accent); font-family: var(--sans); font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-form { padding: 64px; color: var(--white); background: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.contact-form label { display: block; margin-bottom: 30px; }
.contact-form label > span { display: block; margin-bottom: 8px; color: rgba(255, 255, 255, .68); font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .32); border-radius: 0; color: var(--white); background: transparent; outline: none; }
.contact-form select { color-scheme: dark; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom-color: var(--accent); }
.contact-form [aria-invalid="true"] { border-bottom-color: #ff8b82; }
.form-honeypot { position: absolute !important; left: -10000px !important; }
.form-submit { margin-top: 25px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 30px; }
.form-submit p { margin: 0; color: rgba(255, 255, 255, .48); font-size: .7rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 16px 22px; border: 1px solid var(--accent); color: var(--white); background: var(--accent); font-size: .7rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; transition: color .2s, background .2s; }
.button:hover { color: var(--accent); background: transparent; }
.button:disabled { cursor: wait; opacity: .6; }
.form-status { min-height: 24px; margin: 28px 0 0; font-size: .85rem; }
.form-status.is-success { color: #c7e3d0; }
.form-status.is-error { color: #ff9e95; }

.sitemap-grid { padding: 110px 0 170px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 65px; }
.sitemap-grid h2 { padding-bottom: 16px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }
.sitemap-grid ul { padding: 0; list-style: none; }
.sitemap-grid li { margin: 10px 0; font-size: .85rem; }
.sitemap-grid a:hover { color: var(--accent); }
.not-found { min-height: 100svh; padding-top: 230px; color: var(--white); }
.not-found::before { position: fixed; z-index: -1; inset: 0; content: ""; background: var(--ink); }
.not-found h1 { margin: 40px 0; font-size: clamp(4.5rem, 9vw, 9rem); font-weight: 350; letter-spacing: -.06em; line-height: .88; }
.not-found > p:not(.kicker) { max-width: 460px; color: rgba(255, 255, 255, .65); }
.not-found .button { margin-top: 25px; }

.site-footer { padding-top: 130px; color: var(--white); background: var(--ink); }
.footer-lead { position: relative; min-height: 470px; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.footer-lead h2 { max-width: 1050px; margin: 35px 0 0; font-size: clamp(4.4rem, 8vw, 8.5rem); font-weight: 350; letter-spacing: -.065em; line-height: .86; }
.footer-lead .circle-link { position: absolute; right: 2%; bottom: 100px; }
.footer-grid { padding-block: 80px; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 70px; }
.footer-brand img { width: 230px; margin-bottom: 25px; }
.footer-brand p { max-width: 300px; color: rgba(255, 255, 255, .5); font-size: .84rem; }
.footer-grid .footer-label { margin-bottom: 22px; color: rgba(255, 255, 255, .45); }
.footer-grid > div:not(.footer-brand) { font-size: .87rem; }
.footer-grid > div:not(.footer-brand) a:hover { color: var(--accent); }
.footer-bottom { padding: 25px 0 35px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .42); font-size: .66rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 35px; }
.footer-bottom a { color: rgba(255, 255, 255, .72); }

.js .reveal { opacity: 0; transform: translateY(32px); transition: opacity .75s ease, transform .75s cubic-bezier(.2, .7, .2, 1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.service-card:nth-child(2), .journal-card:nth-child(3n + 2), .portfolio-item:nth-child(3n + 2) { transition-delay: .08s; }
.service-card:nth-child(3), .journal-card:nth-child(3n), .portfolio-item:nth-child(3n) { transition-delay: .16s; }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 60px, 1100px); }
  .header-shell { width: calc(100vw - 40px); grid-template-columns: 210px 1fr 160px; gap: 15px; }
  .brand { width: 195px; }
  .site-nav { gap: 14px; }
  .nav-link, .nav-group > summary { font-size: .64rem; }
  .header-contact { min-width: 150px; }
  .intro { grid-template-columns: 1fr 3fr; }
  .intro__copy { grid-column: 2; }
  .quote-section { min-height: 760px; }
  .process-section { gap: 70px; }
  .recognition-band .shell { grid-template-columns: 140px 1fr; }
  .recognition-band .line-link { grid-column: 2; }
  .contact-layout { gap: 70px; }
}

@media (max-width: 960px) {
  :root { --shell: calc(100vw - 48px); }
  .site-header { background: rgba(23, 26, 24, .9); }
  .header-shell { min-height: 76px; grid-template-columns: 1fr auto; }
  .brand { width: 190px; }
  .menu-toggle { display: flex; align-items: center; gap: 14px; font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
  .menu-toggle i, .menu-toggle i::after { display: block; width: 23px; height: 1px; content: ""; background: currentColor; transition: transform .2s; }
  .menu-toggle i::after { transform: translateY(6px); }
  .menu-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i::after { transform: rotate(-90deg); }
  .site-nav { position: fixed; inset: 76px 0 0; width: 100%; padding: 40px 24px 80px; display: block; justify-self: stretch; overflow-y: auto; color: var(--white); background: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s, visibility .2s, transform .2s; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-link, .nav-group > summary { width: 100%; padding: 22px 0; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, .15); font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .nav-link::after, .nav-group > summary::after { display: none; }
  .nav-dropdown { position: static; width: 100%; padding: 10px 0 18px 20px; background: none; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-group:not([open]) .nav-dropdown { display: none; }
  .nav-dropdown a { padding: 10px 0; }
  .header-contact { display: none; }
  .home-hero__content { padding-top: 27vh; }
  .home-hero h1 { font-size: clamp(4.5rem, 12vw, 7.5rem); }
  .home-hero__bottom { grid-template-columns: 1fr; padding-left: 35%; }
  .intro { padding-block: 110px; grid-template-columns: 1fr; }
  .intro__copy { grid-column: 1; max-width: 650px; margin-left: 25%; }
  .section-heading { grid-template-columns: 1fr; }
  .service-grid { gap: 16px; }
  .service-card__copy h3 { font-size: 1.55rem; }
  .quote-section { min-height: 0; grid-template-columns: 1fr; }
  .quote-section__media { height: 60vw; }
  .quote-section__copy { padding: 100px 48px; }
  .process-section { grid-template-columns: 1fr; }
  .process-heading { position: static; }
  .recognition-band .shell { grid-template-columns: 1fr; }
  .recognition-band .line-link { grid-column: 1; }
  .recognition-band div div { flex-wrap: wrap; }
  .page-body { grid-template-columns: 1fr; }
  .page-body__aside { position: static; }
  .portfolio-heading { grid-template-columns: 1fr 2fr; }
  .portfolio-heading > p:last-child { grid-column: 2; }
  .portfolio-item { grid-column: span 6; }
  .journal-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 1fr; }
  .article-share { position: static; flex-direction: row; justify-content: space-between; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-details { max-width: 650px; }
  .sitemap-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100vw - 36px); }
  body { font-size: 15px; }
  .header-shell { width: calc(100vw - 30px); }
  .brand { width: 168px; }
  .home-hero { min-height: 860px; }
  .home-hero__media img { object-position: 57% center; }
  .home-hero__grid { width: calc(100vw - 36px); grid-template-columns: repeat(2, 1fr); }
  .home-hero__grid i:nth-child(n + 3) { display: none; }
  .home-hero__content { min-height: 860px; padding-top: 190px; padding-bottom: 35px; }
  .home-hero h1 { margin-top: 34px; font-size: clamp(3.8rem, 18vw, 5.7rem); line-height: .86; }
  .home-hero h1 em { margin-left: 0; }
  .home-hero__bottom { padding-left: 0; gap: 28px; }
  .home-hero__bottom p { max-width: 310px; }
  .intro { padding-block: 90px; gap: 35px; }
  .intro__headline h2, .section-heading h2, .process-heading h2 { font-size: 3.3rem; }
  .intro__copy { margin-left: 0; }
  .services-section { padding: 90px 0; }
  .section-heading { margin-bottom: 50px; gap: 28px; }
  .service-grid { grid-template-columns: 1fr; gap: 60px; }
  .service-card__media { aspect-ratio: 4 / 4; }
  .quote-section__media { height: 85vw; }
  .quote-section__copy { padding: 75px 22px; }
  .quote-section blockquote { margin-top: 45px; font-size: 2.55rem; }
  .process-section { padding-block: 95px; gap: 60px; }
  .process-heading h2 { margin: 35px 0; }
  .process-step { grid-template-columns: 45px 1fr; }
  .process-step p { grid-column: 2; }
  .recognition-band { padding-block: 55px; }
  .recognition-band div div { display: block; font-size: 1.4rem; }
  .recognition-band div div i { display: none; }
  .recognition-band div div span { display: block; padding: 5px 0; }
  .page-hero { min-height: 680px; }
  .page-hero__media img { object-position: center; }
  .page-hero__content { padding-bottom: 50px; }
  .page-hero .breadcrumbs { margin-bottom: 40px; }
  .page-hero h1 { font-size: clamp(3.6rem, 15vw, 5.4rem); }
  .page-body { padding-block: 85px 100px; gap: 45px; }
  .rich-content { font-size: .98rem; }
  .rich-content > p:first-child { font-size: 1.55rem; }
  .rich-content figure ul { grid-template-columns: 1fr; }
  .rich-content table { display: block; overflow-x: auto; }
  .portfolio-section { padding-bottom: 100px; }
  .portfolio-heading { padding-block: 55px 45px; grid-template-columns: 1fr; gap: 28px; }
  .portfolio-heading > p:last-child { grid-column: 1; }
  .portfolio-grid { gap: 8px; }
  .portfolio-item, .portfolio-item:nth-child(7n + 1), .portfolio-item:nth-child(7n + 5) { grid-column: span 12; aspect-ratio: 4 / 3; }
  .lightbox { padding: 70px 12px 30px; }
  .lightbox[open] { grid-template-columns: 45px 1fr 45px; }
  .lightbox figure { height: calc(100vh - 110px); }
  .lightbox__nav { width: 40px; height: 40px; }
  .project-cta { min-height: 560px; padding-block: 90px; }
  .project-cta h2 { font-size: 4.3rem; }
  .circle-link--dark { right: 0; bottom: 75px; }
  .journal-hero, .simple-hero { min-height: 560px; padding-top: 205px; }
  .journal-hero::before, .simple-hero::before { height: 560px; }
  .journal-hero h1, .simple-hero h1 { font-size: 5rem; }
  .journal-hero > p:last-child { margin-left: 0; }
  .journal-grid { padding-block: 80px 110px; grid-template-columns: 1fr; gap: 70px; }
  .article-page { padding-top: 140px; }
  .article-header .breadcrumbs { margin-bottom: 50px; }
  .article-header h1 { font-size: 3.6rem; }
  .article-hero { width: 100%; height: 72vw; }
  .article-layout { padding-block: 75px 100px; gap: 55px; }
  .article-share { flex-direction: column; }
  .contact-hero { min-height: 680px; }
  .contact-hero h1 { font-size: 4.3rem; }
  .contact-layout { padding-block: 90px; gap: 65px; }
  .contact-details h2 { font-size: 3.5rem; }
  .contact-details dl > div { grid-template-columns: 80px 1fr; }
  .contact-form { padding: 38px 24px; }
  .form-row, .form-submit { grid-template-columns: 1fr; gap: 0; }
  .form-submit { gap: 18px; }
  .sitemap-grid { padding-block: 80px 110px; grid-template-columns: 1fr; }
  .not-found { padding-top: 180px; }
  .site-footer { padding-top: 90px; }
  .footer-lead { min-height: 530px; }
  .footer-lead h2 { font-size: 4.4rem; }
  .footer-lead .circle-link { right: 0; bottom: 65px; }
  .footer-grid { padding-block: 65px; grid-template-columns: 1fr 1fr; gap: 50px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: block; line-height: 2; }
  .footer-bottom div { margin-top: 10px; display: block; }
  .footer-bottom div span { display: block; }
}

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

@media print {
  .site-header, .site-footer, .project-cta, .contact-form, .lightbox { display: none !important; }
  body { color: #000; background: #fff; }
  .page-hero { min-height: 300px; }
}
