:root {
  --ink: #0c0b09;
  --paper: #eee9df;
  --paper-soft: #ddd4c7;
  --moss: #53613d;
  --moss-deep: #151a12;
  --red: #7d211c;
  --gold: #c2aa73;
  --muted: #6f665a;
  --line: rgba(17, 17, 15, 0.14);
  --white: #fffaf0;
  --shadow: 0 28px 90px rgba(12, 11, 9, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(12, 11, 9, 0.035) 1px, transparent 1px) 0 0 / 74px 74px,
    linear-gradient(180deg, rgba(194, 170, 115, 0.08), transparent 360px),
    var(--paper);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", Georgia, serif;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  content: "";
  background-image:
    radial-gradient(rgba(12, 11, 9, 0.08) 0.55px, transparent 0.55px),
    linear-gradient(180deg, rgba(255, 250, 240, 0.04), rgba(12, 11, 9, 0.04));
  background-size: 3px 3px, 100% 100%;
  mix-blend-mode: multiply;
  opacity: 0.28;
}

body::selection {
  background: var(--gold);
  color: var(--ink);
}

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

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(20px, 4vw, 56px);
  color: #fffaf0;
  background: linear-gradient(180deg, rgba(9, 11, 7, 0.58), rgba(9, 11, 7, 0));
  border: 0;
}

.site-nav__brand {
  color: #fffaf0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-nav > div {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
}

.site-nav a {
  color: rgba(255, 250, 240, 0.84);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.site-nav a:hover {
  color: #fffaf0;
}

@media (max-width: 760px) {
  .site-nav {
    align-items: flex-start;
    padding: 16px 14px;
  }

  .site-nav > div {
    max-width: 64vw;
    justify-content: flex-end;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: none;
  }

  .site-nav > div::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    flex: 0 0 auto;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(20px, 4vw, 56px);
  color: var(--white);
  mix-blend-mode: difference;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, mix-blend-mode 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  border-bottom: 1px solid rgba(255, 250, 240, 0.12);
  background: rgba(12, 11, 9, 0.78);
  color: var(--white);
  mix-blend-mode: normal;
  backdrop-filter: blur(18px);
}

.brand {
  display: grid;
  gap: 3px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand span:last-child {
  color: rgba(255, 250, 240, 0.72);
  font-size: 10px;
}

.nav {
  display: flex;
  gap: clamp(16px, 3vw, 34px);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero::after {
  position: absolute;
  inset: auto clamp(22px, 4vw, 56px) 26px;
  z-index: 2;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(255, 250, 240, 0.58), transparent);
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.1) brightness(0.86);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 8, 6, 0.88) 0%, rgba(7, 8, 6, 0.54) 44%, rgba(7, 8, 6, 0.12) 100%),
    linear-gradient(180deg, rgba(7, 8, 6, 0.52) 0%, transparent 36%, rgba(7, 8, 6, 0.76) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100svh;
  width: min(760px, 100%);
  flex-direction: column;
  justify-content: center;
  padding: 120px clamp(22px, 7vw, 92px) 88px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 22px;
  color: var(--gold);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 700px;
  margin-bottom: 28px;
  font-size: 92px;
  font-weight: 400;
  line-height: 1.04;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.06;
}

h3 {
  font-size: 21px;
  font-weight: 400;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 36px;
  color: rgba(255, 250, 240, 0.84);
  font-size: 18px;
  line-height: 2;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
  color: rgba(255, 250, 240, 0.68);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-meta span {
  border: 1px solid rgba(255, 250, 240, 0.22);
  padding: 8px 10px;
  background: rgba(12, 11, 9, 0.22);
  backdrop-filter: blur(8px);
}

.hero-note {
  max-width: 500px;
  margin: 0 0 32px;
  color: rgba(255, 250, 240, 0.72);
  font-size: 14px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  padding: 0 26px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  border-color: var(--gold);
  background: linear-gradient(135deg, #d7c18a, var(--gold));
  color: var(--ink);
  box-shadow: 0 14px 36px rgba(194, 170, 115, 0.22);
}

.button.secondary {
  color: var(--white);
}

.scroll-mark {
  position: absolute;
  right: clamp(20px, 4vw, 56px);
  bottom: 38px;
  z-index: 2;
  color: rgba(255, 250, 240, 0.72);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.section {
  padding: clamp(76px, 11vw, 150px) clamp(22px, 6vw, 82px);
  scroll-margin-top: 92px;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: start;
}

.intro-copy,
.work-text,
.inquiry-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 2.15;
}

.portrait-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  margin: clamp(58px, 8vw, 110px) 0 0;
}

.portrait-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  box-shadow: var(--shadow);
  filter: saturate(0.84) contrast(1.08);
}

.portrait-feature figcaption {
  margin: 0;
  padding-bottom: 8px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
}

.dark {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.04) 1px, transparent 1px) 0 0 / 78px 78px,
    linear-gradient(135deg, rgba(125, 33, 28, 0.22), transparent 42%),
    radial-gradient(circle at 82% 18%, rgba(194, 170, 115, 0.12), transparent 26%),
    var(--moss-deep);
}

.proof-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.proof h2 {
  width: min(860px, 100%);
  margin-bottom: 28px;
}

.proof-lead {
  width: min(660px, 100%);
  margin: 0 0 72px auto;
  color: rgba(255, 250, 240, 0.7);
  font-size: 17px;
  line-height: 2;
}

.proof-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 250, 240, 0.16);
}

.proof-list div {
  min-height: 210px;
  padding: 32px;
  background: rgba(21, 26, 18, 0.92);
  transition: background 180ms ease, transform 180ms ease;
}

.proof-list div:hover {
  background: rgba(28, 34, 23, 0.98);
  transform: translateY(-3px);
}

.proof-list span {
  display: block;
  margin-bottom: 30px;
  color: var(--gold);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.proof-list p {
  color: rgba(255, 250, 240, 0.72);
  line-height: 1.9;
}

.section-heading {
  display: grid;
  gap: 18px;
  width: min(900px, 100%);
  margin-bottom: clamp(42px, 7vw, 84px);
}

.work-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.media-frame {
  margin: 0;
}

.media-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.media-frame figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.gallery-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: clamp(20px, 4vw, 42px);
  margin-top: clamp(54px, 8vw, 96px);
  align-items: stretch;
}

.gallery-strip figure {
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.gallery-strip img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
}

.quote {
  display: grid;
  gap: 32px;
  background:
    linear-gradient(90deg, rgba(12, 11, 9, 0.06) 1px, transparent 1px) 0 0 / 96px 96px,
    var(--paper-soft);
}

.quote-rule {
  width: 72px;
  height: 1px;
  background: var(--red);
}

blockquote {
  margin: 0;
  width: min(930px, 100%);
}

blockquote p {
  margin: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.55;
}

.quote-name {
  margin: 0;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.message-video {
  width: min(460px, 100%);
  margin: 18px 0 0;
}

.message-video video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.message-video figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.placement {
  background:
    linear-gradient(90deg, rgba(12, 11, 9, 0.035) 1px, transparent 1px) 0 0 / 84px 84px,
    linear-gradient(180deg, rgba(83, 97, 61, 0.08), transparent 42%),
    var(--paper);
}

.placement-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.placement-grid figure {
  margin: 0;
}

.placement-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.placement-grid figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.placement-copy {
  color: var(--muted);
  font-size: 17px;
  line-height: 2.15;
}

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

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.22);
}

.step {
  min-height: 260px;
  padding: 34px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(238, 233, 223, 0.62);
}

.step span {
  display: block;
  margin-bottom: 48px;
  color: var(--red);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.step p {
  color: var(--muted);
  line-height: 1.9;
}

.inquiry {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  gap: clamp(24px, 5vw, 54px);
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.04) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(135deg, rgba(125, 33, 28, 0.18), transparent 48%),
    var(--ink);
  color: var(--white);
}

.inquiry-copy {
  align-self: start;
}

.inquiry-copy .button {
  margin-top: 22px;
  max-width: 360px;
}

.inquiry-copy p {
  color: rgba(255, 250, 240, 0.72);
}

.inquiry-form {
  display: grid;
  gap: 18px;
}

label {
  display: grid;
  gap: 9px;
  color: rgba(255, 250, 240, 0.72);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 0;
  background: rgba(255, 250, 240, 0.045);
  color: var(--white);
  font: inherit;
  letter-spacing: 0;
  outline: none;
  padding: 15px 14px;
  transition: border-color 180ms ease, background 180ms ease;
}

input:focus,
textarea:focus {
  border-color: var(--gold);
  background: rgba(255, 250, 240, 0.08);
}

textarea {
  resize: vertical;
}

.submit {
  width: 100%;
  cursor: pointer;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: rgba(255, 250, 240, 0.72);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.7;
}

.inquiry-assurance,
.privacy-note {
  margin: 0;
  color: rgba(255, 250, 240, 0.66);
  font-size: 13px;
  line-height: 1.8;
}

.privacy-note {
  color: rgba(255, 250, 240, 0.52);
  font-size: 12px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(22px, 6vw, 82px);
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer p {
  margin: 0;
}

@media (max-width: 840px) {
  .site-header {
    align-items: flex-start;
    padding-top: 18px;
  }

  .nav {
    gap: 12px;
    font-size: 10px;
  }

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

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 38px;
  }

  .hero-copy,
  .hero-note,
  .intro-copy,
  .work-text,
  .inquiry-copy p,
  .proof-lead {
    font-size: 15px;
  }

  blockquote p {
    font-size: 28px;
  }

  .intro-grid,
  .portrait-feature,
  .work-showcase,
  .gallery-strip,
  .placement-grid,
  .inquiry {
    grid-template-columns: 1fr;
  }

  .portrait-feature figcaption {
    font-size: 15px;
  }

  .proof-list,
  .steps {
    grid-template-columns: 1fr;
  }

  .proof-list div,
  .step {
    min-height: auto;
  }

  .footer {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  html {
    scroll-padding-top: 76px;
  }

  .site-header {
    mix-blend-mode: normal;
    color: var(--white);
    padding: 18px 20px 14px;
  }

  .brand {
    max-width: 150px;
  }

  .nav a {
    display: none;
  }

  .nav a:last-child {
    display: inline;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(7, 8, 6, 0.58) 0%, rgba(7, 8, 6, 0.34) 40%, rgba(7, 8, 6, 0.78) 100%),
      linear-gradient(90deg, rgba(7, 8, 6, 0.72), rgba(7, 8, 6, 0.14));
  }

  .button {
    width: 100%;
  }

  .section {
    padding: 64px 22px;
    scroll-margin-top: 76px;
  }

  .portrait-feature {
    margin-top: 48px;
  }

  .gallery-strip img {
    min-height: 260px;
  }

  .proof-lead {
    margin-bottom: 42px;
  }

  .step {
    padding: 28px 24px;
  }

  .step span {
    margin-bottom: 28px;
  }

  .quote {
    gap: 24px;
  }

  .scroll-mark {
    display: none;
  }
}
