@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap");

:root {
	--gold: #d8b45c;
	--gold-bright: #efd07b;
	--cream: #f5f0e6;
	--ink: #10151d;
	--night: #080d16;
	--slate: #66707c;
	--line: rgba(8, 13, 22, 0.13);
	--shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { min-width: 0; margin: 0; overflow-x: clip; color: var(--ink); background: var(--night); font-family: "Manrope", "Helvetica Neue", Arial, sans-serif; font-size: 17px; line-height: 1.7; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; color: #000; transition: color .3s, background .3s, box-shadow .3s; }
.site-header.scrolled, .site-header.open { background: rgba(8, 13, 22, .96); box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.site-header.scrolled, .site-header.open { color: #fff; }
.nav-wrap { min-height: 108px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; text-transform: uppercase; font-size: .72rem; font-weight: 600; letter-spacing: .19em; }
.brand img { width: 82px; height: 82px; object-fit: contain; }
.site-header.scrolled .brand img, .site-header.open .brand img { filter: invert(1); }
nav { display: flex; gap: 36px; align-items: center; }
nav a { position: relative; padding: 30px 0 24px; text-decoration: none; text-transform: uppercase; font-size: .67rem; font-weight: 600; letter-spacing: .17em; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 1px; background: var(--gold); transition: right .25s; }
nav a:hover::after, nav a.active::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; padding: 10px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: currentColor; }

.parallax { background-position: center; background-size: cover; background-attachment: fixed; }
.hero { position: relative; color: #000; background: #fff; }
.hero-content { position: relative; width: 100%; min-width: 0; text-align: center; }
.hero-copy { width: var(--shell); margin: 120px auto 0; padding-bottom: 130px; }
.eyebrow { margin: 0 0 17px; color: var(--gold); font-size: .7rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; }
.hero .eyebrow { color: #000; }
h1, h2 { font-family: "Manrope", "Helvetica Neue", Arial, sans-serif; font-weight: 500; line-height: 1; letter-spacing: -.055em; }
h1 { max-width: 940px; margin: 0 auto 28px; font-size: clamp(3.2rem, 8vw, 7.5rem); }
h1 em { color: var(--gold-bright); font-weight: 500; }
.hero h1 em { color: #000; }
.hero-lead { max-width: 650px; margin: 0 auto 38px; color: #000; font-size: clamp(1rem, 2vw, 1.25rem); }
.hero-film { position: relative; width: 100%; height: 100vh; min-height: 0; overflow: hidden; background: #fff; }
@supports (height: 100svh) { .hero-film { height: 100svh; } }
.hero-film video { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.video-cta { position: absolute; right: 0; bottom: 0; display: flex; align-items: center; gap: 42px; min-width: 285px; padding: 23px 27px; color: #fff; background: rgba(0,0,0,.88); text-decoration: none; text-transform: uppercase; font-size: .68rem; font-weight: 600; letter-spacing: .16em; }
.video-cta b { font-size: 1.3rem; font-weight: 300; transition: transform .25s; }
.video-cta:hover b { transform: translate(4px, 4px); }
.button { display: inline-flex; justify-content: center; padding: 14px 24px; border: 1px solid; text-decoration: none; text-transform: uppercase; font-size: .68rem; font-weight: 600; letter-spacing: .16em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { border-color: #000; color: #000; background: #fff; }
.button-gold:hover { color: #fff; background: #000; }
.scroll-cue { position: absolute; left: 50%; bottom: 25px; display: flex; flex-direction: column; align-items: center; gap: 5px; color: #000; text-decoration: none; transform: translateX(-50%); }
.scroll-cue span { font-size: .59rem; letter-spacing: .23em; text-transform: uppercase; }
.scroll-cue b { color: #000; font-size: 1.6rem; font-weight: 300; animation: drift 1.7s infinite; }
@keyframes drift { 50% { transform: translateY(7px); } }

.section { padding: 120px 0; }
.light { background: var(--cream); }
.dark { color: #fff; background: var(--night); }
.section-intro { max-width: 780px; margin-bottom: 75px; }
.section-intro h2, .section-heading h2, .statement h2, .contact h2 { margin: 0 0 28px; font-size: clamp(2.7rem, 5vw, 5.2rem); }
.section-intro > p:last-child { max-width: 680px; color: var(--slate); font-size: 1.07rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature { min-height: 210px; display: grid; grid-template-columns: 55px 1fr; gap: 24px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-number, .service-grid article > span { color: var(--gold); font-family: "Manrope", "Helvetica Neue", Arial, sans-serif; font-size: 1.25rem; }
.feature h3, .service-grid h3 { margin: 0 0 10px; font-family: "Manrope", "Helvetica Neue", Arial, sans-serif; font-size: 1.5rem; font-weight: 500; }
.feature p { margin: 0; color: var(--slate); font-size: .92rem; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 85px; }
.stats div { text-align: center; border-right: 1px solid var(--line); }
.stats div:last-child { border: 0; }
.stats strong { display: block; color: var(--gold); font-family: "Manrope", "Helvetica Neue", Arial, sans-serif; font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 500; line-height: 1.1; }
.stats span { font-size: .65rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; margin-bottom: 75px; }
.split > p { max-width: 520px; color: rgba(255,255,255,.62); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.service-grid article { min-height: 300px; padding: 42px 35px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.service-grid h3 { margin-top: 48px; color: var(--cream); font-size: 1.75rem; }
.service-grid p { color: rgba(255,255,255,.6); font-size: .92rem; }
.agency-callout { display: flex; gap: 40px; justify-content: space-between; align-items: center; margin-top: 60px; padding-top: 35px; border-top: 1px solid rgba(255,255,255,.15); }
.agency-callout p { max-width: 700px; margin: 0; color: rgba(255,255,255,.68); }
.text-link { flex: none; color: var(--gold); text-decoration: none; text-transform: uppercase; font-size: .68rem; font-weight: 600; letter-spacing: .16em; }
.text-link span { margin-left: 8px; font-size: 1rem; }

.statement { position: relative; min-height: 720px; display: flex; align-items: center; color: #fff; background-image: url("../../images/theme/section.jpg"); }
.statement-overlay { position: absolute; inset: 0; background: rgba(5,13,23,.72); }
.statement-content { position: relative; padding: 110px 0; }
.statement h2 { max-width: 900px; }
.statement-lead { max-width: 780px; margin: 0; color: rgba(255,255,255,.72); font-size: 1.02rem; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.3); }
.process div { padding: 28px 22px 0 0; }
.process strong { display: block; color: var(--gold-bright); font-family: "Manrope", "Helvetica Neue", Arial, sans-serif; font-size: 1.35rem; font-weight: 500; }
.process span { display: block; margin-top: 8px; color: rgba(255,255,255,.68); font-size: .82rem; }

.centered { margin-inline: auto; text-align: center; }
.centered > p:last-child { margin-inline: auto; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.project-card { position: relative; min-height: 430px; display: flex; align-items: end; overflow: hidden; color: #fff; background: #151c26; text-decoration: none; }
.project-card > img:not(.project-logo) { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.project-card:hover > img:not(.project-logo) { transform: scale(1.04); }
.project-shade { position: absolute; inset: 0; background: linear-gradient(transparent 38%, rgba(5,10,17,.9)); }
.project-copy, .project-card-text > span { position: relative; width: 100%; padding: 30px; }
.project-card small { display: block; margin-bottom: 7px; color: var(--gold); font-size: .6rem; font-style: normal; letter-spacing: .2em; text-transform: uppercase; }
.project-card strong { display: block; font-family: "Manrope", "Helvetica Neue", Arial, sans-serif; font-size: 1.7rem; font-weight: 500; }
.project-card em { display: block; margin-top: 12px; color: rgba(255,255,255,.7); font-size: .62rem; font-style: normal; letter-spacing: .15em; text-transform: uppercase; }
.project-card-text { min-height: 330px; align-items: stretch; flex-direction: column; justify-content: space-between; padding-top: 35px; background: #111925; }
.project-card-text:nth-child(3n) { background: #17212b; }
.project-card-text .project-logo { width: calc(100% - 70px); height: 125px; margin: 0 auto; padding: 20px; object-fit: contain; background: #fff; }
.project-card-text > span { padding-top: 25px; }

.contact { position: relative; min-height: 740px; color: #fff; background-image: url("../../images/theme/contact.jpg"); }
.contact-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,10,18,.94), rgba(4,12,22,.68)); }
.contact-content { position: relative; display: grid; grid-template-columns: 2fr 1fr; gap: 120px; padding: 130px 0 180px; }
.contact-content > div > p:not(.eyebrow) { max-width: 650px; margin: 0 0 35px; color: rgba(255,255,255,.7); }
address { align-self: end; padding: 30px 0 8px 35px; border-left: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.7); font-size: .87rem; font-style: normal; }
address span { display: block; margin-bottom: 9px; color: var(--gold); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
address a { display: inline-block; margin-top: 12px; color: var(--gold-bright); text-decoration: none; }
address a:hover { text-decoration: underline; }
footer { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; align-items: center; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.18); }
footer img { width: 82px; height: 82px; object-fit: contain; }
footer p { color: rgba(255,255,255,.5); font-size: .65rem; letter-spacing: .11em; text-transform: uppercase; }
.footer-copy { text-align: right; }
.footer-copy p { margin: 4px 0; }
.footer-copy a { color: var(--gold-bright); text-decoration: none; }
.footer-copy a:hover { text-decoration: underline; }

@media (max-width: 850px) {
	:root { --shell: min(680px, calc(100% - 32px)); }
	.shell { width: calc(100% - 32px); }
	.nav-wrap { min-height: 84px; }
	.brand img { width: 62px; height: 62px; }
	.nav-toggle { display: block; cursor: pointer; }
	nav { position: fixed; inset: 84px 0 auto; display: none; flex-direction: column; gap: 0; padding: 18px 24px 28px; background: rgba(8,13,22,.98); }
	.site-header.open nav { display: flex; }
	nav a { width: 100%; padding: 13px 0; text-align: center; }
	nav a::after { bottom: 7px; }
	.parallax { background-attachment: scroll; }
	.section { padding: 85px 0; }
	.feature-grid, .split, .contact-content { grid-template-columns: 1fr; }
	.split, .contact-content { gap: 40px; }
	.service-grid, .project-grid { grid-template-columns: repeat(2, 1fr); }
	.process { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
	.agency-callout { align-items: flex-start; flex-direction: column; }
	.contact-content { padding: 100px 0 170px; }
	address { align-self: start; }
	.hero-copy { width: calc(100% - 32px); margin-top: 85px; padding-bottom: 105px; }
}

@media (max-width: 560px) {
	.site-header.open nav, .site-header.open nav a { color: #fff; }
	.brand span { display: none; }
	h1 { font-size: clamp(2.65rem, 11.5vw, 4.5rem); }
	.hero-lead { margin-bottom: 0; }
	.video-cta { left: 18px; right: 18px; min-width: 0; justify-content: space-between; padding: 19px 21px; }
	.hero-film video { width: 118%; max-width: none; margin-left: -9%; object-position: center top; }
	.video-cta { bottom: max(18px, env(safe-area-inset-bottom)); }
	.section-intro { margin-bottom: 50px; }
	.feature-grid, .service-grid, .project-grid, .process { grid-template-columns: 1fr; }
	.feature { grid-template-columns: 38px 1fr; padding: 28px 22px; }
	.stats { margin-top: 55px; }
	.stats strong { font-size: 2.2rem; }
	.stats span { font-size: .52rem; letter-spacing: .12em; }
	.statement { min-height: 900px; background-image: url("../../images/theme/section-mobile.jpg"); }
	.process { border-top: 0; }
	.process div { border-top: 1px solid rgba(255,255,255,.25); }
	.project-card { min-height: 370px; }
	.project-card-text { min-height: 310px; }
	.contact h2 { font-size: 2.9rem; }
	.contact-content { gap: 55px; padding: 85px 0 70px; }
	.contact-content > div { text-align: center; }
	.contact-content > div > p:not(.eyebrow) { margin-inline: auto; }
	address { padding: 25px 0 0; border-top: 1px solid rgba(0,0,0,.16); border-left: 0; }
	footer { flex-direction: column; gap: 18px; padding: 28px 0 max(32px, env(safe-area-inset-bottom)); text-align: center; }
	footer img { width: 68px; height: 68px; }
	.footer-copy { text-align: center; }
	.footer-copy p { line-height: 1.65; }
}

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

/* White workbook palette */
body { color: #000; background: #fff; }
.site-header.scrolled, .site-header.open { color: #000; background: rgba(255,255,255,.96); box-shadow: 0 10px 30px rgba(0,0,0,.08); }
.site-header.scrolled .brand img, .site-header.open .brand img { filter: none; }
nav a::after { background: var(--gold); }
.light, .dark, .statement, .contact { color: #000; background-color: #fff; background-image: none; }
.statement-overlay, .contact-overlay { display: none; }
.hero .eyebrow, .eyebrow { color: var(--gold); }
.hero h1 em { color: var(--gold); }
.split > p,
.service-grid p,
.agency-callout p,
.statement-lead,
.process span,
.contact-content > div > p:not(.eyebrow),
address,
footer p { color: #222; }
.service-grid,
.service-grid article,
.agency-callout,
.process,
.process div,
address,
footer { border-color: rgba(0,0,0,.16); }
.service-grid h3 { color: #000; }
.process strong,
address span,
address a,
.footer-copy a,
.text-link { color: var(--gold); }
.button-gold { border-color: var(--gold); color: #000; background: var(--gold); }
.button-gold:hover { color: #000; background: var(--gold-bright); }
.contact { min-height: 0; }
.contact-content { padding-bottom: 85px; }
address { padding-left: 0; border-left: 0; text-align: center; }
footer { position: relative; width: var(--shell); margin-inline: auto; }
