:root {
  --ink: #0a0a0a;
  --ink-soft: #1a1a1a;
  --graphite: #4a4a4a;
  --shadow: #8a8a8a;
  --rule: #d9d4cb;
  --bone: #f5f1ea;
  --bone-warm: #ede7db;
  --paper: #faf7f0;
  --midnight: #0e1a2b;
  --brass: #b8945a;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --hebrew: "Frank Ruhl Libre", serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

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

img {
  display: block;
  max-width: 100%;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.hero {
  background: var(--ink);
  color: var(--bone);
  height: 100vh;
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
  padding: 34px clamp(24px, 4vw, 64px) clamp(34px, 4vw, 56px);
  position: relative;
  width: 100%;
}

.hero::after {
  background: rgba(245, 241, 234, 0.12);
  bottom: clamp(92px, 12vw, 148px);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.hero-mark {
  filter: contrast(1.05);
  height: auto;
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  right: clamp(-320px, -13vw, -120px);
  top: clamp(58px, 6vw, 90px);
  width: min(79vw, 1120px);
}

.site-header {
  align-items: center;
  border-bottom: 1px solid rgba(245, 241, 234, 0.16);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding-bottom: 23px;
  position: relative;
  z-index: 1;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  gap: 14px;
  text-transform: uppercase;
}

.brand img {
  height: 40px;
  object-fit: contain;
  width: 48px;
}

.brand span,
.site-header nav {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
}

.menu-toggle,
.menu-close {
  display: none;
}

.site-header nav {
  align-items: center;
  color: rgba(245, 241, 234, 0.76);
  display: flex;
  gap: clamp(16px, 2.6vw, 40px);
  text-transform: uppercase;
}

.site-header nav a {
  border-bottom: 1px solid transparent;
  padding: 8px 0;
  transition: border-color 180ms ease, color 180ms ease;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  border-color: var(--brass);
  color: var(--bone);
}

.hero-content {
  max-width: 940px;
  padding-top: clamp(76px, 14svh, 182px);
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--shadow);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
}

.eyebrow.brass {
  color: var(--brass);
}

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

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 300;
}

h1 {
  font-size: clamp(72px, 11.2vw, 168px);
  letter-spacing: 0;
  line-height: 0.9;
  margin-bottom: 31px;
  margin-top: 22px;
}

h1 em {
  color: var(--brass);
  font-style: italic;
  font-weight: 300;
}

.hero-lede {
  color: rgba(245, 241, 234, 0.8);
  font-family: var(--serif);
  font-size: clamp(21px, 2vw, 30px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.42;
  max-width: 650px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: clamp(34px, 5vw, 54px);
}

.primary-link {
  align-items: center;
  background: var(--bone);
  border: 1px solid var(--bone);
  color: var(--ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.2em;
  min-height: 52px;
  padding: 0 24px;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.primary-link:hover,
.primary-link:focus-visible {
  background: var(--brass);
  border-color: var(--brass);
  color: var(--ink);
}

.hero-meta {
  align-items: end;
  bottom: clamp(34px, 4vw, 56px);
  color: var(--brass);
  display: flex;
  justify-content: flex-end;
  left: clamp(24px, 4vw, 64px);
  position: absolute;
  right: clamp(24px, 4vw, 64px);
  z-index: 1;
}

.hero-meta .hebrew {
  font-family: var(--hebrew);
  font-size: 34px;
  font-weight: 400;
  justify-self: end;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.menu-backdrop,
.mobile-menu {
  display: none;
}

.section {
  border-top: 1px solid var(--rule);
  padding: clamp(68px, 8vw, 116px) clamp(24px, 4vw, 64px);
}

h2 {
  font-size: clamp(40px, 5.4vw, 78px);
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 0;
}

.method-story p:last-child,
.studio-copy > p {
  color: var(--graphite);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.68;
  margin-bottom: 0;
}

h3 {
  font-size: clamp(25px, 2vw, 34px);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
}

.method {
  background: var(--paper);
  display: grid;
  gap: clamp(42px, 6vw, 92px);
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1fr);
}

.method-story {
  max-width: 610px;
}

.method h2 {
  margin: 20px 0 27px;
}

.method h2 em {
  font-style: italic;
  font-weight: 300;
}

.principles {
  counter-reset: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.principles li {
  border-top: 1px solid var(--ink);
  display: grid;
  gap: 16px 26px;
  grid-template-columns: 52px minmax(160px, 0.55fr) minmax(0, 1fr);
  padding: clamp(22px, 3vw, 34px) 0;
}

.principles li:last-child {
  border-bottom: 1px solid var(--rule);
}

.principles span {
  color: var(--shadow);
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
  padding-top: 7px;
}

.principles h3 {
  font-size: clamp(34px, 3vw, 48px);
}

.principles p {
  color: var(--graphite);
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 0;
  max-width: 370px;
}

.studio {
  align-items: center;
  background: var(--bone);
  display: grid;
  gap: clamp(36px, 7vw, 110px);
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
}

.studio-image {
  aspect-ratio: 4 / 5;
  border: 1px solid var(--rule);
  margin: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.studio-image::after {
  border: 1px solid rgba(245, 241, 234, 0.42);
  content: "";
  inset: clamp(16px, 2vw, 28px);
  pointer-events: none;
  position: absolute;
}

.studio-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.studio-copy {
  max-width: 700px;
  min-width: 0;
}

.studio-copy h2 {
  margin: 20px 0 27px;
}

.studio-copy dl {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: clamp(32px, 4vw, 48px) 0 0;
}

.studio-copy dl div {
  border-top: 1px solid var(--rule);
  padding-top: 13px;
}

.studio-copy dt {
  color: var(--shadow);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.studio-copy dd {
  font-family: var(--serif);
  font-size: clamp(19px, 1.7vw, 26px);
  font-style: italic;
  line-height: 1.35;
  margin: 0;
}

.contact {
  background: var(--midnight);
  color: var(--bone);
  padding: clamp(74px, 9vw, 132px) clamp(24px, 4vw, 64px) 28px;
}

.contact-inner {
  align-items: start;
  border-bottom: 1px solid rgba(245, 241, 234, 0.16);
  display: grid;
  gap: 30px;
  padding-bottom: clamp(72px, 8vw, 112px);
}

.contact h2 {
  max-width: 980px;
}

.contact .primary-link {
  width: clamp(300px, 28vw, 380px);
  justify-self: start;
}

footer {
  color: var(--brass);
  display: flex;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding-top: 24px;
  text-transform: uppercase;
}

@media (max-width: 880px) {
  .hero-mark {
    opacity: 0.08;
    right: -270px;
    top: 174px;
    width: 920px;
  }

  .site-header {
    align-items: center;
    flex-direction: row;
  }

  .site-header nav {
    display: none;
  }

  .menu-toggle {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(245, 241, 234, 0.24);
    color: var(--bone);
    cursor: pointer;
    display: grid;
    gap: 6px;
    height: 46px;
    justify-items: center;
    padding: 0;
    width: 46px;
  }

  .menu-toggle span[aria-hidden="true"] {
    background: currentColor;
    height: 1px;
    transition: transform 180ms ease;
    width: 18px;
  }

  .menu-backdrop {
    background: rgba(10, 10, 10, 0.52);
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 220ms ease;
    z-index: 4;
  }

  .mobile-menu {
    background: var(--midnight);
    border-left: 1px solid rgba(245, 241, 234, 0.16);
    bottom: 0;
    color: var(--bone);
    display: flex;
    flex-direction: column;
    min-height: 100svh;
    padding: 32px 28px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 260ms cubic-bezier(0.2, 0.7, 0.3, 1);
    width: min(82vw, 340px);
    z-index: 5;
  }

  .menu-open {
    overflow: hidden;
  }

  .menu-open .menu-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .menu-open .mobile-menu {
    transform: translateX(0);
  }

  .mobile-menu-head {
    align-items: center;
    border-bottom: 1px solid rgba(245, 241, 234, 0.16);
    display: flex;
    justify-content: space-between;
    padding-bottom: 22px;
  }

  .menu-close {
    background: transparent;
    border: 1px solid rgba(245, 241, 234, 0.24);
    color: var(--bone);
    cursor: pointer;
    display: grid;
    height: 42px;
    padding: 0;
    place-items: center;
    position: relative;
    width: 42px;
  }

  .menu-close span[aria-hidden="true"] {
    background: currentColor;
    height: 1px;
    position: absolute;
    width: 18px;
  }

  .menu-close span[aria-hidden="true"]:first-of-type {
    transform: rotate(45deg);
  }

  .menu-close span[aria-hidden="true"]:last-of-type {
    transform: rotate(-45deg);
  }

  .mobile-menu nav {
    display: grid;
    margin-top: 42px;
  }

  .mobile-menu nav a {
    border-bottom: 1px solid rgba(245, 241, 234, 0.16);
    font-family: var(--serif);
    font-size: clamp(34px, 8vw, 46px);
    font-weight: 300;
    line-height: 1;
    padding: 20px 0;
  }

  .mobile-menu-note {
    color: var(--brass);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    line-height: 1.6;
    margin: auto 0 0;
    text-transform: uppercase;
  }

  .hero-content {
    padding-top: 72px;
  }

  .hero-meta,
  .method,
  .studio {
    grid-template-columns: 1fr;
  }

  .principles li {
    grid-template-columns: 52px 1fr;
  }

  .principles p {
    grid-column: 2;
  }

  .studio-image {
    justify-self: start;
    max-width: 620px;
  }
}

@media (max-width: 560px) {
  .hero {
    padding: 24px 24px 28px;
  }

  .hero-mark {
    opacity: 0.13;
    right: -138px;
    top: clamp(172px, 25svh, 212px);
    width: min(146vw, 620px);
  }

  .brand span {
    font-size: 11px;
  }

  .hero-content {
    padding-top: clamp(38px, 7svh, 56px);
  }

  h1 {
    font-size: clamp(66px, 17vw, 92px);
    margin-bottom: 24px;
    margin-top: 18px;
  }

  .hero-lede {
    font-size: clamp(20px, 5.5vw, 24px);
    line-height: 1.35;
  }

  .hero-actions,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-actions {
    margin-top: 28px;
  }

  .hero-meta {
    bottom: 28px;
    justify-content: flex-end;
  }

  .primary-link {
    width: 100%;
  }

  .hero .primary-link {
    min-width: min(100%, 260px);
    width: auto;
  }

  .contact .primary-link {
    width: 88%;
  }

  .principles li {
    gap: 10px 16px;
    grid-template-columns: 42px 1fr;
  }

  .studio-copy dl {
    grid-template-columns: 1fr;
  }
}
