:root {
  --navy: #061522;
  --navy-soft: #0b2134;
  --gold: #cba96a;
  --gold-deep: #a97934;
  --ivory: #faf6ee;
  --warm: #eee4d4;
  --ink: #111820;
  --muted: #5e6670;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: Aptos, "Source Sans Pro", "Segoe UI", Arial, sans-serif;
}

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

a { color: inherit; }

.skip {
  position: absolute;
  left: 1rem;
  top: 1rem;
  transform: translateY(-150%);
  z-index: 20;
  background: var(--gold);
  color: #111;
  padding: .7rem 1rem;
}

.skip:focus { transform: none; }

.site-header {
  min-height: 74px;
  display: grid;
  grid-template-columns: 280px 1fr 155px;
  align-items: center;
  gap: 2rem;
  padding: 0 clamp(1.25rem, 4.5vw, 4.5rem);
  background: linear-gradient(90deg, #06111d 0%, #071b2b 55%, #071522 100%);
  color: #fff;
  border-bottom: 1px solid rgba(203, 169, 106, .25);
}

.brand img {
  width: 224px;
  height: auto;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.1rem, 2.4vw, 2.7rem);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}

nav a,
.header-button,
.button {
  text-decoration: none;
}

nav a:focus-visible,
.header-button:focus-visible,
.button:focus-visible,
.contact a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.header-button,
.button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #d9b364, #bf8d3c);
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
  font-size: .77rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.header-button {
  justify-self: end;
  width: 138px;
}

.button {
  width: 190px;
  margin-top: 1.25rem;
}

.hero {
  min-height: 347px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(6, 10, 15, .82) 0%, rgba(6, 10, 15, .48) 42%, rgba(6, 10, 15, .04) 72%),
    url("images/hero-building.jpg") center / cover no-repeat;
  color: #fff;
  padding: 2rem clamp(1.5rem, 6.4vw, 5.8rem);
}

.hero-copy {
  width: min(530px, 94vw);
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(2.45rem, 4.2vw, 4.15rem);
  line-height: .98;
  letter-spacing: 0;
}

.gold-rule {
  width: 96px;
  height: 2px;
  margin: 1.15rem 0 1.25rem;
  background: var(--gold);
}

.hero p {
  max-width: 470px;
  margin: 0;
  font-size: .97rem;
  line-height: 1.56;
}

.solutions {
  background: linear-gradient(90deg, #fbf7ef, #fffaf2 52%, #f4ebdc);
  padding: 1.05rem clamp(1rem, 4.6vw, 4.8rem) 1.45rem;
  border-bottom: 1px solid rgba(117, 91, 56, .2);
}

.solutions h2,
.values h2,
.what-we-do h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 0 1.15rem;
  color: var(--gold-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-align: center;
}

.solutions h2::before,
.solutions h2::after,
.values h2::before,
.what-we-do h2::after {
  content: "";
  width: 72px;
  height: 1px;
  background: var(--gold);
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.solution-grid article {
  min-height: 160px;
  padding: .85rem 1.35rem 0;
  text-align: center;
  border-right: 1px solid rgba(52, 42, 31, .2);
}

.solution-grid article:last-child { border-right: 0; }

.solution-grid img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  margin: 0 auto .65rem;
}

h3 {
  margin: 0 0 .45rem;
  color: #1b2430;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.solution-grid p {
  max-width: 210px;
  margin: 0 auto;
  color: #262b31;
  font-size: .86rem;
  line-height: 1.45;
}

.approach {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 156px;
  background: var(--navy);
  color: #fff;
}

.approach-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.55rem clamp(1.5rem, 5.4vw, 5.3rem);
}

.eyebrow {
  margin: 0 0 .55rem;
  color: var(--gold);
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.approach h2,
.contact h2 {
  margin: 0 0 .65rem;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.approach h2 {
  font-size: clamp(1.55rem, 2.4vw, 2.45rem);
  line-height: 1.05;
}

.approach p:not(.eyebrow) {
  max-width: 600px;
  margin: 0;
  font-size: .9rem;
  line-height: 1.5;
}

.approach img {
  width: 100%;
  height: 100%;
  min-height: 156px;
  object-fit: cover;
}

.lower-showcase {
  display: grid;
  grid-template-columns: 230px 1fr 286px;
  align-items: stretch;
  background: linear-gradient(90deg, #f7f0e6, #fffaf2 55%, #f3e8d8);
  border-bottom: 1px solid rgba(117, 91, 56, .22);
}

.mini-suite {
  min-height: 132px;
  overflow: hidden;
  border-right: 1px solid rgba(52,42,31,.16);
}

.mini-suite img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.values,
.what-we-do {
  padding: 1.05rem 1.2rem;
}

.values-strip {
  width: 100%;
  max-width: 680px;
  max-height: 128px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}

.what-we-do {
  border-left: 1px solid rgba(52,42,31,.16);
}

.what-we-do h2 {
  justify-content: flex-start;
  font-size: .86rem;
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: .7rem;
}

.what-we-do ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .48rem;
}

.what-we-do li {
  position: relative;
  padding-left: 1.45rem;
  font-size: .86rem;
}

.what-we-do li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .1rem;
  width: .85rem;
  height: .85rem;
  border-radius: 50%;
  background: var(--gold-deep);
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1.2fr 190px;
  gap: 2rem;
  align-items: center;
  padding: 1.3rem clamp(1.25rem, 5vw, 5rem);
  background: var(--navy);
  color: #fff;
}

.contact h2 {
  font-size: 1.7rem;
}

.gold { color: var(--gold); }

.contact p {
  margin: .28rem 0;
}

.contact-list {
  display: grid;
  gap: .55rem;
  padding-left: 2rem;
  border-left: 1px solid rgba(203, 169, 106, .6);
}

.contact-list a {
  text-decoration: none;
  font-size: .96rem;
}

.ecard-callout {
  text-align: center;
  color: #e9dcc9;
}

.ecard-callout img {
  width: 110px;
  margin: 0 auto .5rem;
  border: 3px solid #fff;
}

.ecard-callout p {
  margin: 0;
  font-size: .73rem;
  line-height: 1.3;
}

.ecard-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #071a2d, #020a12);
  color: #fff;
}

.ecard {
  width: min(92vw, 360px);
  border: 1px solid rgba(203,169,106,.7);
  border-radius: 28px;
  padding: 2rem;
  text-align: center;
  background: linear-gradient(180deg, #071c30, #03101c);
}

.ecard img {
  width: 230px;
  margin: 0 auto 1.4rem;
}

.ecard h1 {
  font: 400 1.55rem Georgia, serif;
  margin: .4rem 0;
}

.ecard-contact {
  display: grid;
  gap: .35rem;
  margin: 1.05rem 0 1.25rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(203,169,106,.38);
  border-bottom: 1px solid rgba(203,169,106,.38);
}

.ecard-contact p,
.ecard-contact a {
  margin: 0;
  color: #f7efe3;
  font-size: .94rem;
  line-height: 1.35;
  text-decoration: none;
}

.ecard-contact p {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
}

.ecard-actions {
  display: grid;
  gap: .55rem;
  margin: 1.3rem 0;
}

.ecard-actions a {
  background: linear-gradient(180deg, #d9b364, #bf8d3c);
  color: #111;
  padding: .72rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  text-align: left;
}

.ecard-footer {
  font: 400 .95rem Georgia, serif;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 1rem 1.2rem;
  }

  nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .header-button { justify-self: start; }

  .hero { min-height: 520px; }

  .solution-grid,
  .approach,
  .lower-showcase,
  .contact {
    grid-template-columns: 1fr;
  }

  .solution-grid article,
  .what-we-do,
  .contact-list {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(52,42,31,.16);
  }

  .contact-list { padding-left: 0; }
}

.faithful-page {
  background: #061522;
}

.faithful-shell {
  width: min(100%, 1672px);
  margin: 0 auto;
  background: #faf6ee;
  border-left: 1px solid rgba(203, 169, 106, .32);
  border-right: 1px solid rgba(203, 169, 106, .32);
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 242, .2),
    0 0 0 1px rgba(3, 12, 21, .35);
}

.visual-band {
  position: relative;
  overflow: hidden;
  background: #061522;
  margin-top: -1px;
}

.visual-band img {
  width: 100%;
  height: auto;
  display: block;
}

.mobile-section-content {
  display: none;
}

.live-hero {
  position: relative;
  min-height: 392px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 12, 21, .78) 0%, rgba(3, 12, 21, .48) 28%, rgba(3, 12, 21, 0) 46%, rgba(3, 12, 21, 0) 66%),
    url("images/hero-classic-architecture-bright.jpg") right center / cover no-repeat;
  color: #f8f1e7;
  border-top: 1px solid rgba(203, 169, 106, .24);
}

.live-hero-header {
  display: grid;
  grid-template-columns: minmax(220px, 330px) 1fr auto;
  align-items: center;
  min-height: 72px;
  padding: .72rem clamp(1.5rem, 4vw, 4.25rem);
  background: rgba(3, 12, 21, .94);
  border-bottom: 1px solid rgba(203, 169, 106, .18);
}

.live-logo {
  display: inline-flex;
  align-items: center;
}

.live-logo img {
  width: min(100%, 245px);
  height: auto;
  display: block;
}

.live-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 3rem);
}

.live-nav a,
.live-header-button,
.live-hero-actions a {
  color: #f8f1e7;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .045em;
  text-decoration: none;
  text-transform: uppercase;
}

.live-header-button,
.live-primary {
  display: inline-flex;
  justify-content: center;
  min-width: 150px;
  padding: .86rem 1.2rem;
  background: linear-gradient(180deg, #d4af68, #bd8d43);
  color: #061522 !important;
}

.live-hero-copy {
  width: min(650px, 42vw);
  padding: 2rem 0 1.2rem clamp(2.5rem, 6vw, 6.25rem);
}

.live-hero h1 {
  margin: 0;
  color: #fffdf8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 3.25vw, 3.55rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
}

.live-rule {
  width: 62px;
  height: 3px;
  margin: 1rem 0 1rem;
  background: var(--gold);
}

.live-hero-copy p {
  max-width: 555px;
  margin: 0 0 .8rem;
  color: #f9f3e9;
  font-size: clamp(.9rem, .96vw, 1rem);
  line-height: 1.45;
}

.values-art-band img {
  display: block;
}

.live-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem;
  margin-top: 1.1rem;
}

.live-secondary {
  display: inline-flex;
  justify-content: center;
  min-width: 198px;
  padding: .82rem 1.15rem;
  border: 1px solid var(--gold);
}

#resources {
  background: var(--ivory);
}

.values-real {
  background: linear-gradient(90deg, #fbf7ef, #fffaf2 52%, #f4ebdc);
  border-top: 1px solid rgba(117, 91, 56, .16);
  border-bottom: 1px solid rgba(117, 91, 56, .22);
  padding: .78rem clamp(1.25rem, 4vw, 4.25rem) .86rem;
}

.values-real h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin: 0 0 .42rem;
  color: var(--gold-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  font-weight: 400;
  letter-spacing: .13em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.values-real h2::before,
.values-real h2::after {
  content: "";
  width: min(7.5vw, 92px);
  height: 1px;
  background: var(--gold);
}

.values-real-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  width: min(100%, 1320px);
  margin: 0 auto;
}

.value-real-item {
  display: grid;
  grid-template-columns: 42px auto;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  gap: .58rem;
  padding: 0 1rem;
  color: #111820;
  font-size: clamp(.72rem, .84vw, .86rem);
  font-weight: 850;
  letter-spacing: .035em;
  line-height: 1;
  text-transform: uppercase;
  border-right: 1px solid rgba(82, 62, 37, .18);
}

.value-real-item:last-child {
  border-right: 0;
}

.value-symbol {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  color: var(--gold-deep);
}

.value-symbol::before,
.value-symbol::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.value-shield::before {
  inset: 3px 6px 4px;
  border: 2px solid currentColor;
  clip-path: polygon(50% 0, 100% 18%, 88% 76%, 50% 100%, 12% 76%, 0 18%);
}

.value-shield::after {
  left: 14px;
  top: 11px;
  width: 9px;
  height: 14px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(38deg);
}

.value-tree::before {
  left: 15px;
  top: 8px;
  width: 3px;
  height: 22px;
  background: currentColor;
}

.value-tree::after {
  left: 5px;
  top: 3px;
  width: 25px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 50% 50% 46% 46%;
}

.value-book::before {
  left: 4px;
  top: 7px;
  width: 26px;
  height: 21px;
  border: 2px solid currentColor;
  border-radius: 1px;
}

.value-book::after {
  left: 16px;
  top: 8px;
  width: 2px;
  height: 20px;
  background: currentColor;
}

.value-column::before {
  left: 5px;
  top: 10px;
  width: 24px;
  height: 18px;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
  box-shadow: inset 7px 0 0 transparent, inset 9px 0 0 currentColor, inset 15px 0 0 transparent, inset 17px 0 0 currentColor;
}

.value-column::after {
  left: 3px;
  top: 5px;
  width: 28px;
  height: 25px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.value-star::before {
  inset: 2px;
  background: currentColor;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 69%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
}

.value-torch::before {
  left: 14px;
  top: 12px;
  width: 6px;
  height: 19px;
  border: 2px solid currentColor;
}

.value-torch::after {
  left: 10px;
  top: 2px;
  width: 14px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 50% 50% 42% 42%;
}

.sr-copy {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.hotspots {
  position: absolute;
  inset: 0;
  display: block;
}

.hotspot {
  position: absolute;
  overflow: hidden;
  text-indent: -999rem;
  border-radius: 2px;
}

.hotspot:focus-visible {
  outline: 2px solid #f0d18b;
  outline-offset: 2px;
  background: rgba(203, 169, 106, .16);
}

.nav-about { left: 38.8%; top: 2.4%; width: 5.4%; height: 5.2%; }
.nav-solutions { left: 45.4%; top: 2.4%; width: 6.7%; height: 5.2%; }
.nav-investments { left: 53.1%; top: 2.4%; width: 7.8%; height: 5.2%; }
.nav-approach { left: 62.1%; top: 2.4%; width: 6.8%; height: 5.2%; }
.nav-contact { left: 70.1%; top: 2.4%; width: 6.2%; height: 5.2%; }
.nav-connect { left: 85.8%; top: 2.4%; width: 10.1%; height: 5.2%; }
.hero-cta { left: 35.2%; top: 74.4%; width: 16.2%; height: 8.3%; }

.classic-about { left: 33.5%; top: 2.2%; width: 5.6%; height: 5.8%; }
.classic-solutions { left: 40.6%; top: 2.2%; width: 7.1%; height: 5.8%; }
.classic-approach { left: 48.2%; top: 2.2%; width: 7.2%; height: 5.8%; }
.classic-resources { left: 56.6%; top: 2.2%; width: 7.1%; height: 5.8%; }
.classic-contact { left: 64.2%; top: 2.2%; width: 6.2%; height: 5.8%; }
.classic-help { left: 87.1%; top: 2.2%; width: 9.0%; height: 5.8%; }
.classic-hero-help { left: 5.9%; top: 73.2%; width: 9.8%; height: 7.4%; }
.classic-explore { left: 17.2%; top: 73.2%; width: 12.2%; height: 7.4%; }

.lower-panel {
  display: grid;
  grid-template-columns: 1fr 300px;
  align-items: stretch;
  background: linear-gradient(90deg, #fbf5ec, #fff9f0 55%, #f4eadc);
  border-top: 1px solid rgba(169, 121, 52, .25);
  border-bottom: 1px solid rgba(169, 121, 52, .25);
}

.values-card {
  min-height: 138px;
  display: grid;
  place-items: center;
  padding: 1.1rem 2rem;
}

.values-card img {
  width: min(100%, 660px);
  height: auto;
}

.what-card {
  padding: 1.2rem 1.6rem;
  border-left: 1px solid rgba(82, 62, 37, .18);
}

.what-card h2 {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: 0 0 .85rem;
  color: #a97934;
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.what-card h2::after {
  content: "";
  width: 70px;
  height: 1px;
  background: #cba96a;
}

.what-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .55rem;
}

.what-card li {
  position: relative;
  padding-left: 1.35rem;
  font-size: .88rem;
}

.what-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .18rem;
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background: #a97934;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1fr 1.2fr 210px;
  gap: 2rem;
  align-items: center;
  padding: 1.7rem clamp(1.5rem, 4.8vw, 5rem);
  background: #061522;
  color: #fff;
}

.contact-intro p {
  margin: 0 0 .4rem;
  color: #cba96a;
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.contact-intro h2 {
  margin: 0 0 .45rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  font-weight: 400;
}

.contact-intro span,
.contact-intro strong {
  display: block;
  margin-top: .35rem;
}

.contact-intro span { color: #cba96a; }

.contact-links {
  display: grid;
  gap: .6rem;
  padding-left: 2rem;
  border-left: 1px solid rgba(203, 169, 106, .6);
}

.contact-links a {
  color: #fff;
  text-decoration: none;
}

.qr-block {
  display: grid;
  justify-items: center;
  gap: .55rem;
  text-align: center;
}

.qr-block img {
  width: 120px;
  border: 3px solid #fff;
}

.qr-block a {
  color: #f0d18b;
  font-size: .78rem;
  text-decoration: none;
}

@media (max-width: 760px) {
  .faithful-shell {
    box-shadow: none;
  }

  .visual-band img {
    display: none;
  }

  .hero-band img {
    width: 100%;
    max-width: 100%;
    transform: none;
  }

  .mobile-section-content {
    display: block;
  }

  .visual-band {
    overflow: visible;
    background: #fbf7ef;
  }

  .mobile-section-content {
    padding: 1.35rem 1.1rem 1.45rem;
  }

  .mobile-section-content h2 {
    margin: 0 0 1rem;
    color: var(--gold-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.28rem;
    font-weight: 400;
    letter-spacing: .12em;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
  }

  .mobile-card-grid {
    display: grid;
    gap: .85rem;
  }

  .mobile-card-grid article {
    padding: .9rem .95rem;
    border-top: 1px solid rgba(169, 121, 52, .3);
    text-align: center;
  }

  .mobile-card-grid h3 {
    margin-bottom: .4rem;
    font-size: .82rem;
  }

  .mobile-card-grid p {
    max-width: 25rem;
    margin: 0 auto;
    color: #26313d;
    font-size: .95rem;
    line-height: 1.45;
  }

  .mobile-approach {
    background: #061522;
    color: #f8f1e7;
  }

  .mobile-approach .eyebrow {
    margin: 0 0 .5rem;
    color: var(--gold);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
  }

  .mobile-approach h2 {
    color: #fffdf8;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    font-size: 1.75rem;
  }

  .mobile-approach p {
    margin: 0 0 .9rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .mobile-values-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
  }

  .mobile-values-grid span {
    min-height: 42px;
    display: grid;
    place-items: center;
    border-top: 1px solid rgba(169, 121, 52, .28);
    color: #1b2430;
    font-size: .82rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-align: center;
  }

  .hotspot {
    display: none;
  }

  .lower-panel,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .what-card,
  .contact-links {
    border-left: 0;
    padding-left: 1.5rem;
  }
}

.contact-band-faithful {
  position: relative;
}

.contact-hotspots {
  position: absolute;
  inset: 0;
}

.contact-call { left: 27.6%; top: 23%; width: 12.5%; height: 12%; }
.contact-email { left: 27.6%; top: 38%; width: 17%; height: 10%; }
.contact-info { left: 27.6%; top: 51%; width: 17%; height: 10%; }
.contact-web { left: 27.6%; top: 64%; width: 14%; height: 10%; }
.contact-card-link { left: 61.5%; top: 15%; width: 12%; height: 42%; }

.institutional-contact {
  display: grid;
  grid-template-columns: 7% 93%;
  position: relative;
  background:
    radial-gradient(circle at 28% 12%, rgba(203, 169, 106, .06), transparent 34%),
    linear-gradient(90deg, #04101c, #071a2b 48%, #061724 72%, #04111e);
  color: #f8f1e7;
  border-top: 0;
  margin-top: -1px;
}

.signage-panel {
  position: relative;
  min-height: 82px;
  overflow: hidden;
  border-right: 0;
}

.signage-panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 86%;
  background: transparent;
  pointer-events: none;
}

.signage-panel img {
  width: 100%;
  height: 100%;
  min-height: 82px;
  object-fit: cover;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 1.14fr .84fr 1fr;
  align-items: start;
  gap: 0;
  padding: .52rem clamp(1.35rem, 2.7vw, 3.2rem) 1.55rem;
}

.contact-block {
  min-height: 64px;
  padding: 0 1rem;
  border-right: 1px solid rgba(203, 169, 106, .07);
}

.contact-block:nth-child(1),
.contact-block:nth-child(2) {
  background: linear-gradient(90deg, rgba(255,255,255,.018), rgba(255,255,255,.006), rgba(255,255,255,0));
}

.contact-block:nth-child(2) {
  margin-left: -1px;
  box-shadow: -18px 0 24px rgba(7, 27, 43, .28);
}

.contact-block:last-child {
  border-right: 0;
}

.contact-block h2 {
  margin: 0 0 .34rem;
  color: var(--gold);
  font-size: .62rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-block p,
.contact-block a {
  display: block;
  margin: 0 0 .2rem;
  color: #f8f1e7;
  font-size: .7rem;
  line-height: 1.2;
  text-decoration: none;
}

.contact-block .principal {
  margin-bottom: .2rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1rem;
  line-height: 1.1;
}

.consultation-block {
  padding-top: .18rem;
}

.formal-button {
  width: fit-content;
  min-width: 132px;
  margin-top: .34rem !important;
  padding: .36rem .62rem;
  background: linear-gradient(180deg, #d5b06a, #bd8d43);
  color: #061522 !important;
  border: 1px solid rgba(255, 255, 255, .15);
  font-size: .58rem !important;
  font-weight: 850;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
}

.contact-card-block {
  justify-items: center;
  text-align: center;
}

.contact-card-block img {
  width: 52px;
  height: 52px;
  padding: 4px;
  background: #fff;
}

.site-legal {
  position: absolute;
  left: 7%;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  min-height: 20px;
  padding-top: .32rem;
  border-top: 1px solid rgba(203, 169, 106, .14);
  color: rgba(248, 241, 231, .72);
  font-size: .56rem;
}

.site-legal p {
  margin: 0;
}

@media (max-width: 980px) {
  .live-hero {
    min-height: auto;
    background:
      linear-gradient(90deg, rgba(3, 12, 21, .76), rgba(3, 12, 21, .28)),
      url("images/hero-classic-architecture-bright.jpg") center center / cover no-repeat;
  }

  .live-hero-header {
    grid-template-columns: 1fr;
    gap: .9rem;
    justify-items: start;
  }

  .live-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: .85rem 1.25rem;
  }

  .live-hero-copy {
    width: auto;
    max-width: 680px;
    padding: 2.2rem 1.4rem 2.4rem;
  }

  .institutional-contact {
    grid-template-columns: 1fr;
  }

  .signage-panel {
    border-right: 0;
    border-bottom: 1px solid rgba(203, 169, 106, .26);
  }

  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 0;
    padding-bottom: 3.2rem;
  }

  .site-legal {
    left: 0;
  }

  .values-real-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: .7rem;
  }

  .value-real-item:nth-child(3n) {
    border-right: 0;
  }
}

@media (max-width: 620px) {
  .live-logo img {
    width: 235px;
  }

  .live-header-button {
    min-width: 132px;
    padding: .72rem 1rem;
  }

  .live-hero-actions {
    gap: .75rem;
  }

  .live-primary,
  .live-secondary {
    width: 100%;
  }

  .values-real {
    padding: 1rem .85rem;
  }

  .values-real h2 {
    gap: .8rem;
  }

  .values-real h2::before,
  .values-real h2::after {
    width: 42px;
  }

  .values-real-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value-real-item {
    grid-template-columns: 34px auto;
    justify-content: start;
    padding: .4rem .55rem;
    border-right: 0;
  }

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

  .contact-block {
    min-height: auto;
    padding: 0 0 1.1rem;
    border-right: 0;
    border-bottom: 1px solid rgba(203, 169, 106, .22);
  }

  .contact-block:last-child {
    border-bottom: 0;
  }
}
