
/* Reworked cohesive homepage */
.home-refresh{overflow:hidden}.home-hero{position:relative;isolation:isolate;background:#011536;overflow:hidden}.home-hero-art{display:block;width:100%;height:auto;position:relative;z-index:0}.home-hero-inner{position:absolute;z-index:1;inset:0;display:flex;align-items:center}.home-hero-copy{max-width:600px;color:#fff;padding:44px 0 76px}.home-hero-copy h1{margin:0;color:#fff;font-size:clamp(4rem,8vw,7rem);line-height:.95}.home-hero-lead{max-width:560px;margin:24px 0 0;font-size:1.25rem;line-height:1.7;color:rgba(255,255,255,.92)}.home-hero-actions{display:flex;align-items:center;gap:24px;margin-top:32px}.home-text-link{color:#fff!important;font-weight:700;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.5)}.home-services{padding:76px 0}.home-heading-row{display:grid;grid-template-columns:1fr .8fr;gap:60px;align-items:end;margin-bottom:34px}.home-heading-row>p{margin:0;line-height:1.75;color:var(--ds-muted)}.home-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.home-service-card{position:relative;min-height:390px;overflow:hidden;background:var(--ds-navy);text-decoration:none}.home-service-card:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(1,21,54,.96),rgba(1,21,54,.08) 65%)}.home-service-card img{width:100%;height:100%;object-fit:cover;position:absolute;transition:transform .55s ease}.home-service-card:hover img{transform:scale(1.045)}.home-service-card span{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;color:#fff}.home-service-card small{display:block;color:#e4bd70;text-transform:uppercase;letter-spacing:1.4px;font-weight:700}.home-service-card strong{display:block;margin-top:7px;font-family:'Playfair Display',serif;font-size:1.42rem}.home-service-card em{display:block;margin-top:12px;font-style:normal;font-size:.78rem;font-weight:700;letter-spacing:.7px;text-transform:uppercase}.home-story{padding:72px 0;background:#fff}.home-story-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:66px;align-items:center}.home-story-image{height:530px}.home-story-image img{width:100%;height:100%;object-fit:cover;object-position:center 34%}.home-story-copy>p:not(.ds-eyebrow){font-size:1.06rem;line-height:1.75;color:var(--ds-muted)}.home-values{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:28px 0}.home-values span{padding:18px;border-top:2px solid var(--ds-gold);background:var(--ds-ivory);font-size:.87rem}.home-values b{display:block;color:var(--ds-navy);font-size:1rem;margin-bottom:5px}.home-process{padding:72px 0;background:var(--ds-navy);color:#fff}.home-process .ds-section-title{color:#fff}.home-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:34px;background:rgba(255,255,255,.15)}.home-process-grid article{padding:28px;background:var(--ds-navy)}.home-process-grid span{color:var(--ds-gold);font-size:.8rem;font-weight:800;letter-spacing:1.4px}.home-process-grid h3{color:#fff;margin:14px 0 8px;font-size:1.15rem}.home-process-grid p{margin:0;color:rgba(255,255,255,.76);line-height:1.6;font-size:.92rem}.home-process-cta{display:flex;align-items:center;justify-content:space-between;margin-top:30px;padding-top:28px;border-top:1px solid rgba(255,255,255,.18)}.home-process-cta p{margin:0;font-family:'Playfair Display',serif;font-size:1.35rem}@media(max-width:991px){.home-service-grid{grid-template-columns:repeat(2,1fr)}.home-heading-row,.home-story-grid{grid-template-columns:1fr}.home-story-image{height:440px}.home-process-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.home-hero{overflow:visible;background:#011536}.home-hero-art{width:100%;height:auto}.home-hero-inner{position:relative;inset:auto;background:#011536}.home-hero-copy{max-width:none;padding:34px 0 42px}.home-hero-actions,.home-process-cta{align-items:flex-start;flex-direction:column}.home-services,.home-story,.home-process{padding:54px 0}.home-service-grid,.home-process-grid,.home-values{grid-template-columns:1fr}.home-service-card{min-height:330px}.home-story-image{height:360px}}

/* Preserve the complete hero artwork on narrower screens instead of cropping it. */
@media (max-width: 991px) {
  .home-hero { overflow: visible; background: #011536; }
  .home-hero-art { width: 100%; height: auto; }
  .home-hero-inner { position: relative; inset: auto; background: #011536; }
  .home-hero-copy { max-width: 720px; padding: 36px 0 46px; }
}

/* Final hero sizing and section separation */
.home-hero {
  padding: 20px 0;
  background: var(--ds-navy);
}
.home-hero-art {
  width: min(1180px, calc(100% - 40px));
  max-height: 470px;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  border-radius: 2px;
}
.home-hero-inner {
  width: min(1140px, calc(100% - 40px));
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.home-hero-copy { padding: 36px 0 56px; }
.home-process {
  background: var(--ds-warm);
  color: var(--ds-ink);
  border-top: 1px solid rgba(191,139,62,.28);
}
.home-process .ds-section-title,
.home-process-grid h3 { color: var(--ds-navy); }
.home-process-grid {
  background: rgba(1,21,54,.12);
  box-shadow: 0 14px 34px rgba(1,21,54,.08);
}
.home-process-grid article { background: #fff; }
.home-process-grid p { color: var(--ds-muted); }
.home-process-cta { border-top-color: rgba(1,21,54,.16); }
.home-process-cta p { color: var(--ds-navy); }
@media (max-width: 991px) {
  .home-hero { padding: 14px 0 0; }
  .home-hero-art { width: min(100% - 28px, 900px); max-height: 400px; }
  .home-hero-inner { width: min(100% - 40px, 900px); transform: none; left: auto; }
}
@media (max-width: 575px) {
  .home-hero { padding-top: 10px; }
  .home-hero-art { width: calc(100% - 20px); max-height: 280px; object-position: center; }
  .home-hero-inner { width: min(100% - 28px, 1140px); }
}

/* Final homepage hero: compact editorial split, preserving all motion behavior. */
.home-hero {
  min-height: 500px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(30px, 1fr) minmax(480px, 570px) minmax(460px, 650px) minmax(30px, 1fr);
  align-items: stretch;
  background: var(--ds-navy);
}
.home-hero-inner {
  position: relative;
  inset: auto;
  grid-column: 2;
  width: auto;
  left: auto;
  right: auto;
  transform: none;
  display: flex;
  align-items: center;
  padding-right: 54px;
}
.home-hero-copy { max-width: 535px; padding: 62px 0; }
.home-hero-copy h1 { font-size: clamp(3.8rem, 6vw, 6rem); }
.home-hero-art {
  position: relative;
  z-index: 0;
  grid-column: 3 / 5;
  grid-row: 1;
  width: 100%;
  height: 500px;
  max-height: none;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: 60% center;
}
.home-hero::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72px;
  height: 2px;
  transform: translateX(-50%);
  background: var(--ds-gold);
  z-index: 2;
}
@media (max-width: 1100px) {
  .home-hero { grid-template-columns: 34px minmax(410px, 1fr) minmax(400px, 1fr) 0; min-height: 460px; }
  .home-hero-inner { padding-right: 36px; }
  .home-hero-art { height: 460px; }
}
@media (max-width: 850px) {
  .home-hero {
    display: flex;
    flex-direction: column-reverse;
    min-height: 0;
    padding: 0;
  }
  .home-hero-art {
    width: 100%;
    height: clamp(260px, 48vw, 380px);
    max-height: none;
    object-position: 62% 38%;
  }
  .home-hero-inner {
    width: min(100% - 40px, 720px);
    margin: 0 auto;
    padding: 0;
    background: transparent;
  }
  .home-hero-copy { max-width: 650px; padding: 42px 0 50px; }
}
@media (max-width: 575px) {
  .home-hero { padding: 0; }
  .home-hero-art { width: 100%; height: 245px; object-position: 64% center; }
  .home-hero-inner { width: min(100% - 28px, 720px); }
  .home-hero-copy { padding: 32px 0 40px; }
  .home-hero-copy h1 { font-size: clamp(3.25rem, 18vw, 4.5rem); }
}

/* Homepage hero focal-point correction: keep the dove release image visually centered. */
.home-hero-art {
  object-position: center center;
}
@media (max-width: 850px) {
  .home-hero-art { object-position: center center; }
}
@media (max-width: 575px) {
  .home-hero-art { object-position: center center; }
}

/* Simplified final hero: cropped artwork blends directly into the navy header. */
.home-hero {
  position: relative;
  display: block;
  min-height: 430px;
  padding: 0;
  overflow: hidden;
  background: var(--ds-navy);
}
.home-hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}
.home-hero-inner {
  position: relative;
  inset: auto;
  z-index: 1;
  width: min(1140px, calc(100% - 40px));
  min-height: 430px;
  margin: 0 auto;
  padding: 0;
  transform: none;
  display: flex;
  align-items: center;
}
.home-hero-copy {
  width: min(540px, 52%);
  max-width: 540px;
  padding: 58px 0 66px;
  text-shadow: 0 2px 16px rgba(1,21,54,.22);
}
.home-hero::after { display: none; }

@media (max-width: 850px) {
  .home-hero {
    display: block;
    min-height: 390px;
  }
  .home-hero-art {
    height: 100%;
    object-position: 56% center;
  }
  .home-hero-inner {
    width: min(100% - 36px, 720px);
    min-height: 390px;
    margin: 0 auto;
    background: transparent;
  }
  .home-hero-copy {
    width: min(500px, 70%);
    max-width: 500px;
    padding: 46px 0 52px;
  }
}

@media (max-width: 575px) {
  .home-hero {
    min-height: 410px;
    background: var(--ds-navy);
  }
  .home-hero-art {
    width: 100%;
    height: 220px;
    object-position: 58% center;
  }
  .home-hero-inner {
    min-height: 410px;
    padding-top: 212px;
    align-items: flex-start;
  }
  .home-hero-copy {
    width: 100%;
    max-width: none;
    padding: 24px 0 34px;
    text-shadow: none;
  }
  .home-hero-copy h1 { font-size: clamp(3.1rem, 17vw, 4.2rem); }
  .home-hero-lead { font-size: 1.05rem; line-height: 1.55; margin-top: 16px; }
  .home-hero-actions { margin-top: 22px; }
}

/* Keeps the homepage promise clear of the hero artwork. */
.home-lead-break{display:block}
