html {
    scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #061321;
  color: #ffffff;
  font-family: Arial, sans-serif;
}

.hero {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  padding: 38px 54px 56px;
}

.hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: 1;
  transform: scale(0.85);
  transform-origin: top right;

  -webkit-mask-image: radial-gradient(
  ellipse 85% 120% at 100% 50%,
  black 0%,
  black 48%,
  rgba(0, 0, 0, 0.75) 62%,
  rgba(0, 0, 0, 0.25) 78%,
  transparent 100%
);

mask-image: radial-gradient(
  ellipse 85% 120% at 100% 50%,
  black 0%,
  black 48%,
  rgba(0, 0, 0, 0.75) 62%,
  rgba(0, 0, 0, 0.25) 78%,
  transparent 100%
);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;

  background:
    linear-gradient(
      90 deg,
      rgba(6, 19, 33, 1) 0%,
      rgba(6, 19, 33, 0.98) 18%,
      rgba(6, 19, 33, 0.92) 28%,
      rgba(6, 19, 33, 0.75) 38%
      rgba(6, 19, 33, 0.45) 50%
      rgba(6, 19, 33, 0.15) 62%
      rgba(6, 19, 33, 0) 75%
    );
}

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0px;
}

.logo{
    display:flex;
    align-items:center;
    gap:18px;
}

.logo img{
    width:70px;
    height:auto;
}

.logo-text{
    display:flex;
    align-items:center;
    gap:10px;
}

.boreas{
    font-size:24px;
    font-weight:300;
    letter-spacing:4px;
    color:white;
}

.residence{
    font-size:14px;
    letter-spacing:5px;
    color:#c8a27a;
}

.hero-content {
  position: relative;
  z-index: 5;
  max-width: 480px;
  padding-top: 50px;
  margin-top: 80px;
  padding-left: 40px;
}

.eyebrow {
  color: #c98b43;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 24px;
}

.hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 60px;
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -2px;
  margin-bottom: 26px;
}

.hero-text {
  max-width: 480px;
  font-size: 20px;
  line-height: 1.45;
  color: #f0f0f0;
  margin-bottom: 28px;
}

.primary-button {
  display: inline-block;
  background: linear-gradient(135deg, #d9a05a, #bd7d39);
  color: #ffffff;
  text-decoration: none;
  padding: 18px 30px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}

.feature-bar {
  position: relative;
  z-index: 5;
  margin-top: 0px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  padding-left: 10px;
}

.feature-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 15px;
  padding-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.feature-item:last-child {
  border-right: none;
}

.feature-item:first-child .feature-icon {
    margin-left: 20px;
}

.feature-icon {
  color: #c98b43;
  font-size: 40px;
  line-height: 1;
}

.feature-item h3 {
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 16px;
  font-weight: 700;
}

.feature-item p {
  color: #f1f1f1;
  font-size: 17px;
  line-height: 1.55;
}

.lifestyle-section {
    background: #061321;
    color: #ffffff;
    padding: 90px 54px 110px;

    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 20px;

    max-width: 1500px;
    margin: 0 auto;
}

.lifestyle-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(15px);
}

.lifestyle-intro .eyebrow {
    color: #c98b43;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 22px;
    font-weight: 600;
    transform: translateY(-20px);
}

.lifestyle-intro h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 42px;
    line-height: 1.05;
    font-weight: 400;
    margin-bottom: 22px;
    transform: translateY(-20px);
}

.lifestyle-intro p {
    font-size: 16px;
    line-height: 1.6;
    color: #d8d8d8;
    margin-bottom: 28px;
}

.secondary-dark-button {
    display: none;
    padding: 14px 22px;
    border: 1px solid rgba(201, 139, 67, 0.7);
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}

.lifestyle-cards {
    display: grid;
    grid-template-columns: repeat(5, 200px);
    gap: 22px;
}

.lifestyle-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.10);
    overflow: hidden;
    transition: all 0.35s ease;
    height: 335px;
}

.lifestyle-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.lifestyle-card div {
    padding: 14px 16px 14px;
    text-align: center;
}

.lifestyle-card strong {
    display: block;
    color: #c98b43;
    font-size: 18px;
    margin-bottom: 6px;
    text-align: center;
}

.lifestyle-card span {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
} 

.lifestyle-card {
    transition: all 0.35s ease;
}

.investment-section {
  background: #061321;
  color: #ffffff;
  padding: 90px 5% 110px;
}

.investment-main {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px 1fr 320px;
  gap: 60px;
  align-items: center;
}

.section-eyebrow {
  color: #c98b43;
  font-size: 13px;
  letter-spacing: 4px;
  font-weight: 700;
  margin-bottom: 26px;
}

.investment-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.investment-left li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 21px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.investment-left li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -5px;
  color: #c98b43;
  font-size: 28px;
  font-weight: 800;
}

.investment-video {
  position: relative;
  height: 420px;
  border-radius: 0px;
  overflow: hidden;
  background: #111;
}

.investment-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.investment-right {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.right-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
}

.right-item span {
  color: #c98b43;
  font-size: 26px;
  line-height: 1;
}

.right-item p {
  margin: 0;
  color: #d8d8d8;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}

.right-item strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 4px;
}

.apartments-section {
    background: #061321;
    color: #ffffff;
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 20px 54px 60px;
}

.apartments-eyebrow {
    color: #c98b43;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 700;
    margin-bottom: 18px;
}

.apartments-header h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 45px;
}

.apartment-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.apartment-card {
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    overflow: hidden;

    transition: all 0.35s ease;
}

.apartment-card:hover {
    transform: translateY(-10px);
    border-color: #c98b43;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0 , 0.35);
}

.apartment-image-wrap {
    position: relative;
}

.apartment-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;

    transition: transform 0.6s ease;
}

.apartment-card:hover img {
    transform: scale(1.05);
}

.price-badge {
    position: absolute;
    top: 22px;
    left: 22px;
    background: linear-gradient(135deg, #c98b43, #9b672c);
    color: #ffffff;
    padding: 11px 17px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.apartment-info {
    padding: 26px 22px 28px;
}

.apartment-info h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 6px;
}

.apartment-info p {
    color: #c98b43;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 22px;
}

.apartment-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 22px 0 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(201, 139, 67, 0.45);
}

.apartment-details strong {
    display: block;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}

.apartment-details span {
    color: #d8d8d8;
    font-size: 12px;
}

.apartment-info button {
    width: 100%;
    padding: 14px 20px;
    background: transparent;
    color: #c98b43;
    border: 1px solid #c98b43;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
}

.floorplan-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.92);
    align-items: center;
    justify-content: center;
}

.floorplan-lightbox.active {
    display: flex;
}

.floorplan-lightbox img {
    max-width: 88%;
    max-height: 88%;
    object-fit: contain;
}

.close-floorplan,
.floorplan-arrow {
    position: absolute;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

.close-floorplan {
    top: 30px;
    right: 40px;
    font-size: 38px;
}

.floorplan-arrow {
    font-size: 70px;
    top: 50%;
    transform: translateY(-50%);
}

.floorplan-arrow.left {
    left: 40px;
}

.floorplan-arrow.right {
    right: 40px;
}

.floorplan-media-wrap {
    max-width: 88%;
    max-height: 88%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#floorplanImage,
#floorplanVideo {
    max-width: 100%;
    max-height: 88vh;
    object-fit: contain;
}

.floorplan-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: white;
    border: none;
    font-size: 40px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    z-index: 1001;
}

.floorplan-arrow.left {
    left: 30px;
}

.floorplan-arrow.right {
    right: 30px;
}

#floorplanVideo {
    display: none;
}

.location-section {
    background: #061321;
    color: #ffffff;
    max-width: 1500px;
    margin: 0 auto;
    padding: 60px 54px 120px;

    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 40px;
    align-items: stretch;
}

.location-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 40px;
}

.location-card .location-eyebrow {
    color: #c98b43;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 700;
    margin-bottom: 18px;
}

.location-card h2 {
    font-family: Georgia, serif;
    font-size: 48px;
    line-height: 1.05;
    font-weight: 400;
    margin-bottom: 24px;
}

.location-card p:not(.location-eyebrow) {
    color: #d8d8d8;
    line-height: 1.7;
    margin-bottom: 30px;
}

.location-button {
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid #c98b43;
    padding: 14px 24px;
    transition: 0.3s;
}

.location-button:hover {
    background: #c98b43;
}

#boreasMap {
    height: 520px;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.1);
}

.contact-section {
    background:
        linear-gradient(rgba(6,19,33,0.82), rgba(6,19,33,0.88)),
        url("images/contact-bg.PNG") center center / cover no-repeat;
    color: #ffffff;
    max-width: 1500px;
    margin: 0 auto;
    padding: 40px 40px 60px;
}

.contact-content {
    border: 1px solid rgba(201,139,67,0.7);
    border-radius: 14px;
    padding: 10px 10px;
    text-align: center;
    background: rgba(0,0,0,0.22);
}

.contact-eyebrow {
    color: #c98b43;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-content h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 16px;
}

.contact-content h2 span {
    color: #c98b43;
}

.contact-intro {
    font-size: 17px;
    line-height: 1.6;
    color: #e0e0e0;
    margin-bottom: 40px;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(201,139,67,0.35);
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
}

.contact-item i {
    color: #c98b43;
    font-size: 28px;
    width: 32px;
    text-align: center;
}

.contact-item strong {
    display: block;
    font-size: 17px;
}

.contact-item p {
    color: #c98b43;
    margin: 4px 0 0;
}

#contactForm {
    margin-top: 50px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 22px;
}

#contactForm input,
#contactForm select,
#contactForm textarea {
    width: 100%;
    background: rgba(6,19,33,0.75);
    border: 1px solid rgba(255,255,255,0.18);
    color: #ffffff;
    padding: 15px 16px;
    border-radius: 4px;
    font-size: 15px;
}

#contactForm textarea {
    height: 110px;
    margin-bottom: 22px;
}

.whatsapp-button {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #c98b43, #d8a65b);
    border: none;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 700;
    cursor: pointer;
}

.developer-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.developer-item img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 20%;
    border: 2px solid #c98b43;
}

.developer-item strong {
    display: block;
    color: #ffffff;
}

.developer-item p {
    margin: 2px 0;
    color: #c98b43;
}

.developer-item span {
    color: #bdbdbd;
    font-size: 14px;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(201,139,67,0.35);
}

.contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.contact-item {
    flex: 0 0 230px;
    gap: 10px;
}

.developer-item {
    flex: 0 0 300px;
}

.contact-item:nth-child(3) {
    margin-left: -40px;
}

.mini-logo {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.site-footer {
    border-top: 1px solid rgba(201, 155, 67, 0.25);
    margin-top: 10px;
    padding: 30px 50px;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 15px;
}

.footer-links a {
    color: #c99b43;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-copy {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
}

.site-footer {
    position: relative;
}

.footer-partners {
    position: absolute;
    right: 50px;
    bottom: 10px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.footer-partners a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-partners img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
}

.footer-partners a:hover img {
    opacity: 0.75;
}

/* =========================
   LARGE TABLET / SMALL LAPTOP
========================= */
@media (max-width: 1200px) {

  body {
    overflow-x: hidden;
  }

  .hero,
  .feature-bar,
  .lifestyle-section,
  .investment-section,
  .apartments-section,
  .location-section,
  .contact-section {
    max-width: 100%;
  }

  .hero {
    min-height: 760px;
    padding: 32px 34px 40px;
  }

  .hero-bg {
    transform: none;
    object-position: right center;
  }

  .hero h1 {
    font-size: 54px;
  }

  .feature-bar {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 35px 30px;
  }

  .feature-item {
    gap: 12px;
    padding-right: 14px;
  }

  .feature-item h3 {
    font-size: 15px;
  }

  .feature-item p {
    font-size: 13px;
  }

  .lifestyle-section {
    grid-template-columns: 1fr;
    padding: 70px 34px;
    text-align: center;
  }

  .lifestyle-intro {
    align-items: center;
    transform: none;
  }

  .lifestyle-intro .eyebrow,
  .lifestyle-intro h2 {
    transform: none;
  }

  .lifestyle-cards {
    grid-template-columns: repeat(5, 1fr);
  }

  .investment-main {
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 35px;
  }

  .apartment-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .location-section {
    grid-template-columns: 1fr;
  }

  .location-card {
    text-align: center;
  }

  .contact-info {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 28px;
  }

  .contact-item,
  .developer-item {
    flex: initial;
    margin-left: 0;
    justify-content: center;
  }

  .form-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-partners {
    position: static;
    justify-content: center;
    margin-top: 24px;
  }
}



/* TABLET ONLY */
@media (min-width: 601px) and (max-width: 900px) {

  .hero,
  .feature-bar,
  .lifestyle-section,
  .investment-section,
  .apartments-section,
  .location-section,
  .contact-section,
  .site-footer,
  footer {
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    overflow: hidden;
  }

  .hero {
    min-height: 720px;
    padding: 34px 34px 45px;
    position: relative;
  }

  .hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 70%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    transform: none;
  }

  .hero-content {
    max-width: 390px;
    margin: 90px 0 0;
    padding: 0;
    text-align: left;
  }

  .hero h1 {
    font-size: 48px;
    line-height: 1;
  }

  .hero-text {
    font-size: 15px;
    max-width: 360px;
  }

  .feature-bar {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  padding: 38px 34px 60px;
}

.feature-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(255,255,255,0.14);
}

.feature-icon {
  width: 34px;
  min-width: 34px;
  font-size: 28px;
  text-align: center;
  margin-left: 0;
}

.feature-item:first-child .feature-icon {
  width: 34px;
  min-width: 34px;
  margin-left: 0;
}

.feature-item h3 {
  font-size: 12px;
}

.feature-item p {
  font-size: 10px;
}

  .lifestyle-section,
  .investment-section,
  .apartments-section,
  .location-section,
  .contact-section {
    padding: 70px 34px;
  }

  .lifestyle-section {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .lifestyle-intro {
    align-items: center;
    max-width: 520px;
    margin: 0 auto 34px;
  }

  .lifestyle-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }

  .lifestyle-card {
    min-width: 0;
  }

  .investment-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
  }

  .investment-left {
    text-align: center;
  }

  .investment-left .eyebrow {
    text-align: center;
  }

  .investment-left ul {
    padding-left: 0;
  }

  .investment-left li {
    padding-left: 0;
    text-align: center;
  }

  .investment-left li::before {
    display: none;
  }

  .investment-video {
    width: 100%;
    height: 340px;
  }

  .investment-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 24px;
    width: 100%;
  }

  .right-item {
    justify-content: center;
    text-align: center;
  }

  .apartment-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 680px;
    margin: 0 auto;
  }

  .location-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .location-card {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
  }

  #boreasMap {
    width: 100%;
    height: 380px;
  }

  .contact-content {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 36px 30px;
  box-sizing: border-box;
  overflow: hidden;
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 40px;
  width: 100%;
  align-items: center;
}

.developer-item,
.contact-item {
  width: 100%;
  max-width: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.developer-item {
  flex-direction: row;
  gap: 16px;
}

.developer-item img {
  width: 78px;
  height: 78px;
  flex-shrink: 0;
}

.contact-item > div,
.developer-item > div {
  text-align: left;
}

.contact-item h3,
.developer-item h3,
.contact-item h4,
.developer-item h4 {
  margin-bottom: 6px;
}

.contact-item p,
.developer-item p,
.contact-item a {
  font-size: 14px;
  line-height: 1.4;
  word-break: break-word;
}

#contactForm {
  width: 100%;
  margin-top: 34px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

#contactForm input,
#contactForm select,
#contactForm textarea {
  width: 100%;
  box-sizing: border-box;
}

#contactForm textarea {
  min-height: 140px;
}

  .footer-partners {
    position: static;
    justify-content: center;
    margin-top: 24px;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 600px) {

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.hero,
.feature-bar,
.lifestyle-section,
.investment-section,
.apartments-section,
.location-section,
.contact-section,
.site-footer {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}

 .hero {
    padding: 24px 20px 0;
    min-height: auto;
    text-align: left;
  }

  .site-header {
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .logo img {
    width: 48px;
  }

  .logo-text {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .boreas {
    font-size: 18px;
    letter-spacing: 3px;
  }

  .residence {
    font-size: 8px;
    letter-spacing: 3px;
  }

  .hero-content {
    max-width: 320px;
    margin: 48px 0 0;
    padding: 0;
  }

  .hero-content .eyebrow {
    font-size: 11px;
    letter-spacing: 2.5px;
    text-align: left;
    margin-bottom: 16px;
    max-width: 140px;
    line-height: 1.4;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 1;
    text-align: left;
    margin-bottom: 18px;
  }

  .hero-text {
    font-size: 15px;
    line-height: 1.5;
    max-width: 300px;
    text-align: left;
    margin-bottom: 20px;
  }

  .primary-button {
    width: auto;
    max-width: none;
    padding: 14px 22px;
    font-size: 13px;
    margin-top: 0;
  }

  .hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    object-fit: cover;
    object-position: center right;
    transform: none;
    opacity: 1;

    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      rgba(0,0,0,0.18) 32%,
      rgba(0,0,0,0.75) 58%,
      black 100%
    );
    mask-image: linear-gradient(
      to right,
      transparent 0%,
      rgba(0,0,0,0.18) 32%,
      rgba(0,0,0,0.75) 58%,
      black 100%
    );
  }

  .hero-overlay {
    background:
      linear-gradient(
        to right,
        rgba(6,19,33,0.98) 0%,
        rgba(6,19,33,0.90) 42%,
        rgba(6,19,33,0.55) 68%,
        rgba(6,19,33,0.15) 100%
      ),
      linear-gradient(
        to bottom,
        rgba(6,19,33,0.30) 0%,
        rgba(6,19,33,0.20) 45%,
        rgba(6,19,33,0.75) 100%
      );
  }

  .mobile-menu-btn {
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    background: none;
    border: none;
    color: #c98b43;
    font-size: 28px;
    cursor: pointer;
    z-index: 9999;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 58px;
    right: 18px;
    z-index: 9999;
    width: 150px;
    height: auto;
    background: rgba(6, 19, 33, 0.98);
    border: 1px solid rgba(201, 139, 67, 0.45);
    border-radius: 8px;
    padding: 8px 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .main-nav.active {
    display: flex;
  }

  .main-nav a {
    display: block;
    width: 100%;
    padding: 14px 18px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    text-align: left;
    position: relative;
    z-index: 10000;
  }

  .feature-bar {
    grid-template-columns: 1fr;
    padding: 28px 24px 45px;
    gap: 0;
    text-align: left;
  }

  .feature-item {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 14px;
    padding: 18px 0;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.14);
    align-items: start;
  }

  .feature-icon {
    font-size: 30px;
    width: 34px;
    min-width: 34px;
    text-align: center;
    justify-self: center;
    margin-left: 0;
  }

  .feature-item:first-child .feature-icon {
    margin-left: 0;
  }

  .feature-item h3 {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .feature-item p {
    font-size: 13px;
    line-height: 1.45;
  }

  .lifestyle-section,
  .investment-section,
  .apartments-section,
  .location-section,
  .contact-section {
    padding: 55px 20px;
  }

  .lifestyle-intro h2,
  .apartments-header h2,
  .location-card h2,
  .contact-content h2 {
    font-size: 31px;
    line-height: 1.1;
  }

  .lifestyle-cards {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 0 auto;
    gap: 10px;
  }

  .lifestyle-card {
    height: 82px;
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
  }

  .lifestyle-card img {
    height: 82px;
  }

  .lifestyle-card div {
    text-align: left;
    padding: 12px 14px;
  }

  .lifestyle-card strong,
  .lifestyle-card span {
    text-align: left;
  }

  .investment-main {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
    max-width: 340px;
    margin: 0 auto;
  }

  .investment-left li {
    padding-left: 0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 12px;
  }

  .investment-left li::before {
    display: none;
  }

  .investment-video {
    height: 210px;
  }

  .investment-left,
  .investment-video,
  .investment-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .investment-right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .right-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .apartment-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .apartment-card {
    display: grid;
    grid-template-columns: 1fr;
  }

  .apartment-card img {
    height: 210px;
  }

  .apartment-info h3 {
    font-size: 28px;
  }

  .location-section {
    text-align: center;
  }

  .location-card {
    padding: 28px 18px;
  }

  #boreasMap {
    height: 260px;
  }

  .contact-content {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 28px 18px;
  box-sizing: border-box;
  overflow: hidden;
}

.contact-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  width: 100%;
  justify-items: center;
}

.contact-item,
.developer-item {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-item:nth-child(3) {
  margin-left: auto;
}

.contact-item > div,
.developer-item > div {
  width: 100%;
  text-align: center;
}

.developer-item img {
  width: 92px;
  height: 92px;
  margin: 0 auto 12px;
  display: block;
}

.contact-item h3,
.developer-item h3 {
  text-align: center;
}

.contact-item p,
.developer-item p,
.contact-item a,
.developer-item a {
  text-align: center;
  word-break: break-word;
}

#contactForm {
  width: 100%;
  margin-top: 30px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
}

#contactForm input,
#contactForm select,
#contactForm textarea {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  font-size: 14px;
}

#contactForm textarea {
  min-height: 110px;
}

  #contactForm input,
  #contactForm select,
  #contactForm textarea {
    text-align: left;
    font-size: 14px;
  }

  .footer-links {
    flex-direction: column;
    gap: 12px;
  }

  .footer-partners {
    flex-direction: column;
    gap: 8px;
  }

  .footer-partners img {
    width: 80px;
    height: 80px;
  }
}



/* =========================
   SMALL MOBILE
========================= */
@media (max-width: 420px) {

  .hero h1 {
    font-size: 38px;
  }

  .hero-bg {
    height: 235px;
  }

  .lifestyle-intro h2,
  .apartments-header h2,
  .location-card h2,
  .contact-content h2 {
    font-size: 28px;
  }

  .apartment-info h3 {
    font-size: 26px;
  }
}