:root {
  --ink: #14130f;
  --paper: #f1eee7;
  --paper-deep: #e5e0d5;
  --stone: #b5a68f;
  --muted: #777268;
  --line: rgba(20, 19, 15, 0.18);
  --white: #fbfaf7;
  --header-h: 86px;
  --shell: min(1400px, calc(100vw - 80px));
  --studio-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--studio-font);
  text-rendering: optimizeLegibility;
}
img { display: block; width: 100%; }
a { color: inherit; }
button { font: inherit; }
::selection { background: var(--ink); color: var(--paper); }

.page-noise {
  position: fixed; inset: 0; z-index: 1000; pointer-events: none; opacity: .022; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
.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; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: 140px; }
.section-kicker { font-size: 11px; letter-spacing: .19em; text-transform: uppercase; color: var(--muted); margin-bottom: 46px; }

.site-header {
  position: fixed; z-index: 100; left: 0; right: 0; top: 0; height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; padding-inline: max(40px, calc((100vw - 1400px) / 2));
  color: white; border-bottom: 1px solid rgba(255,255,255,.22); transition: background .35s, color .35s, border-color .35s, height .35s;
}
.site-header.is-scrolled { background: rgba(241,238,231,.93); color: var(--ink); border-color: var(--line); backdrop-filter: blur(14px); height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { width: 42px; height: 42px; object-fit: contain; filter: invert(1); opacity: .93; }
.site-header.is-scrolled .brand img { filter: none; }
.brand-text { display: grid; line-height: 1; letter-spacing: .13em; }
.brand-text b { font-size: 14px; font-weight: 650; }
.brand-text small { font-size: 8px; letter-spacing: .32em; margin-top: 4px; opacity: .75; }
.primary-nav { display: flex; align-items: center; gap: 35px; font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.primary-nav a { text-decoration: none; position: relative; }
.primary-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:-7px; height:1px; background:currentColor; transition:right .25s; }
.primary-nav a:hover::after { right:0; }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; color: currentColor; }
.menu-toggle span:not(.sr-only) { display:block; width:26px; height:1px; background:currentColor; margin:6px 0; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: end; color: white; overflow: hidden; background: #151515; }
.hero-slides, .hero-slide, .hero-slide img, .hero-scrim { position:absolute; inset:0; width:100%; height:100%; }
.hero-slide { margin:0; opacity:0; transition:opacity 1.1s ease; overflow:hidden; }
.hero-slide.is-active { opacity:1; }
.hero-slide img { object-fit:cover; object-position:center center; }
.hero-scrim { background: linear-gradient(90deg, rgba(10,10,8,.7) 0%, rgba(10,10,8,.31) 48%, rgba(10,10,8,.12) 100%), linear-gradient(0deg, rgba(10,10,8,.35), transparent 45%); }
.hero-content { position: relative; z-index:2; padding-bottom: 124px; }
.eyebrow { margin:0 0 25px; font-size:11px; letter-spacing:.2em; text-transform:uppercase; opacity:.82; }
.hero h1 { margin:0; max-width:1030px; font-family: var(--studio-font); font-size:clamp(52px,7.3vw,118px); line-height:.88; font-weight:400; letter-spacing:-.052em; }
.hero h1 span { display: block; font-style: italic; font-size: .3em; line-height: 1.25; letter-spacing: -.01em; }
.hero h1 span + span { margin-top: 6px; }
.hero-copy { max-width:570px; margin:34px 0 0; font-size:16px; line-height:1.7; color:rgba(255,255,255,.82); }
.hero-actions { display:flex; align-items:center; gap:32px; margin-top:38px; }
.button { display:inline-flex; min-height:52px; align-items:center; justify-content:center; padding:0 26px; text-decoration:none; font-size:11px; letter-spacing:.15em; text-transform:uppercase; border:1px solid; transition:transform .25s, background .25s, color .25s; }
.button:hover { transform:translateY(-2px); }
.button-light { color:var(--ink); background:white; border-color:white; }
.button-dark { color:white; background:var(--ink); border-color:var(--ink); }
.text-link { color:white; text-decoration:none; font-size:12px; letter-spacing:.08em; text-transform:uppercase; }
.text-link span { display:inline-block; transition:transform .2s; }
.text-link:hover span { transform:translate(3px,-3px); }
.hero-meta { position:absolute; z-index:2; bottom:32px; left:50%; transform:translateX(-50%); display:flex; justify-content:space-between; align-items:center; text-transform:uppercase; letter-spacing:.13em; font-size:10px; opacity:.76; }
.hero-counter { display:flex; align-items:center; gap:9px; }
.hero-counter i { width:42px; height:1px; background:rgba(255,255,255,.6); }
.hero-counter b { font-weight:500; }

.intro-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:100px; align-items:start; }
.intro h2, .section-heading h2, .services-head h2, .contact h2 { margin:0; font-family: var(--studio-font); font-weight:400; letter-spacing:-.04em; }
.intro h2 { font-size:clamp(48px,6vw,90px); line-height:.95; max-width:850px; }
.intro-copy { padding-top:12px; max-width:570px; font-size:16px; line-height:1.75; color:#4d4a43; }
.intro-copy p { margin:0 0 24px; }
.principles { margin-top:110px; padding-top:23px; border-top:1px solid var(--line); display:grid; grid-template-columns:repeat(4,1fr); font-size:11px; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); }

.projects { background:#171612; color:var(--paper); }
.section-heading { margin-bottom:88px; }
.projects .section-kicker { color:#8c877e; }
.section-heading h2 { font-size:clamp(48px,6vw,88px); line-height:.95; }
.project-list { display:grid; gap:112px; }
.project { display:grid; gap:24px; }
.project-image { border:0; padding:0; background:none; cursor:zoom-in; overflow:hidden; width:100%; }
.project-image img { height:auto; aspect-ratio:16/10; object-fit:cover; transition:transform .8s cubic-bezier(.2,.7,.2,1), filter .4s; }
.project-image:hover img { transform:scale(1.025); filter:brightness(.94); }
.project-image.portrait img { aspect-ratio:4/5; }
.project-image.cinematic img { aspect-ratio:2.05/1; object-position:center 48%; }
.project-info { display:grid; grid-template-columns:180px 1fr; gap:32px; align-items:start; }
.project-info p { margin:7px 0 0; color:#99938a; font-size:10px; letter-spacing:.13em; text-transform:uppercase; }
.project-info h3 { margin:0; font-family:var(--studio-font); font-size:34px; font-weight:400; letter-spacing:-.025em; }
.project-info > span { grid-column:2; max-width:560px; margin-top:-15px; color:#aaa49a; font-size:14px; line-height:1.65; }
.project-pair { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:start; }
.project-pair .offset { margin-top:140px; }
.project-info.horizontal { grid-template-columns:1fr 1fr; align-items:end; }
.project-info.horizontal > span { grid-column:auto; margin:0; max-width:450px; justify-self:end; }

.gallery-strip { display:grid; grid-template-columns:repeat(4,1fr); min-height:510px; background:#161511; }
.gallery-strip figure { margin:0; overflow:hidden; min-height:510px; }
.gallery-strip img { height:100%; object-fit:cover; filter:saturate(.84); transition:transform .8s; }
.gallery-strip figure:hover img { transform:scale(1.035); }

.services-head { display:grid; grid-template-columns:1.05fr .65fr; gap:120px; align-items:end; margin-bottom:95px; }
.services-head h2 { font-size:clamp(50px,6vw,88px); line-height:.92; }
.services-head p { margin:0 0 8px; max-width:540px; color:#5f5b53; line-height:1.75; }
.service-list { border-top:1px solid var(--line); }
.service-list article { display:grid; grid-template-columns:70px .75fr 1.25fr; gap:30px; padding:34px 0; border-bottom:1px solid var(--line); align-items:start; }
.service-list article > span { color:#918a7f; font-size:11px; }
.service-list h3 { margin:0; font-family:var(--studio-font); font-size:31px; font-weight:400; letter-spacing:-.02em; }
.service-list p { margin:0; max-width:650px; color:#5c5851; font-size:14px; line-height:1.7; }

.statement { position:relative; height:min(82vh,900px); overflow:hidden; color:white; }
.statement > img { position:absolute; inset:0; height:100%; object-fit:cover; object-position:center 55%; }
.statement-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(11,10,8,.68),rgba(11,10,8,.1)); }
.statement blockquote { position:absolute; margin:0; left:max(40px,calc((100vw - 1400px)/2)); bottom:90px; font-family:var(--studio-font); font-size:clamp(48px,7vw,104px); line-height:.92; letter-spacing:-.045em; font-style:italic; }

.contact { padding-bottom:110px; }
.contact-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:110px; }
.contact-label { margin:0 0 20px; font-size:11px; text-transform:uppercase; letter-spacing:.15em; color:var(--muted); }
.contact h2 { font-size:clamp(54px,6.5vw,98px); line-height:.9; }
.contact-panel { align-self:end; max-width:520px; justify-self:end; }
.contact-panel > p { font-size:18px; line-height:1.65; color:#4f4b43; margin:0 0 30px; }
.contact-panel small { display:block; margin-top:14px; max-width:420px; color:#858076; line-height:1.45; font-size:11px; }
.contact-panel code { font-family:var(--studio-font); }

.site-footer { min-height:120px; border-top:1px solid var(--line); display:grid; grid-template-columns:1fr auto auto; gap:50px; align-items:center; font-size:10px; text-transform:uppercase; letter-spacing:.13em; color:#6f6a61; }
.footer-brand { text-decoration:none; color:var(--ink); font-size:17px; font-weight:650; letter-spacing:.12em; }
.footer-brand span { color:#9c9589; font-weight:400; }
.site-footer p { margin:0; }

.lightbox { width:min(92vw,1400px); max-width:none; border:0; padding:0; background:#0c0c0b; box-shadow:0 25px 80px rgba(0,0,0,.5); }
.lightbox::backdrop { background:rgba(8,8,7,.86); backdrop-filter:blur(8px); }
.lightbox img { max-height:86vh; object-fit:contain; }
.lightbox-close { position:absolute; z-index:2; right:12px; top:8px; width:42px; height:42px; border:0; border-radius:50%; background:rgba(0,0,0,.55); color:white; font-size:27px; cursor:pointer; }

.reveal { opacity:0; transform:translateY(35px); transition:opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity:1; transform:none; }

@media (max-width: 1000px) {
  :root { --shell: min(100% - 44px, 900px); }
  .section { padding-block:100px; }
  .site-header { padding-inline:22px; }
  .intro-grid, .services-head, .contact-grid { grid-template-columns:1fr; gap:44px; }
  .principles { grid-template-columns:repeat(2,1fr); gap:22px; }
  .project-pair { gap:28px; }
  .project-info { grid-template-columns:130px 1fr; }
  .gallery-strip { grid-template-columns:repeat(2,1fr); }
  .gallery-strip figure { min-height:390px; }
  .contact-panel { justify-self:start; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100vw - 32px); --header-h:72px; }
  .section { padding-block:78px; }
  .site-header { height:72px; }
  .brand img { width:36px; height:36px; }
  .brand-text { display:none; }
  .menu-toggle { display:block; z-index:3; }
  .primary-nav {
    position:fixed; inset:0; background:var(--paper); color:var(--ink); display:flex; flex-direction:column; align-items:flex-start; justify-content:center; gap:28px; padding:80px 28px; font-family:var(--studio-font); font-size:38px; text-transform:none; letter-spacing:-.025em; transform:translateX(100%); transition:transform .35s ease;
  }
  .site-header.menu-open .primary-nav { transform:none; }
  .site-header.menu-open { color:var(--ink); }
  .site-header.menu-open .brand img { filter:none; }
  .hero-content { padding-bottom:118px; }
  .eyebrow { font-size:9px; margin-bottom:18px; }
  .hero h1 { font-size:clamp(49px,15vw,76px); line-height:.91; }
  .hero h1 span { display:block; font-size:.3em; line-height:1.25; margin-top:8px; letter-spacing:-.01em; }
  .hero h1 span + span { margin-top: 6px; }
  .hero-copy { font-size:14px; line-height:1.65; max-width:92%; margin-top:24px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:20px; margin-top:28px; }
  .hero-meta { bottom:22px; }
  .intro h2, .section-heading h2, .services-head h2, .contact h2 { font-size:48px; }
  .section-kicker { margin-bottom:30px; }
  .intro-copy { font-size:15px; }
  .principles { margin-top:62px; font-size:9px; }
  .section-heading { margin-bottom:50px; }
  .project-list { gap:72px; }
  .project-pair { grid-template-columns:1fr; gap:72px; }
  .project-pair .offset { margin-top:0; }
  .project-image img, .project-image.portrait img { aspect-ratio:4/5; }
  .project-image.cinematic img { aspect-ratio:4/3; }
  .project-info, .project-info.horizontal { grid-template-columns:1fr; gap:8px; }
  .project-info > span, .project-info.horizontal > span { grid-column:auto; margin:8px 0 0; justify-self:start; }
  .project-info h3 { font-size:30px; }
  .gallery-strip { grid-template-columns:1fr 1fr; }
  .gallery-strip figure { min-height:270px; }
  .service-list article { grid-template-columns:42px 1fr; gap:15px 18px; }
  .service-list p { grid-column:2; }
  .statement { height:70vh; min-height:560px; }
  .statement blockquote { left:20px; bottom:44px; font-size:53px; }
  .contact-grid { gap:55px; }
  .contact-panel > p { font-size:16px; }
  .site-footer { min-height:180px; grid-template-columns:1fr; gap:10px; align-content:center; }
}

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


.contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin-top: 1.1rem;
}

.contact-details a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.15rem;
}
