:root {
  --navy: #00172e;
  --navy-2: #021f3a;
  --ink: #071226;
  --muted: #697181;
  --gold: #d5a54d;
  --gold-light: #f2d182;
  --cream: #f7f3eb;
  --white: #ffffff;
  --line: rgba(213, 165, 77, 0.28);
  --shadow: 0 18px 45px rgba(0, 18, 40, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
}

body.lightbox-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 58px;
  padding: 7px clamp(30px, 6vw, 96px);
  background: linear-gradient(90deg, #001529 0%, #021b35 55%, #001326 100%);
  color: var(--white);
}

.brand img {
  width: 168px;
  height: auto;
  filter: brightness(0) invert(1) drop-shadow(0 5px 14px rgba(0, 0, 0, 0.35));
}

.brand {
  position: relative;
  isolation: isolate;
}

.brand::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170%;
  height: 130%;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(242, 209, 130, 0.22) 0%, rgba(213, 165, 77, 0.08) 36%, rgba(213, 165, 77, 0) 72%);
  filter: blur(18px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
}

.main-nav a,
.phone-link {
  transition: color 180ms ease;
}

.main-nav a:hover,
.main-nav a.is-active,
.phone-link:hover {
  color: var(--gold-light);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  font-size: 12px;
}

.mobile-contact-actions {
  display: none;
}

.phone-link span {
  color: var(--gold);
  font-size: 15px;
}

.reserve-btn,
.search-btn,
.newsletter button {
  border: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: #06142a;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(213, 165, 77, 0.22);
}

.reserve-btn {
  padding: 9px 14px;
  font-size: 11px;
}

.hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.card-image {
  background:
    linear-gradient(90deg, rgba(0, 18, 38, 0.96), rgba(0, 18, 38, 0.5), rgba(0, 18, 38, 0.12)),
    linear-gradient(135deg, #172232 0 20%, #d9c5a1 20% 21%, #7b7a73 21% 40%, #efe8de 40% 41%, #1f3851 41% 65%, #cfb17b 65% 66%, #111c2b 66% 100%);
}

.card-image::before {
  content: "";
  position: absolute;
  inset: 20% 11% 15%;
  border-radius: 12px;
  background:
    radial-gradient(circle at 80% 20%, rgba(242, 209, 130, 0.6) 0 7%, transparent 8%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.05)),
    linear-gradient(90deg, transparent 0 22%, rgba(255, 255, 255, 0.2) 22% 23%, transparent 23% 100%);
  opacity: 0.72;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 20, 40, 0.88) 0%, rgba(0, 20, 40, 0.58) 34%, rgba(0, 20, 40, 0.1) 68%, rgba(0, 20, 40, 0.02) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 58%, rgba(0, 23, 46, 0.34) 100%);
}

.hero-slider {
  background: var(--navy);
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 900ms ease, transform 6500ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-logo {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  padding: 96px 0 88px;
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--gold-light);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.1vw, 52px);
  line-height: 1.04;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  color: var(--gold);
}

.hero-content > p:not(.eyebrow) {
  width: min(460px, 100%);
  margin: 26px 0 30px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 17px;
  line-height: 1.75;
}

@media (min-width: 721px) {
  .site-header {
    display: grid;
    grid-template-columns:
      minmax(24px, 1fr)
      repeat(12, minmax(0, 93px))
      minmax(24px, 1fr);
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    grid-column: 2 / span 2;
    justify-self: start;
  }

  .main-nav {
    grid-column: 6 / span 4;
    justify-self: center;
  }

  .header-actions {
    grid-column: 10 / span 4;
    justify-self: end;
  }
}

.outline-btn {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 18px 24px;
  border: 1px solid var(--gold);
  border-radius: 4px;
  color: var(--gold-light);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-panel {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr) minmax(210px, 0.75fr);
  gap: 20px;
  align-items: center;
  width: min(1120px, calc(100% - 44px));
  margin: -52px auto 0;
  padding: 27px 29px;
  border-radius: 9px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.booking-field {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  min-width: 0;
}

.booking-field + .booking-field {
  border-left: 1px solid #dde1e7;
  padding-left: 24px;
}

.field-icon {
  color: var(--ink);
  font-size: 36px;
  line-height: 1;
}

.booking-field strong {
  display: block;
  margin-bottom: 8px;
  color: #3e4654;
  font-size: 12px;
  text-transform: uppercase;
}

select,
.newsletter input {
  width: 100%;
  min-height: 43px;
  border: 1px solid #d8dde5;
  border-radius: 5px;
  background: var(--white);
  color: #7b8491;
  padding: 0 14px;
}

.search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 55px;
  background: var(--navy);
  color: var(--white);
  box-shadow: none;
}

.search-btn span {
  color: var(--gold);
  font-size: 22px;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: min(1120px, calc(100% - 44px));
  margin: 58px auto 34px;
}

.features article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
}

.features article + article {
  border-left: 1px solid #d7d0c4;
  padding-left: 30px;
}

.feature-icon {
  color: var(--gold);
  font-size: 48px;
  line-height: 1;
}

.features h2 {
  margin: 0 0 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.features p {
  margin: 0;
  color: #3f4857;
  font-size: 13px;
  line-height: 1.65;
}

.intro-band {
  display: grid;
  grid-template-columns: 1.45fr 1fr auto;
  gap: 30px;
  align-items: center;
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto 62px;
  padding: 30px 0 0;
  border-top: 1px solid rgba(213, 165, 77, 0.32);
}

.intro-copy .eyebrow {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 12px;
}

.intro-copy h2 {
  max-width: 620px;
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.08;
}

.intro-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: #465162;
  font-size: 15px;
  line-height: 1.75;
}

.intro-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.intro-highlights span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(213, 165, 77, 0.26);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.42);
  color: #142238;
  font-size: 13px;
  font-weight: 800;
}

.intro-highlights span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.intro-actions {
  display: grid;
  gap: 10px;
  min-width: 178px;
}

.intro-actions a {
  display: inline-flex;
  justify-content: center;
  padding: 13px 16px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.intro-actions a:first-child {
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: #06142a;
}

.intro-actions a:last-child {
  border: 1px solid var(--gold);
  color: #06142a;
}

.apartments,
.gallery-section,
.site-footer {
  background: linear-gradient(115deg, #00162c, #001d39 52%, #001326);
  color: var(--white);
}

.apartments,
.gallery-section {
  padding: 42px clamp(22px, 6.5vw, 82px) 54px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto 25px;
}

.section-heading h2,
.about h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1.05;
}

.section-heading p {
  max-width: 440px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
  text-align: right;
}

.section-heading a {
  color: var(--gold-light);
  font-weight: 800;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 190px;
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 1px solid rgba(213, 165, 77, 0.28);
  border-radius: 8px;
  background: #06182d;
  cursor: pointer;
}

.gallery-item-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.gallery-item::after {
  content: "Büyüt";
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 11px;
  border-radius: 4px;
  background: rgba(0, 19, 38, 0.78);
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.gallery-item:hover img {
  filter: brightness(0.82);
  transform: scale(1.045);
}

.gallery-item:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 52px 76px;
  background: rgba(0, 10, 22, 0.92);
}

.lightbox.is-open {
  display: flex;
}

.lightbox-image {
  max-width: min(1120px, 100%);
  max-height: calc(100vh - 110px);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.48);
  object-fit: contain;
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242, 209, 130, 0.45);
  border-radius: 50%;
  background: rgba(0, 23, 46, 0.78);
  color: var(--white);
  cursor: pointer;
}

.lightbox-close {
  top: 22px;
  right: 24px;
  width: 42px;
  height: 42px;
  font-size: 30px;
  line-height: 1;
}

.lightbox-nav {
  top: 50%;
  width: 52px;
  height: 52px;
  font-size: 42px;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 24px;
}

.lightbox-next {
  right: 24px;
}

.lightbox-count {
  position: absolute;
  left: 50%;
  bottom: 18px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  transform: translateX(-50%);
}

.apartment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.apartment-card {
  overflow: hidden;
  border: 1px solid rgba(213, 165, 77, 0.32);
  border-radius: 8px;
  background: rgba(4, 29, 55, 0.92);
}

.card-image {
  position: relative;
  height: 145px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 19, 38, 0.24)),
    linear-gradient(135deg, #e9e1d5 0 22%, #b79862 22% 23%, #152438 23% 48%, #efebe4 48% 49%, #6d7f86 49% 74%, #d5a54d 74% 75%, #263244 75%);
}

.room-two {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 19, 38, 0.24)),
    linear-gradient(135deg, #f1ede6 0 30%, #a9b3b5 30% 56%, #c9ad78 56% 57%, #1a2b3f 57% 100%);
}

.room-three {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 19, 38, 0.24)),
    linear-gradient(135deg, #d8e4df 0 20%, #f5f2ea 20% 44%, #2d3947 44% 70%, #c6a365 70% 71%, #66726f 71%);
}

.room-four {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 19, 38, 0.24)),
    linear-gradient(135deg, #d9d2c8 0 22%, #182a40 22% 40%, #f0e8db 40% 66%, #a9814c 66% 67%, #445767 67%);
}

.card-image span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 12px 17px;
  border-radius: 0 0 5px 0;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: var(--white);
  font-weight: 900;
}

.card-body {
  padding: 22px 18px 16px;
}

.card-body h3 {
  margin: 0 0 10px;
  font-size: 17px;
  text-transform: uppercase;
}

.card-body p,
.card-body li,
.card-footer small {
  color: rgba(255, 255, 255, 0.78);
}

.card-body p {
  margin: 0 0 18px;
  font-size: 13px;
}

.card-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  font-size: 13px;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.card-footer strong {
  color: var(--gold-light);
  font-size: 18px;
}

.card-footer a {
  padding: 10px 17px;
  border: 1px solid var(--gold);
  border-radius: 4px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.about {
  display: grid;
  grid-template-columns: 1fr 1.08fr 1.12fr;
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
  padding: 56px clamp(22px, 6.5vw, 82px);
  background: var(--cream);
}

.about-image {
  position: relative;
  min-height: 285px;
  overflow: hidden;
  border-radius: 8px;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-copy .eyebrow {
  margin-bottom: 15px;
  color: var(--gold);
  font-size: 12px;
}

.about-copy > p:not(.eyebrow) {
  color: #4f5866;
  line-height: 1.7;
}

.about-copy ul {
  display: grid;
  gap: 13px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  color: #273244;
}

.about-copy li {
  display: flex;
  align-items: center;
  gap: 11px;
}

.about-copy li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
}

.brand-card,
.nearby-card {
  min-height: 285px;
  padding: 24px;
  border-radius: 8px;
  background: linear-gradient(145deg, #001326, #05203a);
  color: var(--white);
}

.brand-card {
  display: grid;
  place-items: center;
  text-align: center;
}

.brand-card img {
  width: 290px;
}

.brand-card p {
  max-width: 270px;
  margin: -8px 0 0;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.nearby-card .eyebrow {
  margin-bottom: 14px;
  color: var(--gold-light);
  font-size: 12px;
}

.nearby-card h2 {
  margin: 0 0 20px;
  font-size: 28px;
}

.nearby-card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nearby-card li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.35;
}

.nearby-card li::before {
  content: "✓";
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
}

.site-footer {
  padding: 20px clamp(22px, 6.5vw, 82px);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1fr 1.4fr;
  gap: 44px;
  max-width: 1120px;
  margin: 0 auto;
}

.footer-grid section + section {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 36px;
}

.footer-logo {
  width: 215px;
  margin-bottom: 12px;
}

.site-footer h2 {
  margin: 0 0 22px;
  font-size: 15px;
  text-transform: uppercase;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.6;
}

.footer-grid section:nth-child(2) a {
  display: block;
  margin-bottom: 11px;
}

.socials {
  display: flex;
  gap: 11px;
  margin-top: 17px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
  font-weight: 900;
}

.newsletter {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 10px;
  margin-top: 16px;
}

.newsletter input {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.03);
  color: var(--white);
}

.newsletter button {
  min-height: 43px;
}

.copyright {
  margin: 0;
  text-align: center;
}

.page-hero {
  display: flex;
  align-items: center;
  min-height: 255px;
  padding: 54px clamp(22px, 6.5vw, 82px);
  background:
    linear-gradient(90deg, rgba(0, 20, 40, 0.9), rgba(0, 20, 40, 0.55)),
    url("img/dis2.jpeg") center/cover;
  color: var(--white);
}

.page-hero > div,
.inner-about,
.contact-strip,
.contact-page {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-hero h1 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 58px);
}

.page-hero p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.65;
}

.inner-about {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
  padding: 64px 22px;
}

.inner-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.inner-image img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.inner-copy h2,
.contact-info h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1.08;
}

.inner-copy p:not(.eyebrow),
.contact-info p {
  color: #465162;
  font-size: 16px;
  line-height: 1.75;
}

.inner-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.inner-copy li {
  padding: 12px 14px;
  border: 1px solid rgba(213, 165, 77, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.48);
  font-weight: 800;
}

.contact-strip {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-bottom: 64px;
  padding: 28px 32px;
  border-radius: 8px;
  background: linear-gradient(145deg, #001326, #05203a);
  color: var(--white);
}

.contact-strip h2 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
}

.contact-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.contact-strip > div:last-child {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.contact-strip a,
.contact-info a {
  display: inline-flex;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 5px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-strip a:first-child,
.contact-info a:nth-of-type(1) {
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: #06142a;
}

.contact-strip a:last-child,
.contact-info a:nth-of-type(2) {
  border: 1px solid var(--gold);
  color: var(--gold-light);
}

.gallery-page {
  padding-top: 56px;
}

.contact-page {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 38px;
  align-items: stretch;
  padding: 64px 22px;
}

.contact-info {
  padding: 34px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-info a {
  width: 100%;
  margin-bottom: 12px;
}

.contact-info a:nth-of-type(2) {
  color: #06142a;
}

.map-box {
  overflow: hidden;
  min-height: 430px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.map-box iframe {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
}

@media (max-width: 1080px) {
  .site-header {
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .booking-panel,
  .features,
  .apartment-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .booking-field + .booking-field,
  .features article + article,
  .footer-grid section + section {
    border-left: 0;
    padding-left: 0;
  }

  .about,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-band {
    grid-template-columns: 1fr;
    gap: 22px;
  }

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

@media (max-width: 720px) {
  .site-header {
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: auto;
    padding: 9px 18px 12px 24px;
    text-align: left;
  }

  .brand img {
    width: 138px;
  }

  .menu-toggle {
    position: fixed;
    top: 60px;
    right: 18px;
    z-index: 91;
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 1px solid rgba(242, 209, 130, 0.45);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 99px;
    background: var(--gold-light);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 90;
    display: grid;
    gap: 0;
    width: 100%;
    padding: 92px 24px 26px;
    background: rgba(0, 19, 38, 0.98);
    border-bottom: 1px solid rgba(213, 165, 77, 0.26);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 15px;
  }

  .header-actions {
    gap: 8px;
  }

  .phone-link {
    display: none;
  }

  .mobile-contact-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    position: fixed;
    right: 14px;
    bottom: 16px;
    z-index: 80;
    flex-direction: column;
  }

  .mobile-contact-actions a {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(242, 209, 130, 0.62);
    border-radius: 50%;
    background: var(--navy);
    color: var(--gold-light);
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(0, 18, 40, 0.3);
  }

  .mobile-contact-actions svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
  }

  .mobile-contact-actions a:last-child {
    background: #1fa855;
    border-color: #1fa855;
    color: var(--white);
  }

  .reserve-btn {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-logo {
    right: 50%;
    top: 42px;
    width: min(360px, 76vw);
    transform: translateX(50%);
    opacity: 0.22;
  }

  .hero-content {
    width: 100%;
    padding: 58px 20px 78px;
    text-align: left;
  }

  .hero h1 {
    font-size: 28px;
    line-height: 1.12;
  }

  .hero-content > p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.65;
  }

  .outline-btn {
    width: 100%;
    justify-content: center;
    padding: 15px 16px;
    gap: 14px;
  }

  .booking-panel,
  .features,
  .apartment-grid,
  .gallery-grid,
  .about,
  .footer-grid,
  .newsletter {
    grid-template-columns: 1fr;
  }

  .booking-panel {
    width: calc(100% - 28px);
    margin-top: -34px;
    padding: 18px;
    gap: 16px;
  }

  .booking-field {
    grid-template-columns: 36px 1fr;
  }

  .search-btn {
    min-height: 48px;
  }

  .features {
    width: calc(100% - 28px);
    margin-top: 34px;
    margin-bottom: 24px;
    gap: 22px;
  }

  .features article {
    grid-template-columns: 44px 1fr;
  }

  .intro-band {
    width: calc(100% - 28px);
    margin-bottom: 42px;
    padding-top: 24px;
  }

  .intro-copy h2 {
    font-size: 25px;
  }

  .intro-highlights,
  .intro-actions {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading p {
    text-align: left;
  }

  .apartments,
  .gallery-section,
  .about,
  .site-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .apartments {
    padding-top: 34px;
  }

  .gallery-section {
    padding-top: 34px;
    padding-bottom: 42px;
  }

  .gallery-grid {
    grid-auto-rows: 190px;
    gap: 12px;
  }

  .gallery-item-large {
    grid-column: span 1;
    grid-row: span 1;
  }

  .card-image {
    height: 178px;
  }

  .about {
    gap: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-image,
  .brand-card {
    min-height: 230px;
  }

  .brand-card img {
    width: 230px;
  }

  .footer-grid {
    gap: 28px;
  }

  .page-hero {
    min-height: 220px;
    padding: 42px 18px;
  }

  .inner-about,
  .contact-page {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 42px 18px;
  }

  .inner-image img {
    height: 280px;
  }

  .inner-copy h2,
  .contact-info h2 {
    font-size: 29px;
  }

  .inner-copy ul {
    grid-template-columns: 1fr;
  }

  .contact-strip {
    align-items: flex-start;
    flex-direction: column;
    margin: 0 18px 42px;
    padding: 24px;
  }

  .contact-strip > div:last-child,
  .contact-strip a {
    width: 100%;
  }

  .map-box,
  .map-box iframe {
    min-height: 320px;
  }

  .lightbox {
    padding: 62px 14px 56px;
  }

  .lightbox-image {
    max-height: calc(100vh - 150px);
  }

  .lightbox-close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .lightbox-nav {
    top: auto;
    bottom: 14px;
    width: 42px;
    height: 42px;
    font-size: 34px;
    transform: none;
  }

  .lightbox-prev {
    left: 16px;
  }

  .lightbox-next {
    right: 16px;
  }

  .lightbox-count {
    bottom: 25px;
  }
}
