* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  background: #F5F2EC;
  color: #0B1F3A;
  line-height: 1.6;
}

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

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.topbar {
  background: #0B1F3A;
  color: white;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  gap: 20px;
  flex-wrap: wrap;
}

.brand h1 {
  margin: 0;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.brand p {
  margin: 6px 0 0 0;
  color: #C9A84C;
  font-size: 0.98rem;
  font-family: Arial, sans-serif;
  font-weight: 600;
}

nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-family: Arial, sans-serif;
  font-size: 0.95rem;
}

nav a {
  color: white;
  transition: 0.2s ease;
}

nav a:hover,
nav a.active {
  color: #C9A84C;
}

.hero {
  padding: 80px 0 70px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-family: Arial, sans-serif;
  font-size: 0.8rem;
  color: #1B3A5C;
  margin-bottom: 18px;
}

.hero h2,
.page-title {
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 1.08;
  margin: 0 0 22px;
  font-weight: 500;
}

.hero p.main-copy,
.section-copy,
.page-copy {
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  color: #1B3A5C;
  line-height: 1.9;
}

.hero p.main-copy {
  max-width: 720px;
  margin: 0 0 30px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 18px;
  font-family: Arial, sans-serif;
  font-weight: 600;
  transition: 0.2s ease;
}

.btn-primary {
  background: #0B1F3A;
  color: white;
  box-shadow: 0 8px 24px rgba(11, 31, 58, 0.14);
}

.btn-primary:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.btn-secondary {
  border: 1px solid #0B1F3A;
  color: #0B1F3A;
  background: transparent;
}

.btn-secondary:hover {
  background: white;
}

.hero-card,
.content-card,
.form-card,
.service-card {
  background: white;
  border: 1px solid #e7e0d4;
  border-radius: 28px;
  box-shadow: 0 8px 24px rgba(11, 31, 58, 0.05);
}

.hero-card {
  padding: 28px;
  border-radius: 32px;
  box-shadow: 0 12px 30px rgba(11, 31, 58, 0.07);
}

.photo-placeholder {
  border-radius: 24px;
  min-height: 500px;
  background: linear-gradient(180deg, #1B3A5C 0%, #0B1F3A 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
}

.photo-placeholder .small {
  color: #C9A84C;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: Arial, sans-serif;
  font-size: 0.8rem;
  margin-bottom: 12px;
}

.photo-placeholder .big {
  color: white;
  font-size: 1.8rem;
  line-height: 1.35;
}

.section-light {
  background: white;
  border-top: 1px solid #e7e0d4;
  border-bottom: 1px solid #e7e0d4;
  padding: 75px 0;
}

.section-standard {
  background: #F5F2EC;
  padding: 75px 0;
}

.page-hero {
  padding: 80px 0 30px;
}

.page-copy {
  max-width: 850px;
  margin: 0;
}

.two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: start;
}

.section-label {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  color: #1B3A5C;
  margin-bottom: 14px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.1rem);
  margin: 0 0 18px;
  font-weight: 500;
}

.section-copy {
  color: #1B3A5C;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.service-card {
  padding: 28px;
}

.service-card h4 {
  margin: 0 0 14px;
  font-size: 1.6rem;
  font-weight: 500;
}

.service-card p {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #1B3A5C;
  line-height: 1.8;
}

.summerlin {
  background: #F5F2EC;
  color: #0B1F3A;
  padding: 75px 0;
}

.summerlin-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.summerlin .section-label {
  color: #1B3A5C;
}

.summerlin .section-title,
.summerlin h3 {
  color: #0B1F3A;
}

.summerlin p {
  font-family: Arial, sans-serif;
  color: #1B3A5C;
  font-size: 1.08rem;
  line-height: 1.9;
}

.feature-box {
  background: white;
  border: 1px solid #e7e0d4;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(11, 31, 58, 0.05);
}

.feature-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
}

.feature-box li {
  margin: 0 0 16px;
  color: #1B3A5C;
  line-height: 1.7;
}

.feature-box li:last-child {
  margin-bottom: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.contact-details p {
  margin: 0 0 12px;
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
}

.contact-details strong {
  color: #0B1F3A;
}

.form-card {
  padding: 28px;
}

.form-card form {
  display: grid;
  gap: 14px;
}

input,
textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d8d0c3;
  border-radius: 14px;
  font-size: 1rem;
  font-family: Arial, sans-serif;
  background: white;
  color: #0B1F3A;
}

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

.submit-btn {
  border: none;
  background: #0B1F3A;
  color: white;
  padding: 15px 18px;
  border-radius: 14px;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
}

.submit-btn:hover {
  opacity: 0.92;
}

footer {
  background: #0B1F3A;
  color: #cfd9e4;
  padding: 26px 0;
  font-family: Arial, sans-serif;
  font-size: 0.92rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .hero-grid,
  .two-col,
  .summerlin-grid,
  .contact-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .photo-placeholder {
    min-height: 380px;
  }

  nav {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .topbar-inner {
    align-items: flex-start;
  }

  .hero,
  .page-hero {
    padding: 56px 0;
  }

  .section-standard,
  .section-light,
  .summerlin {
    padding: 58px 0;
  }

  .hero h2,
  .page-title {
    font-size: 2.4rem;
  }

  .btn {
    width: 100%;
    text-align: center;
  }
}
