:root {
  --ink: #11130f;
  --ink-soft: #20231d;
  --paper: #f0eee7;
  --paper-bright: #faf9f4;
  --muted: #6c6d66;
  --line: rgba(17, 19, 15, .18);
  --acid: #d7f33d;
  --acid-dark: #b9d126;
  --white: #fff;
  --shell: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 120px 0; }
.dark-section { background: var(--ink); color: var(--paper-bright); }
.sr-only { 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; left: 16px; top: -60px; z-index: 1000; padding: 12px 18px; background: var(--acid); color: var(--ink); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1240px) / 2)); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.22); transition: background .25s, height .25s, color .25s, border-color .25s; }
.site-header.scrolled { height: 72px; color: var(--ink); background: rgba(240, 238, 231, .95); border-color: var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand-mark { position: relative; display: grid; place-items: center; width: 38px; height: 38px; }
.brand-mark i { position: absolute; display: block; width: 25px; height: 7px; border: 2px solid currentColor; transform: skewX(-28deg); }
.brand-mark i:nth-child(1) { top: 6px; left: 2px; }
.brand-mark i:nth-child(2) { top: 15px; left: 7px; }
.brand-mark i:nth-child(3) { top: 24px; left: 12px; background: var(--acid); border-color: var(--acid); }
.brand-copy { display: grid; line-height: 1; text-transform: uppercase; }
.brand-copy strong { letter-spacing: -.03em; font-size: 18px; }
.brand-copy small { margin-top: 4px; font-size: 9px; letter-spacing: .25em; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--acid); transition: right .2s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-cta { display: inline-flex; gap: 22px; align-items: center; padding: 13px 18px; color: var(--ink); background: var(--acid); }
.nav-cta:hover { background: var(--white); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 820px; height: 100svh; max-height: 1020px; display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(9,10,8,.92) 0%, rgba(9,10,8,.65) 43%, rgba(9,10,8,.14) 78%), linear-gradient(0deg, rgba(9,10,8,.64), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-bottom: 135px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; color: #45483f; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 2px; background: var(--acid-dark); }
.eyebrow.light { color: rgba(255,255,255,.68); }
.eyebrow.light span { background: var(--acid); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 0; font-family: "Arial Narrow", "Aptos Display", "Segoe UI", sans-serif; font-weight: 900; line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
h1 { max-width: 850px; font-size: clamp(84px, 11.2vw, 174px); }
h1 em, h2 em { color: var(--acid); font-style: normal; }
.hero-intro { max-width: 620px; margin: 36px 0 0; color: rgba(255,255,255,.8); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 0 24px; border: 1px solid transparent; text-decoration: none; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--acid); color: var(--ink); }
.button-primary:hover { background: var(--white); }
.button-ghost { border-color: rgba(255,255,255,.38); color: var(--white); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.button-dark { width: 100%; background: var(--ink); color: var(--white); border: 0; }
.button-dark:hover { background: var(--ink-soft); }
.hero-proof { position: absolute; z-index: 2; right: max(24px, calc((100vw - 1240px) / 2)); bottom: 45px; display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.hero-proof span { padding: 9px 13px; color: rgba(255,255,255,.74); border: 1px solid rgba(255,255,255,.3); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }

h2 { font-size: clamp(58px, 7.2vw, 112px); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 88px 8%; }
.about-copy { padding-top: 42px; font-size: 16px; color: #55584f; }
.about-copy .lead { color: var(--ink); font-size: 23px; line-height: 1.52; }
.about-copy p:last-child { margin-bottom: 0; }
.credentials { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin: 14px 0 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.credentials div { min-height: 105px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credentials dt { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.credentials dd { margin: 0; font-size: 17px; font-weight: 750; }

.section-heading { margin-bottom: 72px; }
.split-heading { display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: 8%; }
.split-heading > p { max-width: 390px; margin: 0 0 8px; color: var(--muted); line-height: 1.7; }
.dark-section .split-heading > p { color: rgba(255,255,255,.58); }
.feature-service { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 570px; background: var(--acid); color: var(--ink); }
.feature-copy { display: flex; flex-direction: column; padding: clamp(32px, 5vw, 72px); }
.service-number { font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.feature-copy h3 { margin: auto 0 30px; font-size: clamp(48px, 5.2vw, 82px); font-family: "Arial Narrow", "Aptos Display", sans-serif; line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.feature-copy p { max-width: 470px; line-height: 1.65; }
.feature-copy .brand-line { margin: 24px 0 0; padding-top: 22px; border-top: 1px solid rgba(17,19,15,.28); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.feature-image { position: relative; margin: 0; min-height: 570px; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-image figcaption { position: absolute; inset: auto 0 0; display: grid; gap: 4px; padding: 22px 26px; color: var(--white); background: linear-gradient(transparent, rgba(0,0,0,.76)); }
.feature-image figcaption span { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; opacity: .7; }
.feature-image figcaption strong { font-size: 13px; text-transform: uppercase; }
.service-list { margin-top: 46px; border-top: 1px solid rgba(255,255,255,.18); }
.service-list article { display: grid; grid-template-columns: 76px .8fr 1fr; gap: 30px; align-items: center; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.service-list article > span { align-self: start; padding-top: 8px; color: var(--acid); font-size: 11px; font-weight: 800; }
.service-list article > div { display: contents; }
.service-list h3 { margin: 0; font-size: clamp(28px, 3vw, 46px); font-family: "Arial Narrow", "Aptos Display", sans-serif; text-transform: uppercase; letter-spacing: -.04em; }
.service-list p { max-width: 560px; margin: 0; color: rgba(255,255,255,.58); line-height: 1.65; }

.flow-steps { display: grid; grid-template-columns: repeat(5, 1fr); padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.flow-steps li { position: relative; min-height: 310px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.flow-steps li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -15px; top: 50%; display: grid; place-items: center; width: 30px; height: 30px; color: var(--ink); background: var(--acid); border-radius: 50%; font-size: 14px; }
.flow-steps span { color: var(--muted); font-size: 10px; font-weight: 800; }
.flow-steps i { display: block; margin: 38px 0; font-size: 44px; line-height: 1; font-style: normal; }
.flow-steps h3 { margin-bottom: 12px; font-size: 22px; text-transform: uppercase; }
.flow-steps p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.work { background: var(--paper-bright); }
.work-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 330px 330px; gap: 16px; }
.project { position: relative; overflow: hidden; padding: 0; border: 0; background: var(--ink); cursor: zoom-in; text-align: left; }
.project-wide { grid-row: 1 / 3; }
.project-tall { grid-row: 1 / 2; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.65,.3,1); }
.project:hover img, .project:focus-visible img { transform: scale(1.035); }
.project > span { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: 30px 1fr 24px; gap: 12px; align-items: center; padding: 30px 22px 18px; color: var(--white); background: linear-gradient(transparent, rgba(0,0,0,.86)); }
.project b { color: var(--acid); font-size: 10px; }
.project strong { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.project i { justify-self: end; font-style: normal; }

.area { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 760px; }
.area-image { min-height: 620px; overflow: hidden; }
.area-image img { width: 100%; height: 100%; object-fit: cover; }
.area-content { padding: clamp(54px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.area-content h2 { font-size: clamp(48px, 5vw, 78px); }
.area-content > p:not(.eyebrow) { max-width: 590px; margin: 36px 0; color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.7; }
.location-tags { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 46px; list-style: none; }
.location-tags li { padding: 8px 11px; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.74); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.area-facts { margin: 0; border-top: 1px solid rgba(255,255,255,.17); }
.area-facts div { display: flex; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.area-facts dt { color: rgba(255,255,255,.42); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.area-facts dd { margin: 0; font-size: 13px; font-weight: 700; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(215,243,61,.12); }

.contact { background: var(--acid); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; }
.contact-intro h2 { font-size: clamp(58px, 6.5vw, 98px); }
.contact-intro h2 em { color: var(--ink); -webkit-text-stroke: 1px var(--ink); -webkit-text-fill-color: transparent; }
.contact-intro > p:not(.eyebrow) { max-width: 500px; margin: 34px 0; font-size: 17px; line-height: 1.65; }
.contact-details { display: grid; gap: 1px; max-width: 500px; margin: 0 0 24px; background: rgba(17,19,15,.28); }
.contact-details a { display: grid; gap: 4px; padding: 15px 18px; color: var(--ink); background: rgba(255,255,255,.14); text-decoration: none; transition: background .2s, transform .2s; }
.contact-details a:hover, .contact-details a:focus-visible { background: rgba(255,255,255,.34); transform: translateX(4px); }
.contact-details span { font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-details strong { font-size: clamp(15px, 1.7vw, 19px); overflow-wrap: anywhere; }
.contact-note { display: inline-grid; gap: 3px; padding: 14px 18px; border: 1px solid rgba(17,19,15,.32); }
.contact-note span { font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-note strong { font-size: 20px; }
.enquiry-form { padding: clamp(30px, 4vw, 54px); background: var(--paper-bright); box-shadow: 0 25px 80px rgba(17,19,15,.14); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.enquiry-form label { display: block; margin-bottom: 22px; }
.enquiry-form label > span { display: block; margin-bottom: 8px; color: #54574e; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; padding: 13px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #bfc0b8; border-radius: 0; outline: none; }
.enquiry-form textarea { resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--ink); box-shadow: 0 2px 0 var(--ink); }
.form-hint, .form-status { margin: 14px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.form-status { min-height: 18px; color: var(--ink); font-weight: 700; }

.site-footer { padding: 62px 0 26px; background: var(--ink); color: var(--white); }
.footer-main { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding-bottom: 46px; }
.brand-footer { justify-self: start; }
.footer-main > p { margin: 0; color: rgba(255,255,255,.46); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer-cta { justify-self: end; color: var(--acid); font-size: 13px; font-weight: 800; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.4); font-size: 10px; }

.lightbox { width: min(92vw, 1100px); max-height: 92vh; padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(8,9,7,.92); backdrop-filter: blur(6px); }
.lightbox button { position: absolute; z-index: 2; right: -12px; top: -44px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: var(--white); background: transparent; font-size: 26px; cursor: pointer; }
.lightbox figure { margin: 0; }
.lightbox img { width: 100%; max-height: 82vh; object-fit: contain; background: #050505; }
.lightbox figcaption { padding: 12px 0; color: var(--white); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 960px) {
  :root { --shell: min(100% - 32px, 760px); }
  .section { padding: 88px 0; }
  .site-header { height: 72px; padding-inline: 18px; }
  .menu-toggle { position: relative; z-index: 102; width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; padding: 0; border: 0; background: transparent; }
  .menu-toggle span { display: block; width: 24px; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 101; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 88px 32px; color: var(--white); background: var(--ink); transform: translateX(100%); transition: transform .3s; }
  .menu-open .site-nav { transform: none; }
  .site-nav a { font-size: 30px; }
  .site-nav .nav-cta { margin-top: 10px; font-size: 16px; }
  .hero { min-height: 720px; }
  .hero-shade { background: linear-gradient(90deg, rgba(9,10,8,.88), rgba(9,10,8,.3)), linear-gradient(0deg, rgba(9,10,8,.78), transparent 62%); }
  .hero-content { padding-bottom: 125px; }
  .hero-proof { left: 16px; right: 16px; bottom: 28px; justify-content: flex-start; }
  .about-grid, .split-heading, .contact-grid { grid-template-columns: 1fr; }
  .about-copy { padding-top: 0; }
  .credentials { grid-template-columns: repeat(2, 1fr); }
  .split-heading > p { margin-top: 30px; }
  .feature-service { grid-template-columns: 1fr; }
  .feature-image { min-height: 440px; }
  .service-list article { grid-template-columns: 52px 1fr; }
  .service-list article > div { display: block; }
  .service-list p { margin-top: 10px; }
  .flow-steps { grid-template-columns: repeat(2, 1fr); }
  .flow-steps li:not(:last-child)::after { display: none; }
  .flow-steps li { min-height: 260px; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 430px 300px; }
  .project-wide { grid-column: 1 / 3; grid-row: auto; }
  .area { grid-template-columns: 1fr; }
  .area-image { min-height: 520px; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-main > p { display: none; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  .section { padding: 72px 0; }
  .brand-copy strong { font-size: 16px; }
  .hero { min-height: 700px; max-height: none; }
  .hero-media img { object-position: 56% center; }
  .hero-content { padding-bottom: 150px; }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; width: min(100%, 330px); }
  .hero-proof span:nth-child(3) { display: none; }
  .credentials { grid-template-columns: 1fr; }
  .feature-copy { min-height: 500px; }
  .feature-image { min-height: 460px; }
  .service-list article { grid-template-columns: 38px 1fr; gap: 12px; }
  .flow-steps { grid-template-columns: 1fr; }
  .flow-steps li { min-height: 220px; }
  .flow-steps i { margin: 24px 0; }
  .work-grid { display: flex; flex-direction: column; }
  .project { height: 360px; }
  .project-tall { height: 480px; }
  .area-image { min-height: 400px; }
  .area-content { padding: 60px 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .enquiry-form { padding: 28px 22px; }
  .footer-main, .footer-bottom { display: flex; flex-direction: column; align-items: flex-start; }
  .footer-cta { justify-self: start; }
}

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