:root {
  --ink: #181a18;
  --paper: #f1f0eb;
  --cream: #e8e5dd;
  --line: rgba(24, 26, 24, 0.18);
  --acid: #d8ff44;
  --muted: #65675f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.screen-reader-text { 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: 1000; top: -80px; left: 20px; padding: 12px 18px; background: white; color: black; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; z-index: 30; inset: 0 0 auto; height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 3.2vw; color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); mix-blend-mode: normal; }
.wordmark { width: max-content; display: flex; flex-direction: column; font-weight: 800; font-size: 18px; line-height: .82; letter-spacing: -.06em; text-transform: uppercase; }
.wordmark-logo { width: auto; max-width: 220px; max-height: 48px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 2.4vw, 44px); font-size: 13px; }
.desktop-nav .primary-menu-list { display: flex; align-items: center; gap: clamp(22px, 2.4vw, 44px); margin: 0; padding: 0; list-style: none; }
.desktop-nav li { margin: 0; padding: 0; list-style: none; }
.desktop-nav a { display: block; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.2; font-weight: 400; }
.desktop-nav a, .header-cta { transition: opacity .2s ease; }
.desktop-nav a:hover, .header-cta:hover { opacity: .58; }
.header-cta { justify-self: end; font-size: 13px; }
.menu-toggle { display: none; }

.hero { min-height: 100svh; position: relative; overflow: hidden; color: white; background: #222; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; animation: hero-in 1.4s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,12,10,.68) 0%, rgba(10,12,10,.22) 56%, rgba(10,12,10,.08) 100%), linear-gradient(0deg, rgba(8,9,8,.52) 0%, transparent 42%); }
.hero-content { position: relative; z-index: 2; min-height: 100svh; padding: 21vh 3.2vw 14vh; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }
.eyebrow, .section-label { margin: 0 0 28px; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 1100px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(64px, 9.2vw, 148px); font-weight: 400; line-height: .82; letter-spacing: -.065em; }
.hero-copy { width: min(520px, 90vw); margin: 34px 0 0; font-size: clamp(15px, 1.25vw, 19px); line-height: 1.55; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 0; border-radius: 99px; font-size: 13px; font-weight: 700; }
.button-light { background: white; color: var(--ink); }
.button-acid { background: var(--acid); color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.text-link { font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.6); padding-bottom: 4px; }
.hero-meta { position: absolute; z-index: 2; right: 3.2vw; bottom: 4.5vh; display: flex; flex-direction: column; align-items: flex-end; gap: 6px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }

.section-pad { padding: 150px 3.2vw; }
.intro { display: grid; grid-template-columns: 1fr 7fr 2fr; gap: 3vw; align-items: start; border-bottom: 1px solid var(--line); }
.intro h2, .section-heading h2, .services h2, .process h2, .studio h2, .fit h2, .home-journal h2, .contact h2, .journal-index h2 { margin: 0; font: 400 clamp(44px, 6vw, 94px)/.98 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
.intro > p:last-child { margin: 8px 0 0; font-size: 14px; line-height: 1.65; }

.section-heading, .services-lead { display: grid; grid-template-columns: 3fr 1fr; gap: 5vw; align-items: end; margin-bottom: 90px; }
.section-heading > p, .services-lead > p { margin: 0 0 8px; max-width: 370px; font-size: 14px; line-height: 1.65; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px 24px; }
.project-wide { grid-column: 1 / -1; }
.project-image-wrap { display: block; position: relative; overflow: hidden; background: #d7d5ce; aspect-ratio: 4 / 3; }
.project-wide .project-image-wrap { aspect-ratio: 16 / 7.5; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.project:hover img { transform: scale(1.025); }
.project-arrow { position: absolute; right: 18px; top: 18px; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--acid); color: var(--ink); font-size: 20px; transform: scale(0); transition: transform .3s ease; }
.project:hover .project-arrow { transform: scale(1); }
.project-lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: clamp(54px, 6vw, 90px); border: 0; background: #0f110f; color: white; }
.project-lightbox::backdrop { background: rgba(15,17,15,.88); }
.project-lightbox figure { width: 100%; height: 100%; margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; }
.project-lightbox img { display: block; width: auto; max-width: 100%; height: auto; max-height: calc(100vh - 150px); object-fit: contain; }
.project-lightbox figcaption { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.72); }
.project-lightbox-close { position: fixed; z-index: 2; top: 22px; right: 28px; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: #0f110f; color: white; font: 300 30px/1 Arial, sans-serif; cursor: pointer; }
.project-lightbox-close:hover, .project-lightbox-close:focus-visible { background: var(--acid); color: var(--ink); border-color: var(--acid); }
.project-lightbox-nav { position: fixed; z-index: 2; top: 50%; width: 50px; height: 50px; margin-top: -25px; padding: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(15,17,15,.78); color: white; font: 300 24px/1 Arial, sans-serif; cursor: pointer; }
.project-lightbox-nav:hover, .project-lightbox-nav:focus-visible { background: var(--acid); color: var(--ink); border-color: var(--acid); }
.project-lightbox-nav[hidden], .project-lightbox-counter[hidden] { display: none; }
.project-lightbox-prev { left: 24px; }
.project-lightbox-next { right: 24px; }
.project-lightbox-counter { position: fixed; z-index: 2; left: 50%; bottom: 24px; transform: translateX(-50%); color: rgba(255,255,255,.72); font-size: 11px; letter-spacing: .12em; }
.project-caption { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); margin-top: 16px; }
.project-caption h2, .project-caption h3 { margin: 0; font: 600 16px/1.25 Arial, Helvetica, sans-serif; letter-spacing: -.01em; }
.project-caption h2 a, .project-caption h3 a { color: inherit; font: inherit; }
.project-caption div { display: grid; grid-template-columns: minmax(150px, auto) minmax(90px, auto); gap: 26px; color: #62655e; font: 400 11px/1.4 Arial, Helvetica, sans-serif; text-align: left; }
.project-caption div span:empty { display: none; }
.project-lightbox-source { display: none !important; }

.services { background: var(--ink); color: white; }
.services-lead > p { color: rgba(255,255,255,.66); }
.service-list { border-top: 1px solid rgba(255,255,255,.22); }
.service-list article { display: grid; grid-template-columns: .5fr 2fr 2fr; gap: 4vw; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.22); transition: padding .3s ease, color .3s ease; }
.service-list article:hover { padding-left: 14px; color: var(--acid); }
.service-list span { font-size: 11px; color: rgba(255,255,255,.5); }
.service-list h3 { margin: -5px 0 0; font: 400 clamp(26px, 3vw, 46px)/1 Georgia, serif; letter-spacing: -.04em; }
.service-list p { margin: 0; max-width: 520px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.65; }

.process { background: var(--cream); }
.process-intro { display: grid; grid-template-columns: 1fr 4fr; gap: 4vw; margin-bottom: 110px; }
.process-grid { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-grid li { min-height: 280px; padding: 24px 24px 0 0; border-right: 1px solid var(--line); }
.process-grid li + li { padding-left: 24px; }
.process-grid li:last-child { border-right: 0; }
.process-grid span { font-size: 11px; }
.process-grid h3 { margin: 70px 0 18px; font: 400 34px/1 Georgia, serif; letter-spacing: -.04em; }
.process-grid p { margin: 0; max-width: 260px; font-size: 13px; line-height: 1.65; color: var(--muted); }

.studio { display: grid; grid-template-columns: 1.15fr 1fr; gap: 7vw; align-items: center; background: #d8dbd2; }
.studio-image { min-height: 720px; overflow: hidden; }
.studio-image img { width: 100%; height: 100%; min-height: 720px; object-fit: cover; }
.studio h2 { font-size: clamp(48px, 5.5vw, 86px); }
.studio-intro { margin: 50px 0 24px; font-size: 18px !important; line-height: 1.55 !important; color: var(--ink) !important; }
.studio-copy > p { max-width: 600px; font-size: 14px; line-height: 1.7; color: #5d6059; }
.studio-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 60px; padding-top: 24px; border-top: 1px solid var(--line); }
.studio-facts div { display: flex; flex-direction: column; gap: 8px; }
.studio-facts strong { font: 400 23px/1 Georgia, serif; }
.studio-facts span { font-size: 10px; color: #686b63; text-transform: uppercase; letter-spacing: .08em; }

.fit h2 { max-width: 1180px; }
.fit-list { margin-top: 100px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.fit-list span { padding: 22px 12px 50px 0; border-right: 1px solid var(--line); font-size: 13px; }
.fit-list span + span { padding-left: 18px; }
.fit-list span:last-child { border-right: 0; }

.home-journal { background: #d8dbd2; }
.home-journal-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 80px; }
.home-journal-head h2 { max-width: 820px; }
.home-journal-head > a, .journal-read { font-size: 12px; padding-bottom: 5px; border-bottom: 1px solid currentColor; }
.home-journal-grid, .journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px 22px; }
.home-journal-image, .journal-card-image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #c9ccc3; }
.home-journal-image img, .journal-card-image img, .image-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.home-journal-card:hover img, .journal-card:hover img { transform: scale(1.025); }
.journal-meta { display: flex; justify-content: space-between; gap: 18px; margin-top: 18px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.journal-meta a { color: inherit; }
.home-journal-card h3, .journal-card h2 { margin: 15px 0 0; font: 400 26px/1.12 Georgia, serif; letter-spacing: -.035em; }

.contact { display: grid; grid-template-columns: 2fr 1fr; gap: 8vw; background: var(--ink); color: white; }
.contact-main > p:not(.section-label) { max-width: 570px; font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.65); }
.contact-actions { margin-top: 46px; display: flex; align-items: center; gap: 28px; }
.contact-link { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 13px; }
.contact-details { padding-top: 44px; display: flex; flex-direction: column; gap: 42px; }
.contact-details div { display: flex; flex-direction: column; gap: 10px; }
.contact-details span { color: rgba(255,255,255,.48); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.contact-details strong, .contact-details a { font: 400 18px/1.45 Georgia, serif; }
.contact-form-wrap { margin-top: 50px; max-width: 700px; }
.contact-form-wrap input, .contact-form-wrap textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.38); background: transparent; color: white; padding: 13px 0; }
.contact-form-wrap input[type="submit"] { width: auto; border: 0; border-radius: 99px; padding: 14px 22px; background: var(--acid); color: var(--ink); }

.site-footer { min-height: 170px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 30px; padding: 55px 3.2vw 32px; background: #0d0e0d; color: white; font-size: 11px; }
.footer-wordmark { font: 700 22px/.9 Arial, sans-serif; letter-spacing: -.06em; text-transform: uppercase; }
.footer-meta, .footer-links { display: flex; flex-direction: column; gap: 7px; }
.footer-links { align-items: flex-end; }
.recaptcha-notice { max-width: 300px; margin: 6px 0 0; color: rgba(255, 255, 255, .55); font-size: 9px; line-height: 1.45; text-align: right; }
.recaptcha-notice a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.grecaptcha-badge { visibility: hidden !important; }

.journal-page, .content-page, .project-page, .project-archive, .video-page { padding-top: 84px; }
.journal-hero { min-height: 74vh; display: grid; grid-template-columns: 1fr 5fr 2fr; gap: 4vw; align-items: end; background: var(--cream); }
.journal-hero h1, .article-header h1, .project-header h1, .not-found h1 { margin: 0; font: 400 clamp(62px, 9vw, 150px)/.84 Georgia, serif; letter-spacing: -.065em; }
.journal-hero > p:last-child { margin: 0 0 12px; max-width: 390px; font-size: 14px; line-height: 1.65; }
.journal-index-head { display: grid; grid-template-columns: 1fr 4fr; gap: 4vw; margin-bottom: 80px; }
.journal-card p { margin: 18px 0 25px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.journal-card .journal-read { display: inline-block; }
.nav-links { display: flex; justify-content: center; gap: 12px; margin-top: 80px; }
.nav-links a, .nav-links .current { display: grid; place-items: center; min-width: 42px; min-height: 42px; border: 1px solid var(--line); border-radius: 50%; }
.nav-links .current { background: var(--ink); color: white; }

.article-header, .project-header { min-height: 72vh; padding-top: 20vh; background: var(--cream); }
.article-header h1, .project-header h1 { max-width: 1400px; font-size: clamp(54px, 8vw, 124px); }
.article-deck, .project-intro { margin: 40px 0 0; max-width: 750px; font: 400 21px/1.5 Georgia, serif; }
.project-header { min-height: auto; padding-top: 11vh; padding-bottom: 8vh; }
.project-header h1 { max-width: 1100px; font-size: clamp(54px, 7vw, 104px); }
.project-facts { display: flex; flex-wrap: wrap; gap: 8px 32px; margin-top: 30px; color: var(--muted); font-size: 11px; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.project-intro { margin-top: 28px; }
.article-hero, .project-hero { margin: 0; padding: 0 3.2vw; }
.article-hero img, .project-hero img { width: 100%; max-height: 88vh; object-fit: cover; }
.project-hero .project-gallery-item { display: block; position: relative; overflow: hidden; }
.project-page .project-arrow { transform: scale(1); }
.project-gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; padding: 0 3.2vw clamp(80px, 10vw, 160px); }
.project-gallery-grid .project-gallery-item { display: block; position: relative; overflow: hidden; background: #d7d5ce; }
.project-gallery-grid .project-gallery-item:last-child:nth-child(odd) { grid-column: 1 / -1; }
.project-gallery-grid img { display: block; width: 100%; height: auto; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.project-gallery-grid .project-gallery-item:hover img { transform: scale(1.015); }
.entry-content { padding-left: max(3.2vw, calc((100vw - 850px) / 2)); padding-right: max(3.2vw, calc((100vw - 850px) / 2)); font: 17px/1.78 Georgia, serif; }
.entry-content > * { max-width: 850px; margin-left: auto; margin-right: auto; }
.entry-content > .alignwide { max-width: 1240px; }
.entry-content > .alignfull { max-width: none; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.entry-content h2, .entry-content h3 { line-height: 1.15; letter-spacing: -.035em; }
.entry-content h2 { margin-top: 2.4em; font-size: 42px; }
.entry-content h3 { margin-top: 2em; font-size: 30px; }
.entry-content a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.entry-content figure { margin-top: 55px; margin-bottom: 55px; }
.entry-content figcaption { color: var(--muted); font: 12px/1.5 Arial, sans-serif; }
.entry-content iframe { max-width: 100%; }
.article-footer { padding-top: 0; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-list a { padding: 9px 14px; border: 1px solid var(--line); border-radius: 99px; font-size: 11px; }
.post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 70px; padding-top: 30px; border-top: 1px solid var(--line); }
.post-navigation a:last-child { text-align: right; }
.not-found { min-height: 82vh; padding-top: 24vh; }
.not-found h1 { max-width: 1050px; font-size: clamp(55px, 8vw, 118px); }
.not-found > p:not(.section-label) { margin: 30px 0; color: var(--muted); }

.video-gallery-content { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.video-gallery-content > p, .video-gallery-content > h2, .video-gallery-content > h3 { grid-column: 1 / -1; }
.video-gallery-content .wp-block-embed { margin: 0; }
.wp-block-embed__wrapper, .entry-content .wp-block-embed__wrapper { position: relative; aspect-ratio: 16 / 9; overflow: hidden; }
.wp-block-embed__wrapper iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
.wp-block-gallery { gap: 12px; }
.search-form { display: flex; max-width: 620px; border-bottom: 1px solid var(--ink); }
.search-form label { flex: 1; }
.search-field { width: 100%; border: 0; background: transparent; padding: 14px 0; }
.search-submit { border: 0; background: transparent; padding: 0 0 0 16px; }

/* Conversion pages introduced in 1.1. */
.brand-page { padding-top: 84px; }
.brand-hero { min-height: 76vh; display: flex; flex-direction: column; justify-content: flex-end; background: var(--cream); border-bottom: 1px solid var(--line); }
.brand-hero-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(260px, 1fr); gap: 6vw; align-items: end; }
.brand-hero h1 { max-width: 1450px; margin: 0; font: 400 clamp(64px, 8.7vw, 142px)/.84 Georgia, "Times New Roman", serif; letter-spacing: -.065em; }
.brand-hero-grid > p { max-width: 410px; margin: 0 0 10px; font-size: 15px; line-height: 1.65; }
.brand-intro { display: grid; grid-template-columns: 1fr 5fr; gap: 5vw; border-bottom: 1px solid var(--line); }
.brand-intro-copy { display: grid; grid-template-columns: 3fr 1fr; gap: 5vw; align-items: end; }
.brand-intro h2, .process-manifesto h2, .service-outcomes h2, .scope-note h2, .studio-story h2, .studio-position h2, .enquiry-brief h2, .enquiry-form-panel h2, .brand-cta h2 { margin: 0; font: 400 clamp(42px, 5.5vw, 86px)/.98 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
.brand-intro-copy > p, .process-manifesto > p, .studio-position > p { max-width: 470px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.capability-list { padding-top: 0; padding-bottom: 0; }
.capability-row { display: grid; grid-template-columns: .45fr 2fr 1.2fr; gap: 4vw; align-items: start; padding: 42px 0; border-bottom: 1px solid var(--line); }
.capability-row:first-child { border-top: 1px solid var(--line); }
.capability-row > span, .process-steps li > span, .principles article > span { font-size: 11px; letter-spacing: .08em; }
.capability-row h2 { margin: -.08em 0 0; font: 400 clamp(34px, 4vw, 64px)/.96 Georgia, serif; letter-spacing: -.045em; }
.capability-row p { max-width: 520px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-outcomes, .scope-note { display: grid; grid-template-columns: 1.35fr 1fr; gap: 9vw; background: #d8dbd2; }
.detail-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.detail-list li { padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.55; }
.detail-list li::before { content: "↳"; display: inline-block; width: 28px; color: var(--muted); }
.brand-cta { background: var(--ink); color: white; }
.brand-cta h2 { max-width: 1300px; }
.brand-cta .button { margin-top: 54px; }
.process-manifesto { display: grid; grid-template-columns: 1fr 4fr 1.25fr; gap: 5vw; align-items: end; }
.process-steps { margin: 0; padding-top: 0; list-style: none; }
.process-steps li { display: grid; grid-template-columns: .45fr 1.5fr 1fr; gap: 4vw; min-height: 230px; padding: 36px 0; border-top: 1px solid var(--line); }
.process-steps li:last-child { border-bottom: 1px solid var(--line); }
.process-steps h2 { margin: -.12em 0 0; font: 400 clamp(35px, 4vw, 62px)/1 Georgia, serif; letter-spacing: -.045em; }
.process-steps p { max-width: 470px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.scope-note-copy { align-self: end; }
.scope-note-copy p { margin: 0 0 24px; font-size: 14px; line-height: 1.75; }
.studio-story { display: grid; grid-template-columns: 1.15fr 1fr; gap: 8vw; align-items: center; }
.studio-story-image { min-height: 720px; overflow: hidden; background: #c9ccc3; }
.studio-story-image img { width: 100%; height: 100%; min-height: 720px; object-fit: cover; }
.studio-story-copy > p:not(.section-label) { max-width: 620px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.studio-story-copy h2 { margin-bottom: 45px; }
.principles { background: var(--ink); color: white; }
.principles > .section-label { margin-left: clamp(88px, 8vw, 150px); }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; border-top: 1px solid rgba(255,255,255,.25); }
.principles article { min-height: 390px; padding: 24px 32px 24px 0; border-right: 1px solid rgba(255,255,255,.25); }
.principles article + article { padding-left: 32px; }
.principles article:last-child { border-right: 0; }
.principles h2 { margin: 120px 0 22px; font: 400 clamp(32px, 3vw, 52px)/1 Georgia, serif; letter-spacing: -.04em; }
.principles p { max-width: 370px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.7; }
.studio-position { display: grid; grid-template-columns: 1fr 4fr 1.2fr; gap: 5vw; align-items: end; background: #d8dbd2; }
.enquiry-layout { display: grid; grid-template-columns: 1.15fr 1fr; gap: 9vw; align-items: start; }
.enquiry-brief h2 { margin-bottom: 52px; }
.enquiry-direct { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 70px; padding-top: 24px; border-top: 1px solid var(--line); }
.enquiry-direct div { display: flex; flex-direction: column; gap: 9px; }
.enquiry-direct span { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.enquiry-direct a, .enquiry-direct strong { font: 400 16px/1.4 Georgia, serif; }
.enquiry-form-panel { padding: 50px; background: #d8dbd2; }
.enquiry-form-panel h2 { font-size: clamp(38px, 4vw, 64px); }
.enquiry-form-panel > p:not(.section-label) { max-width: 600px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.enquiry-form-panel > .button { margin-top: 26px; }
.form-setup-note { margin-top: 34px !important; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px !important; }
.privacy-note { display: grid; grid-template-columns: 1fr 3fr; gap: 5vw; border-top: 1px solid var(--line); }
.privacy-note > p:last-child { max-width: 820px; margin: 0; font: 400 clamp(24px, 2.8vw, 42px)/1.25 Georgia, serif; letter-spacing: -.03em; }
.legacy-rule { height: 1px; margin: 3em 0; border: 0; background: var(--line); }

/* Contact Form 7 inherits the visual system instead of browser defaults. */
.contact-form-wrap .wpcf7-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 18px; }
.contact-form-wrap .wpcf7-form > p { margin: 0; }
.contact-form-wrap .wpcf7-form > p:has(textarea), .contact-form-wrap .wpcf7-form > p:has(input[type="file"]), .contact-form-wrap .wpcf7-form > p:has(input[type="submit"]), .contact-form-wrap .wpcf7-response-output { grid-column: 1 / -1; }
.contact-form-wrap label { display: block; font-size: 11px; line-height: 1.5; letter-spacing: .06em; text-transform: uppercase; }
.contact-form-wrap .wpcf7-form-control-wrap { display: block; margin-top: 8px; }
.contact-form-wrap input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]), .contact-form-wrap textarea, .contact-form-wrap select { width: 100%; min-height: 48px; padding: 11px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); }
.contact-form-wrap textarea { min-height: 150px; resize: vertical; }
.contact-form-wrap input[type="file"] { width: 100%; padding: 12px 0; font-size: 12px; }
.contact-form-wrap input[type="submit"] { min-height: 48px; padding: 0 22px; border: 0; border-radius: 99px; background: var(--ink); color: white; font-weight: 700; cursor: pointer; }
.contact-form-wrap .wpcf7-list-item { margin: 6px 18px 6px 0; }
.contact-form-wrap .wpcf7-not-valid-tip { margin-top: 6px; color: #8b260f; font-size: 11px; }
.contact-form-wrap .wpcf7-response-output { margin: 0 !important; padding: 14px !important; font-size: 12px; }

@keyframes hero-in { from { opacity: .25; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 960px) {
  body.admin-bar .site-header { top: 46px; }
  body.menu-open { overflow: hidden; }
  .site-header { z-index: 10001; grid-template-columns: 1fr auto; height: 74px; }
  .menu-open .site-header { color: white; background: #171916; border-bottom-color: transparent; mix-blend-mode: normal; }
  .site-header .wordmark, .site-header .menu-toggle { position: relative; z-index: 10002; }
  .header-cta { display: none; }
  .menu-toggle { display: flex; position: relative; z-index: 10002; justify-self: end; flex-direction: column; gap: 5px; width: 42px; height: 42px; padding: 13px 10px; border: 0; background: transparent; color: inherit; }
  .menu-toggle span:not(.screen-reader-text) { display: block; height: 1px; width: 100%; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .desktop-nav {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: flex;
    width: 100%;
    height: 100dvh;
    box-sizing: border-box;
    margin: 0;
    padding: clamp(104px, 18vh, 160px) 8vw 48px;
    overflow-y: auto;
    align-items: flex-start;
    justify-content: center;
    background: #171916;
    color: white;
    isolation: isolate;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
    transition: opacity .2s ease, visibility .2s ease;
  }
  body.admin-bar .desktop-nav { top: 46px; height: calc(100dvh - 46px); }
  .desktop-nav .primary-menu-list {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
    margin: 0;
    padding: 0;
  }
  .desktop-nav li, .desktop-nav .menu-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .desktop-nav li::before { content: none !important; display: none !important; }
  .desktop-nav li::marker { content: none !important; }
  .desktop-nav a {
    display: block !important;
    width: 100%;
    color: white !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: clamp(28px, 8vw, 38px) !important;
    font-weight: 500 !important;
    line-height: 1.08 !important;
    letter-spacing: -.02em !important;
    text-decoration: none !important;
  }
  .menu-open .desktop-nav { opacity: 1; visibility: visible; pointer-events: auto; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(3px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .intro { grid-template-columns: 1fr; }
  .intro h2 { grid-column: 1; }
  .intro > p:last-child { max-width: 520px; }
  .section-heading, .services-lead { grid-template-columns: 1fr; }
  .project-caption { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .project-caption h2, .project-caption h3 { overflow-wrap: anywhere; }
  .project-caption div { grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li:nth-child(2) { border-right: 0; }
  .studio { grid-template-columns: 1fr; }
  .studio-image, .studio-image img { min-height: 520px; }
  .fit-list { grid-template-columns: 1fr 1fr; }
  .home-journal-grid, .journal-grid { grid-template-columns: 1fr 1fr; }
  .contact { grid-template-columns: 1fr; }
  .journal-hero { grid-template-columns: 1fr; min-height: 62vh; padding-top: 18vh; }
  .journal-hero > p:last-child { max-width: 600px; }
  .journal-index-head { grid-template-columns: 1fr; }
  .brand-hero-grid, .brand-intro-copy { grid-template-columns: 1fr; }
  .brand-hero-grid > p { max-width: 620px; }
  .brand-intro, .process-manifesto, .studio-position { grid-template-columns: 1fr; }
  .capability-row { grid-template-columns: .3fr 1.6fr 1fr; }
  .service-outcomes, .scope-note, .studio-story, .enquiry-layout { grid-template-columns: 1fr; }
  .studio-story-image, .studio-story-image img { min-height: 520px; }
  .enquiry-direct { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .section-pad { padding: 96px 5vw; }
  .site-header { padding: 0 5vw; }
  .hero-content { padding: 20vh 5vw 15vh; }
  .hero h1 { font-size: clamp(54px, 18vw, 86px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-meta { display: none; }
  .project-grid, .home-journal-grid, .journal-grid, .video-gallery-content { grid-template-columns: 1fr; }
  .project-wide { grid-column: auto; }
  .project-wide .project-image-wrap { aspect-ratio: 4 / 3; }
  .project-caption { grid-template-columns: 1fr; }
  .project-caption div { grid-template-columns: 1fr 1fr; justify-content: space-between; }
  .project-lightbox { padding: 64px 5vw 30px; }
  .project-lightbox img { max-height: calc(100vh - 120px); }
  .project-lightbox-close { top: 14px; right: 14px; }
  .project-lightbox-nav { top: auto; bottom: 14px; width: 42px; height: 42px; margin: 0; }
  .project-lightbox-prev { left: 14px; }
  .project-lightbox-next { right: 14px; }
  .project-lightbox-counter { bottom: 28px; }
  .service-list article { grid-template-columns: 36px 1fr; }
  .service-list p { grid-column: 2; }
  .process-intro { grid-template-columns: 1fr; margin-bottom: 60px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li + li { min-height: 210px; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid h3 { margin-top: 40px; }
  .studio { padding-left: 0; padding-right: 0; }
  .studio-copy { padding: 0 5vw; }
  .studio-facts { grid-template-columns: 1fr; }
  .fit-list { grid-template-columns: 1fr; }
  .fit-list span, .fit-list span + span { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .home-journal-head { align-items: flex-start; flex-direction: column; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; align-items: start; padding: 50px 5vw; }
  .footer-links { align-items: flex-start; }
  .recaptcha-notice { text-align: left; }
  .journal-page, .content-page, .project-page, .project-archive, .video-page { padding-top: 74px; }
  .journal-hero h1, .article-header h1, .project-header h1 { font-size: clamp(54px, 17vw, 82px); }
  .journal-index-head { margin-bottom: 50px; }
  .article-header, .project-header { min-height: 62vh; padding-top: 18vh; }
  .project-header { min-height: auto; padding-top: 10vh; padding-bottom: 7vh; }
  .project-header h1 { font-size: clamp(48px, 14vw, 72px); }
  .project-gallery-grid { grid-template-columns: 1fr; gap: 14px; padding-bottom: 80px; }
  .project-gallery-grid .project-gallery-item:last-child:nth-child(odd) { grid-column: auto; }
  .entry-content { font-size: 16px; }
  .entry-content h2 { font-size: 34px; }
  .post-navigation { grid-template-columns: 1fr; }
  .post-navigation a:last-child { text-align: left; }
  .brand-page { padding-top: 74px; }
  .brand-hero { min-height: 66vh; }
  .brand-hero h1 { font-size: clamp(52px, 16vw, 82px); }
  .capability-row, .process-steps li { grid-template-columns: 34px 1fr; min-height: 0; }
  .capability-row p, .process-steps p { grid-column: 2; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles article, .principles article + article { min-height: 300px; padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .principles h2 { margin-top: 70px; }
  .enquiry-direct { grid-template-columns: 1fr; }
  .enquiry-form-panel { padding: 34px 5vw; }
  .privacy-note { grid-template-columns: 1fr; }
  .contact-form-wrap .wpcf7-form { grid-template-columns: 1fr; }
  .contact-form-wrap .wpcf7-form > p { grid-column: 1; }
}

@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
