@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&family=Poppins:wght@400;500;600;700;800;900&display=swap");

:root {
  --navy: #041e41;
  --peach: #eda06d;
  --peach-dark: #df8f5f;
  --muted: #656b73;
  --ink: #15181f;
  --line: #d6d6d6;
  --soft: #f3f6f8;
  --white: #ffffff;
  --header-h: 132.5px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--muted);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25.5px;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

.captured-route {
  min-height: 100vh;
  background: var(--white);
}

.slaten-site {
  min-height: 100vh;
  overflow-x: hidden;
}

.slaten-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: var(--header-h);
  background: #ffffff;
  box-shadow: none;
}

.header-inner {
  width: min(1168px, calc(100vw - 64px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--navy);
  width: 255px;
  flex: 0 0 255px;
  line-height: 1;
}

.brand-mark {
  display: block;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -2.2px;
  line-height: 0.88;
}

.brand-sub {
  display: block;
  margin-top: 9px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
}

.main-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  white-space: nowrap;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--navy);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.main-nav a.active::after,
.main-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
  background: var(--navy);
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  margin-top: var(--header-h);
  min-height: 420px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.36)), var(--hero-image);
  background-position: center;
  background-size: cover;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
}

.hero-home {
  min-height: 625px;
}

.hero-copy {
  width: min(820px, calc(100vw - 48px));
  position: relative;
  z-index: 1;
  color: var(--navy);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: 70px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -3px;
}

.hero-home h1 {
  max-width: 720px;
}

.hero-kicker {
  margin: 22px 0 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  max-width: 700px;
  text-transform: uppercase;
}

.peach-button,
.nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 25px;
  border: 0;
  border-radius: 2px;
  background: var(--peach);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.hero .peach-button {
  margin-top: 27px;
}

.section {
  position: relative;
  width: 100%;
}

.container {
  width: min(1168px, calc(100vw - 64px));
  margin: 0 auto;
}

.intro-visual {
  min-height: 650px;
  padding: 96px 0 78px;
}

.intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 470px);
  gap: 92px;
  align-items: start;
}

.intro-copy {
  padding-top: 18px;
  max-width: 510px;
}

.small-overline {
  margin: 0 0 20px;
  color: var(--peach);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.intro-copy h2,
.text-columns h2,
.article h2,
.contact-info h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.intro-copy p,
.text-columns p,
.article p,
.index-intro p,
.card p,
.footer p {
  margin: 0 0 16px;
}

.framed-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1.24;
}

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

.stripe-edge {
  position: absolute;
  left: 28px;
  right: 18px;
  bottom: -23px;
  height: 23px;
  background: repeating-linear-gradient(45deg, var(--peach) 0 5px, transparent 5px 13px);
}

.difference {
  padding: 84px 0 78px;
  text-align: center;
  background: #ffffff;
}

.difference h2,
.index-intro h2 {
  margin: 0 0 18px;
  color: var(--peach);
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
}

.difference p {
  width: min(660px, 100%);
  margin: 0 auto;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.75;
}

.decision-strip {
  padding: 32px 0;
  background: var(--navy);
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.decision-grid a {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
}

.decision-grid span {
  color: var(--peach);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.decision-grid strong {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.15;
}

.decision-grid em {
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
  font-size: 13px;
  line-height: 1.6;
}

.soft-band {
  min-height: 370px;
  background: var(--soft);
}

.home-locations {
  padding: 82px 0 92px;
  background: var(--soft);
}

.home-locations .taxonomy-heading h2 {
  max-width: 680px;
}

.location-grid .card {
  min-height: 310px;
  background: var(--navy);
}

.location-grid .card-image {
  height: 188px;
}

.location-grid .card h3,
.location-grid .card p {
  color: #ffffff;
}

.statement-strip {
  padding: 30px 0 25px;
  text-align: center;
}

.statement-strip p {
  width: min(840px, 100%);
  margin: 0 auto;
  font-size: 14px;
  font-style: italic;
  line-height: 1.55;
}

.statement-dot {
  display: block;
  width: 6px;
  height: 6px;
  margin: 20px auto 0;
  border-radius: 999px;
  background: var(--navy);
}

.image-band {
  min-height: 320px;
  background-image: linear-gradient(rgba(4, 30, 65, 0.08), rgba(4, 30, 65, 0.08)), var(--band-image);
  background-size: cover;
  background-position: center;
}

.commitment {
  min-height: auto;
  padding: 110px 0 100px;
}

.commitment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 82px;
  align-items: center;
}

.stripe-block {
  justify-self: center;
  width: min(420px, 100%);
  aspect-ratio: 1;
  background: repeating-linear-gradient(45deg, var(--peach) 0 5px, transparent 5px 15px);
}

.commitment-photo {
  position: relative;
  margin: 0;
  min-height: 460px;
}

.commitment-photo img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.text-columns {
  max-width: 520px;
}

.text-columns h3,
.article h3 {
  margin: 22px 0 4px;
  color: var(--ink);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.15;
}

.text-columns p {
  font-size: 13px;
  line-height: 1.7;
}

.navy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 9px;
  padding: 0 22px;
  border-radius: 2px;
  background: var(--navy);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}

.taxonomy-home {
  padding: 80px 0 110px;
  background: #ffffff;
}

.talk-through {
  padding: 96px 0 112px;
  background: var(--navy);
  color: #ffffff;
}

.talk-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 70px;
  align-items: start;
}

.talk-through h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.05;
}

.talk-through p:not(.small-overline) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.7;
}

.talk-through .contact-form {
  background: #ffffff;
}

.taxonomy-section {
  margin-top: 64px;
}

.taxonomy-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 26px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}

.taxonomy-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
}

.taxonomy-heading a {
  color: var(--peach-dark);
  font-weight: 800;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.card {
  min-height: 230px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card-image {
  height: 154px;
  background-image: var(--card-image);
  background-size: cover;
  background-position: center;
}

.card-body {
  flex: 1;
  padding: 24px 24px 28px;
}

.card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.16;
}

.card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.62;
}

.card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: repeating-linear-gradient(45deg, var(--peach) 0 5px, transparent 5px 12px);
}

.index-intro {
  padding: 118px 0 190px;
  text-align: center;
}

.index-intro p {
  width: min(970px, 100%);
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.listing {
  padding: 0 0 115px;
}

.listing .card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.listing .card h3 {
  font-size: 18px;
}

.listing .card-image {
  height: 132px;
}

.article-shell {
  padding: 95px 0 95px;
}

.article {
  width: min(1168px, calc(100vw - 64px));
  margin: 0 auto;
}

.article h2 {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.article p,
.article li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.article ul,
.article ol {
  padding-left: 26px;
}

.article strong {
  color: var(--ink);
  font-weight: 800;
}

.related-links {
  margin-top: 56px;
}

.related-links h2 {
  border-bottom: 0;
}

.contact-section {
  padding: 104px 0 150px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: 80px;
  align-items: start;
}

.form-wrap {
  position: relative;
}

.form-wrap::after {
  content: "";
  position: absolute;
  right: -23px;
  bottom: -23px;
  width: 210px;
  height: 210px;
  background: repeating-linear-gradient(45deg, var(--peach) 0 5px, transparent 5px 14px);
  z-index: 0;
}

.contact-form {
  position: relative;
  z-index: 1;
  background: #f4f4f4;
  padding: 44px;
}

.contact-form h2 {
  margin: 0 0 26px;
  color: var(--ink);
  font-size: 32px;
  font-weight: 800;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form label {
  display: block;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  min-height: 45px;
  padding: 9px 12px;
  color: var(--ink);
}

.contact-form textarea {
  min-height: 145px;
  resize: vertical;
}

.contact-form .peach-button {
  min-width: 180px;
  text-align: center;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.map-embed {
  overflow: hidden;
  border: 1px solid rgba(4, 30, 65, 0.12);
  background: #ffffff;
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 260px;
  border: 0;
}

.contact-map {
  margin-top: 28px;
}

.contact-info {
  padding-top: 24px;
}

.contact-info h3 {
  margin: 28px 0 6px;
  color: var(--peach);
  font-size: 18px;
  font-weight: 800;
}

.contact-info p,
.contact-info a {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.site-footer {
  border-top: 5px solid var(--navy);
  padding: 70px 0 74px;
  background: #f7f2ee;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(170px, 0.5fr) minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(4, 30, 65, 0.16);
  margin-bottom: 38px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.footer-brand {
  color: var(--navy);
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -1.4px;
  line-height: 0.95;
}

.footer h3,
.footer-col h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
}

.footer-col p,
.footer-col a {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.footer-divider {
  height: 1px;
  margin-top: 46px;
  background: var(--peach);
  opacity: 0.7;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer .peach-button {
  width: max-content;
  margin-top: 14px;
  text-align: center;
  justify-content: center;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid rgba(4, 30, 65, 0.16);
}

.footer-contact a:not(.peach-button) {
  color: var(--navy);
  font-weight: 800;
}

.footer-map {
  margin-top: 30px;
}

.footer-map iframe {
  height: 230px;
}

.mobile-sticky-phone {
  display: none;
}

@media (max-width: 1100px) {
  .header-inner {
    width: min(100%, calc(100vw - 38px));
    gap: 18px;
  }

  .brand {
    width: 205px;
    flex-basis: 205px;
  }

  .brand-mark {
    font-size: 35px;
  }

  .main-nav {
    gap: 9px;
    font-size: 11px;
  }

  .header-phone {
    padding: 0 12px;
    font-size: 12px;
  }

  .listing .card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  :root {
    --header-h: 81.5px;
  }

  body {
    font-size: 13.68px;
    line-height: 23.256px;
  }

  .slaten-header {
    height: var(--header-h);
  }

  .header-inner {
    width: calc(100vw - 35px);
    justify-content: space-between;
  }

  .brand {
    width: auto;
    flex: 0 1 auto;
  }

  .brand-mark {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 0.9;
  }

  .brand-sub {
    margin-top: 5px;
    max-width: 178px;
    font-size: 9px;
  }

  .main-nav {
    display: none;
  }

  .header-phone {
    display: none;
  }

  .mobile-nav {
    display: block;
    color: var(--navy);
  }

  .mobile-nav summary {
    list-style: none;
    width: 39px;
    height: 39px;
    border: 0;
    cursor: pointer;
    position: relative;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary span,
  .mobile-nav summary::before,
  .mobile-nav summary::after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    height: 3px;
    background: var(--navy);
  }

  .mobile-nav summary::before {
    top: 10px;
  }

  .mobile-nav summary span {
    top: 18px;
  }

  .mobile-nav summary::after {
    top: 26px;
  }

  .mobile-nav[open] summary::before {
    top: 18px;
    transform: rotate(45deg);
  }

  .mobile-nav[open] summary span {
    opacity: 0;
  }

  .mobile-nav[open] summary::after {
    top: 18px;
    transform: rotate(-45deg);
  }

  .mobile-menu-panel {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    z-index: 95;
    max-height: calc(100vh - var(--header-h));
    overflow: auto;
    background: #ffffff;
    border-top: 1px solid #ececec;
    box-shadow: 0 16px 30px rgba(4, 30, 65, 0.12);
    padding: 20px 30px 25px;
  }

  .mobile-menu-panel a {
    display: block;
    color: var(--navy);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    padding: 12px 0;
    border-bottom: 1px solid #ededed;
  }

  .mobile-menu-panel .mobile-menu-phone {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 14px 18px;
    border: 0;
    border-radius: 999px;
    background: var(--navy);
    color: #ffffff;
    text-align: center;
  }

  .hero {
    min-height: 380px;
    background-position: center;
  }

  .hero-home {
    min-height: 560px;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 1.12;
    letter-spacing: -3px;
  }

  .hero-kicker {
    margin-top: 18px;
    font-size: 11px;
  }

  .container,
  .article {
    width: calc(100vw - 42px);
  }

  .intro-visual {
    min-height: auto;
    padding: 80px 0 175px;
  }

  .intro-layout,
  .commitment-grid,
  .contact-grid,
  .footer-grid,
  .decision-grid,
  .talk-grid,
  .footer-top {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .intro-copy {
    max-width: none;
    padding-top: 0;
  }

  .framed-image {
    aspect-ratio: 1.08;
  }

  .difference {
    padding-bottom: 82px;
  }

  .difference h2,
  .index-intro h2 {
    font-size: 34px;
  }

  .soft-band {
    min-height: 300px;
  }

  .image-band {
    min-height: 240px;
  }

  .commitment {
    min-height: auto;
    padding: 82px 0 88px;
  }

  .stripe-block {
    width: min(270px, 82vw);
  }

  .commitment-photo,
  .commitment-photo img {
    min-height: 300px;
  }

  .taxonomy-heading {
    display: block;
  }

  .taxonomy-heading a {
    display: inline-block;
    margin-top: 12px;
  }

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

  .index-intro {
    padding: 78px 0 105px;
  }

  .listing {
    padding-bottom: 82px;
  }

  .article-shell {
    padding: 70px 0 76px;
  }

  .article p,
  .article li,
  .contact-info p,
  .contact-info a {
    font-size: 14px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-section {
    padding: 72px 0 95px;
  }

  .contact-form {
    padding: 30px 24px;
  }

  .form-wrap::after {
    width: 160px;
    height: 160px;
    right: -14px;
    bottom: -14px;
  }

  .site-footer {
    padding: 52px 0 54px;
  }

  .footer-contact {
    display: grid;
    gap: 13px;
  }

  .mobile-sticky-phone {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 80;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: var(--peach);
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(4, 30, 65, 0.22);
  }
}


/* Internal "Explore More" related-links section (generated deep pages) */
.internal-links {
  margin: 48px auto;
  max-width: 1180px;
  padding: 0 22px;
}

.internal-links h2 {
  font-size: clamp(22px, 2.4vw, 30px);
  margin: 0 0 16px;
}

.internal-links ul {
  display: grid;
  gap: 8px 28px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.internal-links a {
  display: inline-block;
  padding: 4px 0;
  text-decoration: none;
}

.internal-links a:hover {
  text-decoration: underline;
}

/* brand-logo-injected */.brand{flex-direction:row;align-items:center;width:auto;flex:0 0 auto}.brand-logo{height:40px;width:auto;display:block;max-width:320px}.brand-logo-footer{height:48px}
