:root {
  --ink: #0b1114;
  --ink-soft: #182126;
  --paper: #f4f4f1;
  --white: #fff;
  --muted: #647078;
  --line: rgba(11, 17, 20, .14);
  --blue: #f8f7f2;
  --blue-hot: #d9b98c;
  --radius: 18px;
  --shadow: 0 22px 70px rgba(4, 12, 17, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 99; transform: translateY(-150%); background: #fff; padding: 10px 14px; }
.skip-link:focus { transform: none; }

.site-header { height: 82px; padding: 0 clamp(20px, 4vw, 68px); display: flex; align-items: center; justify-content: space-between; color: #fff; background: rgba(6, 11, 14, .97); border-bottom: 1px solid rgba(255,255,255,.11); position: sticky; top: 0; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 13px; font-family: "Manrope", sans-serif; text-decoration: none; }
.brand-logo { width: 46px; height: 35px; flex: 0 0 auto; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; gap: 2px; line-height: 1; }
.brand-copy b { font-size: 17px; letter-spacing: .08em; text-transform: uppercase; }
.brand-copy small { color: var(--muted); font-size: 8px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.site-header .brand-logo { filter: invert(1); }
.site-header .brand-copy small { color: #aeb5b8; }
.site-header nav { display: flex; align-items: center; gap: 30px; }
.site-header nav a { font-size: 14px; text-decoration: none; font-weight: 600; }
.nav-cta { padding: 12px 18px; color: #fff !important; background: transparent; border: 1px solid rgba(255,255,255,.65); border-radius: 0; text-transform: uppercase; letter-spacing: .09em; font-size: 11px !important; }

.hero { min-height: calc(100svh - 82px); position: relative; color: #fff; display: grid; align-items: end; overflow: hidden; background: #071014; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: settle 1.2s cubic-bezier(.2,.75,.25,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 7, 9, .94) 0%, rgba(4, 8, 10, .73) 37%, rgba(4, 8, 10, .14) 73%), linear-gradient(0deg, rgba(3,7,9,.72) 0%, transparent 46%); }
.hero-content { position: relative; z-index: 1; width: min(940px, 92vw); padding: clamp(80px, 12vh, 150px) clamp(22px, 7vw, 112px) 128px; }
.eyebrow { text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 700; display: flex; align-items: center; gap: 10px; margin: 0 0 26px; }
.eyebrow span { width: 24px; height: 2px; background: var(--blue); box-shadow: 0 0 14px var(--blue); }
.eyebrow.dark span { background: var(--ink); box-shadow: none; }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin-top: 0; }
h1 { font-size: clamp(48px, 6.3vw, 94px); line-height: .98; letter-spacing: -.057em; margin-bottom: 30px; max-width: 1000px; }
h1 em { font-style: normal; color: #fff; }
.hero-copy { max-width: 610px; color: rgba(255,255,255,.77); font-size: clamp(17px, 2vw, 21px); line-height: 1.55; margin: 0; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 22px; min-height: 54px; padding: 0 22px; border: 0; border-radius: 4px; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #fff; color: #071014; }
.button-primary:hover { background: #eee5d8; }
.text-link { color: #fff; text-underline-offset: 6px; font-size: 14px; font-weight: 600; }
.hero-proof { position: absolute; z-index: 2; right: clamp(20px, 4vw, 68px); bottom: 30px; display: flex; gap: 28px; color: rgba(255,255,255,.58); font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }
.hero-proof span::before { content: "•"; color: var(--blue); margin-right: 8px; }

.showcase { padding: clamp(78px, 11vw, 154px) clamp(20px, 5vw, 80px); }
.section-intro { display: grid; grid-template-columns: 1.3fr 1fr; gap: 80px; align-items: end; max-width: 1380px; margin: 0 auto 72px; }
.section-intro h2, .enquiry-intro h2 { font-size: clamp(42px, 6vw, 78px); letter-spacing: -.055em; line-height: 1; margin-bottom: 0; }
.section-intro > p { margin: 0; max-width: 520px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 22px; max-width: 1380px; margin: 0 auto; }
.project-card { background: #fff; overflow: hidden; }
.project-card:not(.project-card-wide) { color: #fff; background: #090f12; }
.project-card-wide { grid-column: 1 / -1; }
.project-image { position: relative; overflow: hidden; background: #c9cdcc; }
.project-image img { aspect-ratio: 1 / .72; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.25,1); }
.project-card-wide .project-image img { aspect-ratio: 2 / 1; }
.project-card:hover .project-image img { transform: scale(1.025); }
.image-label { position: absolute; top: 18px; left: 18px; background: rgba(246,246,242,.92); padding: 9px 12px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.project-copy { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 24px 24px 28px; }
.project-copy > p { margin: 3px 0 0; color: #9aa1a4; font: 600 11px/1 "Manrope",sans-serif; }
.project-copy h3 { font-size: 24px; letter-spacing: -.035em; margin-bottom: 8px; }
.project-copy div p { color: var(--muted); line-height: 1.6; margin: 0; max-width: 570px; }
.project-card:not(.project-card-wide) .project-copy div p { color: #9eaaaf; }
.process-strip { max-width: 1380px; margin: 100px auto 0; padding: 34px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.process-strip > p { margin: 0; }
.process-strip ol { display: flex; gap: clamp(18px, 3vw, 45px); padding: 0; margin: 0; list-style: none; color: var(--muted); font-size: 13px; }
.process-strip li { display: flex; align-items: center; gap: 9px; }
.process-strip li span { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); font-weight: 700; font-size: 10px; }

.enquiry { background: var(--ink); color: #fff; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); padding: clamp(78px, 10vw, 140px) clamp(20px, 7vw, 112px); }
.enquiry-intro { position: sticky; top: 45px; align-self: start; }
.enquiry-intro h2 { max-width: 600px; }
.enquiry-intro > p:not(.eyebrow) { max-width: 480px; color: #9eaaaf; font-size: 18px; line-height: 1.65; }
.contact-line { margin-top: 58px; border-top: 1px solid rgba(255,255,255,.15); padding-top: 22px; display: flex; flex-direction: column; gap: 8px; }
.contact-line span { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; color: #7f8b91; }
.contact-line a { text-underline-offset: 5px; }
.form-shell { background: var(--white); color: var(--ink); border-radius: var(--radius); padding: clamp(24px, 4vw, 54px); box-shadow: var(--shadow); }
.form-progress { display: flex; align-items: center; gap: 10px; color: #9aa2a6; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 46px; }
.form-progress span.active { color: var(--ink); }
.form-progress i { flex: 1; height: 1px; background: #e0e2e1; }
fieldset { border: 0; padding: 0; margin: 0 0 38px; }
legend, form > label, .form-row label { font: 600 16px/1.3 "Manrope", sans-serif; width: 100%; }
.field-help { color: #899195; font-size: 12px; margin: 6px 0 13px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 15px; }
.choice input, .chip-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { display: flex; flex-direction: column; gap: 4px; border: 1px solid #dde0df; border-radius: 10px; padding: 18px; cursor: pointer; transition: .2s; }
.choice small { color: #858e92; font-weight: 400; }
.choice input:checked + span, .choice input:focus-visible + span { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); background: #f4f7f7; }
.chip-grid { display: flex; gap: 9px; flex-wrap: wrap; }
.chip-grid span { display: block; padding: 11px 14px; border: 1px solid #dadddc; border-radius: 999px; cursor: pointer; font-size: 13px; }
.chip-grid input:checked + span { background: var(--ink); border-color: var(--ink); color: #fff; }
.chip-grid input:focus-visible + span { outline: 2px solid var(--blue-hot); outline-offset: 2px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
form > label, .form-row label { display: block; margin-bottom: 25px; }
input[type="text"], input[type="email"], input[type="tel"], textarea { width: 100%; border: 0; border-bottom: 1px solid #cfd3d2; border-radius: 0; padding: 12px 0; background: transparent; outline: none; font-family: "DM Sans", sans-serif; font-weight: 400; color: var(--ink); resize: vertical; }
input:focus, textarea:focus { border-bottom-color: var(--ink); box-shadow: 0 1px 0 var(--ink); }
input[aria-invalid="true"] { border-bottom-color: #c84d3e; }
.optional-phone span { color: #8e979b; font-weight: 400; font-size: 12px; }
.form-error { color: #a63a2e; font-size: 13px; min-height: 18px; }
.submit-button, .form-success .button-primary { width: 100%; margin-top: 8px; background: var(--ink); color: #fff; }
.form-success .button-primary { width: auto; }
.privacy-note { text-align: center; font-size: 11px; color: #8f989c; margin: 13px 0 0; }
.form-success { outline: none; }
.success-mark { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: #d8f8ee; color: #087456; font-size: 23px; }
.form-success h3 { font-size: 40px; letter-spacing: -.04em; margin-bottom: 10px; }
.form-success > p:not(.eyebrow):not(.success-mark) { color: var(--muted); line-height: 1.6; }
.form-success pre { white-space: pre-wrap; font: 13px/1.7 "DM Sans",sans-serif; background: #f1f3f2; border-radius: 10px; padding: 20px; max-height: 320px; overflow: auto; margin: 26px 0; }
.success-actions { display: flex; align-items: center; gap: 22px; }
.text-button { border: 0; background: none; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }

footer { background: #060b0e; color: #fff; padding: 54px clamp(20px, 5vw, 80px) 28px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 38px; align-items: start; }
.footer-brand { align-self: start; }
.footer-brand .brand-logo { filter: invert(1); }
.footer-brand .brand-copy small { color: #869299; }
footer p { color: #869299; margin: 0; line-height: 1.6; }
footer > div { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
footer small { grid-column: 1 / -1; color: #667279; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; }

@keyframes settle { from { transform: scale(1.06); opacity: .7; } to { transform: scale(1); opacity: 1; } }
@media (max-width: 900px) {
  .hero-proof { display: none; }
  .section-intro, .enquiry { grid-template-columns: 1fr; }
  .section-intro { gap: 28px; }
  .process-strip { align-items: flex-start; }
  .process-strip ol { display: grid; grid-template-columns: 1fr 1fr; }
  .enquiry-intro { position: static; }
}
@media (max-width: 640px) {
  .site-header { height: 70px; }
  .site-header nav > a:first-child { display: none; }
  .nav-cta { padding: 11px 14px; }
  .brand-logo { width: 40px; height: 31px; }
  .brand-copy b { font-size: 15px; }
  .brand-copy small { display: none; }
  .hero { min-height: calc(100svh - 70px); }
  .hero-shade { background: linear-gradient(0deg, rgba(3,9,12,.9) 0%, rgba(3,9,12,.5) 68%, rgba(3,9,12,.2)); }
  .hero-content { padding: 110px 20px 64px; }
  h1 { font-size: clamp(46px, 14vw, 68px); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .text-link { text-align: center; }
  .project-grid { grid-template-columns: 1fr; gap: 50px; }
  .project-card-wide { grid-column: auto; }
  .project-card-wide .project-image img, .project-image img { aspect-ratio: 1 / .8; }
  .process-strip { margin-top: 72px; display: block; }
  .process-strip ol { margin-top: 24px; grid-template-columns: 1fr; }
  .enquiry { padding-bottom: 80px; }
  .choice-grid, .form-row { grid-template-columns: 1fr; }
  .form-row { gap: 0; }
  .form-shell { margin-inline: -7px; }
  .form-progress { margin-bottom: 34px; }
  .success-actions { align-items: stretch; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  footer > div { justify-self: start; align-items: flex-start; }
  footer small { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
