:root {
  --yellow: #FAE100;
  --ink: #23253C;
  --ink-deep: #171827;
  --white: #FFFFFF;
  --line: rgba(35, 37, 60, 0.22);
  --max: 1480px;
}
@font-face {
  font-family: "Rebel Veneer";
  src: local("445206 Veneer Three"), local("Veneer Three"), local("VeneerThree");
  font-display: swap;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 78px;
  padding: 11px clamp(18px, 3vw, 48px);
  background: rgba(250, 225, 0, 0.96);
  border-bottom: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  backdrop-filter: blur(10px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: max-content;
  text-decoration: none;
  color: var(--ink);
  font-family: "Rebel Veneer", Impact, "Arial Narrow", "Arial Black", sans-serif;
  line-height: 1;
}
.brand-monogram {
  font-size: 43px;
  letter-spacing: -0.08em;
}
.brand-name {
  font-size: 25px;
  letter-spacing: .01em;
  white-space: nowrap;
}
.nav { display: flex; gap: clamp(20px, 3vw, 46px); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.nav a { text-decoration: none; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--ink); transition: right .2s ease; }
.nav a:hover::after { right: 0; }
.lang { justify-self: end; border: 1px solid var(--ink); background: transparent; color: var(--ink); padding: 10px 12px; font-weight: 900; cursor: pointer; }
.lang:hover { background: var(--ink); color: var(--yellow); }

.hero {
  min-height: calc(100svh - 78px);
  background: var(--yellow);
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
  border-bottom: 1px solid var(--ink);
}
.hero-copy { padding: clamp(54px, 7vw, 112px) clamp(22px, 5vw, 82px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 22px; font-size: 12px; line-height: 1.2; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.inverse { color: var(--yellow); }
h1, h2, h3 { margin: 0; font-family: Impact, "Arial Narrow", "Arial Black", Arial, sans-serif; font-weight: 900; text-transform: uppercase; }
h1 { font-size: clamp(62px, 8.6vw, 164px); line-height: .78; letter-spacing: -0.04em; display: flex; flex-direction: column; }
h1 .outline { color: var(--yellow); -webkit-text-stroke: 2px var(--ink); text-stroke: 2px var(--ink); }
.hero-lead { width: min(670px, 100%); margin: clamp(30px, 4vw, 56px) 0 30px; font-size: clamp(17px, 1.3vw, 22px); line-height: 1.5; font-weight: 600; }
.cta { width: max-content; max-width: 100%; display: inline-flex; gap: 42px; justify-content: space-between; align-items: center; padding: 17px 20px; text-decoration: none; border: 1px solid var(--ink); font-size: 12px; font-weight: 900; letter-spacing: .09em; }
.cta-dark { background: var(--ink); color: var(--yellow); }
.cta-dark:hover { background: transparent; color: var(--ink); }
.hero-visual { position: relative; min-height: 560px; overflow: hidden; border-left: 1px solid var(--ink); isolation: isolate; }
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(35, 37, 60, 0.18), rgba(35, 37, 60, 0.28));
  pointer-events: none;
  z-index: 1;
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; transform: scale(1.12); transform-origin: center; filter: saturate(.88) contrast(1.02) brightness(.92); transition: transform .8s cubic-bezier(.2,.65,.2,1), filter .8s ease; }
.hero-visual:hover img { transform: scale(1.145); filter: saturate(.92) contrast(1.03) brightness(.95); }
.hero-tag { position: absolute; right: 0; bottom: 0; padding: 10px 14px; background: var(--yellow); border-left: 1px solid var(--ink); border-top: 1px solid var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .12em; z-index: 2; }

.ticker { overflow: hidden; border-bottom: 1px solid var(--ink); background: var(--white); }
.ticker-track {
  width: 100%;
  min-width: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
}
.ticker-track span {
  min-height: 62px;
  padding: 18px clamp(14px, 2vw, 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid var(--ink);
}
.ticker-track span:last-of-type { border-right: 0; }
.ticker-track b { display: none; }

.statement { background: var(--ink); color: var(--white); padding: clamp(70px, 9vw, 148px) clamp(22px, 5vw, 82px); }
.section-no { display: none; }
.statement h2, .section-head h2, .contact h2 { font-size: clamp(52px, 7vw, 126px); line-height: .87; letter-spacing: -0.035em; }
.statement-content { max-width: 1240px; }
.statement-content > p:not(.eyebrow) { margin: 42px 0; max-width: 790px; font-size: clamp(18px, 1.65vw, 26px); line-height: 1.48; color: rgba(255,255,255,.78); }
.process { margin-top: 60px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; color: var(--yellow); font-weight: 900; font-size: clamp(14px, 1.4vw, 20px); letter-spacing: .08em; }
.process span { border: 1px solid rgba(250,225,0,.55); padding: 12px 14px; }
.process i { font-style: normal; }

.work { padding: clamp(72px, 8vw, 126px) clamp(18px, 3vw, 48px); }
.section-head { max-width: var(--max); margin: 0 auto 54px; display: grid; grid-template-columns: 1fr 2.3fr; gap: 40px; align-items: end; }
.section-head-right { grid-column: 2; }
.section-head-right .eyebrow { margin-bottom: 22px; }
.section-head h2 { font-size: clamp(48px, 5.8vw, 104px); }
.gallery {
  max-width: var(--max);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(3, clamp(220px, 20vw, 320px));
  gap: 14px;
}
.tile,
.tile-wide,
.tile-tall {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: var(--ink);
  border: 1px solid var(--ink);
  min-height: 0;
}
.tile:nth-child(1) { grid-column: 1 / 6; grid-row: 1 / 3; }
.tile:nth-child(2) { grid-column: 6 / 8; grid-row: 1 / 3; }
.tile:nth-child(3) { grid-column: 8 / 10; grid-row: 1 / 3; }
.tile:nth-child(4) { grid-column: 10 / 13; grid-row: 1 / 3; }
.tile:nth-child(5) { grid-column: 1 / 4; grid-row: 3; }
.tile:nth-child(6) { grid-column: 4 / 7; grid-row: 3; }
.tile:nth-child(7) { grid-column: 7 / 10; grid-row: 3; }
.tile:nth-child(8) { grid-column: 10 / 13; grid-row: 3; }
.tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(35, 37, 60, 0.10), rgba(35, 37, 60, 0.30));
  pointer-events: none;
  transition: opacity .35s ease;
}
.tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.80) contrast(1.02) brightness(.88);
  transition: transform .55s ease, filter .55s ease;
}
.tile:nth-child(1) img { object-position: 50% 50%; }
.tile:nth-child(2) img { object-position: 50% 38%; }
.tile:nth-child(3) img { object-position: 50% 34%; }
.tile:nth-child(4) img { object-position: 50% 40%; }
.tile:nth-child(5) img { object-position: 50% 48%; }
.tile:nth-child(6) img { object-position: 50% 44%; }
.tile:nth-child(7) img { object-position: 50% 50%; }
.tile:nth-child(8) img { object-position: 50% 45%; }
.tile:hover img { transform: scale(1.025); filter: saturate(.88) contrast(1.04) brightness(.92); }
.tile:hover::after { opacity: .72; }
.tile figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  align-items: center;
  background: var(--ink);
  color: var(--white);
  padding: 13px 14px;
  border-top: 0;
  font-size: 10px;
  letter-spacing: .07em;
}
.tile figcaption strong { text-align: left; }

.why { border-top: 0; padding: clamp(78px, 8vw, 126px) clamp(18px, 3vw, 48px); }
.why-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.why-grid article { min-height: 320px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); }
.why-grid article:last-child { border-right: 0; }
.why-grid h3 { margin: auto 0 18px; font-size: clamp(36px, 4vw, 66px); line-height: .9; }
.why-grid p { margin: 0; max-width: 390px; line-height: 1.45; font-weight: 600; }

.contact { background: var(--yellow); padding: clamp(78px, 8vw, 126px) clamp(22px, 5vw, 82px) 44px; border-top: 1px solid var(--ink); }
.contact-main { max-width: 1420px; }
.contact h2 { max-width: 1180px; }
.mail { display: inline-flex; gap: 18px; align-items: center; margin-top: 38px; font-size: clamp(22px, 3.3vw, 56px); font-weight: 900; letter-spacing: -0.04em; text-decoration-thickness: 2px; text-underline-offset: 8px; }
.mail:hover { text-decoration: none; }
.contact-meta { margin-top: clamp(90px, 12vw, 190px); border-top: 1px solid var(--ink); padding-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.contact-meta div { display: flex; flex-direction: column; gap: 7px; }
.contact-meta span { font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.contact-meta strong { font-size: 18px; }

footer { background: var(--ink); color: var(--white); min-height: 92px; padding: 22px clamp(18px, 3vw, 48px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; font-size: 12px; }
footer a { text-decoration: none; }
footer > a:last-child { justify-self: end; }
.footer-brand { color: var(--yellow); font-weight: 900; letter-spacing: .08em; }

@media (max-width: 1140px) {
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    max-height: none;
  }
  .tile:nth-child(n) { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; }
}

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 62svh; border-left: 0; border-top: 1px solid var(--ink); }
  .section-head { grid-template-columns: 1fr; }
  .section-head-right { grid-column: 1; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .why-grid article:last-child { border-bottom: 0; }
  .why-grid h3 { margin-top: 80px; }
}

@media (max-width: 620px) {
  .site-header { min-height: 66px; padding: 8px 14px; }
  .brand { gap: 9px; }
  .brand-monogram { font-size: 35px; }
  .brand-name { font-size: 20px; }
  .hero { min-height: auto; }
  .hero-copy { padding: 62px 18px 54px; }
  h1 { font-size: clamp(56px, 18vw, 94px); }
  h1 .outline { -webkit-text-stroke-width: 1.4px; }
  .hero-lead { font-size: 17px; }
  .cta { width: 100%; }
  .hero-visual { min-height: 66svh; }
  .ticker-track { grid-template-columns: 1fr 1fr; }
  .ticker-track span { min-height: 58px; border-bottom: 1px solid var(--ink); }
  .ticker-track span:nth-of-type(2n) { border-right: 0; }
  .ticker-track span:nth-last-of-type(-n+2) { border-bottom: 0; }
  .statement, .work, .contact { padding-left: 18px; padding-right: 18px; }
  .statement h2, .contact h2 { font-size: clamp(50px, 15vw, 82px); }
  .section-head h2 { font-size: clamp(46px, 13vw, 76px); }
  .gallery { grid-template-columns: 1fr; gap: 10px; }
  .tile:nth-child(n) { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; }
  .contact-meta { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr auto; }
  footer p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
