@font-face {
  font-family: 'Cormorant Infant';
  font-style: normal; font-weight: 300 700; font-display: swap;
  src: url('fonts/cormorant-infant-normal-300-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Infant';
  font-style: normal; font-weight: 300 700; font-display: swap;
  src: url('fonts/cormorant-infant-normal-300-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Infant';
  font-style: italic; font-weight: 300 700; font-display: swap;
  src: url('fonts/cormorant-infant-italic-300-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/inter-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/inter-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --paper: #FAF6EE;
  --ink: #17130F;
  --ink-soft: #5A544D;
  --rule: #E2D9C9;
  --accent: var(--ink);
  --serif: 'Cormorant Infant', Georgia, serif;
  --sans: 'Inter', system-ui, sans-serif;
  --wrap: 1120px;
  --serif-weight: 400;
  --serif-tighten: 0em;

  --mark: #B23A2F;
  --mark-on-ink: #D96A52;

  --band-soft: #F2ECE2;
}

h1, h2, h3, .band span {
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
h1 { font-size: clamp(27px, 3.4vw, 44px); line-height: 1.16; }
h2 { font-size: clamp(24px, 2.7vw, 34px); line-height: 1.22; }
h3 { font-size: clamp(19px, 1.9vw, 24px); }

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 40px; }

.kicker {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0;
}
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: var(--serif-weight);
  letter-spacing: var(--serif-tighten);
  margin: 0;

  text-wrap: balance;
}
h1 { font-size: clamp(32px, 3.6vw, 48px); line-height: 1.12; }
h2 { font-size: clamp(26px, 2.6vw, 34px); line-height: 1.2; }
h3 { font-size: clamp(24px, 2.4vw, 30px); line-height: 1.15; }

p  { margin: 0; color: var(--ink-soft); text-wrap: pretty; }

.mk { color: var(--mark); }
.band .mk { color: var(--mark-on-ink); }

.top {
  position: sticky; top: 0; z-index: 40;
  background: rgba(250, 246, 238, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--rule);
}
.top-in { display: flex; align-items: center; gap: 40px; height: 64px; }
.brand { display: block; line-height: 0; }
.brand img { width: 168px; height: auto; display: block; mix-blend-mode: multiply; }
.nav { display: flex; gap: 26px; font-size: 14px; }
.nav a { color: var(--ink); text-decoration: none; padding-bottom: 2px; }
.nav a.on { border-bottom: 1px solid var(--ink); }
.langs { margin-left: auto; display: flex; gap: 4px; font-size: 11px; letter-spacing: 0.18em; }
.langs span, .langs a { padding: 5px 9px; color: var(--ink-soft); text-decoration: none; }
.langs .on { background: var(--accent); color: var(--paper); }

.hero { padding: 104px 0 132px; }
.hero .wrap { max-width: 1320px; }
.hero-in { display: grid; grid-template-columns: 1.22fr 0.78fr; gap: 56px; align-items: center; }
.hero h1 { margin-bottom: 26px; }

.hero h1 em { font-style: italic; display: block; margin-top: 0.52em; }
.hero p { max-width: 30em; margin-bottom: 34px; }
.hero img { width: 100%; height: auto; display: block; }

.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 15px 30px;
  background: var(--accent); color: var(--paper);
  text-decoration: none;
  transition: opacity .2s;
}
.btn:hover { opacity: .82; }
.btn-ghost {
  background: transparent; color: var(--ink);
  border: 1px solid var(--ink);
}

.band {
  background: var(--ink); color: var(--paper);
  text-align: center;
  padding: 26px 20px;

  text-wrap: balance;
}
.band span {
  font-family: var(--serif);
  font-weight: var(--serif-weight);
  font-size: clamp(20px, 2.2vw, 28px);
  letter-spacing: 0.04em;
}

.intro { padding: 76px 0 0; text-align: center; }
.intro p { max-width: 40em; margin: 0 auto; font-size: 15px; text-wrap: pretty; }
.sep { display: block; width: 64px; height: 1px; background: var(--rule); margin: 76px auto 0; }

.approach { padding: 76px 0 104px; }
.approach-in { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px; }
.approach .kicker { margin-bottom: 26px; }
.approach h3 { margin-bottom: 20px; max-width: 12em; }
.approach p { font-size: 14px; max-width: 26em; }

.work { padding: 104px 0 96px; }
.hero-sub { max-width: 30em; margin-top: 30px; font-size: 15px; }

.strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.strip figure { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 22px; }
.strip img { width: 100%; height: auto; display: block; }

.tag {
  position: relative; display: inline-block;
  padding: 11px 20px;
  font-family: var(--sans);
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink); white-space: nowrap;
}
.ring {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  overflow: visible; opacity: 0.68;
}

.work-cta { text-align: center; margin: 78px 0 0; }
.chalked {
  position: relative; display: inline-block;
  padding: 16px 34px;
  font-family: var(--sans);
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
}
.chalk {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  color: #6B6055;
  transition: opacity .2s;
}
.chalked span { position: relative; }
.chalked:hover .chalk { opacity: .7; }

.contact { padding: 90px 0 120px; text-align: center; border-top: 1px solid var(--rule); }
.contact .kicker { margin-bottom: 24px; }
.contact h2 { max-width: 16em; margin: 0 auto 38px; }

.foot { border-top: 1px solid var(--rule); padding: 60px 0 44px; text-align: center; }
.foot-mark {
  display: block;
  width: min(380px, 68vw);
  height: auto;
  margin: 0 auto;
  mix-blend-mode: multiply;
}
.foot .kicker { margin: 30px 0 10px; }
.foot small { color: var(--ink-soft); font-size: 13px; }

@media (max-width: 900px) {
  .wrap { padding: 0 22px; }
  .wide-only { display: none; }
  .hero { padding: 56px 0 64px; }
  .hero-in { grid-template-columns: 1fr; gap: 38px; }

  .top-in { flex-wrap: wrap; height: auto; gap: 0; padding: 11px 22px 0; }
  .brand img { width: 138px; }
  .nav { order: 3; width: 100%; justify-content: center; gap: 30px; margin-top: 9px; padding-bottom: 9px; }
  .approach { padding: 58px 0 62px; }
  .approach-in { grid-template-columns: 1fr; gap: 46px; }
  .approach .kicker { margin-bottom: 16px; }
  .intro { padding: 0 0 54px; }
  .intro h2 { margin-bottom: 20px; }
  .work { padding: 64px 0 60px; }
  .work-head { margin-bottom: 46px; }
  .strip { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .contact { padding: 64px 0 80px; }
}

.cases-head { padding: 88px 0 0; text-align: center; }
.cases-head h1 { max-width: 15em; margin: 22px auto 0; }
.cases-head h1 em { font-style: italic; display: block; margin-top: 0.52em; }
.cases { padding: 0 0 96px; }
.cases-b { padding-top: 96px; padding-bottom: 40px; }

.plate { margin: 0 0 78px; }
.pair { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-bottom: 78px; }
.pair .plate { margin: 0; }
.cases > .wrap > *:last-child { margin-bottom: 0; }

.plate-shot {
  border: 1px solid var(--rule);
  line-height: 0;
  background: var(--paper);
}
.plate-shot a { display: block; line-height: 0; cursor: zoom-in; }
.plate-shot img { width: 100%; height: auto; display: block; }

@media (max-width: 900px) {
  .cases-head { padding: 46px 0 0; }
  .cases-head h1 { margin-top: 16px; }
  .cases { padding-bottom: 58px; }

  .plate { margin-bottom: 40px; }
  .pair { grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 40px; }

  .plate-scene img { aspect-ratio: 1 / 1; object-fit: cover; object-position: center; }
}

.plate-scene { line-height: 0; }
.plate-scene img { width: 100%; height: auto; display: block; }
.plate a.go { display: block; line-height: 0; text-decoration: none; }
.plate a.go img { transition: opacity .25s; }
.plate a.go:hover img { opacity: .86; }

.case-head {
  position: sticky; top: 65px; z-index: 30;
  background: var(--band-soft);
  padding: 8px 0 7px;
}

.crumb { letter-spacing: 0.16em; white-space: nowrap; }
.crumb a { text-decoration: none; color: var(--ink-soft); }
.crumb a:hover { color: var(--ink); }
.crumb b { font-weight: 500; color: var(--ink); }
.sepdot { margin: 0 .75em; color: var(--ink-soft); }
.case { padding: 34px 0 90px; }

.case .scene { line-height: 0; }
.case .scene img, .case .shot img { width: 100%; height: auto; display: block; }

.case .shot { border: 1px solid var(--rule); line-height: 0; background: var(--paper); }
.case .shot a { display: block; line-height: 0; cursor: zoom-in; }

.lift { box-shadow: 0 20px 44px rgba(23, 19, 15, .12); }

.case-jia .scene { max-width: 560px; margin: 0 auto 78px; }

.case-yi { background: #F3EDE4; padding-top: 64px; padding-bottom: 64px; }
.case-yi .case-in { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: 60px; align-items: start; }

.case-yi .scene { position: sticky; top: 115px; }
.case-yi .page-col { padding: 14px; background: #fff; }

.case-nav { display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid var(--rule); padding: 26px 0 0; }
.case-nav a { text-decoration: none; color: var(--ink-soft); }
.case-nav a:hover { color: var(--ink); }

@media (max-width: 900px) {

  .case-head { top: 87px; padding: 7px 0 6px; }

  .case .scene img { aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
  .crumb { font-size: 10px; letter-spacing: 0.06em; }
  .sepdot { margin: 0 .5em; }
  .case { padding: 22px 0 56px; }
  .case-jia .scene { max-width: 100%; margin-bottom: 40px; }

  .case-yi { padding-top: 34px; padding-bottom: 34px; }
  .case-yi .case-in { grid-template-columns: 1fr; gap: 34px; }
  .case-yi .scene { position: static; }
  .case-yi .page-col { padding: 8px; }
}
