*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  background: #000;
  color: #bd9c75;
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

body {
  font-family: "Times New Roman", Times, serif;
}

.stage {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: 100dvh;
  background: #000;
}

.frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(100vw, calc(100dvh * 16 / 9));
  height: min(100dvh, calc(100vw * 9 / 16));
  transform: translate(-50%, -50%);
  container-type: size;
}

.frame__laptop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  background: #000;
  pointer-events: none;
  touch-action: none;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.frame__laptop.is-frozen {
  visibility: hidden;
}

.frame__freeze {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.display {
  --close: 0;
  position: absolute;
  left: 20.5%;
  top: 13.55%;
  width: 62.7%;
  height: 63.95%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  background: #000;
  clip-path: polygon(2.9% 0, 97.1% 0, 100% 100%, 0 100%);
  container-type: size;
  transform-origin: 50% 100%;
  transform: perspective(1100px) rotateX(calc(var(--close) * -82deg));
  transition: opacity 0.7s ease;
}

.display.is-on {
  opacity: calc(1 - var(--close));
  pointer-events: auto;
}

.display.is-leaving {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.display.is-closing {
  pointer-events: none;
  transition: none;
}

.brand-plate {
  display: none;
}

.brand {
  position: absolute;
  top: calc(5.15% - 20px);
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.85cqh;
  height: 6.35%;
  transform: translate(-50%, 0) scale(0.68);
  opacity: 0;
  filter: blur(14px);
  pointer-events: none;
  mix-blend-mode: screen;
  transition:
    top 1.15s cubic-bezier(0.16, 1, 0.3, 1),
    height 1.15s cubic-bezier(0.16, 1, 0.3, 1),
    gap 1.15s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.15s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 1.15s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.15s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand.is-settling {
  transition-duration: 0.45s;
}

@media (max-width: 800px) {
  .display.is-on:not(.is-leaving):not(.is-closing) ~ .brand {
    opacity: 1;
    filter: none;
    transform: translate(-50%, 0) scale(1);
  }
}

.brand.is-in {
  opacity: 1;
  filter: blur(0);
  transform: translate(-50%, 0) scale(1);
}

.brand.is-hero {
  top: 36%;
  height: 24%;
  gap: 2.2cqh;
  opacity: 1;
  filter: none;
  transform: translate(-50%, -50%) scale(1);
}

.brand__logo {
  display: block;
  height: 100%;
  width: auto;
  object-fit: contain;
}

.brand__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.12em;
  line-height: 1.12;
  white-space: nowrap;
}

.brand__title {
  color: #f4efe8;
  font-size: 2.35cqh;
  letter-spacing: 0.16em;
  transition: font-size 1.15s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand.is-hero .brand__title {
  font-size: 6.4cqh;
}

.brand.is-settling .brand__title,
.brand.is-settling .brand__sub {
  transition-duration: 0.45s;
}

.brand__sub {
  color: #bd9c75;
  font-size: 1.28cqh;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: font-size 1.15s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand.is-hero .brand__sub {
  font-size: 2.85cqh;
}

.slider {
  width: 100%;
  height: 100%;
  perspective: 1100px;
}

.slide,
.slider__media {
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  filter: blur(16px);
  transform: translateZ(-240px) scale(0.78);
  transform-origin: center;
  transition:
    opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 1.2s;
}

.slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  filter: blur(0);
  transform: translateZ(0) scale(1);
}

.slider__media {
  display: block;
  object-fit: cover;
  background: #000;
  pointer-events: none;
  touch-action: none;
}

.slider-nav {
  position: absolute;
  left: 50%;
  bottom: 4.2%;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.85cqi;
  transform: translateX(-50%);
}

.slider-nav__arrow,
.slider-nav__dot {
  border: 0;
  padding: 0;
  background: none;
  color: rgba(244, 239, 232, 0.55);
  cursor: pointer;
}

.slider-nav__arrow {
  width: 3.2cqi;
  height: 3.2cqi;
  font-size: 3.1cqi;
  line-height: 1;
  transition: color 0.3s ease;
}

.slider-nav__dots {
  display: flex;
  align-items: center;
  gap: 0.7cqi;
}

.slider-nav__dot {
  width: 0.85cqi;
  height: 0.85cqi;
  border-radius: 50%;
  background: rgba(244, 239, 232, 0.38);
  transition: background 0.3s ease, transform 0.3s ease;
}

.slider-nav__dot.is-active {
  background: #bd9c75;
  transform: scale(1.25);
}

.slider-nav__arrow:hover,
.slider-nav__dot:hover {
  color: #f4efe8;
}

.slider-nav__dot:hover {
  background: rgba(244, 239, 232, 0.8);
}

.slide__copy {
  position: absolute;
  top: 50%;
  right: 7%;
  z-index: 2;
  width: min(44%, 38cqi);
  transform: translateY(-50%);
  color: #f4efe8;
}

.slide__copy h2,
.slide__copy p,
.slide__actions {
  opacity: 0;
  filter: blur(12px);
  transform: scale(0.7);
  transform-origin: left center;
}

.slide.is-active .slide__copy h2 {
  animation: from-depth 1.25s cubic-bezier(0.16, 1, 0.3, 1) 0.22s forwards;
}

.slide.is-active .slide__copy p {
  animation: from-depth 1.25s cubic-bezier(0.16, 1, 0.3, 1) 0.42s forwards;
}

.slide.is-active .slide__actions {
  animation: from-depth 1.25s cubic-bezier(0.16, 1, 0.3, 1) 0.58s forwards;
}

.slide__copy h2 {
  font-size: 5.4cqi;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.04em;
}

.slide__copy h2::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin-top: 0.7em;
  background: #bd9c75;
}

.slide.is-active .slide__copy h2::after {
  animation: line-grow 0.7s ease 0.85s forwards;
}

.slide__copy p {
  margin-top: 0.85em;
  font-size: 2.15cqi;
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: rgba(244, 239, 232, 0.78);
}

.slide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7cqi;
  margin-top: 1.35em;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55em 1.05em;
  border: 1px solid #bd9c75;
  font-family: inherit;
  font-size: 1.55cqi;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn--solid {
  background: #bd9c75;
  color: #0b0b0b;
}

.btn--ghost {
  background: transparent;
  color: #f4efe8;
}

.btn--solid:hover {
  background: #d4b58c;
}

.btn--ghost:hover {
  background: rgba(189, 156, 117, 0.16);
}

@keyframes from-depth {
  from {
    opacity: 0;
    filter: blur(14px);
    transform: scale(0.68);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes line-grow {
  from {
    width: 0;
  }

  to {
    width: 2.2em;
  }
}

.enter {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  width: 100%;
  border: 0;
  background: #000;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.8s ease;
}

.enter.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.enter__logo {
  width: min(42vw, 240px);
  height: auto;
  object-fit: contain;
  pointer-events: none;
  mix-blend-mode: screen;
}

.enter__label {
  font-size: 1.15rem;
  letter-spacing: 0.45em;
  text-indent: 0.45em;
}

.enter:focus-visible {
  outline: 1px solid #bd9c75;
  outline-offset: -12px;
}

.works {
  position: fixed;
  inset: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(14rem, 22vw) 1fr;
  grid-template-rows: minmax(0, 1fr);
  gap: 4rem;
  height: 100dvh;
  min-height: 0;
  padding: 12vh 6vw 12vh;
  overflow: hidden;
  background: #000;
  transform: translateY(100%);
  transition: transform 1.15s cubic-bezier(0.16, 1, 0.3, 1);
  touch-action: pan-y;
}

.works.is-in {
  transform: translateY(0);
}

.works__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.35rem;
  min-height: 0;
  padding-top: 0.4rem;
}

.works__kicker {
  margin-bottom: 1.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #bd9c75;
}

.works__tab {
  border: 0;
  padding: 0;
  background: none;
  color: rgba(244, 239, 232, 0.42);
  font-family: inherit;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  letter-spacing: 0.04em;
  text-align: left;
  cursor: pointer;
  transition: color 0.35s ease;
}

.works__tab:hover,
.works__tab.is-active {
  color: #f4efe8;
}

.works__tab.is-active {
  position: relative;
}

.works__tab.is-active::after {
  content: "";
  display: block;
  width: 2.1em;
  height: 1px;
  margin-top: 0.45rem;
  background: #bd9c75;
}

.works__stage {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  padding-right: 0.55rem;
  scrollbar-width: thin;
  scrollbar-color: #bd9c75 #111;
}

.works__stage::-webkit-scrollbar {
  width: 5px;
}

.works__stage::-webkit-scrollbar-track {
  background: #111;
  border-radius: 999px;
}

.works__stage::-webkit-scrollbar-thumb {
  background: #bd9c75;
  border-radius: 999px;
}

.works__stage::-webkit-scrollbar-thumb:hover {
  background: #d4b48a;
}

.works__panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.works__panel.is-open {
  position: relative;
  inset: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: from-depth 1.05s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.works__panel-title {
  display: none;
  margin-bottom: 1rem;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #bd9c75;
}

.works.is-all .works__panel-title {
  display: block;
}

.works__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.4rem;
  margin-bottom: 1.1rem;
}

.works__filter {
  border: 0;
  padding: 0;
  background: none;
  color: rgba(244, 239, 232, 0.38);
  font-family: inherit;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease;
}

.works__filter:hover,
.works__filter.is-active {
  color: #bd9c75;
}

.works__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

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

.works__grid--sosyal {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  overflow: hidden;
  color: #f4efe8;
  text-decoration: none;
}

.card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #0b0b0b;
}

.card h3 {
  margin-top: 0.9rem;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.card p {
  margin-top: 0.3rem;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(244, 239, 232, 0.62);
}

.card__tag {
  display: inline-block;
  margin-top: 0.55rem;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #bd9c75;
}

.card--plain {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 12.5rem;
  padding: 1.15rem 1.15rem 1.05rem;
  border: 1px solid rgba(189, 156, 117, 0.28);
  transition: border-color 0.3s ease, background 0.3s ease;
}

.card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 100%;
  height: 4.6rem;
  margin-bottom: 0.85rem;
}

.card__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 88%;
  max-height: 3.6rem;
  aspect-ratio: auto;
  object-fit: contain;
  background: none;
}

.card--plain h3 {
  margin-top: 0;
}

a.card--plain:hover {
  border-color: #bd9c75;
  background: rgba(189, 156, 117, 0.08);
}

.card.is-hidden {
  display: none;
}

.card--media {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  border: 1px solid rgba(189, 156, 117, 0.28);
  background: none;
  color: inherit;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.card--media:hover {
  border-color: #bd9c75;
  background: rgba(189, 156, 117, 0.08);
}

.card--media img {
  aspect-ratio: 4 / 5;
}

.card--video img {
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.card--video {
  position: relative;
}

.card--video .card__play {
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: 1;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(189, 156, 117, 0.7);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #bd9c75;
  font-size: 0.85rem;
  line-height: 2.3rem;
  text-align: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.card--media h3,
.card--media p {
  padding: 0 1rem;
}

.card--media h3 {
  margin-top: 0.85rem;
}

.card--media p {
  margin-bottom: 1rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.88);
  cursor: pointer;
}

.lightbox__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(92vw, 1080px);
  height: min(90dvh, 920px);
  padding: 3.2rem 4.2rem 2.4rem;
}

.lightbox__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
}

.lightbox__image,
.lightbox__video {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(90dvh - 6.5rem);
  object-fit: contain;
  background: #0b0b0b;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
}

.lightbox__video {
  display: none;
  max-height: calc(90dvh - 6.5rem);
}

.lightbox.is-video .lightbox__image {
  display: none;
}

.lightbox.is-video .lightbox__video {
  display: block;
}

.lightbox__caption {
  margin-top: 0.9rem;
  color: #bd9c75;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
}

.lightbox__close,
.lightbox__nav {
  position: absolute;
  border: 0;
  background: none;
  color: #bd9c75;
  font-family: inherit;
  cursor: pointer;
  transition: color 0.3s ease;
}

.lightbox__close:hover,
.lightbox__nav:hover {
  color: #f4efe8;
}

.lightbox__close {
  top: 0.2rem;
  right: 0.35rem;
  z-index: 2;
  font-size: 2rem;
  line-height: 1;
}

.lightbox__nav {
  top: 50%;
  font-size: 2.6rem;
  line-height: 1;
  transform: translateY(-50%);
}

.lightbox__nav--prev {
  left: 0.1rem;
}

.lightbox__nav--next {
  right: 0.1rem;
}

.quote {
  position: fixed;
  inset: 0;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: center;
  color-scheme: dark;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.quote.is-open {
  opacity: 1;
  pointer-events: auto;
}

.quote__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.88);
  cursor: pointer;
}

.quote__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(92vw, 760px);
  max-height: min(90dvh, 920px);
  overflow: hidden;
  border: 1px solid rgba(189, 156, 117, 0.38);
  background: #0b0b0b;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.quote__close {
  position: absolute;
  top: 0.55rem;
  right: 0.85rem;
  z-index: 2;
  border: 0;
  background: none;
  color: #bd9c75;
  font-family: inherit;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s ease;
}

.quote__close:hover {
  color: #f4efe8;
}

.quote__head {
  flex: 0 0 auto;
  padding: 1.7rem 2.1rem 0;
}

.quote__kicker {
  margin-bottom: 0.45rem;
  font-size: 0.68rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #bd9c75;
}

.quote__head h2 {
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #f4efe8;
}

.quote__head h2::after {
  content: "";
  display: block;
  width: 2.4em;
  height: 1px;
  margin-top: 0.7rem;
  background: #bd9c75;
}

.quote__lead {
  margin-top: 0.85rem;
  max-width: 42em;
  color: rgba(244, 239, 232, 0.72);
  font-size: 0.92rem;
  line-height: 1.55;
}

.quote__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.4rem;
  margin-top: 1.35rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid rgba(189, 156, 117, 0.22);
}

.quote__tab {
  position: relative;
  border: 0;
  padding: 0 0 0.85rem;
  background: none;
  color: rgba(244, 239, 232, 0.42);
  font-family: inherit;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: color 0.3s ease;
}

.quote__tab:hover,
.quote__tab.is-active {
  color: #f4efe8;
}

.quote__tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #bd9c75;
}

.quote__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 1.4rem 2.1rem 2rem;
  overscroll-behavior: contain;
}

.quote__scroll::-webkit-scrollbar {
  width: 4px;
}

.quote__scroll::-webkit-scrollbar-track {
  background: #111;
}

.quote__scroll::-webkit-scrollbar-thumb {
  background: #bd9c75;
  border-radius: 999px;
}

.quote-form[hidden] {
  display: none;
}

.quote-form__intro {
  margin-bottom: 1.6rem;
  color: rgba(244, 239, 232, 0.74);
  font-size: 0.95rem;
  line-height: 1.6;
}

.quote-form__intro strong {
  color: #f4efe8;
  font-weight: 400;
}

.quote-section {
  margin: 0 0 1.85rem;
  border: 0;
}

.quote-section legend {
  margin-bottom: 1rem;
  color: #bd9c75;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.15rem;
}

.quote-field {
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  margin-bottom: 1rem;
}

.quote-grid .quote-field {
  margin-bottom: 0;
}

.quote-field > span {
  color: #f4efe8;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

.quote-field em {
  color: #bd9c75;
  font-style: normal;
}

.quote-field small,
.quote-note {
  color: rgba(244, 239, 232, 0.48);
  font-size: 0.75rem;
  line-height: 1.45;
}

.quote-note {
  margin: 0.2rem 0 1.1rem;
}

.quote-note em {
  color: #bd9c75;
  font-style: normal;
}

.quote-field input[type="text"],
.quote-field input[type="email"],
.quote-field input[type="tel"],
.quote-field select,
.quote-field textarea {
  width: 100%;
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(189, 156, 117, 0.32);
  border-radius: 0;
  background: #111;
  color: #f4efe8;
  font-family: inherit;
  font-size: 0.95rem;
  appearance: none;
  -webkit-appearance: none;
}

.quote-field select {
  background-image: linear-gradient(45deg, transparent 50%, #bd9c75 50%),
    linear-gradient(135deg, #bd9c75 50%, transparent 50%);
  background-position: calc(100% - 16px) 50%, calc(100% - 11px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 2rem;
}

.quote-field textarea {
  min-height: 5.2rem;
  resize: vertical;
}

.quote-field input:focus,
.quote-field select:focus,
.quote-field textarea:focus {
  border-color: #bd9c75;
  outline: none;
}

.quote-field.is-invalid input,
.quote-field.is-invalid select,
.quote-field.is-invalid textarea,
.quote-field.is-invalid .quote-choices,
.quote-field.is-invalid .quote-checks {
  border-color: #c45c4a;
}

.quote-choices,
.quote-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.15rem;
}

.quote-choices--wrap,
.quote-checks {
  gap: 0.55rem 0.85rem;
}

.quote-checks {
  flex-direction: column;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(189, 156, 117, 0.22);
}

.quote-checks--inline {
  flex-direction: row;
}

.quote-choices label,
.quote-check {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(244, 239, 232, 0.82);
  font-size: 0.9rem;
  cursor: pointer;
}

.quote-choices input,
.quote-check input {
  appearance: none;
  width: 0.92rem;
  height: 0.92rem;
  margin: 0;
  border: 1px solid #bd9c75;
  background: transparent;
  cursor: pointer;
}

.quote-choices input {
  border-radius: 50%;
}

.quote-choices input:checked {
  box-shadow: inset 0 0 0 3px #0b0b0b, inset 0 0 0 7px #bd9c75;
}

.quote-check input:checked {
  background: #bd9c75;
  box-shadow: inset 0 0 0 2px #0b0b0b;
}

.quote-extra {
  margin: 0.15rem 0 0.55rem 1.35rem;
}

.quote-extra[hidden],
.quote-reveal[hidden] {
  display: none;
}

.quote__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.quote-form__submit {
  min-width: 10.5rem;
  padding: 0.75em 1.4em;
  font-size: 0.82rem;
  cursor: pointer;
}

.quote-form__submit:disabled {
  opacity: 0.55;
  cursor: wait;
}

.quote-form__status {
  min-height: 1.3em;
  margin-top: 0.9rem;
  font-size: 0.88rem;
}

.quote-form__status.is-ok {
  color: #bd9c75;
}

.quote-form__status.is-err {
  color: #d47a6c;
}

.scene-nav {
  position: fixed;
  right: max(0.85rem, env(safe-area-inset-right));
  top: 50%;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(189, 156, 117, 0.55);
  border-radius: 50%;
  background: rgba(11, 11, 11, 0.72);
  color: #bd9c75;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 0.4s ease, background 0.3s ease, color 0.3s ease;
}

.scene-nav.is-on {
  opacity: 1;
  pointer-events: auto;
}

.scene-nav:hover {
  background: #bd9c75;
  color: #0b0b0b;
}

.scene-nav__icon {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.35s ease;
}

.scene-nav.is-up .scene-nav__icon {
  transform: translateY(2px) rotate(225deg);
}

.lightbox.is-open ~ .scene-nav,
.quote.is-open ~ .scene-nav {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 800px) {
  html,
  body {
    position: fixed;
    inset: 0;
    width: 100%;
    height: var(--app-h, 100svh);
  }

  .stage {
    height: var(--app-h, 100svh);
  }

  .frame {
    width: min(100vw, calc(var(--app-h, 100svh) * 9 / 16));
    height: min(var(--app-h, 100svh), calc(100vw * 16 / 9));
    transform: translate3d(-50%, -50%, 0);
  }

  .display {
    --phone-left: 10.85%;
    --phone-width: 78.3%;
    --phone-visible: 1;
    left: var(--phone-left);
    top: 17%;
    width: var(--phone-width);
    height: 65.9%;
    overflow: hidden;
    border-radius: 2.2cqi;
    transform: none;
    clip-path: none;
  }

  .display.is-on {
    opacity: var(--phone-visible);
  }

  .brand-plate {
    display: block;
    position: absolute;
    top: calc(10.2% - 58px);
    left: 50%;
    z-index: 2;
    width: 90%;
    height: 11%;
    background: #000;
    transform: translate3d(-50%, 0, 0);
    pointer-events: none;
  }

  .brand {
    top: calc(10.2% - 50px);
    height: 8.1%;
    gap: 1.05cqh;
    max-width: 86%;
  }

  .slider {
    perspective: none;
  }

  .slide {
    display: flex;
    flex-direction: column;
    filter: none;
    transform: none;
  }

  .slide.is-active {
    filter: none;
    transform: none;
  }

  .slider__media {
    flex: 0 0 52%;
    width: 100%;
    height: 52%;
    object-fit: cover;
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  .brand__title {
    font-size: 2.33cqh;
    letter-spacing: 0.12em;
  }

  .brand__sub {
    font-size: 1.47cqh;
    letter-spacing: 0.12em;
  }

  .slide__copy {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    flex: 1;
    padding: 4% 6% 15%;
    transform: none;
  }

  .slide__copy h2 {
    font-size: 7.39cqi;
  }

  .slide__copy p {
    font-size: 3.43cqi;
  }

  .slide__actions {
    gap: 1.58cqi;
  }

  .btn {
    font-size: 2.9cqi;
    padding: 0.65em 1.1em;
  }

  .slider-nav {
    bottom: 2.6%;
    gap: 1.4cqi;
  }

  .slider-nav__arrow {
    width: 5cqi;
    height: 5cqi;
    font-size: 4.6cqi;
  }

  .slider-nav__dot {
    width: 1.35cqi;
    height: 1.35cqi;
  }

  .works {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 2.5rem;
    padding: 8vh 7vw 10vh;
  }

  .works__nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem 1.4rem;
  }

  .works__kicker {
    width: 100%;
    margin-bottom: 0.2rem;
  }

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

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

  .lightbox__dialog {
    width: 100vw;
    height: 100dvh;
    padding: 4.2rem 3.2rem 3rem;
  }

  .lightbox__nav {
    font-size: 2.1rem;
  }

  .quote__dialog {
    width: 100vw;
    max-height: 100dvh;
    height: 100dvh;
    border: 0;
  }

  .quote__head,
  .quote__scroll {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .quote__head {
    padding-top: 3.2rem;
  }

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

  .quote__tabs {
    gap: 0.2rem 1rem;
  }

  .quote__tab {
    font-size: 0.82rem;
  }

  .scene-nav {
    right: max(0.7rem, env(safe-area-inset-right));
    width: 2.35rem;
    height: 2.35rem;
  }
}
