:root {
  color-scheme: dark;
  --bg: #e8e4dc;
  --black: #050505;
  --panel: #0a0a0a;
  --ink: #f2f0ea;
  --muted: rgba(242, 240, 234, 0.58);
  --faint: rgba(242, 240, 234, 0.14);
  --line: rgba(242, 240, 234, 0.18);
  --accent: #f5f2ea;
  --max: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--bg);
  font-family: "Inter Tight", Inter, Arial, sans-serif;
  letter-spacing: 0;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

.site-frame {
  width: min(100% - 24px, var(--max));
  min-height: calc(100svh - 24px);
  margin: 12px auto;
  overflow: clip;
  background: var(--black);
}

.topbar {
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 20;
  width: min(100% - 24px, var(--max));
  min-height: 64px;
  display: grid;
  grid-template-columns: 120px 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 0 24px;
  color: var(--ink);
  mix-blend-mode: difference;
  transform: translateX(-50%);
}

.brand svg {
  width: 32px;
  height: auto;
  fill: currentColor;
}

.topbar a,
.topbar span {
  font-size: 12px;
  line-height: 1.1;
}

.topbar__mail {
  justify-self: start;
  position: relative;
  padding-left: 14px;
}

.topbar__mail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
}

.topbar__nav,
.topbar__right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.topbar__nav {
  justify-content: center;
}

.topbar__right {
  justify-content: end;
  gap: 18px;
}

.topbar__right a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.topbar__right a::after {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: calc(100svh - 24px);
  isolation: isolate;
  overflow: clip;
  background:
    radial-gradient(circle at 76% 42%, rgba(255, 255, 255, 0.1), transparent 34%),
    #050505;
}

.hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  opacity: 0.88;
}

.hero__wash {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.5) 39%, rgba(5, 5, 5, 0.2) 70%, rgba(5, 5, 5, 0.72)),
    linear-gradient(0deg, rgba(5, 5, 5, 0.84), transparent 46%);
}

.hero__micro {
  position: absolute;
  top: 126px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(11px, 0.8vw, 13px);
  line-height: 1.18;
}

.hero__micro--left {
  left: 26px;
  max-width: 220px;
}

.hero__micro--center {
  left: 50%;
  transform: translateX(-50%);
}

.hero__micro--right {
  right: 26px;
}

.hero__headline {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
}

.hero__headline p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.2;
}

.hero h1 {
  max-width: 980px;
  margin: 0;
  color: var(--accent);
  font-size: clamp(64px, 11vw, 168px);
  font-weight: 300;
  line-height: 0.86;
  letter-spacing: 0;
}

.scroll-cue {
  position: absolute;
  right: 26px;
  bottom: 24px;
  color: var(--muted);
  font-size: 12px;
}

.scroll-cue::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.mobile-only {
  display: none;
}

.intro-section,
.work-section,
.prices-section,
.contact-section {
  border-top: 1px solid var(--line);
  background: var(--black);
}

.section-label {
  color: var(--muted);
  font-size: 12px;
}

.intro-section {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 48px;
  padding: 120px 26px;
}

.intro-section__copy h2,
.work-section__head h2,
.prices-section__head h2,
.contact-section h2 {
  margin: 0;
  color: var(--ink);
  font-weight: 300;
  letter-spacing: 0;
}

.intro-section__copy h2 {
  max-width: 980px;
  font-size: clamp(42px, 7vw, 104px);
  line-height: 0.95;
}

.intro-section__copy p {
  max-width: 680px;
  margin: 34px 0 0 auto;
  color: var(--muted);
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 300;
  line-height: 1.32;
}

.studio-shot {
  grid-column: 2;
  margin: 36px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
}

.studio-shot img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.work-section {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 48px;
  padding: 120px 26px 140px;
}

.work-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 48px;
  align-items: end;
}

.work-section__head h2 {
  max-width: 760px;
  font-size: clamp(48px, 7vw, 112px);
  line-height: 0.9;
}

.work-section__head p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.3vw, 21px);
  font-weight: 300;
  line-height: 1.34;
}

.work-grid {
  grid-column: 2;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 18px;
  margin-top: 54px;
}

.work-card {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0b0b0b;
}

.work-card--tall {
  margin-top: 92px;
}

.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.94;
}

.work-card div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink);
}

.work-card span {
  color: var(--muted);
  font-size: 12px;
}

.work-card h3 {
  margin: 0;
  font-size: clamp(32px, 4vw, 68px);
  font-weight: 300;
  line-height: 0.94;
}

.prices-section {
  padding: 110px 26px 128px;
}

.prices-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
}

.prices-section__head h2 {
  font-size: clamp(64px, 11vw, 170px);
  line-height: 0.86;
}

.prices-section__head a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 14px;
}

.prices-section__head a::after {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

.price-list {
  margin-top: 64px;
  border-top: 1px solid var(--line);
}

.price-row {
  min-height: 94px;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 140px 140px;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.price-row span,
.price-row em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.price-row strong,
.price-row b {
  font-size: clamp(24px, 2.3vw, 38px);
  font-weight: 300;
  line-height: 1;
}

.price-row b {
  justify-self: end;
}

.contact-section {
  min-height: 70svh;
  display: grid;
  align-content: space-between;
  gap: 80px;
  padding: 110px 26px 26px;
}

.contact-section__title {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 48px;
}

.contact-section__title span {
  color: var(--muted);
  font-size: 12px;
}

.contact-section h2 {
  max-width: 1050px;
  font-size: clamp(54px, 9.6vw, 148px);
  line-height: 0.9;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  font-style: normal;
}

.contact-grid a,
.contact-grid span {
  min-height: 132px;
  display: flex;
  align-items: end;
  padding: 16px;
  color: var(--ink);
  border: 1px solid var(--line);
  font-size: clamp(16px, 1.3vw, 22px);
  font-weight: 300;
  line-height: 1.18;
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: 48px 1fr auto;
    gap: 14px;
  }

  .topbar__mail,
  .topbar__right span {
    display: none;
  }

  .topbar__nav {
    justify-content: start;
  }

  .intro-section,
  .work-section,
  .contact-section__title {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .studio-shot,
  .work-grid {
    grid-column: auto;
  }

  .work-section__head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .work-card,
  .work-card--tall {
    min-height: 560px;
    margin-top: 0;
  }

  .price-row {
    grid-template-columns: 52px minmax(0, 1fr) 92px;
  }

  .price-row em {
    display: none;
  }

  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-frame {
    width: 100%;
    min-height: 100svh;
    margin: 0;
  }

  .topbar {
    top: 0;
    width: 100%;
    min-height: 58px;
    grid-template-columns: 36px 1fr auto;
    padding: 0 16px;
  }

  .topbar__nav {
    display: none;
  }

  .topbar__right {
    display: flex;
    grid-column: 2 / -1;
    justify-content: end;
    gap: 12px;
    min-width: 0;
  }

  .topbar__right a {
    font-size: 10px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero__image {
    object-position: 66% center;
  }

  .hero__wash {
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.36) 72%),
      linear-gradient(0deg, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.1) 58%);
  }

  .hero__micro {
    top: 88px;
  }

  .hero__micro--left {
    left: 16px;
  }

  .hero__micro--center,
  .hero__micro--right,
  .scroll-cue {
    display: none;
  }

  .hero__headline {
    left: 16px;
    right: 16px;
    bottom: 22px;
  }

  .hero h1 {
    font-size: clamp(52px, 16vw, 70px);
  }

  .mobile-only {
    display: block;
  }

  .intro-section,
  .work-section,
  .prices-section,
  .contact-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro-section,
  .work-section {
    padding-top: 82px;
    padding-bottom: 92px;
  }

  .intro-section__copy p {
    margin: 28px 0 0;
  }

  .studio-shot img {
    aspect-ratio: 4 / 5;
  }

  .work-grid {
    gap: 12px;
    margin-top: 40px;
  }

  .work-card {
    min-height: 520px;
  }

  .prices-section {
    padding-top: 82px;
    padding-bottom: 92px;
  }

  .prices-section__head {
    align-items: start;
    flex-direction: column;
  }

  .prices-section__head a {
    margin-bottom: 0;
  }

  .price-list {
    margin-top: 42px;
  }

  .price-row {
    min-height: 82px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .price-row strong,
  .price-row b {
    font-size: 23px;
  }

  .contact-section {
    min-height: auto;
    padding-top: 82px;
  }

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