﻿.subpage-body {
  margin: 0;
  min-width: 320px;
  color: var(--sp-page-ink, #f7ead4);
  background:
    radial-gradient(circle at 50% 0%, rgba(184, 137, 59, 0.16), transparent 34rem),
    linear-gradient(180deg, #0a0e0f 0%, #080c0d 48%, #050708 100%);
  font-family: "DM Sans", sans-serif;
}

.subpage-body *,
.subpage-body *::before,
.subpage-body *::after {
  box-sizing: border-box;
}

.subpage {
  position: relative;
  overflow: clip;
  isolation: isolate;
}

.subpage::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3, 5, 5, 0.16), rgba(3, 5, 5, 0.88)),
    url("../images/Sponsorlar-min.png") center / cover no-repeat;
  opacity: 0.26;
  filter: saturate(0.84);
}

.subpage::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.016) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 86%, transparent);
}

.subpage-shell {
  width: min(100% - clamp(32px, 7vw, 140px), 1240px);
  margin-inline: auto;
}

.subpage-hero {
  position: relative;
  min-height: clamp(440px, 50vw, 620px);
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(5, 8, 8, 0.92) 0%, rgba(5, 8, 8, 0.52) 38%, rgba(69, 33, 14, 0.22) 100%),
    url("../images/Mekke_Genel-1-min.png") center 38% / cover no-repeat;
}

.subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 202, 111, 0.5), transparent 10rem),
    radial-gradient(circle at 18% 58%, rgba(3, 5, 5, 0.88), transparent 24rem),
    linear-gradient(180deg, rgba(3, 5, 5, 0.08), rgba(3, 5, 5, 0.84));
  mix-blend-mode: screen;
  opacity: 0.38;
}

.subpage-hero::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -1px;
  height: clamp(300px, 32vw, 460px);
  background: linear-gradient(
    180deg,
    rgba(4, 7, 7, 0) 0%,
    rgba(4, 7, 7, 0.18) 34%,
    rgba(4, 7, 7, 0.48) 62%,
    rgba(4, 7, 7, 0.78) 84%,
    rgba(4, 7, 7, 0.96) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.subpage-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 7, 7, 0.26), rgba(4, 7, 7, 0.7)),
    radial-gradient(circle at 50% 54%, rgba(184, 137, 59, 0.12), transparent 28rem);
}

.subpage-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: clamp(18px, 2.4vw, 26px);
  padding-block: 108px clamp(84px, 9vw, 128px);
}

.subpage-hero__description {
  max-width: 760px;
  margin: 0;
  color: rgba(247, 234, 212, 0.9);
  font-size: clamp(1rem, 1.2vw, 1.24rem);
  line-height: 1.8;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.7);
}

.subpage-hero .site-heading-frame {
  margin: 0 auto;
}

.subpage-hero .site-heading-frame > h1 {
  max-width: min(100%, 760px);
}

.subpage-section {
  position: relative;
  padding-block: clamp(56px, 6vw, 96px);
}

.subpage-hero + .subpage-section {
  margin-top: -140px;
  z-index: 3;
}

.subpage-section--accent {
  padding-top: clamp(44px, 5vw, 72px);
}

.subpage-section__inner {
  display: grid;
  gap: clamp(18px, 2.4vw, 26px);
}

.subpage-section__text {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(247, 234, 212, 0.84);
  font-size: clamp(1rem, 1.12vw, 1.15rem);
  line-height: 1.85;
  text-align: center;
}

.subpage-panel {
  position: relative;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid rgba(216, 185, 130, 0.26);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(13, 16, 17, 0.92), rgba(9, 12, 13, 0.88)),
    radial-gradient(circle at 16% 16%, rgba(216, 169, 78, 0.08), transparent 10rem);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 220, 154, 0.04);
  overflow: hidden;
}

.subpage-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(240, 207, 135, 0.07), transparent 24%),
    linear-gradient(315deg, rgba(240, 207, 135, 0.05), transparent 26%);
}

.subpage-panel__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: rgba(240, 207, 135, 0.86);
  font-family: "Lexend", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.subpage-panel__eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, rgba(240, 207, 135, 0.18), rgba(240, 207, 135, 0.82));
}

.subpage-panel__title {
  margin: 0 0 14px;
  color: var(--sp-page-ink, #f7ead4);
  font-family: "Cormorant Infant", serif;
  font-size: clamp(2rem, 2.6vw, 2.85rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.subpage-panel__text {
  max-width: 760px;
  margin: 0;
  color: rgba(247, 234, 212, 0.82);
  font-size: clamp(1rem, 1.08vw, 1.12rem);
  line-height: 1.82;
}

.subpage-panel__grid {
  display: grid;
  gap: clamp(18px, 2vw, 22px);
}

.subpage-panel__grid + .subpage-panel__grid {
  margin-top: clamp(20px, 2.6vw, 30px);
}

@media (min-width: 900px) {
  .subpage-panel__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: start;
  }
}

@media (max-width: 1024px) {
  .subpage-hero {
    min-height: clamp(420px, 58vw, 560px);
  }

  .subpage-hero + .subpage-section {
    margin-top: -112px;
  }
}

@media (max-width: 768px) {
  .subpage-shell {
    width: min(100% - 28px, 1000px);
  }

  .subpage-hero__inner {
    padding-block: 96px 92px;
  }

  .subpage-hero__description,
  .subpage-section__text,
  .subpage-panel__text {
    line-height: 1.72;
  }

  .subpage-panel {
    border-radius: 18px;
  }
}

@media (max-width: 430px) {
  .subpage-shell {
    width: min(100% - 24px, 1000px);
  }

  .subpage-hero {
    min-height: 400px;
    background-position: center 42%;
  }

  .subpage-hero__inner {
    gap: 16px;
    padding-block: 88px 84px;
  }

  .subpage-hero__description {
    max-width: 34ch;
    font-size: 0.98rem;
  }

  .subpage-hero + .subpage-section {
    margin-top: -86px;
  }

  .subpage-section {
    padding-block: 42px 52px;
  }

  .subpage-panel {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .subpage-panel__eyebrow {
    margin-bottom: 12px;
    gap: 8px;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  .subpage-panel__eyebrow::before {
    width: 22px;
  }
}

.story-page__sr-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.story-page__hero {
  min-height: clamp(420px, 33vw, 610px);
  background: #060809;
}

.story-page__hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 8, 0.16), rgba(5, 7, 8, 0.1)),
    url("../images/Hikaye-Ust_Arka_Plan-1-min.png") center center / cover no-repeat;
  transform-origin: center center;
  animation: story-hero-drift 24s ease-in-out infinite alternate;
  will-change: transform;
}

.story-page__hero::before {
  background:
    radial-gradient(circle at 74% 20%, rgba(255, 191, 88, 0.18), transparent 12rem),
    linear-gradient(180deg, rgba(5, 8, 9, 0.26), rgba(5, 8, 9, 0.72));
  mix-blend-mode: normal;
  opacity: 1;
}

.story-page__hero::after {
  height: clamp(120px, 12vw, 200px);
  background: linear-gradient(180deg, rgba(6, 8, 9, 0) 0%, rgba(6, 8, 9, 0.74) 72%, rgba(6, 8, 9, 0.94) 100%);
}

.story-page__hero-shade {
  background:
    linear-gradient(180deg, rgba(6, 8, 9, 0.22), rgba(6, 8, 9, 0.48)),
    radial-gradient(circle at 50% 66%, rgba(255, 166, 61, 0.12), transparent 18rem);
}

.story-page__hero-inner {
  gap: clamp(20px, 2.2vw, 28px);
  padding-block: clamp(132px, 12vw, 180px) clamp(40px, 4.8vw, 64px);
}

.story-page__hero-title {
  display: block;
  width: min(100%, 820px);
  height: auto;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.58));
}

.story-page__hero-cue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 244, 225, 0.92);
  font-size: clamp(1.75rem, 2.2vw, 2.2rem);
  line-height: 1;
  text-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.story-page__hero + .story-page__narrative {
  margin-top: 0;
}

.story-page__narrative {
  position: relative;
  padding-block: clamp(72px, 7vw, 112px) clamp(84px, 8vw, 128px);
  overflow: hidden;
  isolation: isolate;
}

.story-page__narrative::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(7, 9, 10, 0.86), rgba(7, 9, 10, 0.76)),
    url("../images/Hikaye-min-1-1.png") center top / cover no-repeat;
}

.story-page__narrative::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 28%, rgba(255, 161, 64, 0.28), transparent 12rem),
    radial-gradient(circle at 88% 34%, rgba(255, 161, 64, 0.22), transparent 11rem),
    radial-gradient(circle at 50% 96%, rgba(255, 164, 77, 0.24), transparent 10rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size:
    auto,
    auto,
    auto,
    42px 42px,
    42px 42px;
  opacity: 0.72;
}

.story-page__panel {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: clamp(24px, 2.6vw, 36px) clamp(18px, 3vw, 34px);
}

.story-page__copy {
  display: grid;
  gap: clamp(26px, 2.7vw, 40px);
  text-align: center;
}

.story-page__copy p {
  max-width: 50ch;
  margin: 0 auto;
  color: rgba(255, 248, 238, 0.96);
  font-size: clamp(1.12rem, 1.25vw, 1.42rem);
  line-height: 1.95;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.46);
}

@keyframes story-hero-drift {
  from {
    transform: scale(1.035) translate3d(-0.8%, 0, 0);
  }

  to {
    transform: scale(1.085) translate3d(1.1%, -0.4%, 0);
  }
}

@media (max-width: 1600px) {
  .story-page__hero-media {
    background-image:
      linear-gradient(180deg, rgba(5, 7, 8, 0.16), rgba(5, 7, 8, 0.1)),
      url("../images/Hikaye-Ust_Arka_Plan-1-min-1536x386.png");
  }

  .story-page__narrative::before {
    background:
      linear-gradient(180deg, rgba(7, 9, 10, 0.86), rgba(7, 9, 10, 0.76)),
      url("../images/Hikaye-min-1-1-1536x570.png") center top / cover no-repeat;
  }
}

@media (max-width: 1200px) {
  .story-page__hero-media {
    background-image:
      linear-gradient(180deg, rgba(5, 7, 8, 0.16), rgba(5, 7, 8, 0.1)),
      url("../images/Hikaye-Ust_Arka_Plan-1-min-1024x257.png");
  }

  .story-page__narrative::before {
    background:
      linear-gradient(180deg, rgba(7, 9, 10, 0.88), rgba(7, 9, 10, 0.78)),
      url("../images/Hikaye-min-1-1-1024x380.png") center top / cover no-repeat;
  }
}

@media (max-width: 768px) {
  .story-page__hero {
    min-height: clamp(360px, 74vw, 470px);
  }

  .story-page__hero-media {
    background-image:
      linear-gradient(180deg, rgba(5, 7, 8, 0.18), rgba(5, 7, 8, 0.14)),
      url("../images/Hikaye-Ust_Arka_Plan-1-min-768x193.png");
    animation-duration: 34s;
  }

  .story-page__hero-inner {
    padding-block: 116px 34px;
  }

  .story-page__hero-title {
    width: min(100%, 640px);
  }

  .story-page__narrative {
    padding-block: 56px 72px;
  }

  .story-page__narrative::before {
    background:
      linear-gradient(180deg, rgba(7, 9, 10, 0.9), rgba(7, 9, 10, 0.82)),
      url("../images/Hikaye-min-1-1-768x285.png") center top / cover no-repeat;
  }

  .story-page__copy {
    gap: 22px;
  }

  .story-page__copy p {
    max-width: 38ch;
    font-size: clamp(1rem, 2.4vw, 1.14rem);
    line-height: 1.82;
  }
}

@media (max-width: 430px) {
  .story-page__hero {
    min-height: 330px;
  }

  .story-page__hero-media {
    background-position: 52% center;
    animation-duration: 40s;
  }

  .story-page__hero::before {
    background:
      radial-gradient(circle at 72% 20%, rgba(255, 191, 88, 0.12), transparent 9rem),
      linear-gradient(180deg, rgba(5, 8, 9, 0.28), rgba(5, 8, 9, 0.78));
  }

  .story-page__hero-inner {
    gap: 14px;
    padding-block: 102px 28px;
  }

  .story-page__hero-title {
    width: min(100%, 94vw);
  }

  .story-page__hero-cue {
    font-size: 1.5rem;
  }

  .story-page__narrative {
    padding-block: 44px 56px;
  }

  .story-page__narrative::before {
    background:
      linear-gradient(180deg, rgba(7, 9, 10, 0.92), rgba(7, 9, 10, 0.84)),
      url("../images/Hikaye-min-1-1-768x285.png") 54% top / cover no-repeat;
  }

  .story-page__panel {
    padding: 12px 6px;
  }

  .story-page__copy {
    gap: 18px;
  }

  .story-page__copy p {
    max-width: 31ch;
    font-size: 0.97rem;
    line-height: 1.74;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-page__hero-media {
    animation: none;
    transform: none;
  }
}

.subpage-sr-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.locations-page__hero {
  min-height: clamp(360px, 30vw, 440px);
  background: #070809;
}

.locations-page__hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 8, 0.18), rgba(5, 7, 8, 0.12)),
    url("../images/Mekke_Genel-1-min.png") center center / cover no-repeat;
  transform-origin: center center;
  animation: locations-hero-drift 26s ease-in-out infinite alternate;
  will-change: transform;
}

.locations-page__hero::before {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 190, 84, 0.16), transparent 12rem),
    linear-gradient(180deg, rgba(5, 8, 9, 0.28), rgba(5, 8, 9, 0.68));
  mix-blend-mode: normal;
  opacity: 1;
}

.locations-page__hero::after {
  height: clamp(110px, 12vw, 180px);
  background: linear-gradient(180deg, rgba(6, 8, 9, 0) 0%, rgba(6, 8, 9, 0.78) 78%, rgba(6, 8, 9, 0.94) 100%);
}

.locations-page__hero-shade {
  background:
    linear-gradient(180deg, rgba(6, 8, 9, 0.16), rgba(6, 8, 9, 0.48)),
    radial-gradient(circle at 50% 70%, rgba(255, 170, 66, 0.12), transparent 20rem);
}

.locations-page__hero-inner {
  gap: 12px;
  padding-block: clamp(124px, 11vw, 152px) clamp(24px, 3vw, 38px);
}

.locations-page__hero-title {
  display: block;
  width: min(100%, 460px);
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.58));
}

.locations-page__hero-description {
  margin: 0;
  color: rgba(255, 244, 225, 0.88);
  font-size: clamp(0.96rem, 1vw, 1.08rem);
  line-height: 1.6;
  text-shadow: 0 5px 14px rgba(0, 0, 0, 0.4);
}

.locations-page__hero-cue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 248, 238, 0.88);
  font-size: clamp(1.3rem, 1.9vw, 1.7rem);
  line-height: 1;
}

.locations-page__content {
  position: relative;
  padding-block: clamp(30px, 4vw, 46px) clamp(70px, 7vw, 96px);
  isolation: isolate;
}

.locations-page__content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(7, 9, 10, 0.78), rgba(7, 9, 10, 0.88)),
    url("../images/Mekanlar-1-min-1.png") center top / cover no-repeat;
}

.locations-page__content::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 7% 24%, rgba(255, 161, 64, 0.34), transparent 11rem),
    radial-gradient(circle at 93% 34%, rgba(255, 161, 64, 0.28), transparent 10rem),
    radial-gradient(circle at 14% 78%, rgba(255, 161, 64, 0.3), transparent 12rem),
    radial-gradient(circle at 88% 88%, rgba(255, 161, 64, 0.24), transparent 10rem);
  opacity: 0.92;
}

.locations-page__content-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(24px, 3vw, 36px);
}

.locations-page__section {
  width: min(100%, 860px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(216, 185, 130, 0.18);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(4, 6, 7, 0.94), rgba(8, 10, 11, 0.98)),
    radial-gradient(circle at 50% 0%, rgba(255, 173, 75, 0.08), transparent 12rem);
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 215, 154, 0.03);
}

.locations-page__section-hero {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 6;
  object-fit: cover;
}

.locations-page__section-body {
  padding: clamp(16px, 2vw, 22px);
}

.locations-page__section-title {
  display: block;
  width: min(100%, 430px);
  height: auto;
  margin: 0 auto 14px;
}

.locations-page__section-title--medium {
  width: min(100%, 340px);
}

.locations-page__copy {
  display: grid;
  gap: 12px;
  text-align: center;
}

.locations-page__copy p {
  max-width: 72ch;
  margin: 0 auto;
  color: rgba(247, 234, 212, 0.92);
  font-size: clamp(0.9rem, 0.98vw, 0.98rem);
  line-height: 1.72;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.38);
}

.locations-page__gallery {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.locations-page__gallery--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.locations-page__gallery--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.locations-page__gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border-radius: 4px;
  background: #090b0c;
}

.locations-page__closing {
  margin: clamp(2px, 1vw, 10px) auto 0;
  color: rgba(255, 244, 225, 0.94);
  font-size: clamp(1.2rem, 1.5vw, 1.45rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.36);
}

@keyframes locations-hero-drift {
  from {
    transform: scale(1.03) translate3d(-0.9%, 0, 0);
  }

  to {
    transform: scale(1.075) translate3d(1.1%, -0.4%, 0);
  }
}

@media (max-width: 1600px) {
  .locations-page__hero-media {
    background-image:
      linear-gradient(180deg, rgba(5, 7, 8, 0.18), rgba(5, 7, 8, 0.12)),
      url("../images/Mekke_Genel-1-min-1536x643.png");
  }
}

@media (max-width: 1024px) {
  .locations-page__hero {
    min-height: 340px;
  }

  .locations-page__hero-media {
    background-image:
      linear-gradient(180deg, rgba(5, 7, 8, 0.2), rgba(5, 7, 8, 0.15)),
      url("../images/Mekke_Genel-1-min-1024x428.png");
  }

  .locations-page__section {
    width: min(100%, 780px);
  }

  .locations-page__content::before {
    background:
      linear-gradient(180deg, rgba(7, 9, 10, 0.78), rgba(7, 9, 10, 0.9)),
      url("../images/Mekanlar-1-min-1.png") center top / cover no-repeat;
  }
}

@media (max-width: 768px) {
  .locations-page__hero {
    min-height: 320px;
  }

  .locations-page__hero-media {
    background-image:
      linear-gradient(180deg, rgba(5, 7, 8, 0.2), rgba(5, 7, 8, 0.16)),
      url("../images/Mekke_Genel-1-min-768x321.png");
    animation-duration: 34s;
  }

  .locations-page__hero-title {
    width: min(100%, 380px);
  }

  .locations-page__hero-description {
    font-size: 0.92rem;
  }

  .locations-page__content {
    padding-block: 26px 58px;
  }

  .locations-page__section {
    width: min(100%, 680px);
    border-radius: 9px;
  }

  .locations-page__section-body {
    padding: 14px;
  }

  .locations-page__copy p {
    max-width: 60ch;
    font-size: 0.9rem;
    line-height: 1.66;
  }

  .locations-page__gallery--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .locations-page__hero {
    min-height: 286px;
  }

  .locations-page__hero-media {
    background-position: 56% center;
    animation-duration: 40s;
  }

  .locations-page__hero-inner {
    gap: 10px;
    padding-block: 102px 20px;
  }

  .locations-page__hero-title {
    width: min(100%, 78vw);
  }

  .locations-page__hero-description {
    max-width: 28ch;
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .locations-page__hero-cue {
    font-size: 1.2rem;
  }

  .locations-page__content {
    padding-block: 20px 48px;
  }

  .locations-page__content-inner {
    gap: 20px;
  }

  .locations-page__section {
    border-radius: 8px;
  }

  .locations-page__section-hero {
    aspect-ratio: 16 / 8;
  }

  .locations-page__section-body {
    padding: 12px 10px;
  }

  .locations-page__section-title {
    margin-bottom: 12px;
  }

  .locations-page__section-title--medium {
    width: min(100%, 280px);
  }

  .locations-page__copy {
    gap: 10px;
  }

  .locations-page__copy p {
    max-width: 30ch;
    font-size: 0.84rem;
    line-height: 1.62;
  }

  .locations-page__gallery {
    gap: 6px;
    margin-top: 14px;
  }

  .locations-page__gallery--two,
  .locations-page__gallery--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .locations-page__closing {
    font-size: 1.05rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .locations-page__hero-media {
    animation: none;
    transform: none;
  }
}

.characters-page__hero {
  min-height: clamp(360px, 31vw, 450px);
  background: #070809;
}

.characters-page__hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 8, 0.14), rgba(5, 7, 8, 0.12)),
    url("../images/Karakterler_Sayfa_Ust-kapak-1-min.png") center center / cover no-repeat;
  transform-origin: center center;
  animation: characters-hero-drift 28s ease-in-out infinite alternate;
  will-change: transform;
}

.characters-page__hero::before {
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 185, 79, 0.16), transparent 11rem),
    linear-gradient(180deg, rgba(5, 8, 9, 0.24), rgba(5, 8, 9, 0.7));
  mix-blend-mode: normal;
  opacity: 1;
}

.characters-page__hero::after {
  height: clamp(120px, 12vw, 180px);
  background: linear-gradient(180deg, rgba(6, 8, 9, 0) 0%, rgba(6, 8, 9, 0.76) 76%, rgba(6, 8, 9, 0.94) 100%);
}

.characters-page__hero-shade {
  background:
    linear-gradient(180deg, rgba(6, 8, 9, 0.12), rgba(6, 8, 9, 0.42)),
    radial-gradient(circle at 50% 74%, rgba(255, 170, 66, 0.1), transparent 18rem);
}

.characters-page__hero-inner {
  gap: 12px;
  padding-block: clamp(126px, 11vw, 154px) clamp(26px, 3vw, 40px);
}

.characters-page__hero-title {
  display: block;
  width: min(100%, 520px);
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.58));
}

.characters-page__hero-description {
  margin: 0;
  color: rgba(255, 244, 225, 0.9);
  font-size: clamp(0.96rem, 1vw, 1.08rem);
  line-height: 1.6;
  text-shadow: 0 5px 14px rgba(0, 0, 0, 0.4);
}

.characters-page__hero-cue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 248, 238, 0.88);
  font-size: clamp(1.3rem, 1.9vw, 1.7rem);
  line-height: 1;
}

.characters-page__content {
  position: relative;
  padding-block: clamp(34px, 4vw, 52px) clamp(72px, 7vw, 96px);
  isolation: isolate;
}

.characters-page__content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(7, 9, 10, 0.74), rgba(7, 9, 10, 0.88)),
    url("../images/Karakterler-page-1-min.png") center top / cover no-repeat;
}

.characters-page__content::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 161, 64, 0.32), transparent 10rem),
    radial-gradient(circle at 92% 36%, rgba(255, 161, 64, 0.24), transparent 11rem),
    radial-gradient(circle at 16% 76%, rgba(255, 161, 64, 0.24), transparent 12rem),
    radial-gradient(circle at 84% 92%, rgba(255, 161, 64, 0.2), transparent 12rem);
  opacity: 0.9;
}

.characters-page__content-inner {
  position: relative;
  z-index: 1;
}

.characters-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 26px);
  align-items: start;
}

.characters-page__card {
  overflow: hidden;
  border: 1px solid rgba(216, 185, 130, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(10, 12, 13, 0.96), rgba(7, 9, 10, 0.98)),
    radial-gradient(circle at 50% 0%, rgba(255, 173, 75, 0.07), transparent 10rem);
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 220, 154, 0.03);
}

.characters-page__card-media {
  position: relative;
  padding: 16px 16px 0;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 226, 194, 0.14), transparent 10rem),
    linear-gradient(180deg, rgba(130, 112, 98, 0.74), rgba(84, 67, 56, 0.68));
}

.characters-page__card-media::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 72%;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  background: rgba(255, 244, 225, 0.16);
}

.characters-page__card-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: contain;
  object-position: center bottom;
}

.characters-page__card-body {
  padding: 18px 18px 20px;
}

.characters-page__card-title {
  margin: 0 0 10px;
  color: var(--sp-page-ink, #f7ead4);
  font-family: "Cormorant Infant", serif;
  font-size: clamp(1.7rem, 1.8vw, 2.05rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0.03em;
}

.characters-page__card-text {
  margin: 0;
  color: rgba(247, 234, 212, 0.9);
  font-size: clamp(0.92rem, 0.92vw, 0.98rem);
  line-height: 1.74;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.34);
}

.characters-page__card--featured {
  grid-column: 1 / -1;
}

.characters-page__card--featured .characters-page__card-media {
  padding-top: 12px;
}

.characters-page__card--featured .characters-page__card-media img {
  aspect-ratio: 16 / 6.8;
}

.characters-page__closing {
  margin: clamp(24px, 3vw, 36px) auto 0;
  color: rgba(255, 244, 225, 0.94);
  font-size: clamp(1.2rem, 1.5vw, 1.45rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.36);
}

@keyframes characters-hero-drift {
  from {
    transform: scale(1.03) translate3d(-0.8%, 0, 0);
  }

  to {
    transform: scale(1.072) translate3d(1%, -0.35%, 0);
  }
}

@media (max-width: 1600px) {
  .characters-page__hero-media {
    background-image:
      linear-gradient(180deg, rgba(5, 7, 8, 0.14), rgba(5, 7, 8, 0.12)),
      url("../images/Karakterler_Sayfa_Ust-kapak-1-min-1024x474.png");
  }
}

@media (max-width: 1024px) {
  .characters-page__hero {
    min-height: 340px;
  }

  .characters-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .characters-page__hero {
    min-height: 320px;
  }

  .characters-page__hero-media {
    background-image:
      linear-gradient(180deg, rgba(5, 7, 8, 0.14), rgba(5, 7, 8, 0.14)),
      url("../images/Karakterler_Sayfa_Ust-kapak-1-min-768x356.png");
    animation-duration: 34s;
  }

  .characters-page__hero-title {
    width: min(100%, 420px);
  }

  .characters-page__content {
    padding-block: 28px 60px;
  }

  .characters-page__card-title {
    font-size: clamp(1.55rem, 3.2vw, 1.9rem);
  }

  .characters-page__card-text {
    font-size: 0.9rem;
    line-height: 1.68;
  }
}

@media (max-width: 430px) {
  .characters-page__hero {
    min-height: 286px;
  }

  .characters-page__hero-media {
    background-position: 50% center;
    animation-duration: 40s;
  }

  .characters-page__hero-inner {
    gap: 10px;
    padding-block: 102px 20px;
  }

  .characters-page__hero-title {
    width: min(100%, 84vw);
  }

  .characters-page__hero-description {
    max-width: 28ch;
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .characters-page__hero-cue {
    font-size: 1.2rem;
  }

  .characters-page__content {
    padding-block: 22px 48px;
  }

  .characters-page__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .characters-page__card {
    border-radius: 16px;
  }

  .characters-page__card-media {
    padding: 14px 14px 0;
  }

  .characters-page__card-media::before {
    left: 14px;
    right: 14px;
  }

  .characters-page__card-body {
    padding: 16px 16px 18px;
  }

  .characters-page__card-title {
    font-size: 1.56rem;
  }

  .characters-page__card-text {
    font-size: 0.86rem;
    line-height: 1.64;
  }

  .characters-page__closing {
    font-size: 1.05rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .characters-page__hero-media {
    animation: none;
    transform: none;
  }
}

.screenings-page {
  overflow: clip;
}

.screenings-hero {
  position: relative;
  min-height: min(78vh, 760px);
  background: #06080d;
}

.screenings-hero::before,
.screenings-hero::after {
  content: none;
}

.screenings-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background: #06080d;
}

.screenings-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 5, 10, 0.34) 0%, rgba(4, 7, 12, 0.52) 48%, rgba(4, 5, 10, 0.78) 100%),
    radial-gradient(circle at 50% 42%, rgba(84, 134, 255, 0.2), transparent 34rem),
    linear-gradient(90deg, rgba(1, 3, 8, 0.48), rgba(1, 3, 8, 0.18) 45%, rgba(1, 3, 8, 0.5));
}

.screenings-hero__content {
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-block: clamp(120px, 16vh, 184px) clamp(28px, 7vh, 56px);
  text-align: center;
}

.screenings-hero__heading {
  width: min(100%, 760px);
}

.screenings-hero .site-heading-frame {
  width: min(100%, 1040px);
  max-width: 1040px;
  gap: clamp(10px, 1.3vw, 18px);
}

.screenings-hero .site-heading-frame__line {
  flex: 1 1 auto;
  min-width: clamp(84px, 13vw, 220px);
  max-width: 220px;
}

.screenings-hero .site-heading-frame__diamond {
  flex: 0 0 auto;
}

.screenings-hero__heading > h2 {
  flex: 0 0 auto;
  margin: 0;
  color: #fff7eb;
  font-family: "Cormorant Infant", serif;
  font-size: clamp(3rem, 6vw, 5.4rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow:
    0 8px 32px rgba(0, 0, 0, 0.52),
    0 0 32px rgba(92, 140, 255, 0.22);
  white-space: nowrap;
}

@media (min-width: 1600px) {
  .screenings-hero__heading > h2 {
    font-size: 78px;
  }
}

.screenings-hero__description {
  width: min(100%, 40ch);
  margin: 0 auto;
  color: rgba(243, 246, 255, 0.94);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  font-weight: 500;
  line-height: 1.6;
  text-shadow: 0 6px 26px rgba(0, 0, 0, 0.44);
}

.screenings-hero__cue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  color: rgba(255, 248, 230, 0.9);
  font-size: 1.5rem;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.48);
}

.screenings-content {
  position: relative;
  padding: clamp(42px, 6vw, 72px) 0 clamp(78px, 8vw, 110px);
}

.screenings-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 6, 8, 0.78), rgba(4, 6, 8, 0.72)),
    url("../images/Gosterim-1-min-1.png") center top / cover no-repeat;
}

.screenings-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 18%, rgba(162, 199, 255, 0.18), transparent 13rem),
    radial-gradient(circle at 100% 86%, rgba(160, 208, 255, 0.16), transparent 14rem);
  opacity: 0.7;
  pointer-events: none;
}

.screenings-content__inner {
  position: relative;
  z-index: 1;
}

.screenings-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 280px));
  justify-content: center;
  gap: clamp(18px, 2vw, 24px);
}

.screening-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(214, 197, 164, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(12, 14, 18, 0.58) 0%, rgba(5, 6, 8, 0.95) 44%, rgba(5, 6, 8, 0.985) 100%),
    radial-gradient(circle at 50% 0%, rgba(110, 157, 255, 0.08), transparent 12rem);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.screening-card__poster {
  position: relative;
  background: linear-gradient(180deg, rgba(17, 24, 36, 0.96), rgba(10, 12, 16, 0.98));
}

.screening-card__poster::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(146px, 33%, 230px);
  background:
    linear-gradient(180deg, rgba(6, 8, 12, 0) 0%, rgba(6, 8, 12, 0.08) 16%, rgba(6, 8, 12, 0.42) 48%, rgba(5, 6, 8, 0.86) 76%, rgba(5, 6, 8, 1) 100%);
  pointer-events: none;
  z-index: 1;
}

.screening-card__poster img {
  display: block;
  width: 100%;
  aspect-ratio: 0.676 / 1;
  object-fit: cover;
}

.screening-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 35%;
  padding: 58px 18px 22px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0) 0%, rgba(5, 6, 8, 0.08) 14%, rgba(5, 6, 8, 0.68) 44%, rgba(5, 6, 8, 0.97) 72%, rgba(5, 6, 8, 1) 100%),
    radial-gradient(circle at 50% 0%, rgba(116, 161, 255, 0.05), transparent 11rem);
}

.screening-card__title {
  margin: 0 0 10px;
  color: #f8f1e4;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  font-weight: 800;
  line-height: 1.08;
}

.screening-card__countries {
  margin: 0;
  color: rgba(239, 239, 241, 0.92);
  font-size: clamp(0.9rem, 0.92vw, 1rem);
  font-weight: 500;
  line-height: 1.7;
  overflow-wrap: anywhere;
  text-wrap: balance;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.34);
}

@media (max-width: 1600px) {
  .screenings-hero {
    min-height: min(74vh, 700px);
  }
}

@media (max-width: 1024px) {
  .screenings-hero {
    min-height: 520px;
  }

  .screenings-grid {
    grid-template-columns: repeat(2, minmax(0, 300px));
  }
}

@media (max-width: 768px) {
  .screenings-hero {
    min-height: 460px;
  }

  .screenings-hero__content {
    gap: 14px;
    padding-block: 116px 36px;
  }

  .screenings-hero__heading > h2 {
    font-size: clamp(2.5rem, 9vw, 4rem);
  }

  .screenings-hero__description {
    width: min(100%, 34ch);
    font-size: 0.96rem;
  }

  .screenings-content {
    padding-block: 34px 74px;
  }

  .screenings-grid {
    gap: 18px;
  }

  .screening-card__title {
    font-size: 1.72rem;
  }

  .screening-card__countries {
    font-size: 0.9rem;
    line-height: 1.66;
  }

  .screening-card__body {
    min-height: 38%;
    padding: 52px 16px 20px;
  }

}

@media (max-width: 430px) {
  .screenings-hero {
    min-height: 392px;
  }

  .screenings-hero__video {
    object-position: 58% center;
  }

  .screenings-hero__content {
    gap: 12px;
    padding-block: 102px 28px;
  }

  .screenings-hero .site-heading-frame {
    width: min(100%, 332px);
    max-width: 332px;
    gap: 6px;
  }

  .screenings-hero .site-heading-frame__line {
    flex: 1 1 14px;
    min-width: 10px;
    max-width: 20px;
  }

  .screenings-hero .site-heading-frame__diamond {
    width: 5px;
    height: 5px;
  }

  .screenings-hero__heading > h2 {
    font-size: clamp(1.55rem, 6.7vw, 1.95rem);
    letter-spacing: 0.035em;
    white-space: nowrap;
  }

  .screenings-hero__description {
    width: min(100%, 28ch);
    font-size: 0.88rem;
    line-height: 1.56;
  }

  .screenings-hero__cue {
    font-size: 1.2rem;
  }

  .screenings-content {
    padding-block: 24px 52px;
  }

  .screenings-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .screening-card {
    border-radius: 16px;
  }

  .screening-card__body {
    min-height: 42%;
    padding: 50px 14px 18px;
  }

  .screening-card__title {
    font-size: 1.46rem;
  }

  .screening-card__countries {
    font-size: 0.84rem;
    line-height: 1.62;
  }
}

@media (prefers-reduced-motion: reduce) {
  .screenings-hero__video {
    animation: none;
  }
}

.contact-page {
  overflow: clip;
}

.contact-hero {
  position: relative;
  min-height: min(72vh, 700px);
  background: #0a0908;
}

.contact-hero::before,
.contact-hero::after {
  content: none;
}

.contact-hero__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0.12), rgba(8, 7, 6, 0.12)),
    url("../images/magnifics_upscale-precision-3SphgKB9vZyCkDKLoKQc-004450-1-min.png") center center / cover no-repeat;
}

.contact-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 4, 6, 0.42) 0%, rgba(4, 4, 6, 0.5) 46%, rgba(4, 4, 6, 0.68) 100%),
    radial-gradient(circle at 50% 46%, rgba(255, 222, 171, 0.08), transparent 18rem);
}

.contact-hero__content {
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding-block: clamp(120px, 15vh, 176px) clamp(34px, 7vh, 56px);
  text-align: center;
}

.contact-hero__title {
  margin: 0;
  color: #fffdf8;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.38);
}

.contact-hero__accent {
  width: clamp(76px, 8vw, 112px);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(214, 173, 96, 0.9), transparent);
}

.contact-hero__cue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  color: rgba(255, 248, 232, 0.94);
  font-size: 1.7rem;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.34);
}

.contact-section {
  position: relative;
  padding: clamp(42px, 6vw, 78px) 0 clamp(76px, 9vw, 118px);
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 7, 9, 0.9), rgba(6, 7, 9, 0.86)),
    url("../images/bg-2-min.png") center top / cover no-repeat;
}

.contact-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 46%, rgba(209, 74, 39, 0.42), transparent 15rem),
    linear-gradient(130deg, transparent 68%, rgba(226, 81, 44, 0.9) 76%, rgba(18, 11, 10, 0) 89%);
  opacity: 0.78;
  pointer-events: none;
}

.contact-section__inner {
  position: relative;
  z-index: 1;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: clamp(34px, 4vw, 72px);
  align-items: start;
}

.contact-panel {
  position: relative;
}

.contact-panel__title {
  margin: 0 0 24px;
  color: #fffaf1;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2rem, 2.6vw, 2.75rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form__field {
  display: grid;
  gap: 8px;
  color: var(--sp-text-soft, rgba(245, 232, 212, 0.76));
}

.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  border: 1px solid rgba(216, 185, 130, 0.22);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 251, 246, 0.98), rgba(247, 240, 231, 0.96));
  color: #261d16;
  padding: 14px 16px;
  font: inherit;
  font-size: 1rem;
  line-height: 1.45;
  transition:
    border-color var(--sp-transition),
    box-shadow var(--sp-transition),
    background var(--sp-transition),
    transform var(--sp-transition);
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.contact-form__field textarea {
  min-height: 164px;
  resize: vertical;
}

.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
  color: rgba(78, 68, 58, 0.68);
}

.contact-form__field input:hover,
.contact-form__field textarea:hover {
  border-color: rgba(216, 185, 130, 0.34);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.contact-form__field input:focus,
.contact-form__field textarea:focus {
  outline: none;
  border-color: rgba(216, 185, 130, 0.58);
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 1), rgba(249, 242, 233, 0.98));
  box-shadow:
    0 0 0 3px rgba(184, 137, 59, 0.14),
    0 20px 36px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.contact-form__submit {
  justify-self: start;
  min-width: 168px;
  padding: 14px 28px;
  border: 1px solid rgba(216, 185, 130, 0.42);
  border-radius: 12px;
  background: transparent;
  color: var(--btn-cinematic-color, #1b120d);
  font: inherit;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form__submit:hover,
.contact-form__submit:focus-visible {
  color: var(--btn-cinematic-hover-color, #0f0a07);
  border-color: rgba(216, 185, 130, 0.72);
}

.contact-info {
  color: rgba(255, 248, 236, 0.94);
}

.contact-info__group + .contact-info__group {
  margin-top: 24px;
}

.contact-info__group h4 {
  margin: 0 0 10px;
  color: #fffaf1;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.contact-info__group p {
  margin: 0;
  max-width: 34ch;
  color: rgba(255, 244, 228, 0.92);
  font-size: clamp(1rem, 1.02vw, 1.08rem);
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.contact-info__group a {
  color: inherit;
  text-decoration: none;
}

.contact-social {
  margin-top: 34px;
}

.contact-social__list {
  margin-top: 14px;
}

.contact-social__link {
  width: 48px;
  height: 48px;
  background: rgba(189, 96, 54, 0.16);
  border-color: rgba(226, 149, 92, 0.4);
}

@media (max-width: 1024px) {
  .contact-layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.88fr);
    gap: 28px;
  }
}

@media (max-width: 768px) {
  .contact-hero {
    min-height: 430px;
  }

  .contact-hero__content {
    gap: 14px;
    padding-block: 118px 34px;
  }

  .contact-section {
    padding-block: 32px 74px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .contact-panel__title {
    margin-bottom: 20px;
  }

  .contact-info__group p {
    max-width: 100%;
  }
}

@media (max-width: 430px) {
  .contact-hero {
    min-height: 360px;
  }

  .contact-hero__media {
    background-position: 58% center;
  }

  .contact-hero__content {
    gap: 12px;
    padding-block: 104px 26px;
  }

  .contact-hero__title {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .contact-section {
    padding-block: 24px 52px;
  }

  .contact-layout {
    gap: 28px;
  }

  .contact-panel__title {
    font-size: 2rem;
  }

  .contact-form {
    gap: 14px;
  }

  .contact-form__field input,
  .contact-form__field textarea {
    padding: 14px 14px 15px;
    font-size: 0.96rem;
  }

  .contact-form__field textarea {
    min-height: 154px;
  }

  .contact-form__submit {
    width: 100%;
    justify-self: stretch;
  }

  .contact-info__group p {
    font-size: 0.96rem;
    line-height: 1.62;
  }
}
