
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  background: #f5f5f2;
}
a { color: #155a80; text-decoration: none; }
a:hover { text-decoration: underline; }
.wrapper { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header { background: #ffffff; border-bottom: 1px solid #d9d9d9; }
.brand-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 0; }
.brand { font-size: 34px; font-weight: bold; color: #222; }
.brand span { color: #155a80; }
.top-contact { font-size: 15px; color: #444; text-align: right; }
.nav { background: #155a80; }
.nav .wrapper { display: flex; flex-wrap: wrap; }
.nav a { color: #fff; padding: 14px 18px; display: inline-block; font-weight: bold; }
.nav a.active, .nav a:hover { background: #0f445f; text-decoration: none; }
.hero { position: relative; background: #123; color: white; }
.hero img { width: 100%; height: 500px; object-fit: cover; display: block; filter: brightness(0.65); }
.hero-copy { position: absolute; inset: 0; display: flex; align-items: center; }
.hero-card { max-width: 640px; background: rgba(0,0,0,0.45); padding: 28px; border-radius: 6px; }
.hero-card h1 { margin: 0 0 12px; font-size: 44px; line-height: 1.05; }
.hero-card p { font-size: 18px; margin: 0 0 18px; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-block; padding: 12px 18px; border-radius: 4px; font-weight: bold; }
.btn-primary { background: #d6a14d; color: #111; }
.btn-secondary { background: #ffffff; color: #155a80; }
main { padding: 34px 0 50px; }
.page-title { margin: 0 0 10px; font-size: 36px; }
.intro { font-size: 18px; color: #4d4d4d; max-width: 850px; }
.section { margin-top: 34px; }
.grid-3, .grid-2, .gallery-grid, .testimonial-grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { background: #fff; border: 1px solid #d8d8d8; box-shadow: 0 6px 18px rgba(0,0,0,0.06); }
.card img { width: 100%; height: 260px; object-fit: cover; display: block; }
.card-body { padding: 18px; }
.card h3 { margin-top: 0; margin-bottom: 10px; font-size: 24px; color: #155a80; }
.list { margin: 0; padding-left: 20px; }
.band { background: #ffffff; border: 1px solid #d8d8d8; padding: 26px; }
.gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gallery-grid figure { margin: 0; background: #fff; border: 1px solid #d8d8d8; }
.gallery-grid img { width: 100%; height: 260px; object-fit: cover; display: block; }
.gallery-grid figcaption { padding: 12px 14px; font-weight: bold; color: #444; }
.family-layout { display: grid; grid-template-columns: 420px 1fr; gap: 26px; align-items: start; }
.family-layout img { width: 100%; height: auto; border: 1px solid #d8d8d8; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.quote { background: #fff; border-left: 5px solid #155a80; padding: 22px; box-shadow: 0 6px 18px rgba(0,0,0,0.06); }
.quote p:last-child { margin-bottom: 0; }
.contact-box { background: #fff; border: 1px solid #d8d8d8; padding: 22px; box-shadow: 0 6px 18px rgba(0,0,0,0.06); }
.footer { background: #1f1f1f; color: #ddd; padding: 24px 0; margin-top: 30px; }
.footer .wrapper { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.small { font-size: 14px; }
@media (max-width: 900px) {
  .grid-3, .gallery-grid, .family-layout { grid-template-columns: 1fr 1fr; }
  .family-layout { grid-template-columns: 1fr; }
  .hero img { height: 420px; }
  .hero-card h1 { font-size: 36px; }
}
@media (max-width: 700px) {
  .brand-row { flex-direction: column; align-items: flex-start; }
  .top-contact { text-align: left; }
  .grid-3, .grid-2, .gallery-grid, .family-layout { grid-template-columns: 1fr; }
  .hero img { height: 380px; }
  .hero-card { padding: 20px; }
  .hero-card h1 { font-size: 30px; }
  .page-title { font-size: 30px; }
}


.eyebrow { margin: 0 0 10px; text-transform: uppercase; letter-spacing: 1.5px; font-weight: bold; font-size: 13px; color: #d6a14d; }
.hero-tall img { height: 620px; }
.hero-card-strong { max-width: 700px; background: rgba(0,0,0,0.52); padding: 34px; }
.proof-strip { background: #0f445f; color: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; padding: 18px 0; }
.proof-grid strong { display: block; font-size: 18px; margin-bottom: 5px; }
.proof-grid span { display: block; color: rgba(255,255,255,0.84); font-size: 14px; line-height: 1.4; }
.intro-split { display: grid; grid-template-columns: 1.5fr .9fr; gap: 24px; align-items: start; }
.contact-panel { background: #fff; border: 1px solid #d8d8d8; box-shadow: 0 6px 18px rgba(0,0,0,0.06); padding: 24px; }
.contact-panel h3 { margin-top: 0; margin-bottom: 10px; color: #155a80; font-size: 26px; }
.feature-split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 24px; align-items: center; }
.feature-copy h3 { margin: 0 0 12px; font-size: 34px; color: #155a80; }
.feature-image img { height: 420px; }
@media (max-width: 900px) {
  .proof-grid, .intro-split, .feature-split { grid-template-columns: 1fr 1fr; }
  .hero-tall img { height: 520px; }
}
@media (max-width: 700px) {
  .proof-grid, .intro-split, .feature-split { grid-template-columns: 1fr; }
  .hero-tall img { height: 430px; }
  .hero-card-strong { padding: 24px; }
}


.proof-strip {
  background: linear-gradient(180deg, #103f59 0%, #0f445f 100%);
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 22px 0;
}
.proof-item {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  padding: 16px 18px;
}
.proof-item strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.proof-item span {
  display: block;
  color: rgba(255,255,255,0.88);
  font-size: 14px;
  line-height: 1.5;
}
.intro {
  font-size: 19px;
  line-height: 1.6;
  color: #4d4d4d;
  max-width: 850px;
}
@media (max-width: 900px) {
  .proof-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { padding: 14px 16px; }
}


:root {
  --navy: #103f59;
  --navy-deep: #0a2d40;
  --gold: #d6a14d;
  --gold-soft: #f1d9af;
  --stone: #ece9e2;
}
body { background: linear-gradient(180deg, #f3f2ee 0%, #f8f7f4 100%); color: #1f2328; }
.site-header { background: rgba(255,255,255,0.96); backdrop-filter: blur(6px); }
.brand { letter-spacing: 0.3px; }
.nav { background: linear-gradient(90deg, var(--navy) 0%, #155a80 100%); box-shadow: 0 8px 18px rgba(0,0,0,0.08); }
.hero { overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,26,37,0.78) 0%, rgba(8,26,37,0.44) 38%, rgba(8,26,37,0.12) 100%); pointer-events: none; }
.hero-copy { z-index: 1; }
.hero-tall img { height: 680px; transform: scale(1.02); }
.premium-hero-card { border: 1px solid rgba(255,255,255,0.14); box-shadow: 0 24px 60px rgba(0,0,0,0.28); backdrop-filter: blur(3px); border-radius: 14px; }
.hero-card h1 { font-size: 50px; line-height: 1.02; letter-spacing: -1px; }
.hero-card p { line-height: 1.6; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 20px; }
.hero-points span { display: inline-flex; align-items: center; padding: 9px 13px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.16); border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: .3px; }
.btn { border-radius: 999px; padding: 13px 20px; box-shadow: 0 10px 24px rgba(0,0,0,0.08); }
.btn-primary:hover, .btn-secondary:hover { text-decoration: none; transform: translateY(-1px); }
.section-heading { margin-bottom: 20px; }
.section-heading.centered { text-align: center; max-width: 760px; margin: 0 auto 24px; }
.section-heading.light h2, .section-heading.light .eyebrow { color: #fff; }
.section-heading h2 { margin: 0; font-size: 34px; line-height: 1.12; color: var(--navy); letter-spacing: -.5px; }
.proof-strip { padding: 26px 0 34px; }
.proof-grid { padding: 0; }
.proof-item { border-radius: 14px; padding: 18px 18px 20px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.08); }
.page-title { font-size: 42px; line-height: 1.08; letter-spacing: -.8px; color: var(--navy); max-width: 760px; }
.intro-split { gap: 34px; align-items: stretch; }
.contact-panel { border-radius: 16px; border: 1px solid #e5dfd4; box-shadow: 0 18px 40px rgba(16,63,89,0.08); padding: 28px; background: linear-gradient(180deg, #fff 0%, #f7f5f0 100%); }
.contact-panel h3 { font-size: 28px; line-height: 1.15; }
.premium-cards .card, .feature-image.card, .grid-2 .card { border-radius: 16px; overflow: hidden; border: 1px solid #dfdbd3; box-shadow: 0 18px 40px rgba(18,42,56,0.08); }
.card img { height: 280px; }
.card-body { padding: 22px; }
.card h3 { font-size: 28px; line-height: 1.1; margin-bottom: 12px; }
.card p, .list li { line-height: 1.6; }
.feature-band { background: linear-gradient(135deg, #ffffff 0%, #f2efe8 100%); border: 1px solid #e4ded3; border-radius: 18px; padding: 28px; box-shadow: 0 16px 38px rgba(18,42,56,0.06); }
.feature-copy h3 { font-size: 40px; line-height: 1.05; letter-spacing: -.8px; }
.feature-image img { height: 460px; }
.footer { background: linear-gradient(180deg, #16222b 0%, #1f1f1f 100%); }
@media (max-width: 900px) {
  .hero-card h1 { font-size: 42px; }
  .page-title, .feature-copy h3, .section-heading h2 { font-size: 32px; }
  .feature-band { padding: 22px; }
}
@media (max-width: 700px) {
  .hero-tall img { height: 500px; }
  .hero-card h1 { font-size: 34px; letter-spacing: -.4px; }
  .hero-card p { font-size: 17px; }
  .hero-points { gap: 8px; }
  .hero-points span { font-size: 12px; }
  .page-title, .feature-copy h3, .section-heading h2 { font-size: 28px; }
}

.gallery-heading { margin-top: 8px; }
.premium-gallery-grid figure {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dfdbd3;
  box-shadow: 0 18px 40px rgba(18,42,56,0.08);
  background: #fff;
}
.premium-gallery-grid img { height: 280px; }
.premium-gallery-grid figcaption {
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--navy);
  font-weight: 700;
}
.contact-hero-block {
  display: grid;
  grid-template-columns: 1.3fr .9fr;
  gap: 30px;
  align-items: start;
}
.premium-contact-panel { min-height: 100%; }
.contact-listing {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}
.contact-listing div {
  display: grid;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e6dfd3;
}
.contact-listing div:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-listing strong {
  color: var(--navy);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact-listing span, .contact-listing a {
  font-size: 18px;
  line-height: 1.5;
}
.contact-grid { align-items: stretch; }
@media (max-width: 900px) {
  .contact-hero-block { grid-template-columns: 1fr; }
}


.about-heading { margin-top: 8px; }
.about-feature {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 30px;
  align-items: stretch;
}
.about-family img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}
.premium-card-soft {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #dfdbd3;
  box-shadow: 0 18px 40px rgba(18,42,56,0.08);
  background: #fff;
}
.about-story {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-story h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -.5px;
}
.about-story p {
  line-height: 1.7;
  margin: 0 0 16px;
}
.about-points { margin-top: 6px; }
.about-cards { margin-top: 28px; }
@media (max-width: 900px) {
  .about-feature { grid-template-columns: 1fr; }
  .about-family img { min-height: 420px; }
  .about-story h2 { font-size: 30px; }
}
@media (max-width: 700px) {
  .about-story h2 { font-size: 26px; }
  .about-family img { min-height: 340px; }
}
/* === FIX: Prevent mobile header from covering hero === */
@media (max-width: 700px) {
  body {
    padding-top: 140px; /* adjust if needed */
  }

  /* Optional polish: better spacing inside hero */
  .hero-card {
    margin-top: 10px;
  }
}
