/* PuJue visual refinement: exact brand lockup and a quieter type scale. */
.site-header {
  color: var(--ink);
  background: rgba(241, 238, 229, .96);
  border-color: var(--line);
  backdrop-filter: blur(14px);
  transition: background .35s, border-color .35s, box-shadow .35s;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(241, 238, 229, .985);
  box-shadow: 0 6px 24px rgba(23, 22, 16, .06);
}

.brand {
  display: block;
  width: clamp(172px, 13vw, 218px);
}

.brand img,
.footer-brand img {
  width: 100%;
  height: auto;
}

.hero-copy {
  padding-top: clamp(145px, 17vh, 195px);
  padding-bottom: 82px;
}

.hero .eyebrow {
  font-size: 10px;
}

.hero h1 {
  font-size: clamp(56px, 6.4vw, 106px);
  line-height: .9;
  letter-spacing: .09em;
}

.hero h1 span:last-child {
  margin-left: .78em;
}

.hero-intro {
  margin: 5vh 0 4.5vh;
  font-size: 17px;
}

.section {
  padding-top: 112px;
  padding-bottom: 112px;
}

.section-index {
  font-size: 10px;
}

.prologue-title > p,
.looks-heading p {
  margin-bottom: 22px;
  font-size: 12px;
}

.prologue h2,
.looks h2,
.film-copy h2,
.brand-manifesto h2,
.cooperate h2 {
  font-size: clamp(30px, 3.15vw, 50px);
  line-height: 1.5;
}

.prologue-copy {
  padding-top: 48px;
}

.prologue-copy p {
  font-size: 15px;
  line-height: 2.15;
}

.feature-note p {
  margin: 38px 0 25px;
  font-size: 20px;
  letter-spacing: .11em;
}

.feature-note small {
  font-size: 8px;
}

.vertical-caption {
  font-size: 12px;
}

.collage-word {
  font-size: clamp(34px, 3.7vw, 60px);
  line-height: .95;
  letter-spacing: -.04em;
}

.brand-story {
  grid-template-columns: 12% 31% 1fr;
  gap: 5.5vw;
}

.brand-story-image {
  overflow: hidden;
  background: #b7a98f;
}

.brand-story-image img {
  aspect-ratio: .74;
  object-fit: cover;
  object-position: center 38%;
}

.manifesto-kicker {
  margin-bottom: 28px;
  font-size: 14px;
}

.brand-manifesto h2 {
  font-size: clamp(29px, 2.65vw, 44px);
  line-height: 1.65;
  letter-spacing: .05em;
}

.brand-manifesto > p:not(.manifesto-kicker) {
  margin: 36px 0;
  font-size: 15px;
  line-height: 2.15;
}

.brand-values {
  gap: 10px;
}

.brand-values span {
  padding: 9px 16px;
  font-size: 10px;
}

.site-footer {
  padding-top: 82px;
}

.footer-brand {
  display: inline-block;
  width: clamp(220px, 18vw, 282px);
  padding: 11px 18px;
  background: var(--bone);
}

.site-footer > p {
  font-size: 13px;
}

.site-footer nav {
  font-size: 11px;
}

.footer-bottom {
  margin-top: 72px;
}

@media (max-width: 960px) {
  .brand-story {
    grid-template-columns: 1fr 1.3fr;
  }
}

@media (max-width: 760px) {
  .site-header,
  .site-header.is-scrolled {
    color: var(--ink);
  }

  .brand {
    width: 164px;
  }

  .hero-copy {
    padding: 110px 7vw 64px;
  }

  .hero .eyebrow {
    margin-bottom: 16px;
    font-size: 8px;
  }

  .hero h1 {
    font-size: clamp(50px, 16vw, 70px);
    line-height: .95;
  }

  .hero h1 span:last-child {
    margin-left: .65em;
  }

  .hero-intro {
    margin: 22px 0;
    font-size: 13px;
  }

  .text-link {
    font-size: 10px;
  }

  .section {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .prologue,
  .brand-story {
    gap: 40px;
  }

  .prologue h2,
  .looks h2,
  .film-copy h2,
  .brand-manifesto h2,
  .cooperate h2 {
    font-size: 29px;
    line-height: 1.55;
  }

  .feature-note {
    padding: 64px 9vw;
  }

  .feature-note p {
    margin: 28px 0 20px;
    font-size: 18px;
  }

  .looks-heading {
    gap: 40px;
    margin-bottom: 48px;
  }

  .film-copy {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .film-copy .section-index {
    margin-bottom: 48px;
  }

  .collage-word {
    font-size: 34px;
  }

  .brand-story {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .brand-story-image {
    max-width: 84%;
  }

  .brand-manifesto h2 {
    font-size: 28px;
    line-height: 1.62;
  }

  .brand-manifesto > p:not(.manifesto-kicker) {
    font-size: 14px;
  }

  .cooperate-copy {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .site-footer {
    padding-top: 70px;
  }

  .footer-brand {
    width: min(240px, 76vw);
    padding: 10px 15px;
  }

  .footer-bottom {
    margin-top: 52px;
  }
}
