:root { --ink: #11110f; --paper: #f7f7f4; --muted: #6e6e69; --line: rgba(17,17,15,.16); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
a { color: inherit; text-decoration: none; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.4rem clamp(1.25rem, 3vw, 4rem); border-bottom: 1px solid var(--line); }
.site-brand { display: flex; align-items: center; gap: .65rem; font-size: 1.1rem; font-weight: 800; letter-spacing: -.06em; }.site-brand a { display: block; }.site-brand .custom-logo-link { flex: 0 0 auto; max-width: min(13rem, 40vw); }.site-brand .custom-logo { display: block; width: auto; max-width: 100%; height: auto; max-height: 3rem; }.site-brand__label { white-space: nowrap; }
.site-tagline { margin: 0 auto 0 0; color: #4e4e49; font-size: .72rem; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.site-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.25rem; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }.site-nav a:hover, .site-footer a:hover { text-decoration: underline; text-underline-offset: .25em; }
.media-hero { max-width: 68rem; padding: clamp(2.5rem, 5vw, 5rem) clamp(1.25rem, 8vw, 10rem) clamp(4rem, 8vw, 7rem); }.eyebrow { margin: 0 0 1.2rem; color: var(--muted); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }.media-hero h1 { max-width: 11ch; margin: 0; font-size: clamp(4.2rem, 11vw, 10rem); line-height: .82; letter-spacing: -.1em; }.media-hero__copy { margin: 2.4rem 0 0; font-size: clamp(1.15rem, 2.1vw, 1.8rem); line-height: 1.2; }
.project-wall { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: .65rem; padding: 0 .65rem; }.project-card { grid-column: span 4; min-height: 31vw; overflow: hidden; background: #dfdfda; }.project-card--wide { grid-column: span 8; }.project-card--tall { grid-column: span 4; min-height: 48vw; }.project-card--large { grid-column: span 8; min-height: 48vw; }.project-card--full { grid-column: 1 / -1; min-height: 42vw; }.project-card a { display: block; position: relative; height: 100%; }.project-card__media, .project-card__media img, .project-card__placeholder { width: 100%; height: 100%; }.project-card__media { position: absolute; inset: 0; overflow: hidden; }.project-card__media img { display: block; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }.project-card__placeholder { background: linear-gradient(135deg,#c7c7be,#8d8d85); }.project-card__caption { position: absolute; inset: auto 0 0; padding: 1.25rem; color: white; background: linear-gradient(transparent,rgba(0,0,0,.72)); transform: translateY(12%); transition: transform .35s ease; }.project-card__caption h2 { margin: 0; font-size: clamp(1.25rem,2.4vw,2.4rem); letter-spacing: -.05em; }.project-card__caption p { margin: .35rem 0 0; font-size: .75rem; letter-spacing: .07em; text-transform: uppercase; }.project-card a:hover img { transform: scale(1.04); }.project-card a:hover .project-card__caption { transform: translateY(0); }.project-wall__empty { grid-column: 1 / -1; padding: 6rem 2rem; text-align: center; color: var(--muted); border: 1px solid var(--line); }
.capabilities { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 8vw, 10rem); color: var(--muted); font-size: clamp(1.2rem, 2.3vw, 2rem); line-height: 1.35; }.capabilities span { color: #ff4f19; }.project-cta { margin: 0 .65rem .65rem; padding: clamp(4rem, 10vw, 9rem) clamp(1.25rem, 8vw, 10rem); background: var(--ink); color: var(--paper); }.project-cta h2 { max-width: 11ch; margin: 0 0 2.3rem; font-size: clamp(2.4rem, 6vw, 6rem); line-height: .95; letter-spacing: -.08em; }.text-link { display: inline-block; padding-bottom: .3rem; border-bottom: 1px solid currentColor; font-size: 1rem; }.text-link span { color: #ff4f19; }.site-footer { display: flex; justify-content: space-between; gap: 1rem; padding: 2rem clamp(1.25rem, 3vw, 4rem); color: var(--muted); font-size: .75rem; }.site-footer span:last-child { display: flex; gap: 1rem; }
@media (max-width: 700px) { .site-header { align-items: flex-start; }.site-tagline { display: none; }.site-nav { max-width: 13rem; gap: .7rem; }.project-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }.project-card, .project-card--wide, .project-card--tall, .project-card--large { grid-column: span 2; min-height: 96vw; }.project-card--full { grid-column: 1 / -1; min-height: 95vw; }.project-card__caption { transform: translateY(0); }.site-footer { flex-direction: column; } }

/* Shared menu output for both the WordPress and Timber wrappers. */
.site-nav__menu, .footer-nav__menu { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.25rem; margin: 0; padding: 0; list-style: none; }
.site-nav__menu { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-nav__menu { font-size: .75rem; }

/* General editorial pages intentionally stay compact beside the project wall. */
.page-main { padding: clamp(4rem, 10vw, 10rem) clamp(1.25rem, 8vw, 10rem); }
.text-page { max-width: 52rem; }.text-page__header { max-width: 45rem; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }.text-page__header h1 { margin: 0; font-size: clamp(3.2rem, 8vw, 7.5rem); line-height: .88; letter-spacing: -.09em; }.text-page__content { max-width: 42rem; font-size: clamp(1.1rem, 1.8vw, 1.45rem); line-height: 1.5; }.text-page__content > *:first-child { margin-top: 0; }.text-page__content p { margin: 0 0 1.35em; }.text-page__content h2, .text-page__content h3, .text-page__content h4 { margin: 2.3em 0 .65em; line-height: 1.05; letter-spacing: -.05em; }.text-page__content h2 { font-size: 1.7em; }.text-page__content h3 { font-size: 1.3em; }.text-page__content h4 { font-size: 1em; letter-spacing: 0; text-transform: uppercase; }.text-page__content ul, .text-page__content ol { margin: 0 0 1.5em; padding-left: 1.3em; }.text-page__content li + li { margin-top: .4em; }.text-page__content strong, .text-page__content b { font-weight: 700; }.text-page__content a { text-decoration: underline; text-decoration-color: #ff4f19; text-underline-offset: .18em; }.text-page__content figure { max-width: 100%; margin: 2.5rem 0; }.text-page__content img { display: block; max-width: 100%; height: auto; }.text-page__content blockquote { margin: 2.5rem 0; padding: .1rem 0 .1rem 1.25rem; border-left: 2px solid #ff4f19; font-size: 1.25em; line-height: 1.35; }.text-page__content blockquote p:last-child { margin-bottom: 0; }.text-page__content hr { margin: 3rem 0; border: 0; border-top: 1px solid var(--line); }.text-page__content pre { overflow-x: auto; padding: 1.25rem; background: #e9e9e3; font-size: .8em; }.text-page__content table { width: 100%; margin: 2rem 0; border-collapse: collapse; font-size: .85em; }.text-page__content th, .text-page__content td { padding: .7rem; border-bottom: 1px solid var(--line); text-align: left; }

/* Individual work pages: a quiet frame for imagery and the project story. */
.work-main { padding: clamp(4rem, 9vw, 9rem) clamp(.65rem, 3vw, 4rem) clamp(5rem, 10vw, 10rem); }.work-page__header { max-width: 70rem; margin: 0 auto clamp(3rem, 8vw, 8rem); }.work-page__header h1 { max-width: 12ch; margin: 0; font-size: clamp(3.6rem, 10vw, 10rem); line-height: .84; letter-spacing: -.1em; }.work-page__label { max-width: 35rem; margin: 2rem 0 .5rem; font-size: clamp(1.1rem, 2vw, 1.65rem); line-height: 1.2; }.work-page__meta { margin: 0; color: var(--muted); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }.work-page__excerpt { max-width: 42rem; margin: clamp(2rem, 5vw, 4rem) 0 0; font-size: clamp(1.2rem, 2.2vw, 1.8rem); line-height: 1.25; }.work-page__excerpt p { margin: 0; }.work-page__featured { max-width: 90rem; margin: 0 auto clamp(3rem, 8vw, 8rem); }.work-page__featured img, .work-page__content img { display: block; width: 100%; height: auto; }.work-page__content { max-width: 42rem; margin: 0 auto; font-size: clamp(1.1rem, 1.8vw, 1.4rem); line-height: 1.5; }.work-page__content > *:first-child { margin-top: 0; }.work-page__content h2, .work-page__content h3, .work-page__content h4 { margin: 2.5em 0 .7em; letter-spacing: -.05em; line-height: 1; }.work-page__content h2 { font-size: 1.7em; }.work-page__content h3 { font-size: 1.3em; }.work-page__content p, .work-page__content ul, .work-page__content ol { margin: 0 0 1.4em; }.work-page__content ul, .work-page__content ol { padding-left: 1.3em; }.work-page__content li + li { margin-top: .35em; }.work-page__content strong, .work-page__content b { font-weight: 700; }.work-page__content em, .work-page__content i { font-style: italic; }.work-page__content blockquote { margin: 2.5rem 0; padding: .1rem 0 .1rem 1.25rem; border-left: 2px solid #ff4f19; font-size: 1.25em; line-height: 1.35; }.work-page__content blockquote p:last-child { margin-bottom: 0; }.work-page__content figure { width: min(90rem, calc(100vw - 1.3rem)); margin: clamp(2.5rem, 7vw, 7rem) 50%; transform: translateX(-50%); }.work-page__content figcaption { margin: .75rem auto 0; padding: 0 .65rem; color: var(--muted); font-size: .75rem; line-height: 1.35; }.work-page__content figure a { cursor: default; }.work-page__content a:not(:has(img)) { text-decoration: underline; text-decoration-color: #ff4f19; text-underline-offset: .18em; }.work-page__content hr { margin: 3rem 0; border: 0; border-top: 1px solid var(--line); }.work-page__content pre { overflow-x: auto; padding: 1.25rem; background: #e9e9e3; font-size: .8em; }.work-page__content table { width: 100%; margin: 2rem 0; border-collapse: collapse; font-size: .85em; }.work-page__content th, .work-page__content td { padding: .7rem; border-bottom: 1px solid var(--line); text-align: left; }.work-page__content iframe, .work-page__content video { display: block; width: 100%; max-width: 100%; }.work-page__outbound { max-width: 42rem; margin: 3rem auto 0; }

/* Project archive: a consistent, fast-scanning visual index at /works/. */
.works-main { padding: clamp(4rem, 9vw, 9rem) .65rem clamp(5rem, 10vw, 10rem); }.works-header { max-width: 90rem; margin: 0 auto clamp(3rem, 7vw, 7rem); padding: 0 clamp(.65rem, 3vw, 4rem); }.works-header h1 { margin: 0; font-size: clamp(3.6rem, 10vw, 10rem); line-height: .84; letter-spacing: -.1em; }.works-header__description { max-width: 38rem; margin-top: 2rem; color: var(--muted); font-size: 1.15rem; line-height: 1.4; }.works-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem; max-width: 100rem; margin: 0 auto; }.works-card { min-height: 32vw; overflow: hidden; background: #dfdfda; }.works-card a { display: block; position: relative; height: 100%; }.works-card__media, .works-card__media img, .works-card__placeholder { width: 100%; height: 100%; }.works-card__media { position: absolute; inset: 0; overflow: hidden; }.works-card__media img { display: block; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }.works-card__placeholder { background: linear-gradient(135deg,#c7c7be,#8d8d85); }.works-card__caption { position: absolute; inset: auto 0 0; padding: 1.25rem; color: #fff; background: linear-gradient(transparent,rgba(0,0,0,.75)); }.works-card__caption h2 { margin: 0; font-size: clamp(1.25rem,2vw,2.2rem); letter-spacing: -.05em; }.works-card__caption p { margin: .35rem 0 0; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }.works-card a:hover img { transform: scale(1.04); }.navigation.pagination { display: flex; justify-content: center; gap: 1rem; margin: 3rem 0 0; }.works-empty { padding: 4rem; color: var(--muted); text-align: center; }
@media (max-width: 700px) { .works-grid { grid-template-columns: 1fr; }.works-card { min-height: 100vw; } }

/* Pricing page: the pricing plugin supplies the plans; this provides its EX Folio frame. */
.pricing-main { padding: clamp(4rem, 9vw, 9rem) clamp(.65rem, 3vw, 4rem) clamp(5rem, 10vw, 10rem); }.pricing-page__header { max-width: 70rem; margin: 0 auto clamp(3rem, 7vw, 7rem); }.pricing-page__header h1 { max-width: 12ch; margin: 0; font-size: clamp(3.6rem, 10vw, 10rem); line-height: .84; letter-spacing: -.1em; }.pricing-page__intro { max-width: 42rem; margin-top: clamp(2rem, 5vw, 4rem); font-size: clamp(1.15rem, 2vw, 1.65rem); line-height: 1.3; }.pricing-page__intro > *:first-child { margin-top: 0; }.pricing-page__intro > *:last-child { margin-bottom: 0; }.pricing-page__intro p { margin: 0 0 1em; }.pricing-page__plans { width: min(100%, 90rem); margin: 0 auto; }.pricing-page__plans > * { max-width: 100%; }.pricing-page__plans table { width: 100%; max-width: 100%; border-collapse: collapse; }.pricing-page__plans th, .pricing-page__plans td { border-color: var(--line); }.pricing-page__plans img { max-width: 100%; height: auto; }.pricing-page__notice { padding: 1.25rem; color: var(--muted); border: 1px solid var(--line); }
@media (max-width: 700px) { .pricing-page__plans { overflow-x: auto; }.pricing-page__plans table { min-width: 42rem; } }
