/* Editorial refinements for the public home page. */
.hero {
  background: #f6f6f2;
  padding: 70px 0 100px;
}
.hero h1 { font-weight: 550; }
.hero h1 em {
  text-decoration: underline;
  text-decoration-color: #e6b7b7;
  text-decoration-thickness: 2px;
  text-underline-offset: 12px;
}
.hero-description { margin-top: 34px; }
.hero-visual { padding: 0 0 72px 12px; }
.hero-visual > img { height: 510px; }
.image-rail {
  position: absolute;
  right: -26px;
  top: 0;
  writing-mode: vertical-rl;
  color: #687483;
  font-size: 8px;
  letter-spacing: .18em;
}
.hero-detail {
  position: absolute;
  bottom: 22px;
  left: -24px;
  width: 190px;
  padding: 7px;
  background: white;
  box-shadow: 0 12px 35px #10233f15;
  transform: rotate(-4deg);
}
.hero-detail img { width: 100%; height: 127px; }
.hero-detail > span {
  display: block;
  padding: 8px 3px 2px;
  font-size: 6px;
  letter-spacing: .13em;
  color: var(--muted);
}
.coverage-card { width: 260px; bottom: 0; }
.service-directory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: -26px;
  position: relative;
  background: white;
  border: 1px solid var(--line);
}
.service-directory > a {
  position: relative;
  padding: 32px;
  text-decoration: none;
  transition: background .25s;
}
.service-directory > a + a { border-left: 1px solid var(--line); }
.directory-index {
  display: block;
  font-size: 9px;
  color: var(--red);
  font-weight: 600;
  letter-spacing: .14em;
  margin-bottom: 26px;
}
.service-directory strong {
  display: block;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.25;
}
.directory-description {
  display: block;
  color: var(--muted);
  font-size: 11px;
  margin-top: 18px;
}
.directory-arrow {
  position: absolute;
  right: 27px;
  top: 31px;
  font-size: 24px;
  transition: transform .25s;
}
.service-directory a:hover { background: var(--paper); }
.service-directory a:hover .directory-arrow { transform: translate(3px,-3px); color: var(--red); }
.service-list details { scroll-margin-top: 130px; }
.service-list details[open] { border-left: 2px solid var(--red); padding-left: 18px; }
.service-list summary { transition: padding .2s; }
.service-list summary:hover { color: var(--red); padding-left: 5px; }
.service-photo { position: sticky; top: 135px; }
.process { counter-reset: process; gap: 0; border-top: 1px solid #bec5ca; }
.process li {
  position: relative;
  counter-increment: process;
  border-top: 0;
  padding: 30px 28px 0 0;
}
.process li + li { padding-left: 28px; border-left: 1px solid #dce0e1; }
.process li:before {
  content: counter(process, decimal-leading-zero);
  display: block;
  font-size: 68px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.06em;
  color: #9ca7b2;
  margin-bottom: 22px;
  transition: color .3s;
}
.process li:hover:before { color: var(--red); }
.operations-section { padding: 0; background: var(--navy); color: white; }
.operations-scene { position: relative; min-height: 500px; overflow: hidden; }
.operations-scene > img { width: 100%; height: 560px; object-position: center 60%; }
.operations-scene:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #08182cdd 0%, #08182c77 48%, #08182c15 100%);
  pointer-events: none;
}
.operations-caption { position: absolute; inset: 0; z-index: 1; display: flex; align-items: center; }
.operations-caption .eyebrow { color: #d1d9e3; }
.operations-caption h2 { max-width: 600px; font-size: clamp(40px,4.2vw,61px); }
.operations-caption .text-link { color: white; border-color: #ffffff70; }
.scene-credit { position: absolute; right: 30px; bottom: 20px; z-index: 1; color: white; font-size: 9px; }
.operations-grid { padding-block: 44px 50px; align-items: center; grid-template-columns: 1fr 1.1fr; }
.operations-grid > div > p:not(.eyebrow) { color: #c0ccdc; font-size: 14px; max-width: 430px; margin: 0; }
.sector-list { margin: 0; }
.sector-list li { border-color: #ffffff25; color: #eef1f6; }
.sector-list li:before { color: #ee747a; }
.about-image { padding: 0 25px 25px 0; }
.about-image:before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 35px 0 0 35px;
  border: 1px solid #c4cbd0;
}
.about-image img { position: relative; height: 490px; }
.about-image .image-caption { position: relative; background: var(--paper); }
.about-location {
  position: absolute;
  right: 0;
  bottom: 75px;
  padding: 25px 30px;
  background: white;
  border-left: 3px solid var(--red);
}
.about-location span { display: block; font-size: 8px; letter-spacing: .15em; color: var(--muted); }
.about-location strong { display: block; font-size: 27px; font-weight: 500; letter-spacing: -.035em; margin-top: 5px; }
.engagements { gap: 18px; border: 0; }
.engagements article, .engagements article + article {
  border: 1px solid var(--line);
  padding: 30px;
  min-height: 300px;
  position: relative;
  transition: transform .25s, border-color .25s;
}
.engagements article:nth-child(2) { background: var(--navy); color: white; border-color: var(--navy); }
.engagements article:nth-child(2) p, .engagements article:nth-child(2) .engagement-type { color: #c8d3e1; }
.engagements article:nth-child(2) .eyebrow { color: #ff949a; }
.engagements article:hover { transform: translateY(-5px); border-color: var(--red); }
.engagement-type { padding-top: 20px; border-top: 1px solid #9ca9b44d; }
.contact-section { position: relative; border-top: 5px solid var(--red); }
.contact-section:before {
  content: "LET’S TALK";
  display: block;
  position: absolute;
  right: 40px;
  top: 8px;
  color: #ffffff06;
  font-size: clamp(60px,12vw,175px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.06em;
  pointer-events: none;
}
.contact-grid { position: relative; }
.button span { transition: transform .2s; }
.button:hover span { transform: translate(3px,-3px); }
.site-header nav a[aria-current="location"] { color: var(--red); border-bottom-color: var(--red); }
.site-header nav a.button[aria-current="location"] { color: white; }

@media (max-width: 1050px) {
  .hero-detail { width: 145px; left: -7px; bottom: 45px; }
  .hero-detail img { height: 100px; }
  .hero-detail > span { font-size: 5px; }
  .coverage-card { width: 210px; padding: 22px; }
  .service-directory > a { padding: 26px; }
  .service-directory strong { font-size: 23px; }
  .directory-description { max-width: 160px; }
  .process li + li { padding-left: 18px; }
  .process li { padding-right: 18px; }
  .engagements { gap: 12px; }
  .engagements article, .engagements article + article { padding: 24px; }
}
@media (max-width: 760px) {
  .hero { padding: 40px 0 70px; }
  .hero-visual { padding: 0 0 64px; margin-right: 14px; }
  .hero-visual > img { height: 360px; }
  .hero-detail { left: -7px; bottom: 26px; width: 130px; }
  .coverage-card { width: 205px; right: -14px; }
  .coverage-card strong { font-size: 21px; }
  .image-rail { right: -20px; font-size: 7px; }
  .service-directory { grid-template-columns: 1fr; margin-top: -20px; }
  .service-directory > a { padding: 24px; }
  .service-directory > a + a { border-left: 0; border-top: 1px solid var(--line); }
  .directory-index { margin-bottom: 13px; }
  .service-directory strong { font-size: 25px; }
  .service-directory strong br { display: none; }
  .directory-description { max-width: none; margin-top: 10px; }
  .directory-arrow { top: 20px; }
  .service-photo { position: relative; top: auto; }
  .service-list details[open] { padding-left: 10px; }
  .service-body { padding-left: 25px; }
  .process { grid-template-columns: 1fr 1fr; gap: 28px 0; }
  .process li:nth-child(3) { border-left: 0; padding-left: 0; }
  .process li:before { font-size: 56px; }
  .operations-section { padding: 0; }
  .operations-scene { min-height: 460px; }
  .operations-scene > img { height: 460px; object-position: 65% center; }
  .operations-scene:after { background: linear-gradient(0deg,#08182cee,#08182c25); }
  .operations-caption { align-items: flex-end; padding-bottom: 65px; }
  .operations-caption h2 { font-size: 40px; }
  .operations-caption .eyebrow { font-size: 8px; }
  .scene-credit { left: 20px; right: auto; bottom: 15px; font-size: 8px; }
  .operations-grid { grid-template-columns: 1fr; padding-block: 35px; }
  .about-image img { height: 340px; }
  .about-location { bottom: 60px; padding: 18px 23px; }
  .about-location strong { font-size: 23px; }
  .engagements { grid-template-columns: 1fr; gap: 16px; }
  .engagements article, .engagements article + article { min-height: 260px; padding: 28px; }
}
@media (max-width: 380px) {
  .hero h1 { font-size: 45px; }
  .brand, .brand img { width: 173px; }
  .hero-detail { width: 115px; bottom: 180px; }
  .hero-detail img { height: 92px; }
  .coverage-card { width: 185px; padding: 19px; }
  .coverage-card strong { font-size: 20px; }
  .coverage-card > div { font-size: 8px; }
  .directory-description { font-size: 10px; }
  .directory-arrow { font-size: 20px; }
  .operations-caption h2 { font-size: 35px; }
}
@media (prefers-reduced-motion: reduce) {
  .engagements article:hover, .button:hover span,
  .service-directory a:hover .directory-arrow { transform: none; }
}
