@import url("./assets/fonts/site-fonts.css");

:root {
  color-scheme: dark;
  --bg: #080909;
  --panel: #101414;
  --text: #f5f2eb;
  --muted: #a8aaa6;
  --line: rgba(245, 242, 235, 0.16);
  --red: #ff4d3d;
  --cyan: #5ee3d0;
  --gold: #e0c36d;
  --font-body: "Noto Sans Hebrew", "Segoe UI", Arial, sans-serif;
  --font-display: "Noto Serif Hebrew", "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  background: rgba(8, 9, 9, 0.8);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 54px);
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  gap: 12px;
  direction: ltr;
  text-align: left;
}

.brand-mark {
  align-items: center;
  border: 1px solid var(--line);
  color: var(--cyan);
  display: inline-flex;
  font-family: var(--font-display);
  font-weight: 400;
  height: 42px;
  justify-content: center;
  letter-spacing: 0;
  width: 42px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 400;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}

nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  font-size: 15px;
  font-weight: 400;
}

.hero {
  min-height: 92svh;
  overflow: hidden;
  position: relative;
  display: grid;
  align-items: end;
  padding: 120px clamp(18px, 6vw, 86px) 62px;
}

.hero-media,
.project-hero > img,
.hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-media,
.project-hero > img {
  object-fit: cover;
  filter: saturate(1.1) contrast(1.08);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 9, 9, 0.2), rgba(8, 9, 9, 0.72)),
    linear-gradient(0deg, rgba(8, 9, 9, 0.94), rgba(8, 9, 9, 0.05) 52%, rgba(8, 9, 9, 0.45));
}

.hero-copy {
  max-width: 840px;
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  color: var(--cyan);
  direction: ltr;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 400;
}

h1 {
  font-size: clamp(46px, 9vw, 104px);
  line-height: 1.08;
  max-width: 980px;
  margin-bottom: 22px;
}

h2 {
  font-size: clamp(30px, 5vw, 62px);
  line-height: 1.14;
  margin-bottom: 0;
}

h3 {
  line-height: 1.2;
}

.hero-copy p:not(.eyebrow) {
  color: #dedbd3;
  font-size: clamp(18px, 2.1vw, 25px);
  font-weight: 300;
  max-width: 720px;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button,
.filter {
  border: 1px solid var(--line);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 400;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
}

.button.primary,
.filter.is-active {
  background: var(--red);
  border-color: var(--red);
  color: #120706;
}

.button.ghost,
.filter {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}
`r`n
.intro,
.work-section,
.process,
.contact,
.project-info,
.project-gallery-section,
.project-video-section,
.next-project {
  padding: clamp(54px, 9vw, 118px) clamp(18px, 6vw, 86px);
}

.intro,
.section-heading,
.contact,
.project-info {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.intro > p,
.contact p,
.process p,
.work-card p,
.project-info li {
  color: var(--muted);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

.filter {
  border-radius: 999px;
  min-height: 38px;
  padding: 8px 14px;
}

.work-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 34px;
}

.work-card {
  background: var(--panel);
  border: 1px solid var(--line);
  grid-column: span 4;
  min-height: 420px;
  overflow: hidden;
}

.work-card:nth-child(1),
.work-card:nth-child(6) {
  grid-column: span 8;
}

.work-hit {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: grid;
  font: inherit;
  height: 100%;
  padding: 0;
  text-align: right;
  width: 100%;
}

.work-hit img {
  aspect-ratio: 16 / 10;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.work-hit h3 {
  font-size: clamp(26px, 3vw, 46px);
  line-height: 1.14;
  margin: 10px 18px 8px;
}

.work-hit p,
.work-meta {
  margin-inline: 18px;
}

.work-meta {
  color: var(--gold);
  direction: ltr;
  font-size: 12px;
  font-weight: 400;
  margin-top: 16px;
  text-align: left;
  text-transform: uppercase;
}

.process {
  background: #f5f2eb;
  color: #0d1010;
}

.process .section-kicker {
  color: #b33126;
}

.process-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.process article {
  border-top: 3px solid #0d1010;
  padding-top: 18px;
}

.process span {
  color: #b33126;
  font-weight: 400;
}

.contact {
  border-bottom: 0;
  gap: 16px;
  padding-block: clamp(22px, 4vw, 42px);
}

.contact h2,
.contact h3 {
  font-size: clamp(25px, 3.4vw, 40px);
  line-height: 1.14;
  margin: 0;
}

.contact .section-kicker {
  margin-bottom: 8px;
}

.contact .contact-actions {
  margin-top: 0;
}

.contact .button,
.contact .text-link {
  min-height: 40px;
}

.contact .button {
  padding-block: 8px;
}

.text-link {
  align-items: center;
  color: var(--cyan);
  display: inline-flex;
  font-weight: 400;
  min-height: 46px;
}

.project-contact {
  padding-block: clamp(22px, 4vw, 42px);
}

.project-dialog {
  background: #0b0d0d;
  border: 1px solid var(--line);
  color: var(--text);
  max-width: min(1080px, calc(100vw - 28px));
  padding: 0;
  width: 100%;
}

.project-dialog::backdrop {
  background: rgba(0, 0, 0, 0.78);
}

.dialog-close {
  background: var(--red);
  border: 0;
  color: #120706;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  height: 42px;
  left: 0;
  position: absolute;
  top: 0;
  width: 42px;
  z-index: 2;
}

.dialog-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
}

.dialog-layout img {
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  width: 100%;
}

.dialog-layout > div {
  align-self: center;
  padding: clamp(18px, 3vw, 34px);
}

#dialogText {
  color: var(--muted);
}

.project-page {
  background: var(--bg);
}

.project-hero {
  min-height: clamp(540px, 62svh, 760px);
  overflow: hidden;
  padding: 104px clamp(18px, 6vw, 86px) 44px;
  position: relative;
  display: grid;
  align-items: end;
}

.project-hero-copy {
  max-width: 920px;
  position: relative;
  z-index: 2;
}

.project-hero-copy p:not(.eyebrow) {
  color: #dedbd3;
  font-size: clamp(18px, 2.1vw, 25px);
  font-weight: 300;
  max-width: 720px;
}

.back-link {
  border-bottom: 1px solid var(--cyan);
  color: var(--cyan);
  display: inline-flex;
  font-weight: 400;
  margin-bottom: 28px;
}

.project-info ul {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 0;
  padding: 18px 0 0;
}

.project-info li {
  border-bottom: 1px solid var(--line);
  padding: 13px 0;
}

.project-gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 34px;
}

.project-gallery img {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  display: block;
  grid-column: span 6;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.project-gallery img:first-child {
  grid-column: span 12;
}

.project-videos {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 34px;
}

.project-videos video,
.project-videos iframe {
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid var(--line);
  display: block;
  grid-column: span 6;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.project-videos iframe {
  min-height: 280px;
}

.project-videos .featured-video {
  grid-column: span 12;
}

.next-project {
  background: #f5f2eb;
  color: #0d1010;
}

.next-project .section-kicker {
  color: #b33126;
}

.next-project a {
  align-items: end;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.next-project span {
  font-size: clamp(36px, 8vw, 96px);
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.02;
}

.next-project strong {
  background: var(--red);
  color: #120706;
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  min-height: 48px;
  padding: 12px 20px;
  white-space: nowrap;
}

.project-contact {
  background: var(--bg);
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    position: absolute;
  }

  nav {
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    min-height: 96svh;
    padding-top: 150px;
  }`r`n  .intro,
  .section-heading,
  .contact,
  .dialog-layout,
  .project-info {
    grid-template-columns: 1fr;
  }

  .contact .contact-actions {
    margin-top: 8px;
  }

  .work-card,
  .work-card:nth-child(1),
  .work-card:nth-child(6) {
    grid-column: span 12;
    min-height: 0;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .dialog-layout img {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
  }

  .project-gallery img,
  .project-gallery img:first-child {
    grid-column: span 12;
  }

  .project-videos video,
  .project-videos iframe,
  .project-videos .featured-video {
    grid-column: span 12;
  }

  .next-project a {
    align-items: flex-start;
    flex-direction: column;
  }
}


