.stairway-gallery {
  --sg-ink: #201813;
  --sg-brown: #5d422c;
  --sg-gold: #a5814d;
  --sg-paper: #f8f0df;
  overflow: hidden;
  color: var(--sg-ink);
  font-family: "Noto Sans JP", sans-serif;
}
.stairway-gallery.is-reveal-ready .sg-reveal {
  opacity: 0;
  -webkit-transition: opacity 1.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1.35s cubic-bezier(0.22, 1, 0.36, 1), transform 1.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1.35s cubic-bezier(0.22, 1, 0.36, 1), transform 1.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.35s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.stairway-gallery.is-reveal-ready .sg-reveal--left {
  -webkit-transform: translate3d(-52px, 0, 0);
          transform: translate3d(-52px, 0, 0);
}
.stairway-gallery.is-reveal-ready .sg-reveal--right {
  -webkit-transform: translate3d(52px, 0, 0);
          transform: translate3d(52px, 0, 0);
}
.stairway-gallery.is-reveal-ready .sg-reveal--up {
  -webkit-transform: translate3d(0, 38px, 0);
          transform: translate3d(0, 38px, 0);
}
.stairway-gallery.is-reveal-ready .sg-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: auto;
}
.stairway-gallery__hero {
  position: relative;
  min-height: calc(100svh - 80px);
  background: #111;
  color: #fff8e7;
}
.stairway-gallery__hero-image, .stairway-gallery__hero-shade {
  position: absolute;
  inset: 0;
}
.stairway-gallery__hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 58%;
     object-position: center 58%;
}
.stairway-gallery__hero-shade {
  background: -webkit-gradient(linear, left top, right top, from(rgba(13, 9, 7, 0.84)), color-stop(48%, rgba(13, 9, 7, 0.42)), to(rgba(13, 9, 7, 0.08)));
  background: linear-gradient(90deg, rgba(13, 9, 7, 0.84), rgba(13, 9, 7, 0.42) 48%, rgba(13, 9, 7, 0.08));
}
.stairway-gallery__hero-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100svh - 80px);
  width: min(1200px, 88%);
  margin-inline: auto;
  padding-block: 80px;
}
.stairway-gallery__hero-copy h1 {
  margin-top: 18px;
  color: #fff8e7;
  font-family: "Oswald", sans-serif;
  font-size: clamp(64px, 10vw, 148px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0.03em;
}
.stairway-gallery__eyebrow, .stairway-gallery__section-label {
  color: var(--sg-gold);
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.24em;
}
.stairway-gallery__lead {
  margin-top: 42px;
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(20px, 2.4vw, 32px);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.stairway-gallery__scroll {
  position: absolute;
  z-index: 2;
  right: 5%;
  bottom: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  color: #fff8e7;
  font-size: 10px;
  letter-spacing: 0.22em;
}
.stairway-gallery__scroll span {
  display: block;
  width: 54px;
  height: 1px;
  background: #fff8e7;
}
.stairway-gallery__section {
  padding-block: clamp(90px, 12vw, 170px);
}
.stairway-gallery__narrow, .stairway-gallery__section-heading {
  width: min(760px, 86%);
  margin-inline: auto;
}
.stairway-gallery h2 {
  margin-top: 20px;
  color: var(--sg-ink);
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.05em;
}
.stairway-gallery__story-text {
  margin-top: 48px;
  line-height: 2.2;
}
.stairway-gallery__story-text p + p {
  margin-top: 18px;
}
.stairway-gallery__journey {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(230px, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: clamp(28px, 6vw, 90px);
  width: min(1100px, 88%);
  margin: clamp(70px, 10vw, 130px) auto 0;
}
.stairway-gallery__journey-main img {
  display: block;
  width: 100%;
  max-height: 820px;
  -o-object-fit: cover;
     object-fit: cover;
}
.stairway-gallery__journey-main figcaption {
  margin-top: 12px;
  color: var(--sg-gold);
  font-family: "Josefin Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
}
.stairway-gallery__journey-note {
  padding: 24px 0 14%;
  border-top: 1px solid rgba(32, 24, 19, 0.35);
  line-height: 2;
}
.stairway-gallery__journey-note span {
  color: var(--sg-gold);
  font-family: "Oswald", sans-serif;
  font-size: 28px;
}
.stairway-gallery__journey-note p {
  margin-top: 18px;
}
.stairway-gallery__canvas {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  padding: 0;
  background: var(--sg-ink);
  color: #fff8e7;
}
.stairway-gallery__canvas-image img {
  display: block;
  width: 100%;
  height: min(820px, 80vw);
  -o-object-fit: cover;
     object-fit: cover;
}
.stairway-gallery__canvas-copy {
  -ms-flex-item-align: center;
      align-self: center;
  padding: clamp(50px, 8vw, 110px);
}
.stairway-gallery__canvas-copy h2 {
  color: #fff8e7;
}
.stairway-gallery__canvas-copy > p:last-child {
  margin-top: 40px;
  line-height: 2.2;
}
.stairway-gallery__in-diner {
  background: var(--sg-paper);
}
.stairway-gallery__section-heading {
  text-align: center;
}
.stairway-gallery__section-heading > p:last-child {
  margin-top: 36px;
  line-height: 2.1;
  text-align: left;
}
.stairway-gallery__interior {
  width: min(1040px, 88%);
  margin: 72px auto 0;
}
.stairway-gallery__interior img {
  display: block;
  width: 100%;
  max-height: 760px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 42%;
     object-position: center 42%;
}
.stairway-gallery__artworks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 5vw, 72px);
  width: min(850px, 82%);
  margin: 72px auto 0;
}
.stairway-gallery__artworks figure:nth-child(2) {
  margin-top: 90px;
}
.stairway-gallery__artworks img {
  display: block;
  width: 100%;
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
}
.stairway-gallery__sales {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 8vw, 120px);
  width: min(1040px, 88%);
  margin: clamp(90px, 12vw, 150px) auto 0;
  padding: clamp(42px, 6vw, 78px);
  border-top: 1px solid rgba(93, 66, 44, 0.35);
  border-bottom: 1px solid rgba(93, 66, 44, 0.35);
}
.stairway-gallery__sales-heading h2 {
  margin-top: 18px;
  font-size: clamp(28px, 3.4vw, 44px);
}
.stairway-gallery__sales-body {
  -ms-flex-item-align: center;
      align-self: center;
  line-height: 2;
}
.stairway-gallery__sales-body p + p {
  margin-top: 18px;
}
.stairway-gallery__sales-body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding: 15px 0;
  border-bottom: 1px solid #5d422c;
  color: #5d422c;
  font-weight: 700;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.stairway-gallery__sales-body a span {
  font-size: 22px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.stairway-gallery__sales-body a:hover {
  color: #a5814d;
  border-color: #a5814d;
}
.stairway-gallery__sales-body a:hover span {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.stairway-gallery__sales-body small {
  display: block;
  margin-top: 14px;
  color: rgba(32, 24, 19, 0.68);
  font-size: 11px;
}
.stairway-gallery__artist {
  width: min(1100px, 88%);
  margin-inline: auto;
}
.stairway-gallery__artist-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 9%;
     -moz-column-gap: 9%;
          column-gap: 9%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.stairway-gallery__artist-intro .stairway-gallery__section-label {
  grid-column: 1/-1;
}
.stairway-gallery__artist-intro > p:last-child {
  margin-top: 30px;
  line-height: 2.1;
}
.stairway-gallery__artist-placeholders {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(24px, 5vw, 70px);
  margin-top: 70px;
}
.stairway-gallery__placeholder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 420px;
  border: 1px solid rgba(93, 66, 44, 0.4);
  background: linear-gradient(135deg, rgba(93, 66, 44, 0.07), rgba(165, 129, 77, 0.15));
  text-align: center;
}
.stairway-gallery__placeholder::before, .stairway-gallery__placeholder::after {
  position: absolute;
  content: "";
  background: rgba(93, 66, 44, 0.25);
}
.stairway-gallery__placeholder::before {
  width: 72px;
  height: 1px;
}
.stairway-gallery__placeholder::after {
  width: 1px;
  height: 72px;
}
.stairway-gallery__placeholder span {
  margin-top: 120px;
  color: var(--sg-gold);
  font-family: "Josefin Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
}
.stairway-gallery__placeholder p {
  margin-top: 10px;
  font-size: 13px;
}
.stairway-gallery__placeholder--studio {
  min-height: 520px;
  margin-top: 70px;
}
.stairway-gallery__closing {
  padding: clamp(100px, 13vw, 180px) 7%;
  background: var(--sg-brown);
  color: #fff8e7;
  text-align: center;
}
.stairway-gallery__closing-copy {
  margin-top: 28px;
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.stairway-gallery__closing > div > p:nth-of-type(3) {
  margin-top: 32px;
  line-height: 2;
}
.stairway-gallery__closing a {
  display: inline-block;
  min-width: 240px;
  margin-top: 48px;
  padding: 15px 30px;
  border: 1px solid #fff8e7;
  border-radius: 50px;
  color: #fff8e7;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.stairway-gallery__closing a:hover {
  background: #fff8e7;
  color: var(--sg-brown);
}
@media screen and (max-width: 767px) {
  .stairway-gallery__hero, .stairway-gallery__hero-copy {
    min-height: calc(100svh - 80px);
  }
  .stairway-gallery__hero-shade {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 9, 7, 0.83)), color-stop(75%, rgba(13, 9, 7, 0.12)));
    background: linear-gradient(0deg, rgba(13, 9, 7, 0.83), rgba(13, 9, 7, 0.12) 75%);
  }
  .stairway-gallery__hero-copy {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 110px;
  }
  .stairway-gallery__scroll {
    right: 7%;
    bottom: 25px;
  }
  .stairway-gallery__journey {
    grid-template-columns: 1fr;
  }
  .stairway-gallery__journey-note {
    padding-bottom: 0;
  }
  .stairway-gallery__canvas {
    grid-template-columns: 1fr;
  }
  .stairway-gallery__canvas-image img {
    height: 78vh;
  }
  .stairway-gallery__canvas-copy {
    padding: 65px 7% 80px;
  }
  .stairway-gallery__artworks {
    width: 88%;
    gap: 14px;
  }
  .stairway-gallery__artworks figure:nth-child(2) {
    margin-top: 50px;
  }
  .stairway-gallery__artworks img {
    height: 360px;
  }
  .stairway-gallery__sales {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 48px 8px;
  }
  .stairway-gallery__artist-intro {
    grid-template-columns: 1fr;
  }
  .stairway-gallery__artist-placeholders {
    grid-template-columns: 1fr;
  }
  .stairway-gallery__placeholder, .stairway-gallery__placeholder--studio {
    min-height: 360px;
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stairway-gallery .sg-reveal {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}