.hero {
  position: relative;
  height: 1079px;
  overflow: hidden;
  background: #000;
}

.hero-slider,
.hero-slider [data-slide] {
  position: absolute;
  inset: 0;
}

.hero-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.hero-slider [data-slide] {
  opacity: 0;
  transition: opacity 0.7s ease;
}

.hero-slider [data-slide].is-active {
  opacity: 1;
}

.hero-copy {
  position: absolute;
  right: 140px;
  top: 183px;
  width: 430px;
  z-index: 2;
  text-align: right;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.hero-copy h1 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 42px;
  line-height: 1.15;
  margin: 0 0 18px;
}

.hero-copy h1 em {
  font-style: italic;
  font-weight: 400;
}

.hero-copy p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
  max-width: 400px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border: 0;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  z-index: 3;
}

.arrow svg {
  width: 28px;
  height: 48px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.4;
}

.arrow.prev {
  left: 36px;
}

.arrow.next {
  right: 36px;
}

.dots {
  position: absolute;
  left: 50%;
  bottom: 52px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.dots button.is-active {
  background: var(--gold);
}

.gold-bar {
  height: 9px;
  background: linear-gradient(90deg, var(--gold) 0 69%, #3a3420 69% 100%);
}

.intro {
  padding: 80px 140px 40px;
  text-align: center;
}

.intro-logo {
  color: var(--gold);
  margin-bottom: 28px;
}

.intro-logo .brand {
  font-family: var(--font-serif);
  font-size: 44px;
  letter-spacing: 0.02em;
}

.intro-logo .sub {
  letter-spacing: 0.46em;
  font-size: 13px;
  margin-top: 10px;
}

.intro-lead {
  max-width: 896px;
  margin: 0 auto 36px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
}

.seal {
  width: 666px;
  height: 666px;
  margin: 0 auto;
}

.seal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.stats {
  display: flex;
  justify-content: center;
  gap: 0;
  align-items: flex-end;
  padding: 28px 140px 48px;
}

.stat {
  min-width: 280px;
  text-align: center;
  padding: 0 28px;
  position: relative;
}

.stat + .stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 18px;
  width: 1px;
  background: var(--gold);
}

.stat .num {
  font-family: var(--font-display);
  font-size: 92px;
  line-height: 0.9;
  color: var(--gold);
  font-weight: 400;
}

.stat .lbl {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.16em;
  font-weight: 400;
}

.stat .lbl small {
  display: block;
  font-size: 14px;
  letter-spacing: 0.12em;
  margin-top: 4px;
}

.amenities {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 8px;
  padding: 28px 48px;
  background: rgba(6, 29, 52, 0.55);
  border-top: 1px solid rgba(143, 131, 76, 0.35);
  border-bottom: 1px solid rgba(143, 131, 76, 0.35);
}

.amenity {
  text-align: center;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 300;
}

.amenity svg {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.2;
}

.quote-block {
  padding: 90px 220px 70px;
  text-align: center;
}

.quote-block h2 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 36px;
  line-height: 1.35;
  margin: 0 0 36px;
}

.quote-block p {
  max-width: 920px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 300;
}

.gallery-row {
  position: relative;
  padding: 20px 80px 70px;
}

.gallery-track {
  display: grid;
  grid-template-columns: 548px 620px 548px;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.gallery-track img {
  width: 100%;
  height: 548px;
  object-fit: cover;
}

.gallery-track img.mid {
  height: 620px;
}

.floor {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 24px;
  padding: 40px 80px 80px 140px;
  align-items: center;
}

.floor h2 {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--gold);
  margin: 0 0 28px;
}

.floor h3 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 22px;
}

.floor-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.floor-table td {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.floor-table .total td {
  border-bottom: 0;
  padding-top: 18px;
  font-weight: 500;
}

.floor-plan img {
  width: 1006px;
  max-width: 100%;
  height: auto;
}

.about-copy {
  max-width: 896px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
}

.about-band {
  position: relative;
  height: 411px;
  margin-top: 20px;
}

.about-band img {
  width: 100%;
  height: 411px;
  object-fit: cover;
}

.about-stats {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 80px 36px;
  background: linear-gradient(180deg, transparent 20%, rgba(6, 29, 52, 0.82));
}

.about-stat .num {
  font-family: var(--font-display);
  font-size: 88px;
  color: var(--gold);
  line-height: 0.85;
}

.about-stat .lbl {
  font-size: 22px;
  letter-spacing: 0.08em;
}

.about-stat.tips {
  font-size: 22px;
  line-height: 1.45;
}

.about-stat.tips strong {
  font-family: var(--font-display);
  font-size: 48px;
  color: var(--gold);
  font-weight: 400;
}

.media-layout {
  display: grid;
  grid-template-columns: 1057px 1fr;
  gap: 40px;
  padding: 20px 74px 80px;
  align-items: start;
}

.video-frame {
  position: relative;
  width: 1057px;
  height: 678px;
  background: #0a1524;
  display: grid;
  place-items: center;
}

.play {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  background: transparent;
  cursor: pointer;
}

.play svg {
  width: 28px;
  height: 28px;
  fill: var(--gold);
  margin-left: 4px;
}

.media-copy {
  padding-top: 80px;
  font-size: 17px;
  line-height: 1.7;
  white-space: pre-line;
}

.catalog-wrap {
  padding: 10px 200px 30px;
  text-align: center;
}

.catalog-wrap img {
  width: 1520px;
  max-width: 100%;
  margin: 0 auto;
}

.btn-gold {
  display: inline-block;
  margin: 18px auto 40px;
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 12px 48px;
  letter-spacing: 0.28em;
  font-size: 18px;
}

.galeri-split {
  display: grid;
  grid-template-columns: 760px 1fr;
  gap: 48px;
  padding: 10px 74px 80px;
  align-items: center;
}

.frame-photo {
  position: relative;
  width: 728px;
  height: 847px;
}

.frame-photo .frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

.frame-photo .photo {
  position: absolute;
  left: 102px;
  top: 103px;
  width: 513px;
  height: 641px;
  object-fit: cover;
}

.galeri-copy h2 {
  font-family: var(--font-serif);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 24px;
}

.galeri-copy p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 520px;
}

.btn-outline {
  display: inline-block;
  margin-top: 28px;
  border: 1px solid var(--gold);
  padding: 10px 28px;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 20px;
}

.galeri-grid {
  display: grid;
  grid-template-columns: repeat(3, 560px);
  gap: 24px 20px;
  justify-content: center;
  padding: 10px 74px 80px;
}

.galeri-grid img {
  width: 560px;
  height: 315px;
  object-fit: cover;
}

.galeri-grid img.tall {
  height: 450px;
}

.galeri-grid img.mid {
  height: 373px;
}

.plan-page {
  display: grid;
  grid-template-columns: 1fr 1054px;
  gap: 20px;
  padding: 10px 74px 40px 110px;
  align-items: center;
}

.plan-page img {
  width: 1054px;
  max-width: 100%;
}

.contact-head {
  display: grid;
  grid-template-columns: 1fr 1.2fr 160px;
  gap: 24px;
  padding: 10px 74px 20px;
  align-items: start;
}

.addr {
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.35;
}

.contact-map img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.side-links {
  text-align: center;
  padding-top: 120px;
}

.side-links a {
  color: var(--gold);
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 20px;
}

.contact-form {
  padding: 40px 111px 80px;
}

.contact-form h2 {
  font-family: var(--font-ui);
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.contact-form h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 12px 0 8px;
}

.contact-form .hint {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 36px;
}

.form-grid {
  display: grid;
  grid-template-columns: 390px 390px;
  gap: 28px 20px;
}

label {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}

input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  color: var(--white);
  padding: 8px 0;
  outline: none;
  font-size: 15px;
}

textarea {
  min-height: 70px;
  resize: vertical;
}

.phone-row {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
}

.form-actions button {
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--gold);
  padding: 10px 28px;
  letter-spacing: 0.12em;
  cursor: pointer;
  font-weight: 700;
}

.kvkk {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 12px;
  max-width: 420px;
}

.kvkk input {
  width: auto;
  margin-top: 4px;
}

.form-note {
  margin-top: 16px;
  color: var(--gold);
  min-height: 1.2em;
}

.mesafe-wrap {
  padding: 20px 176px 80px;
}

.mesafe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 80px;
}

.mesafe-col h3 {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.16em;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(143, 131, 76, 0.5);
}

.mesafe-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--font-display);
  font-size: 21px;
  padding: 8px 0;
}

.mesafe-row span:last-child {
  white-space: nowrap;
  color: var(--gold-soft);
}

.inner-page .topbar .logo {
  color: var(--white);
}
