@charset "UTF-8";

:root {
  --night: #090d12;
  --paper: #f3f4f2;
  --blue: #0875bc;
  --ink: #141b22;
  --dim: #637078;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei',
    sans-serif;
  font-synthesis: none;
  color: #f4f6f7;
  background: var(--night);
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body {
  margin: 0;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid #39a2e1;
  outline-offset: 6px;
}
button,
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
}
[hidden] {
  display: none !important;
}
::selection {
  background: #168dcc;
  color: white;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 100;
  background: white;
  color: #111;
  padding: 12px 20px;
}
.skip-link:focus {
  top: 12px;
}
.section-pad {
  padding: 100px 6.5%;
}
.small-label,
.overline {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.6;
}
.small-label {
  text-transform: uppercase;
}
.blue {
  color: var(--blue);
}

.navigation {
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 0;
  left: 0;
  height: 98px;
  padding: 0 4.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid #ffffff16;
}
.brand {
  width: 154px;
  flex: 0 0 auto;
}
.brand img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
.desktop-nav {
  display: flex;
  gap: 34px;
  font-size: 12px;
}
.desktop-nav a {
  padding: 12px 0;
  color: #d8dfe5;
  transition: color 0.2s;
}
.desktop-nav a:hover {
  color: #58b4eb;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.nav-contact {
  font-size: 12px;
  border: 1px solid #ffffff45;
  padding: 11px 16px;
  border-radius: 2px;
}
.nav-contact span {
  margin-left: 18px;
  font-size: 17px;
}
.menu-toggle {
  display: none;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  padding: 8px;
}
.menu-toggle span {
  display: block;
  height: 1px;
  background: #fff;
  margin: 6px 0;
}
.mobile-menu {
  position: fixed;
  z-index: 25;
  top: 76px;
  inset-inline: 0;
  padding: 25px;
  background: #111a24;
  border-top: 1px solid #ffffff25;
}
.mobile-menu a {
  display: block;
  padding: 15px 0;
  font-size: 22px;
  border-bottom: 1px solid #ffffff18;
}

.hero {
  height: max(800px, 100svh);
  max-height: 1200px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse at 54% 31%, #273646 0, #101b28 30%, #090d12 68%);
  isolation: isolate;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    #090d1230,
    transparent 25%,
    transparent 49%,
    #090d1275 65%,
    #090d12 96%
  );
}
.hero-word {
  position: absolute;
  top: 7%;
  width: 100%;
  font-size: clamp(140px, 22.8vw, 360px);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.9;
  text-align: center;
  color: #cddbec0c;
  user-select: none;
}
.hero-object {
  position: absolute;
  width: min(92vw, 1620px);
  max-width: none;
  height: auto;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.hero-meta {
  position: absolute;
  z-index: 3;
  top: 135px;
  left: 4.5%;
  right: 4.5%;
  display: flex;
  justify-content: space-between;
  color: #8a9aa9;
  font-size: 9px;
  letter-spacing: 0.16em;
}
.hero-text {
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 115px;
  text-align: center;
  padding: 0 20px;
}
.hero-text .small-label {
  color: #9eb2c4;
  font-size: 10px;
  margin-bottom: 15px;
}
h1 {
  font-size: clamp(48px, 5.7vw, 94px);
  font-weight: 450;
  letter-spacing: -0.055em;
  line-height: 1.25;
}
.hero-subline {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
  margin-top: 30px;
}
.hero-subline > p {
  font-size: 14px;
  letter-spacing: 0.16em;
  color: #bcc8d2;
}
.round-link {
  border: 1px solid #ffffff65;
  border-radius: 30px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  font-size: 12px;
}
.round-link:hover {
  background: #fff;
  color: #111;
}
.round-link span {
  font-size: 18px;
}
.hero-foot {
  position: absolute;
  z-index: 3;
  bottom: 28px;
  left: 4.5%;
  right: 4.5%;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 0.12em;
  color: #91a0ad;
}
.hero-foot a {
  font-size: 11px;
  color: #d0dae2;
}
.hero-foot a span {
  margin-left: 16px;
}

.belief {
  color: var(--ink);
  background: var(--paper);
  padding-top: 65px;
  padding-bottom: 115px;
}
.section-index {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #69747b;
  padding-bottom: 28px;
  border-bottom: 1px solid #cfd4d5;
}
.belief-layout {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
  margin-top: 85px;
}
.belief .overline {
  margin-top: 14px;
  color: #6a747b;
}
.belief h2 {
  font-size: clamp(45px, 6vw, 92px);
  line-height: 1.25;
  letter-spacing: -0.05em;
  font-weight: 430;
}
.belief-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 55px;
}
.belief-bottom p {
  font-size: 14px;
  color: #667279;
  line-height: 2;
  padding-right: 10%;
}
.line-mark {
  font-size: 77px;
  color: var(--blue);
  font-weight: 250;
  line-height: 0.8;
}

.sequence {
  position: relative;
  height: 420vh;
  background: #0b1017;
}
.sequence-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 650px;
  max-height: 1200px;
  overflow: hidden;
  background: radial-gradient(ellipse at 71% 46%, #223041 0, #101b27 31%, #0b1017 66%);
}
.sequence-top {
  position: absolute;
  z-index: 3;
  left: 6.5%;
  top: 8%;
  max-width: 39%;
}
.sequence-top > p {
  color: #7f9db8;
}
.sequence-top h2 {
  margin-top: 25px;
  font-size: clamp(32px, 3.5vw, 58px);
  line-height: 1.35;
  font-weight: 420;
  letter-spacing: -0.04em;
}
.film-button {
  margin-top: 24px;
  border: 0;
  padding: 9px 0;
  color: #c6d3df;
  background: transparent;
  font-size: 11px;
  letter-spacing: 0.04em;
}
.film-button span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #91a6b860;
  border-radius: 50%;
  font-size: 9px;
  margin-right: 10px;
}
.film-button:hover {
  color: #75c6f5;
}
.sequence-art {
  position: absolute;
  width: 73%;
  height: 90%;
  right: -2%;
  top: 4%;
}
.sequence-art img,
.sequence-art canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: contain;
}
.sequence-art canvas {
  visibility: hidden;
}
.sequence-chapters {
  position: absolute;
  left: 6.5%;
  bottom: 18%;
  width: 30%;
  z-index: 3;
  min-height: 180px;
}
.sequence-chapters article {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
.sequence-chapters article[data-active='true'] {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.chapter-number {
  display: block;
  margin-bottom: 16px;
  color: #66b7e7;
  font-size: 11px;
  letter-spacing: 0.15em;
}
.sequence-chapters h3 {
  font-size: clamp(23px, 2.2vw, 35px);
  line-height: 1.45;
  letter-spacing: -0.03em;
  font-weight: 420;
}
.sequence-chapters p {
  font-size: 12px;
  line-height: 1.9;
  margin-top: 18px;
  color: #93a5b6;
}
.technical-caption {
  display: block;
  font-size: 9px;
  letter-spacing: 0.12em;
  margin-top: 24px;
  color: #71889d;
}
.text-link {
  display: inline-flex;
  gap: 25px;
  align-items: center;
  font-size: 12px;
  padding: 12px 0;
  border-bottom: 1px solid currentColor;
}
.text-link span {
  font-size: 22px;
  transition: transform 0.2s;
}
.text-link:hover span {
  transform: translate(3px, -3px);
}
.sequence-chapters .text-link {
  margin-top: 12px;
}
.sequence-bottom {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 32px;
  bottom: 35px;
  left: 6.5%;
  right: 6.5%;
  color: #8c9fb0;
  font-size: 9px;
  letter-spacing: 0.15em;
}
.sequence-track {
  height: 1px;
  flex: 1;
  background: #354453;
}
.sequence-track i {
  display: block;
  height: 1px;
  background: #80c9ef;
  transform: scaleX(0);
  transform-origin: left;
}

.people {
  position: relative;
  height: 95svh;
  min-height: 670px;
  max-height: 1200px;
  overflow: hidden;
  color: white;
}
.people > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}
.people-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #0b182bc2, #16233250 45%, transparent 72%),
    linear-gradient(0deg, #08121c70, transparent 30%);
}
.people-copy {
  position: absolute;
  top: 17%;
  left: 6.5%;
}
.people-copy .small-label {
  color: #d2e0e8;
}
.people-copy h2 {
  font-size: clamp(48px, 6vw, 96px);
  font-weight: 420;
  line-height: 1.22;
  letter-spacing: -0.055em;
  margin-top: 35px;
}
.people-copy h2 span {
  color: #cbdcd7;
}
.people-copy > p:not(.small-label) {
  font-size: 14px;
  color: #d6e2e7;
  margin-top: 28px;
  line-height: 1.9;
}
.people-copy .text-link {
  margin-top: 25px;
}
.photo-caption {
  position: absolute;
  bottom: 35px;
  right: 5%;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #ebedf0;
}

.products {
  background: var(--paper);
  color: var(--ink);
  padding-top: 65px;
  padding-bottom: 60px;
}
.products-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 70px 0 55px;
  gap: 40px;
}
.products-heading h2 {
  font-size: clamp(36px, 4vw, 66px);
  font-weight: 430;
  letter-spacing: -0.04em;
  line-height: 1.35;
}
.products-heading h2 span {
  color: #839198;
}
.products-heading p {
  font-size: 13px;
  line-height: 1.9;
  color: #6d777c;
  padding-bottom: 10px;
}
.product-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-bottom: 1px solid #cdd4d7;
}
.product-tabs button {
  display: flex;
  align-items: baseline;
  gap: 15px;
  position: relative;
  border: 0;
  padding: 25px 12px 25px 0;
  color: #73818b;
  background: transparent;
  text-align: left;
}
.product-tabs button::after {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  bottom: -1px;
  width: 100%;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s;
}
.product-tabs button[aria-selected='true'] {
  color: #0e2230;
}
.product-tabs button[aria-selected='true']::after {
  transform: scaleX(1);
}
.product-tabs span {
  font-size: 10px;
}
.product-tabs strong {
  font-size: 23px;
  font-weight: 500;
}
.product-tabs small {
  font-size: 11px;
  margin-left: auto;
  margin-right: 30px;
}
.product-panel {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 8%;
  min-height: 650px;
  padding: 55px 0 30px;
}
.product-visual {
  height: 550px;
  position: relative;
}
.product-visual > span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 480px;
  font-weight: 500;
  line-height: 1;
  color: #e3e8e9;
  user-select: none;
}
.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.product-info .small-label {
  color: var(--blue);
}
.product-info h3 {
  font-size: clamp(32px, 3vw, 50px);
  font-weight: 440;
  line-height: 1.4;
  letter-spacing: -0.04em;
  margin: 24px 0;
}
.product-info > p:not(.small-label) {
  font-size: 13px;
  line-height: 1.9;
  color: #67767f;
}
.product-info dl {
  margin: 34px 0;
  max-width: 410px;
  font-size: 11px;
}
.product-info dl > div {
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid #d9dfe1;
  gap: 20px;
}
.product-info dt {
  color: #839098;
}
.product-info dd {
  margin: 0;
}
.pill-link {
  display: inline-flex;
  align-items: center;
  gap: 45px;
  background: #132a3a;
  color: #fff;
  border-radius: 30px;
  font-size: 12px;
  padding: 15px 23px;
}
.pill-link:hover {
  background: #0875bc;
}
.pill-link span {
  font-size: 18px;
}

.about {
  overflow: hidden;
  background: #122c3b;
  position: relative;
  padding-bottom: 45px;
}
.about > .small-label {
  color: #90b2c8;
}
.about-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: flex-end;
  gap: 10%;
  margin-top: 50px;
}
.about h2 {
  font-size: clamp(38px, 4.5vw, 74px);
  font-weight: 420;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
.about-grid p {
  font-size: 13px;
  color: #a6bccb;
  line-height: 2;
}
.about-grid .text-link {
  margin-top: 25px;
}
.about-word {
  font-size: clamp(95px, 13vw, 235px);
  font-weight: 650;
  letter-spacing: -0.06em;
  line-height: 1;
  color: #43647755;
  white-space: nowrap;
  margin-top: 110px;
  margin-left: -0.04em;
}
.contact {
  padding-top: 90px;
  padding-bottom: 24px;
  background: #090d12;
}
.contact-top {
  position: relative;
  padding-bottom: 75px;
}
.contact .small-label {
  color: #718a9c;
}
.contact h2 {
  font-size: clamp(45px, 6vw, 94px);
  font-weight: 420;
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin-top: 32px;
}
.contact-email {
  position: absolute;
  right: 0;
  bottom: 90px;
  font-size: clamp(16px, 2vw, 31px);
  font-weight: 350;
  border-bottom: 1px solid #596977;
  padding-bottom: 18px;
}
.contact-email span {
  margin-left: 35px;
}
.contact-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #26323d;
  padding-top: 35px;
  gap: 25px;
}
.contact-bottom img {
  width: 140px;
  height: auto;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.85;
}
.contact-bottom > span {
  font-size: 11px;
  color: #7b8b98;
}
.contact-bottom > a {
  font-size: 11px;
}
.concept-notice {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
  padding-top: 40px;
  font-size: 10px;
  color: #627586;
}
.concept-notice a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.film-dialog {
  width: min(1000px, 94vw);
  padding: 20px;
  background: #090d12;
  color: #fff;
  border: 1px solid #52687a;
}
.film-dialog::backdrop {
  background: #000c;
  backdrop-filter: blur(7px);
}
.film-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 15px;
}
.film-head h2 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.13em;
}
.film-head button {
  background: transparent;
  color: #fff;
  border: 0;
  padding: 8px;
  font-size: 12px;
}
.film-dialog video {
  width: 100%;
  max-height: 72svh;
  object-fit: contain;
  background: #090d12;
}
.film-dialog > p {
  font-size: 11px;
  color: #8393a0;
  margin-top: 15px;
}

/* Static first: content is never hidden while scripts or media are unavailable. */
[data-reveal] {
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}
[data-reveal].is-visible {
  animation: arrive 0.8s both;
}
@keyframes arrive {
  from {
    opacity: 0.45;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1050px) {
  .desktop-nav {
    gap: 20px;
  }
  .header-label {
    display: none;
  }
  .hero {
    min-height: 780px;
  }
  .hero-object {
    top: 15%;
    width: 105vw;
  }
  .belief-layout {
    grid-template-columns: 1fr 4fr;
    gap: 20px;
  }
  .sequence-top {
    max-width: 40%;
  }
  .sequence-art {
    right: -8%;
    width: 78%;
  }
  .product-tabs small {
    display: none;
  }
  .product-panel {
    gap: 5%;
    min-height: 600px;
  }
  .product-visual {
    height: 470px;
  }
  .product-visual > span {
    font-size: 400px;
  }
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 20px;
  }
  .section-pad {
    padding: 60px 24px;
  }
  .navigation {
    height: 76px;
    padding: 0 23px;
    gap: 16px;
  }
  .brand {
    width: 122px;
  }
  .desktop-nav {
    display: none;
  }
  .nav-contact {
    padding: 8px 10px;
    font-size: 10px;
  }
  .nav-contact span {
    margin-left: 8px;
    font-size: 14px;
  }
  .nav-actions {
    gap: 10px;
  }
  .menu-toggle {
    display: block;
  }
  .hero {
    height: 100svh;
    min-height: 780px;
    max-height: 1000px;
  }
  .hero-word {
    font-size: 28vw;
    top: 16%;
  }
  .hero-object {
    top: 19%;
    width: 160vw;
    left: 51%;
  }
  .hero-meta {
    top: 108px;
    left: 24px;
    right: 24px;
    font-size: 7px;
  }
  .hero-meta span:last-child {
    display: none;
  }
  .hero-text {
    bottom: 105px;
    padding: 0 24px;
    text-align: left;
  }
  .hero-text .small-label {
    font-size: 9px;
  }
  h1 {
    font-size: clamp(44px, 10.7vw, 70px);
    font-weight: 450;
    line-height: 1.3;
  }
  h1 span {
    display: block;
  }
  .hero-subline {
    display: block;
    margin-top: 22px;
  }
  .hero-subline > p {
    font-size: 12px;
  }
  .round-link {
    margin-top: 22px;
    font-size: 11px;
    padding: 10px 17px;
  }
  .hero-foot {
    left: 24px;
    right: 24px;
    font-size: 7px;
  }
  .hero-foot span:last-child {
    display: none;
  }
  .hero-foot a {
    font-size: 9px;
  }
  .section-index {
    font-size: 8px;
    gap: 15px;
    line-height: 1.7;
  }
  .section-index span:last-child {
    max-width: 47%;
    text-align: right;
  }
  .belief-layout {
    display: block;
    margin-top: 35px;
  }
  .belief .overline {
    margin-bottom: 24px;
    font-size: 10px;
  }
  .belief h2 {
    font-size: clamp(34px, 8.7vw, 55px);
  }
  .belief-bottom {
    gap: 20px;
    margin-top: 35px;
  }
  .belief-bottom p {
    font-size: 11px;
    padding: 0;
  }
  .line-mark {
    font-size: 50px;
  }
  .sequence {
    height: auto;
  }
  .sequence-stage {
    position: relative;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 60px 24px;
  }
  .sequence-top {
    position: relative;
    inset: auto;
    max-width: none;
  }
  .sequence-top h2 {
    font-size: 36px;
  }
  .sequence-top .small-label {
    font-size: 9px;
  }
  .sequence-art {
    position: relative;
    inset: auto;
    width: 100%;
    height: 390px;
    margin-top: 20px;
  }
  .sequence-chapters {
    position: relative;
    inset: auto;
    width: auto;
    min-height: 0;
  }
  .sequence-chapters article {
    position: relative;
    inset: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 24px 0;
    border-top: 1px solid #324150;
  }
  .sequence-chapters h3 {
    font-size: 25px;
  }
  .sequence-chapters p {
    font-size: 12px;
  }
  .technical-caption {
    margin-top: 15px;
  }
  .sequence-bottom {
    display: none;
  }
  .people {
    min-height: 730px;
    height: 100svh;
    max-height: 950px;
  }
  .people > img {
    object-position: 57% center;
  }
  .people-shade {
    background: linear-gradient(180deg, #0b182bcc 0, #16233235 55%, #08121c75);
  }
  .people-copy {
    top: 60px;
    left: 24px;
  }
  .people-copy h2 {
    font-size: 54px;
    margin-top: 24px;
  }
  .people-copy .small-label {
    font-size: 9px;
  }
  .people-copy > p:not(.small-label) {
    font-size: 12px;
    margin-top: 20px;
  }
  .photo-caption {
    bottom: 22px;
    right: 24px;
    font-size: 9px;
  }
  .products-heading {
    display: block;
    margin: 35px 0 25px;
  }
  .products-heading h2 {
    font-size: 33px;
  }
  .products-heading p {
    font-size: 11px;
    margin-top: 20px;
  }
  .product-tabs button {
    gap: 8px;
    padding: 22px 4px 18px 0;
  }
  .product-tabs strong {
    font-size: 17px;
  }
  .product-tabs span {
    font-size: 8px;
  }
  .product-panel {
    display: block;
    padding: 30px 0 0;
    min-height: 0;
  }
  .product-visual {
    height: 380px;
    margin-bottom: 35px;
  }
  .product-visual > span {
    font-size: 320px;
  }
  .product-info h3 {
    font-size: 35px;
  }
  .product-info > p:not(.small-label) {
    font-size: 12px;
  }
  .about-grid {
    display: block;
    margin-top: 30px;
  }
  .about h2 {
    font-size: 35px;
  }
  .about-grid > div {
    margin-top: 30px;
  }
  .about-grid p {
    font-size: 12px;
  }
  .about-word {
    font-size: 17vw;
    margin-top: 60px;
  }
  .contact-top {
    padding-bottom: 45px;
  }
  .contact h2 {
    font-size: 55px;
  }
  .contact-email {
    position: static;
    display: inline-block;
    margin-top: 35px;
    font-size: 19px;
    padding-bottom: 14px;
  }
  .contact-email span {
    margin-left: 15px;
  }
  .contact-bottom {
    flex-wrap: wrap;
    gap: 24px;
  }
  .contact-bottom img {
    width: 118px;
  }
  .contact-bottom > span {
    order: 3;
    width: 100%;
    font-size: 10px;
  }
  .concept-notice {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 9px;
    line-height: 1.8;
  }
  .concept-notice span {
    width: 100%;
  }
  .film-dialog {
    padding: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
.static-motion .sequence {
  height: auto;
}
.static-motion .sequence-stage {
  position: relative;
  height: auto;
  max-height: none;
  min-height: 0;
  padding: 65px 6.5%;
}
.static-motion .sequence-top {
  position: relative;
  inset: auto;
  max-width: none;
}
.static-motion .sequence-art {
  position: relative;
  inset: auto;
  width: 100%;
  height: min(650px, 80vw);
}
.static-motion .sequence-chapters {
  position: relative;
  inset: auto;
  width: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.static-motion .sequence-chapters article {
  position: relative;
  inset: auto;
  opacity: 1;
  visibility: visible;
  transform: none;
}
.static-motion .sequence-bottom {
  display: none;
}
@media (max-width: 700px) {
  .static-motion .sequence-stage {
    padding: 60px 24px;
  }
  .static-motion .sequence-art {
    height: 390px;
  }
  .static-motion .sequence-chapters {
    display: block;
  }
}
