:root {
  --ink: #10243a;
  --navy: #17334e;
  --deep: #0c2033;
  --gold: #d6a84b;
  --cream: #fffaf0;
  --mist: #edf4f6;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }

.topbar {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 6vw, 88px);
  background: rgba(255,250,240,.96);
  border-bottom: 1px solid rgba(16,36,58,.1);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  background: var(--navy); color: var(--gold); font-family: "Libre Baskerville", serif;
  font-size: 14px; letter-spacing: .08em;
}
.brand strong, .brand small { display: block; line-height: 1.15; }
.brand strong { font-family: "Libre Baskerville", serif; font-size: 16px; }
.brand small { margin-top: 5px; color: #5d6b76; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.phone-link { font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--gold); }

.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: stretch;
}
.hero-copy { padding: clamp(70px, 9vw, 130px) clamp(28px, 7vw, 105px); }
.eyebrow { color: #a16f18; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: 13px; }
h1, h2 { font-family: "Libre Baskerville", Georgia, serif; line-height: 1.16; letter-spacing: -.03em; }
h1 { margin: 18px 0 24px; font-size: clamp(42px, 5.7vw, 78px); font-weight: 400; }
h1 em { color: #a16f18; font-style: normal; }
.intro { max-width: 630px; color: #52616d; font-size: 19px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 4px; font-weight: 700; text-decoration: none; }
.primary { background: var(--navy); color: white; box-shadow: 0 12px 30px rgba(23,51,78,.2); }
.secondary { border: 1px solid rgba(16,36,58,.3); }
.availability { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.availability span { width: 9px; height: 9px; border-radius: 50%; background: #41835d; box-shadow: 0 0 0 5px rgba(65,131,93,.13); }

.hero-art {
  position: relative; overflow: hidden; min-height: 520px;
  background: linear-gradient(rgba(12,32,51,.08), rgba(12,32,51,.18)), url("golden-horizon-home.jpg") center / cover no-repeat;
}
.home-card {
  position: absolute; left: 12%; right: 12%; bottom: 12%; padding: 32px;
  background: rgba(255,255,255,.93); border-left: 5px solid var(--gold); box-shadow: 0 26px 60px rgba(12,32,51,.24);
}
.home-card p { margin: 0 0 2px; color: #66737d; }
.home-card strong { font-family: "Libre Baskerville", serif; font-size: 24px; }
.rating { float: right; color: #b6801f; letter-spacing: .09em; font-size: 15px; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding: 38px clamp(28px, 7vw, 105px); background: white; border-bottom: 1px solid #dce4e6; }
.trust-strip div { padding: 0 34px; border-right: 1px solid #dce4e6; }
.trust-strip div:first-child { padding-left: 0; }
.trust-strip div:last-child { border: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-family: "Libre Baskerville", serif; font-size: 20px; }
.trust-strip span { color: #6b7780; margin-top: 8px; line-height: 1.55; }

.care { padding: 100px clamp(28px, 7vw, 105px); }
.section-heading { max-width: 760px; }
.section-intro { max-width: 700px; color: #5d6b76; font-size: 18px; margin: -22px 0 44px; }
h2 { margin: 14px 0 42px; font-size: clamp(34px, 4.3vw, 56px); font-weight: 400; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.care article { min-height: 285px; padding: 34px; background: white; border-top: 3px solid var(--gold); box-shadow: 0 10px 35px rgba(16,36,58,.07); }
.care article > span { color: #a16f18; font-weight: 700; }
h3 { margin: 36px 0 12px; font-family: "Libre Baskerville", serif; font-size: 22px; }
.care article p { color: #65727c; margin: 0; }

.steps { padding: 95px clamp(28px, 7vw, 105px); background: var(--mist); }
.compact { max-width: 790px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #cddadc; border: 1px solid #cddadc; }
.steps-grid div { padding: 32px; background: var(--mist); }
.steps-grid strong, .steps-grid span { display: block; }
.steps-grid strong { font-family: "Libre Baskerville", serif; font-size: 19px; }
.steps-grid span { margin-top: 10px; color: #62717c; }

.reviews { display: grid; grid-template-columns: 1fr 1fr; background: white; }
.review-photo img { width: 100%; height: 100%; min-height: 560px; display: block; object-fit: cover; }
.review-copy { padding: clamp(65px, 8vw, 110px); align-self: center; }
.review-copy h2 { font-size: clamp(32px, 4vw, 50px); margin-bottom: 34px; }
blockquote { margin: 26px 0 2px; padding-left: 22px; border-left: 3px solid var(--gold); font-family: "Libre Baskerville", serif; font-size: 20px; }
.attribution { color: #697681; margin: 5px 0 22px 25px; font-size: 14px; }
.maps-link { display: inline-block; margin-top: 15px; color: var(--navy); font-weight: 700; text-decoration-color: var(--gold); text-underline-offset: 5px; }

.cta { text-align: center; padding: 95px 24px; background: var(--deep); color: white; }
.cta .eyebrow { color: #e5c57c; }
.cta h2 { max-width: 900px; margin: 15px auto 34px; }
.light { background: var(--gold); color: var(--deep); }
.fine { color: #aebdca; font-size: 14px; margin-top: 22px; }
footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 40px clamp(28px, 7vw, 105px); background: #081724; color: #bfcbd4; }
.footer-brand strong { color: white; }
footer p { font-size: 13px; }

@media (max-width: 820px) {
  .topbar { height: 76px; }
  .phone-link { font-size: 14px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 64px; padding-bottom: 64px; }
  .hero-art { min-height: 390px; }
  .trust-strip, .services-grid, .steps-grid, .reviews { grid-template-columns: 1fr; }
  .review-photo img { min-height: 390px; }
  .trust-strip { gap: 24px; }
  .trust-strip div { padding: 0 0 24px; border-right: 0; border-bottom: 1px solid #dce4e6; }
  .trust-strip div:last-child { padding-bottom: 0; }
  footer { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 520px) {
  .brand small { display: none; }
  .brand strong { font-size: 14px; }
  .brand-mark { width: 38px; height: 38px; }
  h1 { font-size: 40px; }
  .intro { font-size: 17px; }
  .actions { flex-direction: column; }
  .button { width: 100%; }
  .home-card { padding: 24px; }
  .home-card strong { font-size: 20px; }
}
