:root {
  --ink: #0a0b0d;
  --ink-soft: #111316;
  --panel: #16181c;
  --paper: #f1efe9;
  --muted: #9b9da1;
  --line: rgba(255, 255, 255, .13);
  --orange: #f5a515;
  --orange-dark: #d78300;
  --display: "Barlow Condensed", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.65;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
  position: fixed;
  top: var(--menu-scroll-offset, 0);
  width: 100%;
}
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: .025;
  pointer-events: none;
  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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  z-index: 15;
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: background .35s, height .35s;
}
.site-header.scrolled {
  height: 72px;
  background: rgba(10, 11, 13, .92);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 10px; z-index: 2; }
.brand img { width: 42px; height: 42px; object-fit: cover; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-family: var(--display); font-size: 23px; letter-spacing: .08em; }
.brand small { margin-top: 4px; color: var(--orange); font-size: 8px; letter-spacing: .38em; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a {
  position: relative;
  color: #d6d6d6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -8px; height: 2px;
  background: var(--orange);
  transition: right .25s;
}
.main-nav a:hover::after { right: 0; }
.header-tools { display: flex; align-items: center; gap: 12px; z-index: 4; }
.language-switcher { position: relative; }
.language-current,
.language-options button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #f2f2f2;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .22);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
}
.language-current {
  height: 43px;
  padding: 0 11px;
  transition: border-color .25s, background .25s;
}
.language-current:hover,
.language-switcher.open .language-current {
  background: rgba(245, 165, 21, .12);
  border-color: rgba(245, 165, 21, .75);
}
.language-flag,
.language-options span { font-size: 15px; line-height: 1; }
.language-options {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(62px, 1fr));
  gap: 6px;
  width: 140px;
  padding: 8px;
  background: rgba(10, 11, 13, .96);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .2s, transform .2s;
}
.language-switcher.open .language-options {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.language-options button {
  justify-content: center;
  min-height: 36px;
  padding: 8px;
}
.language-options button:hover,
.language-options button.active {
  color: var(--ink);
  background: var(--orange);
  border-color: var(--orange);
}
.header-cta {
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.35);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: background .25s, color .25s, border-color .25s;
}
.header-cta span { margin-left: 14px; color: var(--orange); }
.header-cta:hover { background: var(--orange); color: var(--ink); border-color: var(--orange); }
.header-cta:hover span { color: var(--ink); }
.menu-toggle { display: none; }

.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-media, .hero-overlay, .hero-grid { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; filter: saturate(.65) contrast(1.1); }
.hero-overlay { background: linear-gradient(90deg, rgba(5,6,7,.98) 0%, rgba(5,6,7,.83) 38%, rgba(5,6,7,.22) 78%, rgba(5,6,7,.65) 100%), linear-gradient(0deg, rgba(5,6,7,.86), transparent 45%); }
.hero-grid {
  opacity: .08;
  background-size: 75px 75px;
  background-image: linear-gradient(to right, white 1px, transparent 1px), linear-gradient(to bottom, white 1px, transparent 1px);
  mask-image: linear-gradient(90deg, black, transparent 65%);
}
.hero-mark {
  position: absolute;
  right: -2vw;
  bottom: -18vw;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.07);
  font-family: var(--display);
  font-size: 42vw;
  font-weight: 800;
  line-height: 1;
  transform: skew(-8deg);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(830px, 75vw);
  margin-left: 10vw;
  padding-top: 70px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 25px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 35px; height: 1px; background: currentColor; }
h1, h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: .9;
  text-transform: uppercase;
}
h1 { font-size: clamp(70px, 9.2vw, 150px); }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-copy { max-width: 580px; margin: 30px 0 0; color: #c1c2c4; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 35px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; padding: 16px 19px; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.button-primary { color: var(--ink); background: var(--orange); }
.button-primary:hover { background: #ffb52b; }
.button span { font-size: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 25px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.text-link span { color: var(--orange); font-size: 17px; transition: transform .25s; }
.text-link:hover span { transform: translateX(4px); }
.hero-side-note {
  position: absolute;
  right: 4vw;
  top: 40%;
  z-index: 2;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  writing-mode: vertical-rl;
}
.hero-side-note span { color: var(--orange); font-family: var(--display); font-size: 25px; font-weight: 700; }
.hero-side-note p { margin: 0; color: rgba(255,255,255,.65); font-size: 8px; letter-spacing: .18em; line-height: 2; text-transform: uppercase; }
.scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  left: 4vw;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8e8f91;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .22em;
}
.scroll-cue span { position: relative; width: 37px; height: 1px; background: #777; overflow: hidden; }
.scroll-cue span::after {
  content: ""; position: absolute; inset: 0; background: var(--orange);
  animation: scroll-line 2s infinite ease-in-out;
}
@keyframes scroll-line { 0% { transform: translateX(-100%); } 60%,100% { transform: translateX(100%); } }

.works-hero {
  position: relative;
  min-height: 74svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 160px 7vw 95px;
}
.works-hero-media,
.works-hero-media::after {
  position: absolute;
  inset: 0;
}
.works-hero-media::after {
  content: "";
  background: linear-gradient(90deg, rgba(5,6,7,.96), rgba(5,6,7,.72) 45%, rgba(5,6,7,.22)), linear-gradient(0deg, rgba(5,6,7,.92), transparent 58%);
}
.works-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.72) contrast(1.08);
}
.works-hero-content {
  position: relative;
  z-index: 2;
  width: min(900px, 82vw);
}
.works-hero h1 {
  font-size: clamp(64px, 8.5vw, 142px);
}

.section { position: relative; padding: 125px 7vw; }
.section-number { color: var(--orange); font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: .13em; }
.section h2 { font-size: clamp(52px, 7vw, 105px); }
.intro {
  display: grid;
  grid-template-columns: .7fr 1.55fr .8fr;
  gap: 5vw;
  background: var(--paper);
  color: var(--ink);
}
.intro .section-number { padding-top: 15px; }
.intro .eyebrow { color: #9c6500; }
.intro-copy { padding-top: 48px; color: #55585d; font-size: 14px; line-height: 1.9; }
.intro-copy .text-link { margin-top: 20px; border-color: #aaa; color: var(--ink); }
.values {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  border-top: 1px solid #c8c6c0;
  border-bottom: 1px solid #c8c6c0;
}
.value-card { position: relative; padding: 38px 40px 34px 0; }
.value-card + .value-card { padding-left: 40px; border-left: 1px solid #c8c6c0; }
.value-card span { color: #a26800; font-family: var(--display); font-size: 12px; }
.value-card h3 { margin: 20px 0 12px; font-family: var(--display); font-size: 29px; letter-spacing: -.02em; text-transform: uppercase; }
.value-card p { max-width: 330px; margin: 0; color: #6b6c6d; font-size: 12px; line-height: 1.8; }

.reference-section {
  background: var(--paper);
  color: var(--ink);
}
.reference-section .section-lead {
  color: #66696b;
}
.reference-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #c8c6c0;
  border-bottom: 1px solid #c8c6c0;
}
.reference-card {
  min-height: 295px;
  padding: 34px 28px 34px 0;
}
.reference-card + .reference-card {
  padding-left: 28px;
  border-left: 1px solid #c8c6c0;
}
.reference-card span {
  color: #a26800;
  font-family: var(--display);
  font-size: 12px;
}
.reference-card h3 {
  margin: 72px 0 14px;
  font-family: var(--display);
  font-size: clamp(26px, 2.4vw, 40px);
  line-height: 1;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.reference-card p {
  margin: 0;
  color: #66696b;
  font-size: 12px;
  line-height: 1.85;
}

.services { background: var(--ink); }
.section-head { display: flex; justify-content: space-between; gap: 7vw; align-items: flex-end; margin-bottom: 65px; }
.section-head .section-number { margin-bottom: 25px; }
.section-lead { max-width: 390px; margin: 0 0 5px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.service-list { border-top: 1px solid var(--line); }
.service-row {
  position: relative;
  display: grid;
  grid-template-columns: 55px 75px 1fr 40px;
  gap: 22px;
  align-items: center;
  min-height: 145px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  transition: padding .35s;
}
.service-row::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(245,165,21,.13), transparent 62%);
  transform: translateX(-105%); transition: transform .45s ease;
}
.service-row:hover::before { transform: translateX(0); }
.service-row:hover { padding-left: 20px; }
.service-no { position: relative; color: var(--orange); font-family: var(--display); font-size: 12px; }
.service-icon { position: relative; width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid var(--line); }
.service-icon svg { width: 35px; fill: none; stroke: var(--orange); stroke-width: 1.5; }
.service-row div:nth-child(3) { position: relative; display: flex; justify-content: space-between; align-items: baseline; gap: 30px; }
.service-row h3 { margin: 0; font-family: var(--display); font-size: clamp(28px, 3.6vw, 52px); font-weight: 600; text-transform: uppercase; }
.service-row p { width: min(390px, 35vw); margin: 0; color: #888b90; font-size: 11px; line-height: 1.7; }
.row-arrow { position: relative; color: #777; font-size: 22px; }
.service-row:hover .row-arrow { color: var(--orange); }

.works-choice-page { background: var(--paper); color: var(--ink); }
.work-choice {
  min-height: 100svh;
  padding-top: 140px;
  background-image: radial-gradient(rgba(10,11,13,.16) 1px, transparent 1px);
  background-size: 28px 28px;
}
.work-choice-head { max-width: 940px; margin: 0 auto 40px; text-align: center; }
.work-choice-head h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(52px, 8vw, 118px);
  line-height: .9;
  text-transform: uppercase;
}
.work-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 430px));
  justify-content: center;
  gap: clamp(32px, 6vw, 86px);
}
.work-choice-card {
  min-height: min(62vh, 650px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 3vw, 36px);
  color: var(--ink);
  background: rgba(255,255,255,.62);
  border: 3px solid var(--ink);
  box-shadow: 14px 14px 0 rgba(10,11,13,.08);
  transition: transform .25s, box-shadow .25s, background .25s;
}
.work-choice-card:hover {
  color: var(--ink);
  background: white;
  transform: translateY(-6px);
  box-shadow: 20px 20px 0 rgba(245,165,21,.28);
}
.work-choice-card span {
  color: #a56c00;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
}
.work-choice-card h2 {
  margin: auto 0 18px;
  font-family: var(--display);
  font-size: clamp(42px, 5vw, 76px);
  line-height: .92;
  text-transform: uppercase;
}
.work-choice-card p { max-width: 300px; margin: 0; color: #5d6064; font-size: 13px; line-height: 1.7; }
.work-choice-card b { margin-top: 34px; color: #a56c00; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.compact-works-hero { min-height: 560px; }

.projects {
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(245, 165, 21, .16), transparent 34%),
    #f1efe9;
}
.projects-head { align-items: flex-end; }
.projects .section-number { color: #6c6e72; }
.projects h2 { color: var(--ink); }
.projects h2 em { color: var(--orange-dark); }
.gallery-intro {
  max-width: 560px;
  margin: 24px 0 0;
  color: #555a60;
  font-size: 13px;
  line-height: 1.8;
}
.project-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 8px;
  background: rgba(255, 255, 255, .62);
  border: 1px solid #d7d1c4;
}
.project-filters button {
  padding: 10px 15px;
  color: #575b61;
  background: #fffaf0;
  border: 1px solid #d8d1c3;
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.project-filters button.active,
.project-filters button:hover {
  color: var(--ink);
  background: var(--orange);
  border-color: var(--orange);
  box-shadow: 0 10px 22px rgba(215, 131, 0, .18);
}
.gallery-groups {
  display: grid;
  gap: 30px;
}
.gallery-group {
  position: relative;
  padding: 26px;
  border: 1px solid #d9d2c5;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 24px 70px rgba(10, 11, 13, .09);
  overflow: hidden;
}
.gallery-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), transparent);
}
.gallery-group.filtered-out { display: none; }
.gallery-group-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 22px;
}
.gallery-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--orange-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.gallery-group h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 4.5vw, 64px);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: .9;
  text-transform: uppercase;
  color: var(--ink);
}
.gallery-group p {
  max-width: 590px;
  margin: 14px 0 0;
  color: #60656b;
  font-size: 13px;
  line-height: 1.75;
}
.gallery-summary {
  flex: 0 0 auto;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--orange);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.project-grid,
.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 230px;
  gap: 12px;
}
.project-card {
  position: relative;
  grid-column: span 4;
  padding: 0;
  border: 1px solid rgba(10, 11, 13, .08);
  background: #222;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  transition: opacity .35s, transform .35s;
}
.project-card-large { grid-column: span 8; grid-row: span 2; }
.project-card-wide { grid-column: span 8; }
.project-card.filtered-out { display: none; }
.projects.is-filtered .project-card:not(.filtered-out) {
  grid-column: span 12;
  grid-row: span 1;
}
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,5,6,.93), transparent 60%); }
.project-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.02); transition: transform .65s, filter .65s; }
.project-card:hover img { transform: scale(1.045); filter: saturate(1); }
.project-card span, .project-card strong { position: absolute; z-index: 2; }
.project-index { top: 17px; left: 17px; color: var(--orange); font-family: var(--display); font-size: 11px; }
.project-count {
  top: 15px;
  right: 16px;
  padding: 7px 9px;
  color: var(--ink);
  background: var(--orange);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.project-meta { left: 18px; bottom: 55px; color: var(--orange); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.project-card strong { left: 18px; right: 58px; bottom: 17px; font-family: var(--display); font-size: clamp(22px, 2.2vw, 31px); line-height: .95; text-transform: uppercase; }
.project-open { right: 18px; bottom: 20px; color: var(--orange); font-size: 20px; }
.instagram-link {
  display: grid;
  grid-template-columns: 1fr 2fr auto;
  gap: 30px;
  align-items: center;
  margin-top: 45px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #a1a3a6;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.instagram-link span { color: var(--orange); font-weight: 700; }
.instagram-link b { color: var(--orange); font-size: 23px; }

.process {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 8vw;
  align-items: center;
  background: var(--paper);
  color: var(--ink);
}
.process-visual { position: relative; min-height: 620px; }
.process-visual img { width: 100%; height: 620px; object-fit: cover; }
.angle-mark {
  position: absolute; right: -35px; bottom: -35px; width: 110px; height: 110px;
  border-right: 18px solid var(--orange); border-bottom: 18px solid var(--orange);
}
.process-content .section-number { margin-bottom: 25px; }
.process-content > p { max-width: 580px; margin: 32px 0 40px; color: #66696b; font-size: 13px; line-height: 1.9; }
.process-steps { border-top: 1px solid #ccc9c1; }
.process-step { display: grid; grid-template-columns: 45px 1fr; gap: 25px; padding: 22px 0; border-bottom: 1px solid #ccc9c1; }
.process-step > span { color: #a56c00; font-family: var(--display); font-size: 12px; }
.process-step strong { font-family: var(--display); font-size: 22px; text-transform: uppercase; }
.process-step p { margin: 5px 0 0; color: #707275; font-size: 11px; }

.contact {
  position: relative;
  min-height: 720px;
  padding: 110px 4vw;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4,8,13,.84), rgba(4,8,13,.72)),
    url("assets/60ad5529e2b54c29.jpg") center / cover no-repeat;
}
.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 18%, rgba(245,165,21,.2), transparent 34%);
  pointer-events: none;
}
.contact-panel { position: relative; z-index: 1; }
.contact-copy { max-width: 940px; margin-bottom: 48px; }
.contact-copy h2 { max-width: 980px; }
.contact-lead { max-width: 720px; margin: 22px 0 0; color: #d8dce0; font-size: 13px; line-height: 1.8; }
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
}
.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 3vw, 34px);
  background: rgba(5,7,10,.58);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 30px 70px rgba(0,0,0,.3);
  backdrop-filter: blur(4px);
}
.contact-form-title {
  margin: 0 0 4px;
  color: white;
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  text-transform: uppercase;
}
.contact-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label span {
  color: var(--orange);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  outline: 1px solid transparent;
  background: rgba(255,255,255,.96);
  color: var(--ink);
  font: 600 13px var(--body);
  transition: outline-color .25s, box-shadow .25s;
}
.contact-form input { height: 58px; padding: 0 18px; }
.contact-form textarea { min-height: 165px; padding: 18px; resize: vertical; }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #9a9da2; font-weight: 500; }
.contact-form input:focus,
.contact-form textarea:focus { outline-color: var(--orange); box-shadow: 0 0 0 4px rgba(245,165,21,.18); }
.contact-form-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.contact-note { max-width: 420px; margin: 0; color: #aeb4bb; font-size: 10px; line-height: 1.6; }
.contact-submit {
  min-width: 190px;
  height: 60px;
  border: 0;
  color: var(--ink);
  background: var(--orange);
  cursor: pointer;
  font: 800 11px var(--body);
  letter-spacing: .3em;
  text-transform: uppercase;
  transition: transform .25s, background .25s;
}
.contact-submit:hover { transform: translateY(-2px); background: #ffbb35; }
.contact-status { min-height: 18px; margin: 0; color: var(--orange); font-size: 10px; letter-spacing: .05em; }
.contact-details {
  display: grid;
  gap: 30px;
  padding-top: 7px;
}
.contact-details article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  align-items: start;
}
.contact-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--orange);
  border: 1px solid rgba(245,165,21,.45);
  font-family: var(--display);
  font-size: 22px;
  font-weight: 800;
}
.contact-details small {
  display: block;
  margin-bottom: 12px;
  color: white;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: none;
}
.contact-details a,
.contact-details p { margin: 0; color: #d6d9dc; font-size: 13px; line-height: 1.8; }
.contact-details a:hover { color: var(--orange); }
.contact-side { display: grid; gap: 30px; }
.map-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(5,7,10,.58);
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
}
.map-card iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
  filter: saturate(.92) contrast(1.03);
}
.map-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 18px;
  color: var(--ink);
  background: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.map-link:hover { color: var(--ink); background: #ffbb35; }
footer {
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  padding: 28px 4vw; border-top: 1px solid var(--line);
  color: #777a7e; font-size: 9px; letter-spacing: .08em; text-transform: uppercase;
}
.footer-brand img { width: 32px; height: 32px; }
.footer-brand strong { color: white; font-size: 17px; }
.footer-brand small { font-size: 6px; }
.footer-license { max-width: 310px; color: #8d9094; font-size: 8px; line-height: 1.7; letter-spacing: .03em; text-transform: none; }
footer > a:last-child { color: var(--orange); }

.lightbox {
  width: min(900px, 92vw);
  max-width: none;
  padding: 0;
  color: white;
  background: #0e1012;
  border: 1px solid rgba(255,255,255,.15);
}
.lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(7px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; background: #070809; }
.lightbox p { margin: 0; padding: 16px 20px; color: var(--orange); font-family: var(--display); font-size: 22px; text-transform: uppercase; }
.lightbox-close { position: absolute; z-index: 2; right: 12px; top: 12px; width: 38px; height: 38px; color: white; background: rgba(0,0,0,.7); border: 1px solid rgba(255,255,255,.3); cursor: pointer; font-size: 24px; }
.lightbox-nav {
  position: absolute;
  z-index: 2;
  top: 44%;
  width: 44px;
  height: 62px;
  color: white;
  background: rgba(0, 0, 0, .58);
  border: 1px solid rgba(255,255,255,.24);
  cursor: pointer;
  font-size: 40px;
  line-height: 1;
}
.lightbox-prev { left: 12px; }
.lightbox-next { right: 12px; }
.lightbox-nav:hover,
.lightbox-close:hover { border-color: var(--orange); color: var(--orange); }
.lightbox-bar {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 0 20px 18px;
}
.lightbox-counter {
  color: #aeb0b3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
}
.lightbox-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}
.lightbox-thumbs button {
  flex: 0 0 58px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.2);
  background: #111;
  cursor: pointer;
  opacity: .55;
}
.lightbox-thumbs button.active,
.lightbox-thumbs button:hover {
  border-color: var(--orange);
  opacity: 1;
}
.lightbox-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .main-nav { gap: 14px; }
  .header-tools { gap: 8px; }
  .header-cta { padding-inline: 13px; }
  .hero-content { margin-left: 6vw; width: 80vw; }
  .intro { grid-template-columns: 1fr 2fr; }
  .intro-copy { grid-column: 2; padding-top: 0; }
  .values { grid-column: 1 / -1; }
  .service-row div:nth-child(3) { display: block; }
  .service-row p { width: auto; margin-top: 8px; }
  .project-card, .project-card-large, .project-card-wide { grid-column: span 6; grid-row: span 1; }
  .projects.is-filtered .project-card:not(.filtered-out) { grid-column: span 6; }
  .gallery-group-head { align-items: flex-start; }
  .reference-grid { grid-template-columns: repeat(2, 1fr); }
  .reference-card:nth-child(3) { border-left: 0; padding-left: 0; }
  .reference-card:nth-child(n + 3) { border-top: 1px solid #c8c6c0; }
  .process { gap: 5vw; }
  .process-visual, .process-visual img { min-height: 500px; height: 500px; }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  body { font-size: 14px; }
  .site-header { height: 72px; padding: 0 20px; z-index: 40; }
  .brand img { width: 36px; height: 36px; }
  .brand strong { font-size: 19px; }
  .header-tools { order: 2; margin-left: auto; }
  .header-cta { display: none; }
  .language-current { height: 38px; padding: 0 9px; }
  .language-code { font-size: 9px; }
  .language-options { right: -47px; width: min(240px, calc(100vw - 40px)); grid-template-columns: repeat(3, 1fr); }
  .menu-toggle {
    position: relative; z-index: 8; order: 3; display: grid; gap: 7px; width: 38px; padding: 9px 5px;
    background: none; border: 0;
  }
  .menu-toggle span { height: 1px; width: 100%; background: white; transition: transform .3s; }
  .menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 4;
    width: 100vw;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
    padding: 112px 24px 34px;
    background: rgba(10,11,13,.98);
    overflow-y: auto;
    transform: translate3d(100%, 0, 0);
    transition: transform .35s ease;
  }
  .menu-open .main-nav { transform: translate3d(0, 0, 0); }
  .main-nav a { font-family: var(--display); font-size: clamp(26px, 8vw, 34px); letter-spacing: .02em; line-height: 1; }
  .hero { min-height: 680px; align-items: flex-end; padding-bottom: 82px; }
  .hero-media img { object-position: 58% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(5,6,7,.98) 10%, rgba(5,6,7,.72) 65%, rgba(5,6,7,.45)); }
  .hero-content { width: auto; margin: 0 20px; padding: 0; }
  h1 { font-size: clamp(42px, 13vw, 62px); line-height: .96; }
  .hero-copy { margin-top: 20px; font-size: 12px; line-height: 1.65; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .button { padding: 14px 16px; gap: 22px; }
  .text-link { gap: 16px; }
  .hero-side-note { display: none; }
  .scroll-cue { left: auto; right: 20px; }
  .works-hero { min-height: 500px; padding: 118px 20px 62px; }
  .works-hero-content { width: auto; }
  .works-hero h1 { font-size: clamp(38px, 12vw, 58px); line-height: .96; }
  .work-choice { padding-top: 96px; }
  .work-choice-head { text-align: left; }
  .work-choice-head h1 { font-size: clamp(36px, 11vw, 52px); line-height: .98; }
  .work-choice-grid { grid-template-columns: 1fr; gap: 22px; }
  .work-choice-card { min-height: 300px; }
  .work-choice-card h2 { font-size: clamp(32px, 10vw, 46px); }
  .section { padding: 72px 20px; }
  .intro { display: block; }
  .intro h2, .section h2 { font-size: clamp(34px, 10.5vw, 50px); line-height: .98; }
  .intro-heading { margin-top: 25px; }
  .intro-copy { padding-top: 25px; }
  .values { display: block; margin-top: 50px; }
  .value-card, .value-card + .value-card { padding: 25px 0; border-left: 0; border-bottom: 1px solid #c8c6c0; }
  .value-card:last-child { border-bottom: 0; }
  .reference-grid { display: block; }
  .reference-card, .reference-card + .reference-card {
    min-height: auto;
    padding: 28px 0;
    border-left: 0;
    border-top: 1px solid #c8c6c0;
  }
  .reference-card:first-child { border-top: 0; }
  .reference-card h3 { margin: 32px 0 10px; }
  .section-head { display: block; margin-bottom: 40px; }
  .section-lead { margin-top: 25px; }
  .service-row { grid-template-columns: 25px 46px 1fr 15px; gap: 10px; min-height: 130px; }
  .service-icon { width: 40px; height: 40px; }
  .service-icon svg { width: 27px; }
  .service-row h3 { font-size: 25px; }
  .service-row p { font-size: 9px; line-height: 1.5; }
  .project-filters { margin-top: 30px; }
  .gallery-intro { margin-top: 20px; }
  .gallery-group { padding: 17px; }
  .gallery-group::before { left: 17px; right: 17px; }
  .gallery-group-head { display: block; margin-bottom: 18px; }
  .gallery-group h3 { font-size: clamp(30px, 10vw, 42px); line-height: .98; }
  .gallery-summary { display: inline-flex; margin-top: 16px; }
  .project-grid, .gallery-mosaic { display: block; }
  .project-card, .project-card-large, .project-card-wide { width: 100%; height: 320px; margin-bottom: 12px; }
  .project-count { top: 14px; right: 14px; }
  .instagram-link { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; }
  .instagram-link b { position: absolute; right: 20px; }
  .process { display: flex; flex-direction: column; }
  .process-visual, .process-visual img { width: 100%; min-height: 380px; height: 380px; }
  .process-content { padding-top: 15px; }
  .angle-mark { right: -8px; bottom: -18px; width: 70px; height: 70px; border-width: 10px; }
  .contact { min-height: auto; padding: 100px 20px 70px; }
  .contact-copy { margin-bottom: 34px; }
  .contact-lead { font-size: 12px; }
  .contact-form-title { font-size: 28px; }
  .contact-form { padding: 18px; }
  .contact-form-grid { grid-template-columns: 1fr; gap: 14px; }
  .contact-form input { height: 54px; }
  .contact-form textarea { min-height: 145px; }
  .contact-form-bottom { display: block; }
  .contact-submit { width: 100%; margin-top: 18px; }
  .contact-details { gap: 24px; }
  .contact-details small { font-size: 18px; }
  .contact-side { gap: 24px; }
  .map-card iframe { height: 280px; }
  .map-link { min-height: 54px; }
  footer { align-items: flex-start; flex-direction: column; padding: 28px 20px; }
  .footer-license { max-width: 100%; }
  .lightbox-bar { display: block; }
  .lightbox-counter { display: block; margin-bottom: 12px; }
  .lightbox-nav { top: 38%; width: 38px; height: 54px; }
}

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