.cipta-streams {
  width: 100vw;
  min-width: 100vw;
  background: var(--story-intro);
  color: var(--text);
}

.cipta-streams__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: clamp(20px, 4vw, 56px);
  width: min(1080px, 84vw);
  margin: 0 auto;
}

.cipta-stream {
  position: relative;
  padding: clamp(22px, 3.2vw, 44px);
  border: 1px solid rgba(36, 22, 29, .18);
  background: rgba(255, 248, 232, .46);
}

.cipta-stream--builds {
  background: rgba(15, 77, 79, .1);
}

.cipta-stream__title {
  margin: 0 0 clamp(16px, 2vw, 28px);
  color: var(--yellow);
  font-family: "New Icon Serif", serif;
  font-size: clamp(58px, 7.5vw, 118px);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -.045em;
}

.cipta-stream__title .t-script {
  display: inline-block;
  font-size: 1.08em;
  margin-right: -.06em;
}

.cipta-stream p,
.cipta-stream__list {
  font-family: Neue Montreal, sans-serif;
  font-size: clamp(16px, 1.35vw, 22px);
  line-height: 1.22;
  letter-spacing: -.02em;
}

.cipta-stream p {
  margin: 0 0 clamp(16px, 2vw, 28px);
}

.cipta-stream__list {
  display: grid;
  gap: .45em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cipta-stream__list li::before {
  content: "[";
  color: var(--yellow);
}

.cipta-stream__list li::after {
  content: "]";
  color: var(--yellow);
}

.cipta-hero-page {
  position: relative;
  z-index: 16;
  width: 100vw;
  min-width: 100vw;
  min-height: 100dvh;
  justify-content: space-between;
  gap: clamp(28px, 5vw, 86px);
  padding: clamp(72px, 10vh, 128px) clamp(24px, 8vw, 128px);
  background-color: #14213d;
  background-image: none;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  flex: 0 1 700px;
  width: min(700px, 48vw);
  color: #fff7e8;
  font-family: Neue Montreal, sans-serif;
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.35;
  text-transform: none;
}

.hero-visual {
  position: relative;
  z-index: 1;
  flex: 0 0 clamp(300px, 35vw, 560px);
  width: clamp(300px, 35vw, 560px);
  aspect-ratio: 4 / 5;
  margin-right: clamp(0px, 2vw, 44px);
  pointer-events: none;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 8% -8% -7% 10%;
  border: 1px solid rgba(240, 182, 63, .48);
  transform: translate3d(0, 0, 0) rotate(2deg);
}

.hero-visual__frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: rgba(255, 248, 232, .08);
  transform: translate3d(0, 0, 0) rotate(-1.5deg);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
}

.hero-visual__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 33, 61, 0) 48%, rgba(20, 33, 61, .16)),
    linear-gradient(90deg, rgba(20, 33, 61, .12), rgba(20, 33, 61, 0) 42%);
  mix-blend-mode: multiply;
}

.hero-visual__frame img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 54% center;
  transform: scale(1.08);
}

.hero-visual__mark {
  position: absolute;
  width: clamp(54px, 6vw, 92px);
  aspect-ratio: 1;
  border: 1px solid rgba(240, 182, 63, .72);
  transform: rotate(45deg);
}

.hero-visual__mark--top {
  top: clamp(18px, 3vw, 44px);
  right: clamp(-32px, -2vw, -14px);
}

.hero-visual__mark--bottom {
  left: clamp(-24px, -1.8vw, -10px);
  bottom: clamp(28px, 4vw, 68px);
  border-color: rgba(27, 138, 132, .78);
}

.cipta-hero-page .hero-copy {
  color: #fff7e8;
}

.hero-copy p {
  margin: 0;
}

.hero-copy p + p {
  margin-top: .75em;
}

.hero-copy__brand {
  color: var(--yellow-light);
  font-family: "New Icon Serif", serif;
  font-size: clamp(56px, 7.2vw, 118px);
  line-height: .82;
  margin-bottom: clamp(10px, 1.5vw, 18px);
}

.hero-copy__lead {
  color: var(--yellow-light);
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.05;
}

.hero-copy__launch {
  color: #fff0cf;
}

.hero-copy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: clamp(16px, 2vw, 24px);
  font-size: clamp(11px, 1.2vw, 14px);
  line-height: 1.25;
}

.cipta-info-copy {
  max-width: 920px;
  font-size: clamp(22px, 2.75vw, 42px);
  line-height: 1.12;
  letter-spacing: 0;
}

.cipta-branch-copy,
.cipta-builds-copy {
  max-width: 920px;
  font-size: clamp(30px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}

.cipta-info-copy p,
.cipta-builds-copy p {
  margin: 0;
}

.cipta-info-copy p + p,
.cipta-builds-copy p + p {
  margin-top: .45em;
}

.cipta-workshop__title {
  margin: clamp(16px, 2vw, 26px) 0 .35em;
  color: var(--yellow);
  font-family: Neue Montreal, sans-serif;
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 600;
  line-height: 1.05;
}

.cipta-workshop__title:first-of-type {
  margin-top: 0;
}

.cipta-stream__button {
  display: inline-block;
  margin-top: clamp(14px, 2vw, 24px);
  color: var(--yellow);
  font-size: clamp(12px, 1vw, 15px);
}

.cipta-builds-copy .cipta-stream__button {
  color: #6f4b2f;
  font-size: clamp(12px, 1vw, 15px);
}

.story__end--contact {
  width: max(100vw, 1180px);
  min-width: 100vw;
  min-height: 100dvh;
  padding: clamp(24px, 4vh, 56px) clamp(24px, 8vw, 128px);
}

.story__end--contact .story__end__container {
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 0 !important;
}

.story__end--contact .story__end__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(54px, 7vw, 136px);
  line-height: .9;
  letter-spacing: -.035em;
  overflow: visible;
  padding: clamp(8px, 1.6vh, 18px) 0;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
}

.story__end--contact .story__end__title .t-script {
  display: inline-block;
  font-size: 1.08em;
  line-height: .82;
  margin-right: -.04em;
  transform: translateY(.03em);
}

.contact-title__line {
  display: block;
}

.contact-title__line:first-child {
  transform: translateX(-.08em);
}

.contact-title__line:last-child {
  transform: translateX(.06em);
}

.contact-panel {
  width: min(100%, 920px);
}

.contact-panel__inner {
  gap: clamp(12px, 2vh, 22px);
  width: min(100%, 720px);
}

.contact-panel__tag,
.contact-form__field span,
.contact-form__status {
  font-size: clamp(10px, 1.2vh, 12px);
  line-height: 1.2;
  letter-spacing: .1em;
}

.contact-panel__copy {
  font-size: clamp(14px, 1.7vh, 18px);
  line-height: 1.35;
}

.contact-form {
  gap: clamp(10px, 1.7vh, 16px);
  margin-top: 0;
}

.contact-form__grid {
  gap: clamp(10px, 1.5vh, 16px);
}

.contact-form__field {
  gap: clamp(5px, .8vh, 8px);
}

.contact-form__field input,
.contact-form__field textarea {
  padding: clamp(10px, 1.5vh, 16px) clamp(12px, 1.8vh, 18px);
  font-size: clamp(14px, 1.7vh, 16px);
  line-height: 1.25;
}

.contact-form__field textarea {
  height: clamp(88px, 16vh, 132px);
  min-height: 88px;
}

.contact-form__footer {
  gap: 12px;
}

.contact-form__submit {
  font-size: clamp(12px, 1.5vh, 15px);
  line-height: 1.25;
}

.contact-form__submit:disabled {
  cursor: progress;
  opacity: .55;
}

.contact-panel__cta {
  margin-top: 0;
  font-size: clamp(11px, 1.5vh, 14px);
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .story__end--contact {
    width: clamp(1120px, 118vw, 1680px);
    flex: 0 0 auto;
  }

  .story__end--contact .story__end__container {
    max-height: calc(100dvh - clamp(48px, 8vh, 112px));
  }
}

@media (max-height: 760px) and (min-width: 1024px) {
  .hero-copy {
    font-size: 14px;
  }

  .hero-copy__brand {
    font-size: clamp(44px, 5.8vw, 82px);
  }

  .hero-copy__lead {
    font-size: clamp(19px, 1.8vw, 26px);
  }

  .hero-visual {
    flex-basis: clamp(260px, 30vw, 430px);
    width: clamp(260px, 30vw, 430px);
  }

  .story__end--contact {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .story__end--contact .story__end__title {
    font-size: clamp(46px, 5.8vw, 96px);
    line-height: .92;
    padding: 4px 0;
  }

  .contact-panel__inner {
    gap: 10px;
  }

  .contact-panel__copy {
    font-size: 14px;
  }

  .contact-form {
    gap: 9px;
  }

  .contact-form__field input,
  .contact-form__field textarea {
    padding: 9px 12px;
  }

  .contact-form__field textarea {
    height: 78px;
    min-height: 78px;
  }

  .contact-panel__cta {
    display: none;
  }
}

@media (max-width: 900px) {
  .cipta-hero-page {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 34px;
    padding: 88px 24px 56px;
  }

  .hero-copy {
    width: 100%;
    flex: none;
    font-size: 15px;
  }

  .hero-visual {
    flex: none;
    width: min(100%, 430px);
    aspect-ratio: 16 / 10;
    margin: 0;
  }

  .hero-visual::before {
    inset: 10% -4% -10% 8%;
  }

  .hero-visual__mark {
    width: 52px;
  }

  .hero-copy__brand {
    font-size: clamp(48px, 15vw, 78px);
  }

  .hero-copy__lead {
    font-size: clamp(21px, 6vw, 28px);
  }

  .hero-copy__actions {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
  }

  .cipta-info-copy,
  .cipta-branch-copy,
  .cipta-builds-copy {
    font-size: clamp(25px, 8vw, 42px);
    line-height: 1.04;
  }

  .cipta-info-copy {
    font-size: clamp(20px, 6.5vw, 34px);
    line-height: 1.12;
  }

  .cipta-streams {
    min-width: 0;
  }

  .cipta-streams__inner {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cipta-stream {
    padding: 24px;
  }

  .cipta-stream__title {
    font-size: clamp(58px, 17vw, 96px);
  }

  .cipta-stream p,
  .cipta-stream__list {
    font-size: clamp(18px, 5vw, 24px);
  }

  .story__end--contact {
    width: 100%;
    min-height: 100dvh;
    padding: 72px 24px 40px;
  }

  .story__end--contact .story__end__title {
    font-size: clamp(48px, 15vw, 84px);
    letter-spacing: -.03em;
  }

  .contact-panel__inner {
    width: 100%;
  }

  .contact-panel__copy {
    text-align: left;
  }

  .contact-form__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-panel__cta {
    display: none;
  }
}
