.about-hero h1 { max-width: 1200px; font-size: clamp(2.5rem, 6vw, 6.5rem); line-height: 1.05; overflow-wrap: anywhere; }
.about-hero { min-height: clamp(300px, 46vh, 500px); padding: 64px clamp(22px, 6vw, 92px) 44px; }
.about-story { grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 76px); padding: clamp(36px, 4vw, 64px) clamp(22px, 6vw, 92px); align-items: start; }
.about-story h2 { font-size: clamp(2rem, 3.2vw, 3.5rem); line-height: 1.05; letter-spacing: -.035em; }
.about-story .article-copy { max-width: 880px; }
.about-story .article-copy p { margin-bottom: 18px; font-size: clamp(1.15rem, 1.45vw, 1.5rem); line-height: 1.5; }
.about-story .article-copy .plain { font-size: 16px; line-height: 1.65; }
.about-story .article-copy p:last-child { margin-bottom: 0; }
.about-explore { display: inline-block; margin-top: 12px; color: inherit; font-size: 14px; text-underline-offset: 6px; }
.about-explore span { margin-left: 12px; }
/* Continuous canvas, with varied image and text compositions. */
[data-page="about"] .store-main { background: #fff; }
.about-story { display: grid; margin: 0 auto; max-width: 1600px; background: #fff; }
.about-text { min-width: 0; }
.about-story h2 { margin: 0 0 26px; font-weight: 300; }
.about-intro { grid-template-columns: minmax(0, 1.15fr) minmax(240px, .7fr); align-items: center; }
.about-history { display: block; padding-top: 16px; padding-bottom: 34px; }
.about-history .about-text { display: grid; grid-template-columns: .6fr 1fr; gap: 7%; }
.about-portrait { grid-template-columns: minmax(240px, .65fr) minmax(0, 1fr); align-items: center; }
.about-city { display: block; }
.about-city .about-text { display: grid; grid-template-columns: .6fr 1fr; gap: 7%; margin-top: 32px; }
.about-closing { display: block; max-width: 1050px; padding-top: 26px; padding-bottom: 52px; }
.about-closing h2 { max-width: 700px; font-size: clamp(2.5rem, 4.6vw, 4.8rem); }
.about-image-slot { position: relative; margin: 0; min-width: 0; overflow: hidden; background: #eae6df; }
.about-image-slot figcaption { position: absolute; inset: auto 24px 22px; color: #595650; font-size: 12px; line-height: 1.6; }
.about-image-slot figcaption span { display: block; font-size: 11px; color: #77716a; }
.about-image-textile { aspect-ratio: 1 / 1; width: 100%; max-width: 410px; justify-self: end; }
.about-image-portrait { aspect-ratio: 4 / 5; width: 100%; max-width: 400px; background: #e5e7e8; }
.about-image-city { aspect-ratio: 3.6 / 1; width: 100%; background: #e9e9e5; }
.house-credits {
  padding: 30px clamp(22px, 6vw, 92px) 36px;
  background: #fff;
  border-top: 1px solid #dedbd6;
}
.house-credits h2 {
  margin: 0 0 24px;
  color: #555;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
.house-credits-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 940px;
}
.house-credit h3 {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.house-credit p {
  margin: 0;
  color: #555;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 700px) {
  .house-credits-list { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 800px) {
  .about-history .about-text, .about-city .about-text { display: block; }
  .about-image-textile { max-width: none; aspect-ratio: 3 / 2; }
  .about-image-portrait { max-width: 440px; }
  .about-image-city { aspect-ratio: 16 / 9; }
  .about-story { grid-template-columns: 1fr; gap: 22px; }
  .about-story .article-copy .plain { font-size: 15px; }
}
@media (max-width: 480px) {
  [data-page="about"] .about-hero h1 { font-size: clamp(2rem, 7vw, 2.5rem); }
}
