:root {
  --ink: #11110f;
  --muted: #67645d;
  --paper: #f7f4ec;
  --paper-soft: #fbfaf6;
  --line: #d8d2c3;
  --olive: #5f633c;
  --stone: #c9c1b2;
  --night: #181713;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Avenir Next, Arial, sans-serif;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px clamp(22px, 4vw, 64px);
  border-bottom: 1px solid rgba(216, 210, 195, 0.78);
  background: rgba(247, 244, 236, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.brand-mark {
  width: 50px;
  height: 31px;
  object-fit: contain;
  object-position: center;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

nav a,
.button {
  text-decoration: none;
}

nav a:hover {
  color: var(--ink);
}

nav a[aria-current="page"] {
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1.28fr);
  min-height: calc(100vh - 73px);
  padding: clamp(42px, 7vw, 104px) clamp(22px, 5vw, 78px) 38px;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

.hero-copy {
  max-width: 620px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  overflow-wrap: normal;
  text-wrap: balance;
}

p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  line-height: 0.95;
}

h1 {
  max-width: 760px;
  font-size: clamp(64px, 8vw, 120px);
}

h2 {
  max-width: 740px;
  font-size: clamp(42px, 6.4vw, 92px);
}

h3 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 500;
  line-height: 1.08;
}

.hero-text {
  max-width: 560px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.button.primary {
  color: var(--paper-soft);
  background: var(--ink);
}

.button.secondary {
  color: var(--ink);
  background: transparent;
}

.button.light {
  border-color: var(--paper-soft);
  color: var(--ink);
  background: var(--paper-soft);
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: min(64vw, 610px);
  place-items: center;
  overflow: hidden;
  border-left: 1px solid var(--line);
}

.hero-visual::before,
.hero-visual::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(17, 17, 15, 0.14);
}

.hero-visual::before {
  width: 74%;
  aspect-ratio: 1;
  border-radius: 50%;
}

.hero-visual::after {
  width: 52%;
  height: 72%;
}

.hero-preview {
  min-height: min(64vw, 650px);
}

.hero-preview::before,
.hero-preview::after {
  pointer-events: none;
}

.hero-video {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 1080px);
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border: 1px solid rgba(17, 17, 15, 0.18);
  background: var(--night);
  box-shadow: 0 28px 70px rgba(17, 17, 15, 0.12);
}

.composition {
  position: relative;
  z-index: 1;
  width: min(86%, 560px);
  min-height: 470px;
}

.composition-panel {
  position: absolute;
  border: 1px solid rgba(17, 17, 15, 0.18);
  background: rgba(251, 250, 246, 0.74);
  backdrop-filter: blur(8px);
}

.main-panel {
  inset: 38px 56px 44px 24px;
  display: grid;
  align-content: end;
  padding: 34px;
}

.main-panel::before {
  position: absolute;
  top: 34px;
  right: 34px;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(17, 17, 15, 0.22);
  border-radius: 50%;
  content: "";
}

.panel-rule {
  width: 58px;
  height: 1px;
  margin-bottom: 22px;
  background: var(--ink);
}

.panel-title {
  margin-bottom: 30px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.panel-line {
  display: block;
  width: 72%;
  height: 12px;
  margin-top: 13px;
  background: var(--ink);
}

.panel-line.wide {
  width: 88%;
}

.panel-line.short {
  width: 46%;
}

.side-panel {
  top: 0;
  right: 0;
  display: grid;
  width: 184px;
  min-height: 150px;
  align-content: space-between;
  padding: 20px;
}

.side-panel span {
  color: var(--olive);
  font-size: 13px;
  font-weight: 700;
}

.side-panel strong {
  max-width: 130px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.02;
}

.note-panel {
  right: 26px;
  bottom: 0;
  display: grid;
  width: 230px;
  min-height: 126px;
  align-content: center;
  padding: 22px;
}

.note-panel span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.note-panel strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.intro {
  padding: clamp(54px, 8vw, 112px) clamp(22px, 5vw, 78px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-soft);
}

.intro p {
  max-width: 1030px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4.2vw, 58px);
  line-height: 1.12;
}

.section {
  padding: clamp(64px, 9vw, 130px) clamp(22px, 5vw, 78px);
}

.section-heading {
  display: grid;
  gap: 4px;
  margin-bottom: clamp(34px, 5vw, 70px);
}

.work-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
}

.work-item {
  display: grid;
  gap: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.work-item.large {
  grid-row: span 2;
}

.work-image {
  min-height: 310px;
  background:
    linear-gradient(135deg, rgba(17, 17, 15, 0.16), rgba(255, 255, 255, 0.1)),
    radial-gradient(circle at 62% 32%, rgba(119, 122, 85, 0.48), transparent 26%),
    linear-gradient(120deg, #ece5d6, #bdb4a5);
}

.work-item.large .work-image {
  min-height: 670px;
}

.work-image.atelier {
  background:
    linear-gradient(90deg, rgba(17, 17, 15, 0.78) 0 16%, transparent 16% 100%),
    linear-gradient(135deg, #f3efe5, #c9c1b2);
}

.work-image.launch {
  background:
    linear-gradient(0deg, transparent 0 48%, rgba(17, 17, 15, 0.18) 48% 49%, transparent 49%),
    linear-gradient(90deg, transparent 0 58%, rgba(119, 122, 85, 0.28) 58% 59%, transparent 59%),
    linear-gradient(135deg, #ded7ca, #f9f6ef);
}

.replacement-image {
  background:
    linear-gradient(90deg, rgba(17, 17, 15, 0.82) 0 22%, transparent 22%),
    linear-gradient(0deg, transparent 0 54%, rgba(17, 17, 15, 0.16) 54% 55%, transparent 55%),
    radial-gradient(circle at 64% 38%, rgba(119, 122, 85, 0.42), transparent 25%),
    linear-gradient(135deg, #e8e1d3, #c7beae);
}

.launch-mosaic {
  display: grid;
  min-height: 310px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(17, 17, 15, 0.14);
  background: var(--paper-soft);
}

.mosaic-cell,
.mosaic-video {
  min-width: 0;
  aspect-ratio: 1;
  border: 0;
}

.mosaic-cell {
  display: grid;
  align-content: space-between;
  padding: 18px;
  border-right: 1px solid rgba(17, 17, 15, 0.14);
  border-bottom: 1px solid rgba(17, 17, 15, 0.14);
  background: linear-gradient(135deg, #f4f0e7, #d8d0c1);
}

.mosaic-cell span {
  color: var(--olive);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mosaic-cell strong {
  max-width: 150px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(21px, 2.2vw, 29px);
  font-weight: 500;
  line-height: 1.02;
}

.mosaic-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom: 1px solid rgba(17, 17, 15, 0.14);
  background: var(--night);
}

.mosaic-line {
  position: relative;
  border-bottom: 0;
}

.mosaic-line::before,
.mosaic-line::after {
  position: absolute;
  content: "";
  background: rgba(17, 17, 15, 0.22);
}

.mosaic-line::before {
  top: 50%;
  left: 18px;
  right: 18px;
  height: 1px;
}

.mosaic-line::after {
  top: 18px;
  bottom: 18px;
  left: 50%;
  width: 1px;
}

.mosaic-stat {
  border-right: 0;
  border-bottom: 0;
  background: linear-gradient(135deg, #ece6d8, #fbfaf6);
}

.work-video {
  display: block;
  width: 100%;
  min-height: 310px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--night);
}

.feature-video {
  min-height: 670px;
  aspect-ratio: 3 / 4;
  object-position: 50% 50%;
}

.playable-video {
  cursor: pointer;
}

.work-kicker {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(34px, 7vw, 92px);
  border-top: 1px solid var(--line);
}

.sticky-heading {
  align-self: start;
  position: sticky;
  top: 118px;
  margin-bottom: 0;
}

.capability-list {
  display: grid;
  gap: 0;
}

.capability-list article,
.process-steps article {
  display: grid;
  grid-template-columns: 56px minmax(210px, max-content) minmax(220px, 1fr);
  gap: 22px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.capability-list h3,
.process-steps h3 {
  font-size: clamp(22px, 2vw, 30px);
  white-space: nowrap;
}

.capability-list span,
.process-steps span {
  color: var(--olive);
  font-size: 13px;
  font-weight: 700;
}

.capability-list p,
.process-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.quote-band {
  padding: clamp(58px, 8vw, 112px) clamp(22px, 5vw, 78px);
  color: var(--paper-soft);
  background: var(--night);
}

.quote-band p {
  max-width: 900px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 7vw, 104px);
  line-height: 1;
}

.process {
  background: var(--paper-soft);
}

.process-steps {
  display: grid;
}

.text-link {
  display: inline-flex;
  margin-top: 34px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.process-hero {
  display: grid;
  gap: 28px;
  padding: clamp(70px, 10vw, 150px) clamp(22px, 5vw, 78px) clamp(56px, 8vw, 116px);
  border-bottom: 1px solid var(--line);
}

.process-hero h1 {
  max-width: 1040px;
  font-size: clamp(54px, 8vw, 118px);
}

.process-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
}

.process-map {
  display: grid;
  padding: 0 clamp(22px, 5vw, 78px);
  background: var(--paper-soft);
}

.process-map article {
  display: grid;
  grid-template-columns: 70px minmax(280px, 0.9fr) minmax(280px, 1fr);
  gap: clamp(22px, 5vw, 62px);
  padding: clamp(34px, 5vw, 68px) 0;
  border-bottom: 1px solid var(--line);
}

.process-map span,
.decision-grid span {
  color: var(--olive);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.process-map h2 {
  font-size: clamp(34px, 4.6vw, 64px);
}

.process-map p {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--muted);
}

.process-map ul {
  display: grid;
  align-content: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-map li {
  padding: 16px 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-weight: 600;
}

.decision-section {
  border-top: 0;
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.decision-grid article {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 520px;
  padding: 28px;
  border: 1px solid var(--line);
  background: rgba(251, 250, 246, 0.58);
}

.decision-grid h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 3.6vw, 50px);
}

.decision-grid p {
  margin: 0;
  color: var(--muted);
}

.decision-grid strong {
  margin-top: 14px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.value-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 1.05fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: end;
  padding: clamp(58px, 8vw, 112px) clamp(22px, 5vw, 78px);
  color: var(--paper-soft);
  background: var(--night);
}

.value-band .eyebrow {
  color: var(--stone);
}

.value-band h2 {
  font-size: clamp(42px, 6vw, 84px);
}

.value-band p:not(.eyebrow) {
  margin: 0;
  color: rgba(251, 250, 246, 0.74);
  font-size: clamp(18px, 2vw, 23px);
}

.compact-contact {
  min-height: 56vh;
}

.contact {
  display: grid;
  min-height: 72vh;
  align-content: center;
  justify-items: start;
  padding: clamp(64px, 9vw, 130px) clamp(22px, 5vw, 78px);
  color: var(--paper-soft);
  background:
    linear-gradient(rgba(17, 17, 15, 0.9), rgba(17, 17, 15, 0.9)),
    linear-gradient(135deg, var(--night), #5b5f40);
}

.contact .eyebrow {
  color: var(--stone);
}

.contact h2 {
  margin-bottom: 34px;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .hero,
  .split,
  .work-grid,
  .process-map article,
  .decision-grid,
  .value-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 420px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .hero-video {
    width: min(94%, 780px);
  }

  .work-item.large .work-image {
    min-height: 420px;
  }

  .feature-video {
    min-height: 420px;
  }

  .sticky-heading {
    position: static;
  }

  .capability-list article,
  .process-steps article {
    grid-template-columns: 44px 1fr;
  }

  .capability-list p,
  .process-steps p {
    grid-column: 2;
  }

  .process-map article {
    gap: 18px;
  }

  .decision-grid article {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 16px 18px;
  }

  nav {
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    padding-inline: 18px;
  }

  h1 {
    font-size: clamp(58px, 18vw, 88px);
  }

  .process-hero h1 {
    font-size: clamp(46px, 13vw, 62px);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 320px;
  }

  .hero-video {
    width: min(96%, 540px);
  }

  .composition {
    width: min(92%, 420px);
    min-height: 330px;
  }

  .main-panel {
    inset: 34px 20px 40px 0;
    padding: 24px;
  }

  .side-panel {
    width: 144px;
    min-height: 116px;
    padding: 16px;
  }

  .side-panel strong {
    font-size: 21px;
  }

  .note-panel {
    right: 0;
    width: 180px;
    min-height: 100px;
    padding: 18px;
  }

  .note-panel strong {
    font-size: 31px;
  }

  .intro,
  .section,
  .quote-band,
  .contact {
    padding-inline: 18px;
  }
}
