:root {
  --navy: #123a6f;
  --deep-navy: #0b2e5c;
  --red: #f25b54;
  --red-dark: #df4641;
  --cream: #fffaf4;
  --line: #eadccc;
  --sage: #d7dccb;
  --text: #27292f;
  --muted: #626872;
  --shadow: 0 18px 45px rgba(33, 27, 18, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--cream);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
}

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

.site-header {
  height: 86px;
  padding: 0 7.3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 250, 244, 0.97);
  border-bottom: 1px solid #eee2d5;
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--navy);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.15rem, 1.8vw, 1.65rem);
  font-weight: 700;
  white-space: nowrap;
}

.logo-mark {
  width: 50px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  color: white;
  background: var(--red);
  border-radius: 50% 50% 46% 46%;
  transform: rotate(-8deg);
  box-shadow: inset 0 -7px 0 rgba(255, 255, 255, 0.25);
}

.logo-mark .heart {
  transform: rotate(8deg);
  font-size: 1.38rem;
  line-height: 1;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 50px);
  color: #151922;
  font-size: 0.98rem;
  font-weight: 700;
}

.main-nav a {
  position: relative;
  padding: 10px 0;
}

.main-nav a.active {
  color: var(--navy);
}

.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--red);
  border-radius: 999px;
}

.hero {
  min-height: 388px;
  display: grid;
  grid-template-columns: 44.8% 55.2%;
  background: #fff8ef;
  overflow: hidden;
}

.hero-copy {
  padding: 34px 4vw 38px 7.45vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: radial-gradient(circle at 0 50%, #fff 0, #fffaf4 58%, rgba(255, 250, 244, 0.42) 59%);
  z-index: 1;
}

.hero h1 {
  margin: 0 0 10px;
  color: var(--deep-navy);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(2.5rem, 4.6vw, 4.75rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero p {
  max-width: 620px;
  margin: 0 0 22px;
  font-size: clamp(1rem, 1.3vw, 1.28rem);
  line-height: 1.45;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.btn {
  min-width: 180px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 800;
}

.btn.primary {
  color: #fff;
  background: linear-gradient(180deg, #ff6c63, var(--red-dark));
  box-shadow: 0 7px 18px rgba(218, 50, 47, 0.22);
}

.btn.secondary {
  color: var(--deep-navy);
  background: #fff;
  border: 2px solid var(--deep-navy);
}

.hero-image {
  min-height: 388px;
  border-bottom-left-radius: 46% 100%;
}

.placeholder-image {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #55708c;
  font-weight: 800;
  background:
    linear-gradient(135deg, rgba(242, 91, 84, 0.12), rgba(18, 58, 111, 0.18)),
    repeating-linear-gradient(45deg, #f7efe6 0 18px, #efe4d8 18px 36px);
}

.placeholder-image span {
  padding: 10px 16px;
  background: rgba(255, 250, 244, 0.82);
  border: 1px solid rgba(18, 58, 111, 0.12);
  border-radius: 999px;
}

.trust-strip,
.mission-section,
.cta-band,
.footer-main {
  width: min(1600px, calc(100% - 14.8vw));
  margin-left: auto;
  margin-right: auto;
}

.trust-strip {
  margin-top: 22px;
  padding: 8px 34px 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-strip article {
  min-height: 92px;
  padding: 0 34px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-right: 1px solid #e6d8c9;
}

.trust-strip article:first-child {
  padding-left: 0;
}

.trust-strip article:last-child {
  border-right: 0;
  padding-right: 0;
}

.round-icon,
.small-icon,
.cta-icon {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  color: #303238;
  background: var(--sage);
  border-radius: 999px;
}

.round-icon {
  width: 58px;
  height: 58px;
  font-size: 1.35rem;
}

.trust-strip h2,
.mission-panel h3,
.footer-main h2 {
  margin: 0;
  color: var(--deep-navy);
  font-family: "Libre Baskerville", Georgia, serif;
}

.trust-strip h2 {
  font-size: 1.08rem;
  margin-bottom: 5px;
}

.trust-strip p,
.service-card p,
.mission-section p,
.footer-main p,
.footer-main a {
  margin: 0;
  line-height: 1.45;
}

.trust-strip p {
  color: #292e36;
  font-size: 0.86rem;
}

.services-preview {
  width: min(1440px, calc(100% - 14.8vw));
  margin: 26px auto 22px;
  text-align: center;
}

.services-preview > h2,
.mission-section h2,
.cta-band h2 {
  margin: 0;
  color: var(--deep-navy);
  font-family: "Libre Baskerville", Georgia, serif;
}

.services-preview > h2 {
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 2.2vw, 2.2rem);
}

.service-grid {
  display: grid;
  gap: 24px;
}

.service-grid.two-services {
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card {
  min-height: 430px;
  display: grid;
  grid-template-rows: minmax(240px, 1fr) auto;
  text-align: left;
  background: rgba(255, 250, 244, 0.92);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(33, 27, 18, 0.08);
}

.service-image {
  min-height: 250px;
}

.service-copy {
  padding: 26px 32px 28px;
}

.service-copy h3 {
  margin: 0 0 14px;
  color: var(--deep-navy);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.12;
}

.service-copy p {
  color: #333942;
  font-size: 1rem;
  line-height: 1.58;
  margin-bottom: 22px;
}

.service-copy a {
  color: var(--red-dark);
  font-size: 0.96rem;
  font-weight: 800;
}

.mission-section {
  margin-top: 42px;
  margin-bottom: 36px;
}

.mission-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(320px, 0.4fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
  padding: 12px 34px 8px;
}

.mission-text h2::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin: 13px 0 18px;
  background: var(--red);
  border-radius: 999px;
}

.mission-text .mission-kicker {
  max-width: 720px;
  color: var(--deep-navy);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.55rem, 2.35vw, 2.65rem);
  line-height: 1.18;
  margin-bottom: 20px;
}

.mission-text p {
  max-width: 780px;
  color: #3c424b;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.72;
}

.mission-text p + p {
  margin-top: 16px;
}

.values-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.values-list article {
  display: flex;
  gap: 18px;
  align-items: center;
}

.small-icon {
  width: 48px;
  height: 48px;
  color: #6d7763;
  font-size: 1.18rem;
}

.mission-panel h3 {
  font-size: 1.12rem;
  margin-bottom: 5px;
}

.values-list p {
  font-size: 0.9rem;
}

.cta-band {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 70px;
  padding: 8px 34px;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 18px;
  background: rgba(255, 250, 244, 0.9);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.cta-icon {
  width: 58px;
  height: 58px;
  color: #fff;
  background: linear-gradient(180deg, #ff8982, var(--red));
  font-size: 1.55rem;
}

.cta-band h2 {
  font-size: 1.55rem;
}

.cta-band p {
  color: #444a53;
}

.site-footer {
  background: #fffaf4;
  border-top: 1px solid #eee2d5;
}

.footer-main {
  padding: 19px 8px 22px;
  display: grid;
  grid-template-columns: 1.35fr 0.95fr 1.15fr 1.35fr 1fr;
  gap: 36px;
}

.footer-main > div {
  padding-right: 30px;
  border-right: 1px solid #e6d8c9;
}

.footer-main > div:last-child {
  border-right: 0;
  padding-right: 0;
}

.footer-main .brand {
  gap: 10px;
  font-size: 1.15rem;
}

.footer-main .logo-mark {
  width: 38px;
  height: 29px;
}

.footer-main h2 {
  margin-bottom: 14px;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.93rem;
  font-weight: 800;
}

.footer-main a,
.footer-main p {
  display: block;
  margin-bottom: 9px;
  font-size: 0.83rem;
}

.socials {
  display: flex;
  gap: 14px;
  margin-top: 15px;
}

.socials a {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: var(--navy);
  border-radius: 999px;
  font-weight: 800;
}

.map-placeholder {
  width: 138px;
  height: 78px;
  margin-top: 10px;
  display: grid;
  place-items: center;
  color: #6c785e;
  background: var(--sage);
  clip-path: polygon(13% 15%, 70% 4%, 86% 28%, 74% 45%, 96% 56%, 80% 82%, 46% 70%, 21% 91%, 8% 62%);
  font-weight: 900;
}

.footer-bottom {
  min-height: 47px;
  padding: 0 7.3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
  color: #fff;
  background: linear-gradient(180deg, #113a70, #082857);
  font-size: 0.79rem;
}

.blank-page {
  min-height: calc(100vh - 86px);
  display: grid;
  place-items: center;
  padding: 64px 24px;
  background: var(--cream);
}

.blank-page h1 {
  color: var(--deep-navy);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4rem);
}

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

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

  .hero-copy {
    padding: 50px 28px;
  }

  .hero-image {
    min-height: 280px;
    border-bottom-left-radius: 0;
  }

  .trust-strip,
  .mission-section,
  .cta-band,
  .footer-main,
  .services-preview {
    width: calc(100% - 40px);
  }

  .trust-strip,
  .mission-panel,
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip article,
  .trust-strip article:first-child,
  .trust-strip article:last-child,
  .footer-main > div {
    padding: 0;
    border-right: 0;
  }

  .mission-panel {
    gap: 34px;
    padding: 8px 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: auto;
    min-height: 86px;
    padding: 18px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .main-nav {
    width: 100%;
    gap: 0;
    justify-content: space-between;
    font-size: 0.84rem;
  }

  .hero h1 {
    font-size: 2.7rem;
  }

  .trust-strip,
  .mission-panel,
  .service-grid.two-services,
  .footer-main,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    padding: 22px;
  }

  .service-card {
    grid-template-columns: 1fr;
  }

  .cta-band {
    justify-items: center;
    text-align: center;
  }

  .cta-actions,
  .hero-actions {
    justify-content: center;
  }

  .footer-bottom {
    padding: 18px 20px;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
