:root {
  --page-width: 1600px;
  --header-width: 1200px;
  --nav-font: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  --body-copy: Tahoma, Arial, sans-serif;
}

.video-redesign {
  padding: 30px 0 98px;
  background:
    radial-gradient(circle at 8% 12%, rgba(149, 178, 132, 0.2), transparent 28%),
    radial-gradient(circle at 92% 2%, rgba(155, 29, 50, 0.12), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f7f8f5 44%, #fff 100%);
}

.journal-hero,
.journal-section {
  width: min(1180px, calc(100% - 64px));
  margin-right: auto;
  margin-left: auto;
}

.journal-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: 62px;
  align-items: center;
  margin-bottom: 86px;
}

.journal-copy {
  position: relative;
  z-index: 1;
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  padding: 56px 42px 46px;
}

.journal-copy::before,
.journal-copy::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.journal-copy::before {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.66) 58%, rgba(255, 255, 255, 0.32)),
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.74), transparent 48%);
}

.journal-copy::after {
  z-index: -1;
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.86);
}

.journal-copy-bg-video {
  position: absolute;
  inset: -8%;
  z-index: -2;
  width: 116%;
  height: 116%;
  object-fit: cover;
  filter: blur(18px) saturate(1.12) contrast(0.94);
  opacity: 0.58;
  transform: scale(1.04);
  pointer-events: none;
}

.journal-copy h1 {
  max-width: 100%;
  margin: 0;
  color: #151719;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(54px, 4.5vw, 64px);
  font-weight: 400;
  line-height: 1.08;
  overflow-wrap: normal;
}

.video-eyebrow {
  margin: 0 0 15px;
  color: #9b1d32;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.journal-summary {
  max-width: 520px;
  margin: 28px 0 0;
  color: #51585b;
  font-size: 19px;
  line-height: 1.65;
}

.journal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.journal-meta span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(49, 81, 67, 0.22);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.62);
  color: #315143;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.journal-feature-card {
  min-height: 520px;
  border-radius: 8px;
  background: #ebe7dc;
  box-shadow: 0 28px 70px rgba(22, 29, 24, 0.18);
}

.journal-feature-card img {
  min-height: 520px;
}

.journal-feature-card::after {
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.1) 44%, rgba(0, 0, 0, 0) 72%);
}

.journal-feature-card .video-play {
  width: 62px;
  height: 62px;
  bottom: 96px;
  left: 28px;
}

.journal-feature-card .video-play::before {
  left: 24px;
  top: 18px;
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 18px;
}

.journal-feature-label {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
}

.journal-feature-label span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journal-feature-label strong {
  font-size: 26px;
  line-height: 1;
}

.journal-section {
  margin-bottom: 74px;
}

.journal-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(31, 37, 41, 0.12);
  padding-bottom: 18px;
}

.journal-section-head h2 {
  margin: 0;
  color: #151719;
  font-family: "Times New Roman", Times, serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
}

.journal-section-head p {
  max-width: 360px;
  margin: 0;
  color: #62696c;
  font-size: 15px;
  line-height: 1.55;
}

.episode-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.episode-card,
.motion-card {
  min-height: 214px;
  box-shadow: 0 16px 38px rgba(29, 31, 33, 0.12);
}

.episode-card img,
.motion-card img {
  min-height: 214px;
}

.episode-card::after,
.motion-card::after {
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.08) 58%, rgba(0, 0, 0, 0) 76%);
}

.episode-card-wide {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 450px;
}

.episode-card-wide img {
  min-height: 450px;
}

.episode-number {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 0 11px;
  background: rgba(255, 255, 255, 0.86);
  color: #1f2529;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.episode-card .video-play,
.motion-card .video-play {
  width: 38px;
  height: 38px;
  bottom: 54px;
}

.episode-card .video-play::before,
.motion-card .video-play::before {
  left: 15px;
  top: 11px;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 12px;
}

.episode-card-wide .video-play {
  width: 58px;
  height: 58px;
  bottom: 78px;
}

.episode-card-wide .video-play::before {
  left: 22px;
  top: 17px;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 17px;
}

.episode-card-wide .video-label {
  font-size: 28px;
  line-height: 1.08;
}

.motion-section {
  margin-bottom: 0;
  padding-top: 54px;
  border-top: 1px solid rgba(31, 37, 41, 0.1);
}

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

.motion-card {
  min-height: 232px;
}

.motion-card img {
  min-height: 232px;
}

.video-redesign .video-card {
  transform: translateY(0);
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.video-redesign .video-card:hover,
.video-redesign .video-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 26px 58px rgba(20, 22, 24, 0.18);
}

@media (max-width: 1199px) {
  .journal-hero,
  .journal-section {
    width: min(960px, calc(100% - 48px));
  }

  .journal-hero {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: 0;
  }

  .journal-copy h1 {
    font-size: 58px;
  }

  .journal-feature-card,
  .journal-feature-card img {
    min-height: 500px;
  }

  .episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .motion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .video-redesign {
    padding-top: 20px;
  }

  .journal-hero,
  .journal-section {
    width: calc(100% - 32px);
  }

  .journal-copy h1 {
    font-size: 48px;
  }

  .journal-copy {
    min-height: 0;
    padding: 34px 24px 32px;
  }

  .journal-summary {
    font-size: 16px;
  }

  .journal-section-head {
    display: block;
  }

  .journal-section-head h2 {
    font-size: 34px;
  }

  .journal-section-head > p {
    margin-top: 12px;
  }

  .episode-grid,
  .motion-grid {
    grid-template-columns: 1fr;
  }

  .episode-card-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .journal-feature-card,
  .journal-feature-card img,
  .episode-card-wide,
  .episode-card-wide img {
    min-height: 380px;
  }
}

@media (max-width: 640px) {
  .journal-copy h1 {
    font-size: 39px;
  }

  .journal-feature-card,
  .journal-feature-card img,
  .episode-card,
  .episode-card img,
  .motion-card,
  .motion-card img {
    min-height: 270px;
  }

  .journal-feature-label {
    display: block;
  }

  .journal-feature-label strong {
    display: block;
    margin-top: 8px;
    font-size: 22px;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 1200px;
  background: #fff;
  color: #555;
}

body {
  font-family: var(--body-copy);
  overflow-x: auto;
}

body.has-video-modal {
  overflow: hidden;
}

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

.email-link {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.email-link:hover {
  color: inherit;
  text-decoration: underline;
}

.email-link.is-copied::after {
  content: " copied";
  color: #777;
  font-size: 12px;
  text-decoration: none;
}

img {
  display: block;
  border: 0;
  user-select: none;
}

.page {
  min-width: 1200px;
  background: #fff;
}

.site-header {
  height: 155px;
  background: #fff;
  transition: background 0.24s ease, box-shadow 0.24s ease, height 0.24s ease;
  will-change: transform;
}

.site-header.is-floating {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 80;
  height: 96px;
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 34px rgba(20, 20, 20, 0.08);
  backdrop-filter: blur(18px) saturate(1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
}

.header-stage {
  position: relative;
  width: var(--header-width);
  height: 155px;
  margin: 0 auto;
  transition: height 0.24s ease;
}

.site-header.is-floating .header-stage {
  height: 96px;
}

.brand {
  position: absolute;
  left: 22px;
  top: 21px;
  z-index: 2;
  width: 128px;
  height: 111px;
  overflow: hidden;
  border-radius: 1px;
  transition: left 0.24s ease, top 0.24s ease, width 0.24s ease, height 0.24s ease;
}

.brand img {
  width: 126px;
  height: 109px;
  transition: width 0.24s ease, height 0.24s ease;
}

.site-header.is-floating .brand {
  top: 12px;
  width: 86px;
  height: 76px;
}

.site-header.is-floating .brand img {
  width: 86px;
  height: auto;
}

.main-nav {
  position: absolute;
  left: 240px;
  top: 74px;
  width: 948px;
  height: 36px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: stretch;
  font-family: var(--nav-font);
  font-size: 14px;
  line-height: 36px;
  color: #000;
  text-align: center;
  transition: top 0.24s ease;
}

.site-header.is-floating .main-nav {
  top: 31px;
}

.main-nav a {
  height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
}

.main-nav a:hover,
.main-nav a.is-active {
  font-weight: 700;
  color: #383838;
}

.home-main {
  width: 100%;
  min-width: var(--page-width);
  height: 686px;
}

.capture-main {
  min-width: 1200px;
  padding: 0 0 70px;
  background: #fff;
}

.content-page + .company-panel {
  padding-top: 36px;
}

.capture-figure {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

.capture-figure img {
  width: 100%;
  height: auto;
}

.content-page {
  min-width: 1200px;
  background: #fff;
  color: #3f3b3d;
  font-family: var(--nav-font);
}

.content-wrap {
  width: 1120px;
  margin: 0 auto;
  padding: 74px 0 86px;
}

.content-eyebrow {
  margin: 0 0 10px;
  color: #777;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-page {
  background: #fff;
}

.about-official-page {
  padding: 0 0 72px;
}

.about-official-figure {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.about-official-figure img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.about-workshop-page {
  color: #222;
  font-family: var(--nav-font);
}

.about-workshop-hero {
  width: 1080px;
  margin: 0 auto;
  padding: 32px 0 76px;
  text-align: center;
}

.about-workshop-logo {
  width: 136px;
  height: auto;
  margin: 0 auto 46px;
}

.about-workshop-title {
  width: 560px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 24px;
}

.about-workshop-label {
  margin: 0 0 18px;
  color: #2b2b2b;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.about-workshop-copy {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  color: #252525;
  font-size: 15px;
  line-height: 1.42;
  text-align: center;
}

.about-workshop-copy p {
  margin: 0 0 12px;
}

.about-workshop-script {
  margin: 10px 0 46px;
  color: #222;
  font-family: "Comic Sans MS", "Segoe Print", "Bradley Hand ITC", cursive;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.about-workshop-cast {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 66px;
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
}

.about-workshop-standing {
  width: 285px;
  max-width: 45%;
  height: auto;
}

.about-workshop-heads {
  width: 300px;
  max-width: 42%;
  height: auto;
  margin-bottom: 18px;
}

.about-workshop-section {
  width: 1080px;
  margin: 0 auto;
  padding: 76px 0 82px;
  border-top: 1px solid #f0f0f0;
}

.about-workshop-character-card {
  width: 900px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.about-workshop-story {
  padding-bottom: 108px;
}

.about-workshop-panels {
  width: 1000px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.about-storybook-page {
  color: #3f3b3d;
  font-family: var(--nav-font);
}

.about-storybook-hero {
  width: 1080px;
  margin: 0 auto;
  padding: 38px 0 74px;
  text-align: center;
}

.about-storybook-title {
  width: 690px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 24px;
}

.about-storybook-stage {
  position: relative;
  width: 720px;
  min-height: 545px;
  margin: 0 auto;
}

.about-storybook-character {
  width: 360px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.about-storybook-heads {
  position: absolute;
  right: 0;
  bottom: 38px;
  width: 250px;
  max-width: 34%;
  height: auto;
}

.about-storybook-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  width: 900px;
  max-width: 100%;
  margin: 34px auto 0;
  color: #505050;
  font-size: 16px;
  line-height: 1.66;
  text-align: left;
}

.about-storybook-copy p {
  margin: 0;
}

.about-storybook-section {
  width: 1080px;
  margin: 0 auto;
  padding: 74px 0 78px;
  border-top: 1px solid #efefef;
}

.about-storybook-character-card {
  width: 920px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.about-storybook-story {
  padding-bottom: 104px;
}

.about-storybook-panels {
  width: 1030px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.about-editorial-page {
  color: #2f2f34;
  font-family: var(--nav-font);
}

.about-editorial-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 78px;
  width: 1120px;
  margin: 0 auto;
  padding: 44px 0 78px;
  align-items: center;
}

.about-editorial-copy {
  min-width: 0;
}

.about-editorial-title {
  width: 650px;
  max-width: 100%;
  height: auto;
  margin: 0 0 30px;
}

.about-editorial-text {
  max-width: 630px;
  color: #444;
  font-size: 16px;
  line-height: 1.68;
}

.about-editorial-text p {
  margin: 0 0 16px;
}

.about-editorial-heads {
  width: 300px;
  max-width: 100%;
  height: auto;
  margin: 22px 0 0;
}

.about-editorial-character {
  margin: 0;
}

.about-editorial-character img {
  width: 360px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.about-editorial-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 78px;
  width: 1120px;
  margin: 0 auto;
  padding: 70px 0 72px;
  align-items: center;
  border-top: 1px solid #ececec;
}

.about-editorial-intro-copy h1,
.about-editorial-story-copy h2 {
  margin: 0 0 22px;
  color: #20212a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0;
}

.about-editorial-intro-copy p:not(.content-eyebrow),
.about-editorial-story-copy p:not(.content-eyebrow) {
  max-width: 610px;
  margin: 0;
  color: #525252;
  font-size: 17px;
  line-height: 1.64;
}

.about-editorial-intro img {
  width: 340px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.about-editorial-character-card {
  width: 1120px;
  margin: 0 auto;
  padding: 78px 0 82px;
  border-top: 1px solid #ececec;
}

.about-editorial-character-card img {
  width: 940px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.about-editorial-story {
  width: 1120px;
  margin: 0 auto;
  padding: 80px 0 110px;
  border-top: 1px solid #ececec;
}

.about-editorial-story-copy {
  max-width: 690px;
  margin: 0 auto 44px;
  text-align: center;
}

.about-editorial-story img {
  width: 1040px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.about-five-hero {
  width: 1088px;
  margin: 0 auto;
  padding: 30px 0 76px;
}

.about-five-title {
  width: 620px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 22px;
  object-fit: contain;
}

.about-five-intro {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 86px;
  align-items: center;
}

.about-five-standing img {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.about-five-copy {
  padding-bottom: 0;
}

.about-editable-copy {
  max-width: 620px;
  color: #505050;
  font-size: 16px;
  line-height: 1.62;
  text-align: left;
}

.about-editable-copy p {
  margin: 0 0 16px;
}

.about-five-heads {
  width: 310px;
  max-width: 100%;
  height: auto;
  margin: 24px 32px 0 auto;
  object-fit: contain;
}

.about-five-character,
.about-five-story {
  width: 1088px;
  margin: 0 auto;
  border-top: 1px solid #efefef;
}

.about-five-character {
  padding: 92px 0 86px;
}

.about-five-character img {
  display: block;
  width: 920px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.about-five-story {
  padding: 84px 0 112px;
}

.about-five-story img {
  display: block;
  width: 1040px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.store-copy p,
.news-copy p {
  margin: 0 0 18px;
  color: #555;
  font-size: 17px;
  line-height: 1.58;
}

.section-title {
  margin: 0 0 34px;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0;
}

.product-page {
  background: #f8f8f6;
}

.product-wrap {
  padding-top: 62px;
}

.product-intro {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 46px;
  color: #111;
}

.product-intro .content-eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.product-intro h1 {
  margin: 0;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: 0;
}

.product-intro p:last-child {
  max-width: 560px;
  margin: 0;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 1.58;
}

.series-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 38px;
}

.series-card {
  display: block;
  min-height: 342px;
  padding: 30px 24px 22px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.product-series-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.series-card img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  margin-bottom: 20px;
}

.series-number {
  display: block;
  margin-bottom: 9px;
  color: #8a8a8a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  line-height: 1;
}

.series-card h2 {
  margin: 0;
  color: #3d3d3d;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}

.product-detail-page {
  background: #fff;
}

.product-detail-wrap {
  width: 1040px;
  padding-top: 54px;
}

.product-detail-head {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 46px;
  align-items: center;
  margin-bottom: 44px;
}

.product-detail-cover {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
}

.product-detail-kicker {
  margin: 0 0 12px;
  color: #777;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-detail-head h1 {
  max-width: 670px;
  margin: 0 0 22px;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: 0;
}

.product-back-link {
  color: #3f3b3d;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.product-back-link:hover {
  text-decoration: underline;
}

.product-detail-artwork {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.product-detail-artwork img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}

.store-page .content-wrap {
  width: 890px;
}

.store-copy {
  margin-bottom: 22px;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
}

.store-copy h1 {
  margin: 0;
  color: #111;
  font-size: 46px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}

.store-copy h2 {
  margin: 8px 0;
  color: #111;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 400;
}

.store-copy p {
  color: #111;
  font-size: 17px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.store-images {
  display: grid;
  grid-template-columns: 2.4fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.store-images img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  border-radius: 8px;
}

.news-layout {
  display: grid;
  grid-template-columns: 490px 1fr;
  gap: 48px;
  align-items: start;
  padding-bottom: 74px;
  border-bottom: 1px solid #d9d9d9;
}

.news-poster {
  width: 100%;
}

.news-copy h1 {
  margin: 10px 0 30px;
  color: #000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: 0;
}

.news-copy h2 {
  margin: 28px 0 8px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.news-copy ul {
  margin: 0 0 18px;
  padding-left: 18px;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

.news-article {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 70px;
  padding: 74px 0;
  border-bottom: 1px solid #d9d9d9;
}

.news-article img {
  width: 100%;
  height: auto;
}

.news-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 0.72;
  overflow: hidden;
  border-radius: 8px;
  background: #f8f8f8;
  box-shadow: 0 14px 34px rgba(22, 24, 26, 0.08);
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.news-carousel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
}

.news-carousel.is-dragging {
  cursor: grabbing;
}

.news-carousel img.is-active,
.news-carousel-static img {
  opacity: 1;
}

.news-media-placeholder {
  width: 100%;
  aspect-ratio: 0.72;
  background: #f8f8f8;
  border: 1px solid #efefef;
}

.news-article h2 {
  margin: 0 0 30px;
  color: #000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.news-article .rule {
  height: 1px;
  margin: 0 0 24px;
  background: #999;
}

.news-article p {
  margin: 0 0 8px;
  color: #555;
  font-size: 14px;
  line-height: 1.55;
  text-transform: uppercase;
}

.news-footer-panel {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 60px;
  padding: 84px 0 140px;
  color: #111;
}

.news-footer-panel h2 {
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 0.98;
  font-weight: 900;
}

.news-footer-panel p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.4;
}

.news-footer-panel img {
  width: 132px;
  height: 132px;
  margin: 0 auto 16px;
}

.gallery-page .gallery-wrap {
  width: 100%;
  padding: 34px 0 76px;
  background: #fff;
}

.circular-gallery-shell {
  display: block;
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 820px;
  margin: 0 auto;
  overflow: hidden;
  background: #f4f6f0;
}

.circular-gallery-shell::before,
.circular-gallery-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.circular-gallery-shell::before {
  z-index: 1;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.48) 38%, transparent 68%),
    radial-gradient(circle at 82% 22%, rgba(255, 244, 238, 0.52), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.28) 52%, rgba(255, 255, 255, 0.58));
}

.circular-gallery-shell::after {
  z-index: 1;
  box-shadow: inset 0 90px 150px rgba(255, 255, 255, 0.72), inset 0 -80px 140px rgba(255, 255, 255, 0.5);
}

.gallery-motion-bg {
  position: absolute;
  inset: -8%;
  z-index: 0;
  width: 116%;
  height: 116%;
  object-fit: cover;
  object-position: center;
  filter: blur(24px) saturate(1.22) contrast(0.96);
  opacity: 0.56;
  transform: scale(1.06);
  pointer-events: none;
}

.gallery-editorial {
  position: absolute;
  top: 38px;
  left: 50%;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(360px, 0.55fr);
  gap: 120px;
  width: min(1120px, calc(100% - 96px));
  transform: translateX(-50%);
  color: #111;
  pointer-events: none;
}

.gallery-kicker {
  margin: 0 0 14px;
  color: #777;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gallery-editorial h1 {
  max-width: 560px;
  margin: 0;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: 0;
}

.gallery-editorial-copy {
  align-self: end;
  padding-bottom: 2px;
}

.gallery-editorial-copy p {
  max-width: 420px;
  margin: 0 0 22px;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.56;
}

.gallery-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gallery-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 13px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 999px;
  color: #202020;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.74);
}

.circular-gallery {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}

.circular-gallery.is-dragging,
.circular-gallery:active {
  cursor: grabbing;
}

.circular-gallery canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.creative-hero img {
  width: 100%;
  display: block;
}

.creative-hero {
  margin-top: 26px;
}

.video-page {
  padding: 38px 0 92px;
  background: #fff;
  color: #1f2529;
}

.video-hero {
  width: 1180px;
  margin: 0 auto 66px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  align-items: end;
}

.video-hero p,
.video-section-head p {
  margin: 0 0 12px;
  color: #9b1d32;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.video-hero h1 {
  margin: 0;
  color: #111;
  font-family: "Times New Roman", Times, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 0.96;
}

.video-hero > span {
  display: block;
  color: #5f6265;
  font-size: 18px;
  line-height: 1.7;
}

.video-section {
  width: 1180px;
  margin: 0 auto 78px;
}

.video-section-soft {
  margin-bottom: 0;
}

.video-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e8e0da;
  padding-bottom: 16px;
}

.video-section-head h2 {
  margin: 0;
  color: #111;
  font-family: "Times New Roman", Times, serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.video-card {
  position: relative;
  display: block;
  width: 100%;
  min-height: 168px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #111;
  color: #fff;
  cursor: pointer;
  font: inherit;
  text-align: left;
  box-shadow: 0 12px 28px rgba(20, 20, 20, 0.08);
}

.video-card-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 360px;
}

.video-card img,
.video-card video {
  width: 100%;
  height: 100%;
  min-height: 168px;
  object-fit: cover;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.video-card-large img,
.video-card-large video {
  min-height: 360px;
}

.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.02) 62%);
}

.video-card:hover img,
.video-card:focus-visible img,
.video-card:hover video,
.video-card:focus-visible video {
  transform: scale(1.035);
  opacity: 0.92;
}

.video-card:focus-visible {
  outline: 2px solid #9b1d32;
  outline-offset: 4px;
}

.video-play {
  position: absolute;
  left: 18px;
  bottom: 54px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
}

.video-play::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 12px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #fff;
}

.video-label {
  position: absolute;
  right: 18px;
  bottom: 17px;
  left: 18px;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.video-card-large .video-label {
  font-size: 26px;
  line-height: 1.1;
}

.video-card-large .video-play {
  width: 58px;
  height: 58px;
  bottom: 72px;
}

.video-card-large .video-play::before {
  left: 22px;
  top: 17px;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 17px;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 44px;
  background: rgba(0, 0, 0, 0.82);
}

.video-modal.is-open {
  display: flex;
}

.video-modal-stage {
  width: min(1120px, 92vw);
}

.video-modal-title {
  margin: 0 0 14px;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}

.video-modal video {
  width: 100%;
  max-height: 82vh;
  display: block;
  border-radius: 8px;
  background: #000;
}

.video-modal-close {
  position: fixed;
  top: 24px;
  right: 28px;
  z-index: 51;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  font: 700 16px/1 var(--nav-font);
}

.hero-stage {
  position: relative;
  width: var(--page-width);
  height: 686px;
  margin: 0 auto;
}

.hero-building {
  position: absolute;
  left: 240px;
  top: 35px;
  z-index: 3;
  width: 311px;
  height: 596px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.21);
}

.hero-building img {
  width: 309px;
  height: 594px;
  border-radius: 8px;
}

.hero-copy {
  position: absolute;
  left: 587px;
  top: 35px;
  z-index: 2;
  width: 758px;
  height: 79px;
  overflow: hidden;
  color: #555;
  font-family: "Times New Roman", Times, serif;
  line-height: 1;
}

.hero-copy h1,
.hero-copy p {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.hero-copy p {
  margin-top: 3px;
}

.hero-storefront {
  position: absolute;
  left: 582px;
  top: 114px;
  z-index: 4;
  width: 729px;
  height: 514px;
  overflow: hidden;
  border-radius: 8px;
}

.hero-storefront img {
  width: 727px;
  height: 512px;
  border-radius: 8px;
}

.image-hover-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: transparent;
  color: #fff;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0.22s ease, background-color 0.22s ease;
}

.hero-storefront:hover .image-hover-bg {
  opacity: 1;
  background-color: rgba(25, 30, 42, 0.7);
}

.reveal-up,
.reveal-right {
  opacity: 0;
  animation-duration: 0.85s;
  animation-delay: 0.75s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}

.reveal-up {
  animation-name: slide-in-up;
}

.reveal-right {
  animation-name: slide-in-right;
}

@keyframes slide-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-in-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.company-panel {
  min-width: 1200px;
  padding: 73px 0 34px;
  background: #fff;
}

.company-card {
  position: relative;
  width: 1200px;
  min-height: 365px;
  margin: 0 auto;
  padding: 40px 44px 26px;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.company-contact {
  color: #211e22;
}

.company-contact h2 {
  margin: 0;
  font-size: 28px;
  line-height: 0.9;
  letter-spacing: -1px;
  font-weight: 900;
}

.company-address {
  margin: 32px 0 29px;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

.company-email {
  margin: 0;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
}

.instagram-block {
  position: absolute;
  right: 48px;
  top: 51px;
  width: 112px;
  color: #111;
  text-align: center;
}

.qr-wrap {
  position: relative;
  display: block;
  width: 98px;
  height: 98px;
  margin: 0 auto 13px;
}

.qr-wrap img {
  width: 98px;
  height: 98px;
}

.instagram-mark,
.instagram-mini {
  display: inline-block;
  position: relative;
  background: #111;
  border-radius: 8px;
}

.instagram-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%);
  border: 5px solid #fff;
}

.instagram-mini {
  width: 22px;
  height: 22px;
  margin-right: 7px;
  vertical-align: middle;
}

.instagram-mark::before,
.instagram-mini::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42%;
  height: 42%;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  border-radius: 50%;
}

.instagram-mark::after,
.instagram-mini::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 6px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}

.instagram-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 6px;
  font-weight: 700;
  white-space: nowrap;
}

.company-divider {
  height: 1px;
  margin: 33px -44px 24px;
  background: #e8e8e8;
}

.policy-links {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1;
  color: #111;
}

.policy-links a {
  display: inline-block;
  white-space: nowrap;
}

.policy-links a:hover,
.policy-links a:focus-visible {
  text-decoration: underline;
}

.company-details {
  color: #666;
  font-size: 12px;
  line-height: 1.35;
}

.company-details p {
  margin: 0 0 14px;
}

.site-footer {
  min-width: 1200px;
  padding: 0 0 22px;
  background: #fff;
  text-align: center;
}

.site-footer p {
  margin: 0;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #989898;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-up,
  .reveal-right {
    opacity: 1;
    animation: none;
  }
}

@media (max-width: 1199px) {
  html,
  body,
  .page {
    min-width: 0;
    overflow-x: hidden;
  }

  .site-header {
    height: auto;
    padding: 20px 18px 10px;
  }

  .header-stage {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 18px;
    align-items: center;
  }

  .brand {
    position: static;
    width: 96px;
    height: 84px;
  }

  .brand img {
    width: 96px;
    height: auto;
  }

  .main-nav {
    position: static;
    width: 100%;
    height: auto;
    grid-template-columns: repeat(4, minmax(58px, 1fr));
    row-gap: 4px;
    font-size: 12px;
    line-height: 28px;
  }

  .main-nav a {
    height: 28px;
  }

  .home-main {
    min-width: 0;
    height: auto;
  }

  .capture-main {
    min-width: 0;
    padding-bottom: 34px;
  }

  .hero-stage {
    width: 100%;
    height: auto;
    padding: 30px 18px 42px;
    display: grid;
    grid-template-columns: minmax(118px, 32%) 1fr;
    gap: 16px;
    align-items: start;
  }

  .hero-building,
  .hero-copy,
  .hero-storefront {
    position: static;
  }

  .hero-building {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .hero-building img,
  .hero-storefront img {
    width: 100%;
    height: auto;
  }

  .hero-copy {
    grid-column: 2;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .hero-copy h1,
  .hero-copy p {
    font-size: 22px;
    line-height: 1.08;
  }

  .hero-storefront {
    grid-column: 2;
    width: 100%;
    height: auto;
  }

  .company-panel,
  .site-footer,
  .content-page {
    min-width: 0;
  }

  .about-five-hero,
  .about-five-character,
  .about-five-story,
  .about-workshop-hero,
  .about-workshop-section,
  .about-editorial-hero,
  .about-editorial-intro,
  .about-editorial-character-card,
  .about-editorial-story {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .about-editorial-hero,
  .about-editorial-intro,
  .about-five-intro,
  .about-character-section {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-editorial-hero {
    padding-top: 34px;
  }

  .about-editorial-character {
    order: -1;
  }

  .about-editorial-title,
  .about-editorial-heads,
  .about-editorial-character img,
  .about-editorial-intro img,
  .about-editorial-character-card img,
  .about-editorial-story img,
  .about-workshop-title,
  .about-workshop-character-card,
  .about-workshop-panels {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
  }

  .about-workshop-cast {
    width: 100%;
    gap: 20px;
  }

  .about-workshop-standing {
    max-width: 46%;
  }

  .about-workshop-heads {
    max-width: 42%;
    margin-bottom: 12px;
  }

  .about-editorial-title {
    width: 100%;
  }

  .about-editorial-text {
    max-width: none;
  }

  .about-editorial-intro-copy h1,
  .about-editorial-story-copy h2 {
    font-size: 36px;
  }

  .about-editable-copy {
    width: 100%;
    max-width: none;
  }

  .about-five-title,
  .about-five-heads,
  .about-five-standing img,
  .about-five-character img {
    max-width: 520px;
    margin: 0 auto;
  }

  .about-five-title {
    margin-bottom: 36px;
  }

  .about-five-heads {
    margin-top: 30px;
  }

  .content-wrap,
  .store-page .content-wrap {
    width: 100%;
    padding: 42px 18px 54px;
  }

  .gallery-page .gallery-wrap {
    width: 100%;
  }

  .circular-gallery-shell {
    height: 720px;
  }

  .gallery-editorial {
    top: 28px;
    grid-template-columns: 1fr;
    gap: 18px;
    width: calc(100% - 48px);
  }

  .gallery-editorial h1 {
    max-width: 620px;
    font-size: 44px;
  }

  .gallery-editorial-copy {
    align-self: start;
  }

  .gallery-editorial-copy p {
    max-width: 620px;
    margin-bottom: 16px;
  }

  .video-hero,
  .video-section {
    width: 100%;
  }

  .video-hero {
    grid-template-columns: 1fr;
    gap: 22px;
  }

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

  .video-card-large {
    grid-column: span 2;
  }

  .product-wrap,
  .product-detail-wrap {
    width: 100%;
    padding: 42px 18px 54px;
  }

  .about-hero h1 {
    font-size: 44px;
  }

  .about-intro {
    font-size: 15px;
  }

  .about-profile,
  .news-layout,
  .news-article,
  .news-footer-panel,
  .store-images {
    grid-template-columns: 1fr;
  }

  .series-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .series-card {
    min-height: 0;
    padding: 18px 14px;
  }

  .series-card img {
    height: 180px;
  }

  .product-intro,
  .product-detail-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-intro h1,
  .product-detail-head h1 {
    font-size: 38px;
  }

  .product-detail-cover {
    max-width: 230px;
  }

  .news-layout {
    gap: 28px;
  }

  .news-article {
    gap: 28px;
    padding: 42px 0;
  }

  .news-article h2 {
    font-size: 31px;
  }

  .company-panel {
    padding: 30px 18px 20px;
  }

  .company-card {
    width: 100%;
    min-height: 0;
    padding: 28px 0 18px;
  }

  .instagram-block {
    position: static;
    display: block;
    margin: 28px 0 0;
  }

  .company-divider {
    margin: 26px 0 20px;
  }

  .policy-links {
    flex-wrap: wrap;
    gap: 12px 16px;
    line-height: 1.35;
  }
}

@media (max-width: 860px) {
  .circular-gallery-shell {
    height: 620px;
  }

  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-card-large {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .header-stage {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: center;
  }

  .brand {
    width: 86px;
    height: 76px;
  }

  .brand img {
    width: 86px;
  }

  .main-nav {
    grid-template-columns: repeat(3, minmax(80px, 1fr));
    max-width: 340px;
  }

  .hero-stage {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-storefront {
    grid-column: 1;
  }

  .hero-copy {
    order: 1;
  }

  .hero-building {
    order: 2;
  }

  .hero-storefront {
    order: 3;
  }

  .company-contact h2 {
    font-size: 24px;
  }

  .series-grid {
    grid-template-columns: 1fr;
  }

  .circular-gallery-shell {
    height: 520px;
  }

  .gallery-editorial {
    top: 22px;
    width: calc(100% - 32px);
    gap: 14px;
  }

  .gallery-kicker {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .gallery-editorial h1 {
    font-size: 34px;
    line-height: 1;
  }

  .gallery-editorial-copy p {
    font-size: 14px;
    line-height: 1.45;
  }

  .gallery-tags {
    gap: 6px;
  }

  .gallery-tags span {
    min-height: 26px;
    padding: 0 10px;
    font-size: 11px;
  }

  .video-page {
    padding-top: 18px;
  }

  .video-hero h1 {
    font-size: 42px;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .video-card-large {
    grid-column: span 1;
    min-height: 230px;
  }

  .video-card-large img {
    min-height: 230px;
  }

  .store-images img {
    height: auto;
  }

  .news-copy h1,
  .section-title {
    font-size: 34px;
  }

  .news-page .content-wrap {
    width: auto;
    max-width: calc(100vw - 36px);
    overflow: hidden;
  }

  .news-article {
    min-width: 0;
    width: 100%;
  }

  .news-article > img,
  .news-carousel {
    max-width: 100%;
  }

  .news-article h2,
  .news-article p {
    overflow-wrap: anywhere;
  }
}

.video-redesign .journal-feature-card,
.video-redesign .journal-feature-card img,
.video-redesign .journal-feature-card video {
  min-height: 520px;
}

.video-redesign .episode-card,
.video-redesign .episode-card img {
  min-height: 214px;
}

.video-redesign .episode-card-wide,
.video-redesign .episode-card-wide img {
  min-height: 450px;
}

.video-redesign .motion-card,
.video-redesign .motion-card img {
  min-height: 232px;
}

.video-redesign .journal-copy,
.video-redesign .journal-feature-card,
.video-redesign .episode-card,
.video-redesign .motion-card {
  min-width: 0;
}

.video-redesign .journal-meta span {
  flex: 0 0 auto;
  max-width: 100%;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .video-redesign .journal-feature-card,
  .video-redesign .journal-feature-card img,
  .video-redesign .journal-feature-card video {
    min-height: 500px;
  }
}

@media (max-width: 860px) {
  .video-redesign .journal-feature-card,
  .video-redesign .journal-feature-card img,
  .video-redesign .journal-feature-card video,
  .video-redesign .episode-card-wide,
  .video-redesign .episode-card-wide img {
    min-height: 380px;
  }
}

@media (max-width: 640px) {
  .video-redesign .journal-hero,
  .video-redesign .journal-section {
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
  }

  .video-redesign .journal-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .video-redesign .journal-meta span {
    justify-content: center;
    min-width: 0;
    padding: 0 10px;
    text-align: center;
    white-space: normal;
  }

  .video-redesign .journal-meta span:last-child {
    grid-column: 1 / -1;
  }

  .video-redesign .journal-feature-card,
  .video-redesign .journal-feature-card img,
  .video-redesign .journal-feature-card video,
  .video-redesign .episode-card,
  .video-redesign .episode-card img,
  .video-redesign .motion-card,
  .video-redesign .motion-card img {
    min-height: 270px;
  }
}

.store-redesign {
  padding: 32px 0 104px;
  background:
    radial-gradient(circle at 88% 6%, rgba(155, 29, 50, 0.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f7f7f4 48%, #fff 100%);
  color: #17191b;
}

.store-hero,
.store-feature-row,
.store-gallery-section {
  width: min(1180px, calc(100% - 64px));
  margin-right: auto;
  margin-left: auto;
}

.store-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(560px, 1.26fr);
  gap: 58px;
  align-items: center;
  margin-bottom: 78px;
}

.store-hero-copy {
  min-width: 0;
}

.store-kicker {
  margin: 0 0 15px;
  color: #9b1d32;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.store-hero-copy h1 {
  margin: 0;
  color: #111;
  font-family: "Times New Roman", Times, serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0;
}

.store-lede {
  max-width: 510px;
  margin: 28px 0 0;
  color: #555b5f;
  font-size: 18px;
  line-height: 1.66;
}

.store-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.store-hero-meta span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(24, 30, 33, 0.16);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.72);
  color: #263033;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.store-hero-image,
.store-feature,
.store-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #eee;
  box-shadow: 0 22px 58px rgba(22, 24, 26, 0.12);
}

.store-hero-image {
  height: 610px;
}

.store-hero-image img,
.store-feature img,
.store-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.34s ease, opacity 0.34s ease;
}

.store-hero-image:hover img,
.store-feature:hover img,
.store-photo:hover img {
  transform: scale(1.025);
  opacity: 0.96;
}

.store-feature-row {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.58fr);
  grid-template-rows: 236px 236px;
  gap: 20px 24px;
  align-items: stretch;
  margin-bottom: 88px;
}

.store-feature {
  height: 100%;
}

.store-feature-tall {
  grid-row: 1 / span 2;
  height: 100%;
}

.store-address-panel {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 8px;
  padding: 34px 42px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 38px rgba(22, 24, 26, 0.07);
}

.store-address-panel h2 {
  margin: 0 0 18px;
  color: #111;
  font-family: "Times New Roman", Times, serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.02;
}

.store-address-panel p {
  margin: 0 0 10px;
  color: #51575b;
  font-size: 16px;
  line-height: 1.45;
}

.store-address-panel .store-status {
  margin-top: 12px;
  color: #111;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.store-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(24, 30, 33, 0.12);
  padding-bottom: 18px;
}

.store-section-head h2 {
  max-width: 580px;
  margin: 0;
  color: #111;
  font-family: "Times New Roman", Times, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
}

.store-section-head > p {
  max-width: 420px;
  margin: 0;
  color: #5e6468;
  font-size: 15px;
  line-height: 1.56;
}

.store-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 18px;
}

.store-photo {
  height: 330px;
  box-shadow: 0 14px 36px rgba(22, 24, 26, 0.11);
}

.store-photo-large {
  grid-column: span 2;
  grid-row: span 2;
  height: 678px;
}

.store-photo-wide {
  grid-column: span 2;
}

@media (max-width: 1199px) {
  .store-hero,
  .store-feature-row,
  .store-gallery-section {
    width: min(960px, calc(100% - 48px));
  }

  .store-hero {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .store-hero-copy h1 {
    font-size: 64px;
  }

  .store-hero-image {
    height: 620px;
  }

  .store-feature-row {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .store-address-panel {
    grid-column: span 1;
    min-height: 320px;
    order: -1;
  }

  .store-feature-tall {
    grid-row: span 1;
  }

  .store-photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .store-redesign {
    padding-top: 22px;
  }

  .store-hero,
  .store-feature-row,
  .store-gallery-section {
    width: calc(100% - 32px);
  }

  .store-hero-copy h1 {
    font-size: 48px;
  }

  .store-lede {
    font-size: 16px;
  }

  .store-hero-image,
  .store-feature,
  .store-feature-tall {
    height: 420px;
  }

  .store-section-head {
    display: block;
  }

  .store-section-head h2,
  .store-address-panel h2 {
    font-size: 34px;
  }

  .store-section-head > p {
    margin-top: 12px;
  }

  .store-feature-row,
  .store-photo-grid {
    grid-template-columns: 1fr;
  }

  .store-address-panel,
  .store-photo-large,
  .store-photo-wide {
    grid-column: auto;
  }

  .store-photo,
  .store-photo-large {
    height: 420px;
  }
}

@media (max-width: 640px) {
  .store-hero,
  .store-feature-row,
  .store-gallery-section {
    display: block;
    width: auto;
    max-width: calc(100vw - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }

  .store-hero-copy,
  .store-address-panel,
  .store-section-head {
    width: 100%;
    max-width: calc(100vw - 32px);
  }

  .store-hero-meta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .store-hero-meta span {
    justify-content: center;
    text-align: center;
  }

  .store-hero-copy h1 {
    font-size: 39px;
  }

  .store-lede {
    width: 100%;
    max-width: calc(100vw - 32px);
    overflow-wrap: break-word;
  }

  .store-hero-image,
  .store-feature,
  .store-feature-tall,
  .store-photo,
  .store-photo-large {
    width: 100%;
    max-width: calc(100vw - 32px);
    height: 330px;
  }

  .store-hero-image,
  .store-feature,
  .store-photo {
    margin-top: 22px;
  }

  .store-address-panel {
    margin-top: 46px;
    margin-bottom: 22px;
  }
}

.store-redesign .store-hero {
  grid-template-columns: minmax(360px, 460px) minmax(0, 1fr);
  gap: 92px;
}

.store-redesign .store-hero-copy h1 {
  max-width: 460px;
  font-size: 66px;
}

.store-redesign .store-hero-image {
  height: auto;
  aspect-ratio: 1.5;
}

.store-redesign .store-hero-image img {
  object-position: center center;
}

.video-redesign .video-label,
.video-redesign .journal-feature-label {
  display: none;
}

.video-redesign .journal-feature-card .video-play {
  bottom: 28px;
}

.video-redesign .episode-card .video-play,
.video-redesign .motion-card .video-play {
  bottom: 18px;
}

.video-redesign .episode-card-wide .video-play {
  bottom: 28px;
}

@media (max-width: 1199px) {
  .store-redesign .store-hero {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .store-redesign .store-hero-copy h1 {
    max-width: none;
    font-size: 62px;
  }
}

@media (max-width: 860px) {
  .store-redesign .store-hero-copy h1 {
    font-size: 48px;
  }
}

@media (max-width: 640px) {
  .store-redesign .store-hero-copy h1 {
    font-size: 39px;
  }
}

/* Final mobile QA pass: keep desktop unchanged and clamp every core page to the viewport. */
@media (max-width: 700px) {
  html,
  body,
  .page {
    width: 100%;
    min-width: 0 !important;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .site-header,
  .site-header.is-floating {
    position: relative;
    height: auto !important;
    padding: 16px 14px 12px;
  }

  .header-stage {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    justify-items: center;
    align-items: center;
  }

  .brand,
  .site-header.is-floating .brand {
    position: static;
    width: 84px;
    height: auto;
    margin: 0 auto;
  }

  .brand img,
  .site-header.is-floating .brand img {
    width: 84px;
    height: auto;
  }

  .main-nav,
  .site-header.is-floating .main-nav {
    position: static;
    width: min(100%, 350px);
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(88px, 1fr));
    gap: 4px 10px;
    font-size: 12px;
    line-height: 24px;
  }

  .main-nav a {
    display: flex;
    height: 26px;
    align-items: center;
    justify-content: center;
    overflow: visible;
    white-space: nowrap;
    text-overflow: clip;
  }

  .home-main,
  .capture-main,
  .content-page,
  .content-wrap,
  .product-wrap,
  .product-detail-wrap,
  .video-page,
  .store-redesign {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
  }

  .content-wrap,
  .product-wrap,
  .product-detail-wrap {
    width: auto !important;
    max-width: calc(100vw - 32px) !important;
    margin-right: auto;
    margin-left: auto;
    padding: 34px 0 52px !important;
  }

  .hero-stage {
    width: 100%;
    max-width: 100vw;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 16px 34px;
  }

  .hero-copy,
  .hero-building,
  .hero-storefront {
    position: static;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
  }

  .hero-copy {
    order: 1;
  }

  .hero-storefront {
    order: 2;
  }

  .hero-building {
    order: 3;
    max-width: 72vw;
    justify-self: center;
  }

  .hero-copy h1,
  .hero-copy p {
    font-size: 23px;
    line-height: 1.1;
  }

  .hero-building img,
  .hero-storefront img {
    width: 100%;
    height: auto;
  }

  .about-editorial-hero,
  .about-editorial-intro,
  .about-five-hero,
  .about-five-intro,
  .about-character-section,
  .product-intro,
  .product-detail-head,
  .news-layout,
  .news-article {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr !important;
  }

  .about-editorial-intro-copy h1,
  .about-editorial-story-copy h2,
  .about-hero h1,
  .product-intro h1,
  .product-detail-head h1,
  .news-copy h1,
  .section-title {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .store-redesign {
    padding: 20px 0 64px !important;
  }

  .store-hero,
  .store-feature-row,
  .store-gallery-section,
  .store-redesign .store-hero {
    display: grid !important;
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    gap: 22px !important;
  }

  .store-hero {
    margin-bottom: 56px !important;
  }

  .store-hero-copy,
  .store-address-panel,
  .store-section-head {
    width: 100%;
    max-width: 100%;
  }

  .store-hero-copy h1,
  .store-redesign .store-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(40px, 12vw, 48px);
    line-height: 1.02;
  }

  .store-lede {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
    overflow-wrap: break-word;
  }

  .store-hero-image,
  .store-redesign .store-hero-image,
  .store-feature,
  .store-feature-tall,
  .store-photo,
  .store-photo-large,
  .store-photo-wide {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    min-height: 0;
    grid-column: auto !important;
    grid-row: auto !important;
    aspect-ratio: 1.42;
  }

  .store-feature-tall {
    aspect-ratio: 0.82;
  }

  .store-hero-image img,
  .store-feature img,
  .store-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .store-section-head {
    display: block;
  }

  .store-section-head h2,
  .store-address-panel h2 {
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.05;
  }

  .store-photo-grid {
    grid-template-columns: 1fr !important;
  }

  .video-redesign {
    padding: 18px 0 64px;
  }

  .journal-hero,
  .journal-section,
  .video-hero,
  .video-section {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr !important;
  }

  .journal-hero {
    min-height: 0;
    gap: 22px;
    margin-bottom: 54px;
  }

  .journal-copy {
    width: 100%;
    min-height: 0;
    padding: 28px 22px 30px;
  }

  .journal-copy h1,
  .video-hero h1 {
    max-width: 100%;
    font-size: clamp(38px, 11vw, 46px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .journal-summary,
  .video-hero > span {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.55;
    overflow-wrap: break-word;
  }

  .journal-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .journal-meta span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .journal-feature-card,
  .journal-feature-card img,
  .journal-feature-card video,
  .video-redesign .journal-feature-card,
  .video-redesign .journal-feature-card img,
  .video-redesign .journal-feature-card video,
  .episode-card,
  .episode-card img,
  .motion-card,
  .motion-card img,
  .episode-card-wide,
  .episode-card-wide img {
    width: 100%;
    min-height: 0 !important;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .journal-feature-card img,
  .journal-feature-card video,
  .episode-card img,
  .motion-card img,
  .episode-card-wide img {
    height: 100%;
    object-fit: cover;
  }

  .journal-section-head {
    display: block;
  }

  .journal-section-head h2 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .episode-grid,
  .motion-grid,
  .video-grid {
    grid-template-columns: 1fr !important;
  }

  .episode-card-wide,
  .video-card-large {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .gallery-page .gallery-wrap {
    width: 100%;
    padding: 0 0 44px;
  }

  .circular-gallery-shell {
    height: 650px;
  }

  .gallery-editorial {
    top: 24px;
    display: block;
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    pointer-events: none;
  }

  .gallery-editorial h1 {
    max-width: 100%;
    font-size: clamp(31px, 9vw, 38px);
    line-height: 1.04;
  }

  .gallery-editorial-copy p {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.45;
  }

  .gallery-tags {
    gap: 6px;
  }

  .gallery-tags span {
    min-height: 26px;
    padding: 0 10px;
    font-size: 10px;
  }

  .circular-gallery {
    top: 220px;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
  }

  .news-page .content-wrap {
    width: auto !important;
    max-width: calc(100vw - 32px) !important;
    overflow: visible;
  }

  .news-article {
    gap: 24px;
    padding: 34px 0;
  }

  .news-article > img,
  .news-carousel,
  .news-carousel-static {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 0.72;
  }

  .news-article h2 {
    font-size: clamp(27px, 8.5vw, 34px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .news-article p,
  .news-meta {
    overflow-wrap: break-word;
  }

  .company-panel,
  .site-footer {
    min-width: 0;
    width: 100%;
    overflow-x: hidden;
  }
}

@media (max-width: 700px) {
  .hero-stage,
  .content-wrap,
  .product-wrap,
  .product-detail-wrap,
  .store-hero,
  .store-feature-row,
  .store-gallery-section,
  .store-redesign .store-hero,
  .journal-hero,
  .journal-section,
  .video-hero,
  .video-section,
  .news-page .content-wrap,
  .gallery-editorial {
    width: min(calc(100vw - 32px), 360px) !important;
    max-width: min(calc(100vw - 32px), 360px) !important;
  }

  .hero-stage {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .store-redesign .store-hero-copy h1,
  .store-hero-copy h1 {
    font-size: clamp(38px, 11vw, 44px);
  }

  .journal-copy h1,
  .video-hero h1 {
    font-size: clamp(36px, 10vw, 42px);
  }

  .gallery-editorial h1 {
    font-size: clamp(30px, 8.5vw, 34px);
  }

  .store-lede,
  .journal-summary,
  .gallery-editorial-copy p,
  .video-hero > span {
    font-size: 15px;
  }

  .news-article > img,
  .news-carousel,
  .news-carousel-static {
    width: min(100%, 360px);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 520px) {
  .hero-stage,
  .content-wrap,
  .product-wrap,
  .product-detail-wrap,
  .store-hero,
  .store-feature-row,
  .store-gallery-section,
  .store-redesign .store-hero,
  .journal-hero,
  .journal-section,
  .video-hero,
  .video-section,
  .news-page .content-wrap,
  .gallery-editorial {
    width: min(calc(100vw - 32px), 358px) !important;
    max-width: min(calc(100vw - 32px), 358px) !important;
    margin-right: auto !important;
    margin-left: 16px !important;
  }

  .about-official-figure {
    width: min(calc(100vw - 32px), 358px) !important;
    max-width: min(calc(100vw - 32px), 358px) !important;
    margin-right: auto !important;
    margin-left: 16px !important;
  }

  .hero-stage {
    padding-right: 0;
    padding-left: 0;
  }

  .hero-copy h1,
  .hero-copy p {
    font-size: 22px;
  }

  .gallery-editorial h1 {
    font-size: 32px;
  }

  .news-article > img,
  .news-carousel,
  .news-carousel-static {
    width: 100%;
  }
}
