:root {
  --white: #ffffff;
  --text: #f5f7fb;
  --ink: #1a2230;
  --muted: rgba(255, 255, 255, 0.78);
  --line: rgba(255, 255, 255, 0.24);
  --soft-blue: #bcc9dd;
  --panel: #a9b8cc;
  --panel-deep: #8fa2ba;
  --card-line: rgba(255, 255, 255, 0.22);
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #d8e1ee 0%, #eef2f7 28%, #f8fafc 100%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(18px, 4vw, 56px) 0;
  color: var(--white);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.brand img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  object-fit: cover;
}

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  font-size: 16px;
}

.nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.88);
}

.nav a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -11px;
  left: 0;
  height: 2px;
  background: var(--white);
}

.menu {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}

.menu span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 6px auto;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

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

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04) 30%, rgba(84, 113, 154, 0.16) 100%),
    linear-gradient(0deg, rgba(87, 106, 136, 0.1), transparent 35%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  padding: 132px clamp(18px, 6vw, 96px) 180px;
}

.hero-copy {
  width: min(520px, 100%);
  color: var(--white);
}

.eyebrow,
.section-kicker,
.overview-label {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(54px, 6.5vw, 110px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: 0.04em;
}

.hero-copy p:not(.eyebrow) {
  max-width: 480px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
}

.entry-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 360px;
  color: var(--white);
  background: linear-gradient(180deg, var(--panel) 0%, var(--panel-deep) 100%);
}

.entry-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 48px 36px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.entry-card:last-child {
  border-right: 0;
}

.entry-card::after {
  content: "";
  position: absolute;
  right: 16%;
  bottom: 42px;
  left: 16%;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
}

.entry-card span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  letter-spacing: 0.22em;
}

.entry-card strong {
  font-size: clamp(28px, 3vw, 58px);
  font-weight: 600;
  letter-spacing: 0.06em;
}

.entry-card p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.8;
}

.overview {
  padding: 72px clamp(18px, 5vw, 72px) 36px;
}

.overview-label {
  color: #71829b;
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.overview-grid div,
.resource-grid article,
.format-card,
.leasing-copy,
.leasing-image,
.form {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(191, 203, 220, 0.8);
  box-shadow: 0 20px 60px rgba(67, 87, 117, 0.08);
  backdrop-filter: blur(12px);
}

.overview-grid div {
  padding: 24px;
  border-radius: 22px;
}

.overview-grid span {
  display: block;
  color: #7b8da8;
  font-size: 13px;
}

.overview-grid strong {
  display: block;
  margin-top: 10px;
  color: #28364d;
  font-size: 28px;
}

.section {
  padding: 84px clamp(18px, 5vw, 72px);
}

.section-head {
  max-width: 920px;
  margin-bottom: 34px;
}

.section-head.split {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 28px;
  max-width: none;
  align-items: end;
}

h2 {
  margin: 0;
  color: #2a3548;
  font-size: clamp(34px, 4.4vw, 62px);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: 0.04em;
}

h3 {
  margin: 0;
  color: #33435b;
  font-size: 24px;
  font-weight: 600;
}

p {
  color: #64748c;
  line-height: 1.88;
}

.section-kicker {
  color: #7688a2;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.resource-grid article {
  padding: 24px;
  border-radius: 20px;
}

.format {
  background: linear-gradient(180deg, rgba(216, 225, 238, 0.42), transparent);
}

.format-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.format-card {
  padding: 24px;
  border-radius: 20px;
}

.format-card span {
  display: block;
  margin-bottom: 10px;
  color: #7f90ab;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.format-card.large {
  grid-column: span 6;
  padding: 0;
  overflow: hidden;
}

.format-card.large img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.format-card.large div {
  padding: 22px 24px 26px;
}

.format-card:nth-child(2) { grid-column: span 3; }
.format-card:nth-child(3) { grid-column: span 3; }
.format-card:nth-child(4) { grid-column: span 6; }
.format-card:nth-child(5) { grid-column: span 6; }

.leasing-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
}

.leasing-copy,
.leasing-image {
  border-radius: 22px;
  overflow: hidden;
}

.leasing-copy {
  padding: 28px;
}

.phone-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.phone-list a {
  padding: 12px 16px;
  color: #ffffff;
  background: #7f94ae;
  border-radius: 999px;
}

.leasing-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.contact {
  padding-top: 56px;
}

.form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 20px;
  border-radius: 22px;
}

.form label {
  display: grid;
  gap: 8px;
  font-weight: 600;
  color: #40516a;
}

.form label:first-child {
  grid-column: span 1;
}

.form label:nth-child(2) {
  grid-column: span 1;
}

.form label:nth-child(3) {
  grid-column: span 1;
}

.form input,
.form select,
.form button {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(177, 190, 208, 0.9);
  border-radius: 14px;
  font: inherit;
}

.form input,
.form select {
  background: rgba(255, 255, 255, 0.86);
}

.form button {
  align-self: end;
  color: var(--white);
  background: #7f94ae;
  cursor: pointer;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 26px clamp(18px, 5vw, 72px) 40px;
  color: #73849d;
}

@media (max-width: 1100px) {
  .menu {
    display: block;
  }

  .nav {
    position: fixed;
    top: 74px;
    right: 16px;
    left: 16px;
    display: none;
    padding: 18px;
    color: #2d3a51;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(202, 212, 225, 0.9);
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(67, 87, 117, 0.12);
  }

  .nav.open {
    display: grid;
  }

  .nav a.active::after {
    background: #6e809d;
  }

  .hero-inner {
    justify-content: flex-start;
    align-items: end;
    padding-bottom: 72px;
  }

  .hero-copy {
    width: min(620px, 100%);
  }

  .entry-band,
  .overview-grid,
  .resource-grid,
  .section-head.split,
  .leasing-layout,
  .form {
    grid-template-columns: 1fr;
  }

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

  .format-card,
  .format-card.large {
    grid-column: auto !important;
  }

  .form button {
    height: 52px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 16px 16px 0;
  }

  .brand {
    font-size: 18px;
  }

  .hero {
    min-height: 920px;
  }

  .hero-image {
    object-position: 58% center;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(99, 120, 154, 0.56), rgba(255, 255, 255, 0.06) 34%, rgba(84, 113, 154, 0.18) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.34), transparent 52%);
  }

  .hero-inner {
    padding: 112px 16px 54px;
  }

  .hero-copy h1 {
    font-size: 52px;
    line-height: 1.14;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .entry-card {
    min-height: 220px;
  }

  .entry-card strong {
    font-size: 34px;
  }

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

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