:root { --ink: #101010; --paper: #f2f0ea; --line: rgba(16, 16, 16, .2); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Mono", monospace; font-size: 14px; }
a { color: inherit; }
.topbar { display: flex; position: absolute; z-index: 2; width: 100%; align-items: center; justify-content: space-between; padding: 25px 3.5vw; color: white; }
.brand { font-size: 16px; letter-spacing: -.08em; text-decoration: none; }
.brand span { font-family: "Bodoni Moda", serif; font-size: 21px; font-style: italic; letter-spacing: -.12em; }
nav { display: flex; gap: 26px; }
nav a { color: inherit; text-decoration: none; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.hero { position: relative; display: grid; min-height: min(790px, 100vh); overflow: hidden; color: white; background: #191919; }
.hero-video { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.06) 70%), linear-gradient(0deg, rgba(0,0,0,.28), transparent 35%); }
.hero-content { position: relative; align-self: end; padding: 0 3.5vw 8vh; }
.kicker { margin: 0; font-size: 10px; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Bodoni Moda", Georgia, serif; font-weight: 500; }
h1 { max-width: 8ch; margin: 16px 0 35px; font-size: clamp(3.6rem, 9.4vw, 9rem); line-height: .84; letter-spacing: -.075em; }
.circle-link { display: inline-flex; gap: 35px; align-items: center; min-width: 174px; min-height: 174px; padding: 30px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: inherit; font-size: 10px; line-height: 1.5; text-decoration: none; text-transform: uppercase; }
.circle-link span { font-size: 19px; }
.hero-index { position: absolute; right: 3.5vw; bottom: 3.5vh; font-size: 10px; letter-spacing: .1em; }
.statement, .work, .services, .contact { padding: 12vw 7vw; }
.statement { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; }
.statement h2 { grid-column: 2; max-width: 15ch; margin: 0; font-size: clamp(2.5rem, 5.2vw, 5.4rem); line-height: .96; letter-spacing: -.065em; }
.statement > p:last-child { grid-column: 2; max-width: 42ch; margin: 4px 0 0; font-size: 12px; line-height: 1.9; }
.work { padding-top: 3vw; background: var(--ink); color: var(--paper); }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 25px; padding-bottom: 45px; }
.section-head > p:last-child { margin: 0; font-size: 11px; }
.work-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2px; }
.work-card { display: grid; position: relative; min-height: 28vw; padding: 0; overflow: hidden; border: 0; background: #222; color: white; cursor: pointer; text-align: left; }
.work-card-tall { grid-row: span 2; min-height: 56vw; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.work-card:hover img { transform: scale(1.045); }
.work-meta { position: absolute; inset: auto 18px 16px; display: grid; grid-template-columns: 25px 1fr auto; align-items: end; gap: 12px; font-size: 10px; text-transform: uppercase; letter-spacing: .05em; text-shadow: 0 1px 6px #000; }
.work-meta b { font-weight: 400; }
.services { padding-bottom: 4vw; }
.services-list { border-top: 1px solid var(--line); }
.services-list article { display: grid; grid-template-columns: 11% 37% 1fr; gap: 20px; align-items: baseline; padding: 28px 0 35px; border-bottom: 1px solid var(--line); }
.services-list span, .services-list p { font-size: 11px; }
.services-list h3 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.5rem); letter-spacing: -.06em; }
.services-list p { max-width: 35ch; margin: 0; line-height: 1.8; }
.contact { background: var(--ink); color: var(--paper); }
.contact h2 { max-width: 13ch; margin: 24px 0 36px; font-size: clamp(3rem, 7vw, 7rem); line-height: .88; letter-spacing: -.07em; }
.enquiry-form { max-width: 900px; margin-top: 48px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.enquiry-form label { display: grid; gap: 9px; color: var(--paper); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.enquiry-form label span { color: rgba(242,240,234,.55); }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(242,240,234,.45); border-radius: 0; outline: 0; background: transparent; color: var(--paper); font: 14px "DM Mono", monospace; letter-spacing: 0; text-transform: none; }
.enquiry-form select option { color: var(--ink); }.enquiry-form textarea { resize: vertical; }.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--paper); }
.enquiry-form > label { margin-top: 28px; }.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.form-footer { display: flex; align-items: center; gap: 22px; margin-top: 28px; }.form-footer button { padding: 15px 18px; border: 1px solid var(--paper); border-radius: 0; background: var(--paper); color: var(--ink); cursor: pointer; font: 11px "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }.form-footer button:disabled { cursor: wait; opacity: .65; }.form-footer p { margin: 0; font-size: 11px; line-height: 1.5; }
.contact-note { margin: 72px 0 0; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 19px 3.5vw; background: var(--ink); border-top: 1px solid rgba(242,240,234,.2); color: var(--paper); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.video-dialog { width: min(1100px, calc(100% - 32px)); padding: 20px; border: 0; background: var(--ink); color: var(--paper); }
.video-dialog::backdrop { background: rgba(0,0,0,.88); }
.video-dialog video { display: block; width: 100%; max-height: 76vh; margin-top: 17px; background: #000; }
.dialog-close { float: right; border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; font-size: 11px; text-transform: uppercase; }
@media (max-width: 700px) {
  .topbar { padding: 18px 20px; } nav { gap: 14px; } nav a:nth-child(2) { display: none; }
  .hero { min-height: 700px; } .hero-content { padding: 0 20px 52px; } .hero-index { display: none; } .circle-link { min-width: 135px; min-height: 135px; }
  .statement, .work, .services, .contact { padding: 80px 20px; } .statement { grid-template-columns: 1fr; gap: 28px; } .statement h2, .statement > p:last-child { grid-column: auto; }
  .section-head { display: grid; gap: 14px; } .work-grid { grid-template-columns: 1fr; } .work-card, .work-card-tall { min-height: 80vw; grid-row: auto; }
  .services-list article { grid-template-columns: 35px 1fr; gap: 8px; } .services-list article p { grid-column: 2; }.form-grid { grid-template-columns: 1fr; }.form-footer { align-items: flex-start; flex-direction: column; } footer { padding: 18px 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .hero-video { display: none; } .work-card img { transition: none; } }
