:root {
  --ivory: #fbf7ef;
  --ivory-deep: #f3eadc;
  --warm: #f8f2e9;
  --gold: #b48746;
  --gold-deep: #966a31;
  --charcoal: #38342f;
  --charcoal-soft: #5c544c;
  --line: rgba(180, 135, 70, 0.35);
  --shadow: 0 14px 40px rgba(69, 53, 33, 0.10);
  --radius: 18px;
  --container: 1540px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Source Sans 3", Arial, sans-serif;
  color: var(--charcoal);
  background: linear-gradient(180deg, #f7f0e5 0%, #fbf7ef 60%, #f5ede0 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 42px), var(--container)); margin: 0 auto; }
.site-shell { position: relative; padding: 10px 0 24px; }
.page-frame {
  pointer-events: none;
  position: fixed;
  inset: 8px;
  border: 1.5px solid rgba(180, 135, 70, 0.55);
  z-index: 0;
}
.page-frame::before, .page-frame::after {
  content: "";
  position: absolute;
  width: 26px; height: 26px;
  border: 2px solid rgba(180, 135, 70, 0.65);
}
.page-frame::before { top: 10px; left: 10px; border-right: 0; border-bottom: 0; border-top-left-radius: 16px; }
.page-frame::after { bottom: 10px; right: 10px; border-left: 0; border-top: 0; border-bottom-right-radius: 16px; }

.utility-bar, .site-header, main, footer { position: relative; z-index: 1; }
.utility-bar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 12px 8px;
  font-size: 0.9rem; color: var(--charcoal-soft);
  border-bottom: 1px solid var(--line);
  text-transform: uppercase; letter-spacing: 0.08em;
}
.utility-left, .utility-right { display: flex; align-items: center; gap: 16px; }
.utility-right a { padding: 4px 0; }
.dot { color: var(--gold); }

.site-header {
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; padding: 14px 0 18px;
}
.brandmark { display: flex; align-items: center; gap: 16px; min-width: 320px; }
.brandmark img { width: 58px; height: 58px; object-fit: contain; }
.brand-title {
  display: block; font-family: "Cormorant Garamond", serif; font-size: 1.95rem; line-height: 0.92;
  text-transform: uppercase; letter-spacing: 0.15em; color: var(--charcoal);
}
.brand-title.second { font-size: 1.15rem; margin-top: 6px; letter-spacing: 0.19em; color: #524a43; }

.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: 20px; flex: 1; }
.primary-nav > ul { list-style: none; display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; }
.primary-nav a { font-size: 0.94rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }
.primary-nav a.active, .primary-nav li:hover > a { color: var(--gold-deep); }
.has-dropdown { position: relative; }
.dropdown {
  position: absolute; top: calc(100% + 14px); left: 0; min-width: 280px; background: rgba(251,247,239,.98);
  border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 14px;
  display: none; padding: 10px; z-index: 20;
}
.dropdown.wide { min-width: 360px; }
.dropdown a { display: block; padding: 10px 12px; text-transform: none; letter-spacing: 0.02em; font-weight: 500; border-radius: 10px; }
.dropdown a:hover { background: rgba(180,135,70,0.08); }
.has-dropdown:hover .dropdown { display: block; }
.header-cta, .btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 24px; border-radius: 4px; border: 1.5px solid var(--gold);
  font-size: 0.95rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase;
  transition: .2s ease;
}
.header-cta { background: transparent; }
.btn-solid { background: linear-gradient(180deg, #ba8f4b 0%, #a47535 100%); color: #fff8ef; box-shadow: 0 10px 18px rgba(164,117,53,0.24); }
.btn-outline { background: transparent; color: var(--charcoal); }
.header-cta:hover, .btn-outline:hover { background: rgba(180,135,70,.08); }
.btn-solid:hover { filter: brightness(1.05); }
.mobile-toggle { display: none; background: none; border: 0; padding: 0; }
.mobile-toggle span { display: block; width: 28px; height: 2px; background: var(--charcoal); margin: 5px 0; }

.frame-box {
  background: rgba(255,250,244,0.9);
  border: 1px solid rgba(180, 135, 70, 0.35);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero {
  display: grid; grid-template-columns: 0.95fr 1.35fr; overflow: hidden; min-height: 540px;
  background: linear-gradient(90deg, rgba(253,249,241,.98) 0%, rgba(253,249,241,.96) 30%, rgba(253,249,241,.32) 52%, rgba(253,249,241,.06) 70%);
}
.hero-copy { padding: 56px 46px 48px; display: flex; flex-direction: column; justify-content: center; }
.hero h1, .section-heading h2 {
  font-family: "Cormorant Garamond", serif; font-weight: 500; margin: 0;
  letter-spacing: 0.015em; color: var(--charcoal);
}
.hero h1 { font-size: clamp(3rem, 4.7vw, 5.2rem); line-height: 0.94; max-width: 580px; }
.hero h1 em {
  color: var(--gold-deep); font-style: italic; font-weight: 500;
}
.divider {
  width: 210px; height: 1px; background: var(--gold); margin: 24px 0 26px; position: relative;
}
.divider::after {
  content: "◆"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  background: var(--ivory); color: var(--gold); padding: 0 9px; font-size: 0.7rem;
}
.hero p { max-width: 520px; font-size: 1.2rem; line-height: 1.55; color: #544d46; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 14px; }
.hero-visual { position: relative; min-height: 100%; }
.hero-visual img:first-child { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.seal-watermark { position: absolute; right: 34px; top: 36px; width: 220px; opacity: 0.14; }

.content-section { padding: 28px 0 0; }
.section-heading {
  display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 16px;
}
.section-heading.left-aligned { justify-content: flex-start; }
.section-heading h2 {
  font-size: clamp(2.1rem, 2.6vw, 3rem); text-transform: uppercase; letter-spacing: 0.12em;
  font-weight: 500;
}
.eyebrow-line { width: 88px; height: 1px; background: var(--gold); }

.division-grid {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px;
}
.division-card { padding: 22px 16px 18px; text-align: center; min-height: 172px; }
.card-badge, .who-badge, .icon-mark {
  width: 54px; height: 54px; border-radius: 50%; border: 1.5px solid var(--gold); color: var(--gold-deep);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 14px;
  font-family: "Cormorant Garamond", serif; font-size: 1.15rem; font-weight: 700; background: rgba(255,255,255,0.66);
}
.division-card h3, .who-card h3, .team-copy h3, .icon-card h3, .consult-card h3, .consult-form h3 {
  margin: 0 0 10px; font-family: "Cormorant Garamond", serif; font-size: 1.6rem; font-weight: 600; color: var(--charcoal);
}
.division-card p, .icon-card p, .consult-card p { margin: 0; font-size: 1rem; line-height: 1.45; color: var(--charcoal-soft); }

.who-grid { display: grid; grid-template-columns: repeat(9, 1fr); gap: 10px; }
.who-card { overflow: hidden; text-align: center; position: relative; }
.who-card img { width: 100%; aspect-ratio: 1.25 / .7; object-fit: cover; }
.who-badge { position: absolute; top: calc(44% - 22px); left: 50%; transform: translateX(-50%); width: 48px; height: 48px; font-size: 1rem; background: #fff7eb; }
.who-card h3 { font-size: 1.22rem; padding: 32px 12px 18px; line-height: 1.15; }

.dual-panels {
  display: grid; grid-template-columns: 0.95fr 1.25fr; gap: 16px; padding: 28px 0 0;
}
.collaborate-panel, .network-panel { padding: 28px; }
.collab-list { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 18px; }
.collab-list li { display: grid; gap: 4px; padding-left: 0; }
.collab-list strong { font-size: 1.12rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--charcoal); }
.collab-list span { color: var(--charcoal-soft); font-size: 1.04rem; line-height: 1.5; }

.network-wheel {
  position: relative; min-height: 520px; margin-top: 12px;
}
.network-center {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 150px; height: 150px; border-radius: 50%; border: 1.5px solid var(--gold); background: rgba(255,255,255,.8);
  display: flex; align-items: center; justify-content: center;
}
.network-center img { width: 110px; opacity: 0.96; }
.node {
  position: absolute; width: 230px; padding: 16px 14px; text-align: center; background: rgba(255,250,244,0.98);
  border: 1px solid var(--line); border-radius: 14px; font-family: "Cormorant Garamond", serif; font-size: 1.36rem; line-height: 1.07;
}
.node-1 { left: 14px; top: 18px; }
.node-2 { right: 80px; top: 20px; }
.node-3 { right: 4px; top: 186px; }
.node-4 { left: 18px; top: 164px; }
.node-5 { right: 50px; bottom: 116px; }
.node-6 { right: 298px; top: 164px; }
.node-7 { left: 30px; bottom: 32px; }
.node-8 { right: 270px; bottom: 26px; }
.spoke {
  position: absolute; left: 50%; top: 50%; height: 1px; background: linear-gradient(90deg, var(--gold), rgba(180,135,70,.35)); transform-origin: left center;
}
.s1 { width: 280px; transform: translate(-10px,-104px) rotate(-158deg); }
.s2 { width: 260px; transform: translate(8px,-112px) rotate(-20deg); }
.s3 { width: 265px; transform: translate(35px,-12px) rotate(-8deg); }
.s4 { width: 255px; transform: translate(-200px,-10px) rotate(188deg); }
.s5 { width: 270px; transform: translate(25px,95px) rotate(16deg); }
.s6 { width: 230px; transform: translate(8px,-32px) rotate(-36deg); }
.s7 { width: 280px; transform: translate(-24px,112px) rotate(154deg); }
.s8 { width: 235px; transform: translate(-4px,116px) rotate(36deg); }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.team-card { overflow: hidden; }
.team-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.team-copy { padding: 18px 18px 20px; }
.team-copy h3 { font-size: 1.65rem; line-height: 1.05; }
.team-copy .title { color: var(--gold-deep); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; margin: 0 0 12px; font-size: 0.88rem; }
.team-copy p { margin: 0 0 12px; color: var(--charcoal-soft); font-size: 1.02rem; line-height: 1.55; }
.team-links { display: grid; gap: 10px; font-weight: 600; }
.team-links a:last-child { color: var(--gold-deep); }

.icon-grid { display: grid; gap: 16px; }
.four-up { grid-template-columns: repeat(4, 1fr); }
.three-up { grid-template-columns: repeat(3, 1fr); }
.icon-card { display: block; padding: 24px 20px; text-align: center; min-height: 220px; }
.icon-card h3 { font-size: 1.45rem; }
.testimonial-card { display: flex; flex-direction: column; justify-content: center; }
.quote-mark { font-size: 3rem; color: var(--gold); font-family: "Cormorant Garamond", serif; }

.consultations-section { padding-bottom: 16px; }
.consult-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 16px; }
.consult-cards { display: grid; gap: 14px; }
.consult-card { padding: 26px 20px; display: block; text-align: center; }
.consult-form { padding: 24px; }
.consult-form p { color: var(--charcoal-soft); font-size: 1rem; line-height: 1.45; }
.crm-form-placeholder { min-height: 520px; margin-top: 10px; border-top: 1px solid var(--line); padding-top: 14px; }

.site-footer { margin-top: 24px; padding: 28px 28px 18px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 24px; }
.footer-brand img { width: 66px; margin-bottom: 12px; }
.footer-brand h3, .site-footer h4 { margin: 0 0 10px; font-family: "Cormorant Garamond", serif; }
.footer-brand h3 { font-size: 1.9rem; }
.footer-brand p { margin: 0 0 14px; color: var(--charcoal-soft); }
.footer-social { display: flex; gap: 12px; color: var(--gold-deep); font-weight: 700; }
.site-footer h4 { font-size: 1.35rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; color: var(--charcoal-soft); }
.footer-bottom { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); text-align: center; color: var(--charcoal-soft); }

@media (max-width: 1500px) {
  .division-grid { grid-template-columns: repeat(4, 1fr); }
  .who-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1200px) {
  .site-header { flex-wrap: wrap; }
  .primary-nav { width: 100%; justify-content: space-between; }
  .primary-nav > ul { gap: 16px; flex-wrap: wrap; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { order: -1; min-height: 340px; }
  .dual-panels, .consult-grid, .footer-grid, .team-grid, .four-up, .three-up { grid-template-columns: 1fr 1fr; }
  .network-wheel { min-height: 700px; }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .utility-bar { display: none; }
  .site-header { padding-top: 12px; }
  .brandmark { min-width: auto; }
  .brand-title { font-size: 1.4rem; }
  .brand-title.second { font-size: 0.95rem; }
  .mobile-toggle { display: block; margin-left: auto; }
  .primary-nav {
    display: none; width: 100%; flex-direction: column; align-items: stretch; gap: 14px; background: rgba(251,247,239,.98);
    border: 1px solid var(--line); border-radius: 16px; padding: 12px;
  }
  .primary-nav.open { display: flex; }
  .primary-nav > ul { flex-direction: column; align-items: stretch; }
  .has-dropdown .dropdown { position: static; display: none; box-shadow: none; border: 0; background: transparent; padding: 6px 0 0 10px; }
  .has-dropdown.open .dropdown { display: block; }
  .header-cta { width: 100%; }
  .hero-copy { padding: 34px 24px 28px; }
  .hero p { font-size: 1.08rem; }
  .division-grid, .who-grid, .dual-panels, .team-grid, .four-up, .three-up, .consult-grid, .footer-grid { grid-template-columns: 1fr; }
  .network-wheel { min-height: 980px; }
  .network-center { width: 120px; height: 120px; }
  .network-center img { width: 86px; }
  .node { width: calc(100% - 30px); left: 15px !important; right: auto !important; position: relative; top: auto !important; bottom: auto !important; margin-bottom: 12px; }
  .network-wheel { display: flex; flex-direction: column; }
  .network-center { position: relative; left: auto; top: auto; transform: none; margin: 10px auto 20px; order: -1; }
  .spoke { display: none; }
  .who-card h3 { font-size: 1.4rem; }
  .site-footer { padding: 20px 18px; }
}

/* ===== Header + Hero refinement v2 ===== */
:root {
  --navy: #17314d;
  --navy-soft: #294762;
}

.utility-bar { display: none !important; }

.site-header {
  min-height: 112px;
  padding: 15px 10px 16px;
  background: rgba(252,248,241,0.97);
  border-bottom: 1px solid rgba(180,135,70,0.30);
  gap: 34px;
}

.brandmark {
  min-width: 370px;
  gap: 18px;
  flex-shrink: 0;
}
.brandmark img {
  width: 82px;
  height: 82px;
}
.brand-title {
  font-size: 2.45rem;
  line-height: 0.82;
  letter-spacing: 0.145em;
  color: var(--navy);
}
.brand-title.second {
  font-size: 1.25rem;
  letter-spacing: 0.19em;
  margin-top: 10px;
  color: var(--navy);
}

.header-right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 9px;
}
.portal-links {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 3px;
  font-size: 0.74rem;
  line-height: 1;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--navy-soft);
}
.portal-links span {
  width: 1px;
  height: 13px;
  background: rgba(180,135,70,.45);
}
.portal-links a:hover { color: var(--gold-deep); }

.primary-nav {
  width: 100%;
  justify-content: flex-end;
  gap: 17px;
}
.primary-nav > ul {
  gap: clamp(12px, 1.45vw, 24px);
}
.primary-nav a {
  font-size: clamp(.72rem, .72vw, .9rem);
  color: var(--navy);
}
.header-cta {
  padding: 13px 20px;
  white-space: nowrap;
  color: var(--navy);
}

.hero-wide {
  position: relative;
  width: calc(100% - 20px);
  max-width: none;
  min-height: 610px;
  margin: 0 10px;
  overflow: hidden;
  border-top: 1px solid rgba(180,135,70,.24);
  border-bottom: 1px solid rgba(180,135,70,.34);
  background-image: url('../images/hero/hero-family.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 16px 44px rgba(65,47,28,.10);
}
.hero-wide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(253,249,242,.995) 0%,
      rgba(253,249,242,.985) 23%,
      rgba(253,249,242,.91) 31%,
      rgba(253,249,242,.60) 40%,
      rgba(253,249,242,.10) 53%,
      rgba(253,249,242,0) 67%);
  z-index: 0;
}
.hero-wide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(74,52,24,.04) 100%);
  pointer-events: none;
}
.hero-wide .hero-copy {
  position: relative;
  z-index: 2;
  width: min(44%, 710px);
  min-height: 610px;
  padding: 66px 30px 54px 62px;
  justify-content: center;
}
.hero-wide h1 {
  max-width: 660px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4.1rem, 5vw, 6.25rem);
  line-height: .91;
  letter-spacing: -.015em;
  color: var(--navy);
  text-shadow: 0 1px 0 rgba(255,255,255,.85);
}
.hero-wide h1 em {
  color: var(--gold-deep);
  font-style: italic;
  font-weight: 500;
}
.hero-wide .divider {
  width: 230px;
  margin: 26px 0 24px;
}
.hero-wide .divider::after {
  background: #fbf7ef;
}
.hero-wide p {
  max-width: 610px;
  font-size: clamp(1.08rem, 1.16vw, 1.28rem);
  line-height: 1.55;
  font-weight: 500;
  color: var(--navy-soft);
}
.hero-wide .hero-actions {
  margin-top: 19px;
}
.hero-wide .btn-solid {
  box-shadow: 0 12px 24px rgba(137,92,35,.24);
}
.hero-wide .btn-outline {
  color: var(--navy);
  background: rgba(255,252,247,.62);
}
.hero-wide .seal-watermark {
  position: absolute;
  z-index: 2;
  right: 44px;
  top: 62px;
  width: 238px;
  opacity: .13;
  filter: sepia(.55) saturate(.8);
}

@media (max-width: 1300px) {
  .site-header { min-height: auto; align-items: flex-start; }
  .brandmark { min-width: 310px; }
  .brandmark img { width: 70px; height: 70px; }
  .brand-title { font-size: 2.05rem; }
  .brand-title.second { font-size: 1.08rem; }
  .primary-nav > ul { gap: 12px; }
  .header-cta { padding: 11px 15px; font-size: .78rem; }
  .hero-wide .hero-copy { width: 50%; padding-left: 44px; }
}

@media (max-width: 1000px) {
  .site-header { align-items: center; }
  .header-right { width: 100%; align-items: stretch; }
  .portal-links { justify-content: flex-end; }
  .primary-nav { display: none; }
  .primary-nav.open { display: flex; }
  .mobile-toggle { display: block; margin-left: auto; }
  .hero-wide {
    min-height: 780px;
    background-position: 62% center;
  }
  .hero-wide::before {
    background: linear-gradient(180deg,
      rgba(253,249,242,.98) 0%,
      rgba(253,249,242,.93) 34%,
      rgba(253,249,242,.47) 54%,
      rgba(253,249,242,.02) 75%);
  }
  .hero-wide .hero-copy {
    width: 100%;
    min-height: 480px;
    padding: 42px 30px 24px;
    justify-content: flex-start;
  }
  .hero-wide h1 { max-width: 700px; font-size: clamp(3.3rem, 8vw, 5.2rem); }
  .hero-wide p { max-width: 650px; }
  .hero-wide .seal-watermark { right: 22px; bottom: 24px; top: auto; width: 170px; }
}

@media (max-width: 640px) {
  .site-header { padding: 13px 7px; }
  .brandmark { min-width: 0; gap: 10px; }
  .brandmark img { width: 58px; height: 58px; }
  .brand-title { font-size: 1.55rem; letter-spacing: .12em; }
  .brand-title.second { font-size: .86rem; letter-spacing: .14em; margin-top: 7px; }
  .portal-links { display: none; }
  .hero-wide { width: calc(100% - 12px); margin: 0 6px; min-height: 740px; background-position: 65% center; }
  .hero-wide .hero-copy { padding: 34px 22px 20px; }
  .hero-wide h1 { font-size: clamp(3rem, 13vw, 4.15rem); }
  .hero-wide p { font-size: 1.03rem; line-height: 1.47; }
  .hero-actions { gap: 10px; }
  .hero-wide .btn { width: 100%; }
}

/* Hero line-break and scale correction */
.hero-wide .hero-copy {
  width: min(48%, 760px);
  padding-left: clamp(48px, 4.6vw, 78px);
  padding-right: 32px;
}
.hero-wide h1 {
  max-width: 720px;
  font-size: clamp(3.65rem, 4vw, 5rem);
  line-height: .96;
}
.hero-wide p {
  max-width: 600px;
}
@media (max-width: 1300px) {
  .hero-wide .hero-copy { width: 53%; }
  .hero-wide h1 { font-size: clamp(3.35rem, 4.2vw, 4.5rem); }
}
.hero-wide { display: block; }
.hero-wide .hero-copy { width: min(50%, 790px); }
.hero-wide h1 { font-size: clamp(3.5rem, 3.8vw, 4.75rem); max-width: 760px; }
@media (max-width: 1300px) {
  .hero-wide .hero-copy { width: 54%; }
  .hero-wide h1 { font-size: clamp(3.15rem, 3.8vw, 4.15rem); }
}

/* ===== Locked header portal treatment + luxury divisions ===== */
.portal-links {
  gap: 18px;
  color: var(--navy);
}
.portal-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
}
.portal-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--gold-deep);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}
.portal-divider {
  width: 1px !important;
  height: 18px !important;
  background: rgba(23,49,77,.22) !important;
}

.divisions-section {
  position: relative;
  z-index: 1;
  padding: 42px 0 54px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.78), transparent 56%),
    linear-gradient(180deg, #fbf8f2 0%, #f7f0e6 100%);
  border-bottom: 1px solid rgba(180,135,70,.24);
}
.division-intro {
  text-align: center;
  margin: 0 auto 28px;
}
.division-kicker {
  margin: 0 0 8px;
  color: var(--gold-deep);
  text-transform: uppercase;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .21em;
}
.division-intro h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 3vw, 3.65rem);
  line-height: 1.05;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: -.01em;
}
.division-intro h2 span {
  font-style: italic;
  color: var(--navy);
}
.division-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  color: var(--gold);
}
.division-ornament span {
  display: block;
  width: 38px;
  height: 1px;
  background: rgba(180,135,70,.52);
}
.division-ornament b {
  font-size: .58rem;
  font-weight: 400;
}
.division-grid-seven {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}
.division-card-luxury {
  position: relative;
  min-width: 0;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 15px 22px;
  background: rgba(255,252,247,.72);
  border: 1px solid rgba(180,135,70,.36);
  border-radius: 0;
  box-shadow: 0 10px 28px rgba(72,52,28,.045);
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.division-card-luxury::before,
.division-card-luxury::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  opacity: .6;
}
.division-card-luxury::before {
  left: 7px;
  top: 7px;
  border-left: 1px solid var(--gold);
  border-top: 1px solid var(--gold);
}
.division-card-luxury::after {
  right: 7px;
  bottom: 7px;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}
.division-card-luxury:hover {
  transform: translateY(-4px);
  border-color: rgba(180,135,70,.68);
  background: rgba(255,253,249,.96);
  box-shadow: 0 17px 36px rgba(72,52,28,.09);
}
.division-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin: 0 auto 17px;
  color: var(--gold-deep);
}
.division-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.division-card-luxury h3 {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", serif;
  color: var(--navy);
  font-size: clamp(1.25rem, 1.3vw, 1.55rem);
  line-height: 1.02;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .025em;
}
.division-card-luxury p {
  margin: 0;
  color: var(--navy-soft);
  font-size: clamp(.82rem, .75vw, .95rem);
  line-height: 1.5;
}
.division-link {
  margin-top: auto;
  padding-top: 18px;
  color: var(--gold-deep);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .82rem;
  font-weight: 700;
}
.division-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform .2s ease;
}
.division-link:hover span { transform: translateX(4px); }

@media (max-width: 1430px) {
  .division-grid-seven { gap: 9px; }
  .division-card-luxury { padding-left: 11px; padding-right: 11px; }
  .division-card-luxury h3 { font-size: 1.16rem; }
  .division-card-luxury p { font-size: .79rem; }
}
@media (max-width: 1160px) {
  .division-grid-seven { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .division-card-luxury { min-height: 285px; }
}
@media (max-width: 760px) {
  .division-grid-seven { grid-template-columns: 1fr; gap: 14px; }
  .division-card-luxury { min-height: 0; padding: 25px 22px; }
  .division-card-luxury h3 { min-height: 0; font-size: 1.65rem; }
  .division-card-luxury p { font-size: 1rem; }
  .division-link { padding-top: 15px; }
}

/* Portal alignment correction */
.site-header { padding-right: 18px; }
.header-right { align-items: stretch; overflow: visible; }
.portal-links {
  width: 100%;
  justify-content: flex-end;
  padding-right: 4px;
  white-space: nowrap;
  overflow: visible;
}
.primary-nav { justify-content: flex-end; }
@media (max-width: 1300px) {
  .portal-links { font-size: .68rem; gap: 12px; }
  .portal-link svg { width: 16px; height: 16px; }
}
@media (min-width: 1431px) {
  .portal-links { padding-right: 128px; }
}
@media (min-width: 1301px) and (max-width: 1430px) {
  .portal-links { padding-right: 54px; }
}
.portal-link span {
  width: auto !important;
  height: auto !important;
  background: none !important;
  display: inline-block;
}

/* ===== Locked Who We Serve section ===== */
.who-serve-luxury {
  position: relative;
  z-index: 1;
  min-height: 900px;
  overflow: hidden;
  background:
    linear-gradient(90deg,
      #fbf8f2 0%,
      #fbf8f2 50%,
      rgba(251,248,242,.96) 57%,
      rgba(251,248,242,.64) 68%,
      rgba(251,248,242,.10) 82%),
    url('../images/who/who-terrace.jpg') right center / 51% 100% no-repeat;
  border-bottom: 1px solid rgba(180,135,70,.24);
}
.who-serve-luxury::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 23% 12%, rgba(255,255,255,.74), transparent 48%);
}
.who-serve-inner {
  position: relative;
  min-height: 900px;
  padding: 48px 0 44px;
}
.who-serve-content {
  width: min(61%, 940px);
  position: relative;
  z-index: 2;
}
.who-serve-intro {
  max-width: 860px;
  margin: 0 auto 28px;
  text-align: center;
}
.who-kicker {
  margin: 0 0 12px;
  color: var(--gold-deep);
  text-transform: uppercase;
  font-size: .96rem;
  font-weight: 700;
  letter-spacing: .23em;
}
.who-serve-intro h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  color: var(--navy);
  font-size: clamp(2.9rem, 3.45vw, 4.3rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.018em;
}
.who-serve-intro h2 em {
  color: var(--gold-deep);
  font-style: italic;
  font-weight: 500;
}
.who-ornament,
.who-panel-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 18px auto;
  color: var(--gold);
}
.who-ornament span,
.who-panel-ornament span {
  display: block;
  width: 48px;
  height: 1px;
  background: rgba(180,135,70,.62);
}
.who-ornament b,
.who-panel-ornament b {
  font-size: .6rem;
  font-weight: 400;
}
.who-summary {
  max-width: 760px;
  margin: 0 auto;
  color: var(--navy-soft);
  font-size: 1.08rem;
  line-height: 1.62;
}
.who-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.who-category-card {
  min-height: 154px;
  padding: 20px 12px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(255,252,247,.72);
  border: 1px solid rgba(180,135,70,.40);
  box-shadow: 0 10px 26px rgba(57,41,23,.025);
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}
.who-category-card:hover {
  transform: translateY(-3px);
  background: rgba(255,253,249,.96);
  border-color: rgba(180,135,70,.68);
}
.who-category-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  color: var(--gold-deep);
}
.who-category-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.who-category-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  color: var(--navy);
  font-size: clamp(1.15rem, 1.15vw, 1.42rem);
  line-height: 1.06;
  font-weight: 600;
}
.who-consultation-panel {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 48px;
  width: min(31vw, 430px);
  padding: 26px 30px 25px;
  text-align: center;
  color: #fffaf2;
  background: linear-gradient(145deg, #173753 0%, #102e49 100%);
  border: 1px solid rgba(190,145,76,.82);
  outline: 1px solid rgba(190,145,76,.62);
  outline-offset: -13px;
  box-shadow: 0 22px 42px rgba(10,33,52,.22);
}
.who-panel-ornament { margin: 0 auto 15px; }
.who-panel-ornament span { background: rgba(205,166,104,.70); width: 68px; }
.who-consultation-panel p {
  margin: 0 auto 22px;
  max-width: 340px;
  font-size: 1.12rem;
  line-height: 1.58;
}
.who-consultation-panel a {
  color: #d7a958;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: .93rem;
}
.who-consultation-panel a span {
  display: inline-block;
  margin-left: 6px;
  transition: transform .2s ease;
}
.who-consultation-panel a:hover span { transform: translateX(4px); }

@media (max-width: 1320px) {
  .who-serve-luxury {
    background-size: 48% 100%;
    min-height: 920px;
  }
  .who-serve-inner { min-height: 920px; }
  .who-serve-content { width: 64%; }
  .who-category-card { min-height: 150px; padding-left: 9px; padding-right: 9px; }
  .who-category-card h3 { font-size: 1.12rem; }
  .who-consultation-panel { width: 360px; right: 8px; }
}

@media (max-width: 1060px) {
  .who-serve-luxury {
    min-height: auto;
    background:
      linear-gradient(180deg, #fbf8f2 0%, rgba(251,248,242,.96) 58%, rgba(251,248,242,.28) 78%),
      url('../images/who/who-terrace.jpg') center bottom / 100% auto no-repeat;
  }
  .who-serve-inner {
    min-height: auto;
    padding-bottom: 470px;
  }
  .who-serve-content { width: 100%; }
  .who-consultation-panel {
    right: 50%;
    bottom: 46px;
    transform: translateX(50%);
    width: min(92%, 460px);
  }
}

@media (max-width: 720px) {
  .who-serve-inner { padding: 40px 0 430px; }
  .who-serve-intro h2 { font-size: clamp(2.55rem, 11vw, 3.4rem); }
  .who-summary { font-size: 1rem; line-height: 1.52; }
  .who-category-grid { grid-template-columns: 1fr; gap: 11px; }
  .who-category-card { min-height: 135px; }
  .who-category-card h3 { font-size: 1.42rem; }
  .who-consultation-panel { padding: 24px 22px 23px; }
}

/* Locked national professional network section */
.network-showcase {
  position: relative;
  overflow: hidden;
  padding: 88px 0 70px;
  background:
    radial-gradient(circle at 50% 43%, rgba(183, 131, 52, 0.18), transparent 25%),
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.75), transparent 18%),
    radial-gradient(circle at 85% 82%, rgba(213, 180, 121, 0.14), transparent 20%),
    linear-gradient(180deg, #fbf7ef 0%, #f4eadb 100%);
  border-top: 1px solid rgba(180, 135, 70, 0.24);
  border-bottom: 1px solid rgba(180, 135, 70, 0.26);
}
.network-showcase::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(180, 135, 70, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
  pointer-events: none;
}
.network-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.12), transparent 20%, transparent 80%, rgba(255,255,255,0.1));
  pointer-events: none;
}
.network-showcase-inner { position: relative; z-index: 1; }
.network-intro { max-width: 1100px; margin: 0 auto 22px; text-align: center; }
.network-kicker {
  margin: 0 0 8px;
  color: var(--gold-deep);
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.network-intro h2 {
  margin: 0;
  color: var(--navy, #0b2a4b);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.1rem, 5.2vw, 5.45rem);
  font-weight: 500;
  line-height: 0.98;
}
.network-intro > p:last-of-type {
  max-width: 980px;
  margin: 18px auto 0;
  color: #284665;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.3rem, 1.8vw, 1.72rem);
  line-height: 1.42;
}
.network-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--gold);
}
.network-ornament span { width: 128px; height: 1px; background: rgba(180, 135, 70, 0.7); }
.network-ornament b { font-size: 0.72rem; }

.network-diagram {
  position: relative;
  height: 650px;
  max-width: 1390px;
  margin: 0 auto;
  padding: 6px 12px 0;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,252,246,0.82), rgba(247,239,227,0.75));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 20px 50px rgba(94, 65, 31, 0.08);
}
.network-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: visible;
}
.network-lines line {
  stroke: #ba8334;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-dasharray: 2 10;
  opacity: 0.98;
  filter: drop-shadow(0 1px 0 rgba(255,255,255,0.55));
}
.network-hub {
  position: absolute;
  left: 50%;
  top: 47.5%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.network-hub-ring {
  position: relative;
  width: 330px;
  height: 330px;
  padding: 21px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.98) 0%, rgba(237,220,189,0.96) 62%, rgba(221,193,151,0.92) 100%);
  border: 1px solid rgba(180, 135, 70, 0.44);
  box-shadow:
    0 24px 54px rgba(78, 55, 23, 0.22),
    0 0 0 10px rgba(255, 250, 240, 0.76),
    0 0 0 12px rgba(180, 135, 70, 0.20),
    0 0 38px rgba(183, 131, 52, 0.20);
}
.network-hub-ring img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(22, 39, 57, 0.14));
}
.network-professional {
  position: absolute;
  z-index: 2;
  width: 360px;
  min-height: 112px;
  display: grid;
  grid-template-columns: 84px 1fr;
  align-items: center;
  gap: 18px;
  padding: 15px 22px 15px 14px;
  border: 1px solid rgba(180, 135, 70, 0.34);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(250, 243, 232, 0.96));
  box-shadow: 0 16px 34px rgba(92, 64, 26, 0.14), 0 2px 0 rgba(255,255,255,0.4) inset;
}
.network-professional::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bb8437;
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px #f7efe3;
}
.network-left::after { right: -18px; }
.network-right::after { left: -18px; }
.network-bottom::after { top: -18px; left: 50%; transform: translateX(-50%); }
.network-icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #fffdf9, #f0e2cc);
  border: 1px solid rgba(180, 135, 70, 0.42);
  box-shadow: 0 9px 18px rgba(111, 77, 31, 0.16);
}
.network-icon svg, .network-value-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: #b47f32;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.network-professional > div:last-child { display: flex; align-items: flex-start; gap: 9px; }
.network-number {
  flex: 0 0 auto;
  color: #0b2a4b;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
}
.network-professional h3 {
  margin: 0;
  color: #183654;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.64rem;
  font-weight: 600;
  line-height: 1.05;
}
.network-pos-1 { left: 20px; top: 16px; }
.network-pos-2 { right: 20px; top: 16px; }
.network-pos-3 { left: 0; top: 162px; }
.network-pos-4 { right: 0; top: 162px; }
.network-pos-5 { left: 0; top: 308px; }
.network-pos-6 { right: 0; top: 308px; }
.network-pos-7 { left: 28px; top: 454px; }
.network-pos-8 { right: 28px; top: 454px; }
.network-pos-9 {
  width: 430px;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
}
.network-value-callout {
  max-width: 1160px;
  margin: 26px auto 0;
  min-height: 96px;
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 20px;
  padding: 18px 30px;
  border: 1px solid rgba(180, 135, 70, 0.42);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.95), rgba(247, 239, 227, 0.9));
  box-shadow: 0 14px 30px rgba(75, 54, 26, 0.10);
}
.network-value-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(180, 135, 70, 0.32);
}
.network-value-callout p {
  margin: 0;
  color: #274463;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.35rem, 2vw, 1.82rem);
  line-height: 1.25;
}
.network-value-callout strong { color: #aa7227; font-weight: 600; }

.collaboration-showcase {
  position: relative;
  overflow: hidden;
  padding: 82px 0 72px;
  background:
    radial-gradient(circle at 8% 42%, rgba(180, 135, 70, 0.10), transparent 24%),
    radial-gradient(circle at 92% 18%, rgba(255,255,255,0.62), transparent 22%),
    linear-gradient(180deg, #fbf7ef 0%, #f7efe3 100%);
  border-bottom: 1px solid rgba(180, 135, 70, 0.24);
}
.collaboration-showcase::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(180, 135, 70, 0.20);
  pointer-events: none;
}
.collaboration-inner { position: relative; z-index: 1; }
.collaboration-intro {
  max-width: 1040px;
  margin: 0 auto 34px;
  text-align: center;
}
.collaboration-kicker {
  margin: 0 0 8px;
  color: var(--gold-deep);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.20em;
  text-transform: uppercase;
}
.collaboration-intro h2 {
  margin: 0;
  color: #0e2d4e;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5.4vw, 5.5rem);
  font-weight: 500;
  line-height: 0.98;
}
.collaboration-intro > p:last-child {
  margin: 16px 0 0;
  color: #284665;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.35;
}
.collaboration-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px auto 0;
  color: var(--gold);
}
.collaboration-ornament span { width: 150px; height: 1px; background: rgba(180, 135, 70, 0.62); }
.collaboration-ornament b { font-size: 0.75rem; }

.collaboration-main {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}
.collaboration-anchor {
  position: relative;
  z-index: 2;
  min-height: 470px;
  padding: 28px 30px 26px;
  border: 1px solid rgba(207, 156, 76, 0.88);
  border-radius: 20px;
  background: linear-gradient(145deg, #08233f 0%, #0d3154 60%, #071d35 100%);
  box-shadow: 0 22px 38px rgba(13, 36, 58, 0.24), inset 0 0 0 8px rgba(5, 22, 41, 0.42), inset 0 0 0 9px rgba(207, 156, 76, 0.72);
  text-align: center;
  color: #fff9f0;
}
.collaboration-anchor img {
  width: 112px;
  margin: 0 auto 18px;
  filter: drop-shadow(0 8px 14px rgba(0,0,0,0.22));
}
.collaboration-anchor h3 {
  margin: 0;
  color: #fff8ed;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 2.7vw, 2.75rem);
  font-weight: 500;
  line-height: 1.08;
}
.anchor-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 18px auto 16px;
  color: #d6a253;
}
.anchor-divider span { width: 50px; height: 1px; background: #d6a253; }
.anchor-divider b { font-size: 0.66rem; }
.collaboration-anchor p {
  margin: 0;
  color: #f3e9db;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.28rem;
  line-height: 1.45;
}
.collaboration-anchor p strong { color: #dfa95a; font-weight: 500; }
.anchor-diamond {
  display: block;
  margin-top: 20px;
  color: #d6a253;
  font-size: 0.78rem;
}

.collaboration-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  min-width: 0;
  padding-top: 34px;
}
.process-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 102px;
  height: 3px;
  background: radial-gradient(circle, #b98133 1.6px, transparent 1.9px) 0 50% / 10px 3px repeat-x;
  opacity: 0.95;
}
.process-step {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 14px;
  text-align: center;
}
.process-step + .process-step { border-left: 1px solid rgba(180, 135, 70, 0.14); }
.process-icon {
  width: 116px;
  height: 116px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(180, 135, 70, 0.35);
  border-radius: 50%;
  background: linear-gradient(145deg, #fffdf9, #f2e6d3);
  box-shadow: 0 12px 24px rgba(94, 65, 31, 0.12), inset 0 0 0 8px rgba(255,255,255,0.35);
}
.process-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: #b47f32;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.process-number {
  width: 32px;
  height: 32px;
  margin: -5px auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #c7954c, #a8732e);
  color: #fff9f0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.14rem;
  box-shadow: 0 5px 12px rgba(115, 75, 25, 0.18);
}
.process-step h3 {
  min-height: 54px;
  margin: 0 0 11px;
  color: #102e4c;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}
.process-step p {
  margin: 0;
  color: #3e4d5b;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.08rem;
  line-height: 1.42;
}

.collaboration-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}
.collaboration-value-card {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  min-height: 270px;
  padding: 26px 30px;
  border: 1px solid rgba(180, 135, 70, 0.40);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.97), rgba(247, 238, 225, 0.95));
  box-shadow: 0 16px 32px rgba(87, 61, 28, 0.11), inset 0 1px 0 rgba(255,255,255,0.6);
}
.value-card-icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(180, 135, 70, 0.42);
  border-radius: 50%;
  background: linear-gradient(145deg, #fffdf8, #f0e2cc);
  box-shadow: 0 9px 18px rgba(111, 77, 31, 0.14);
}
.value-card-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: #b47f32;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.value-card-copy h3 {
  margin: 0 0 14px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(180, 135, 70, 0.50);
  color: #102e4c;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 2.5vw, 2.55rem);
  font-weight: 600;
  line-height: 1.05;
}
.value-card-copy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}
.value-card-copy li {
  position: relative;
  padding-left: 24px;
  color: #29445f;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  line-height: 1.28;
}
.value-card-copy li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0.18em;
  color: #bb8132;
  font-size: 0.62rem;
}


@media (max-width: 1400px) {
  .collaboration-main { grid-template-columns: 280px minmax(0, 1fr); gap: 20px; }
  .process-step { padding: 0 8px; }
  .process-icon { width: 100px; height: 100px; }
  .process-line { top: 94px; }
  .process-step h3 { font-size: 1.2rem; }
  .process-step p { font-size: 1rem; }
}

@media (max-width: 1160px) {
  .collaboration-main { grid-template-columns: 1fr; }
  .collaboration-anchor {
    min-height: auto;
    max-width: 760px;
    margin: 0 auto;
    padding: 25px 34px;
  }
  .collaboration-anchor img { width: 96px; }
  .collaboration-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 12px;
    padding-top: 12px;
  }
  .process-line { display: none; }
  .process-step + .process-step { border-left: 0; }
  .process-step { padding: 0 14px; }
  .process-icon { width: 108px; height: 108px; }
  .process-step h3 { min-height: 0; }
}

@media (max-width: 860px) {
  .collaboration-showcase { padding: 64px 0 50px; }
  .collaboration-showcase::before { inset: 9px; }
  .collaboration-intro { margin-bottom: 26px; }
  .collaboration-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collaboration-value-grid { grid-template-columns: 1fr; }
  .collaboration-value-card { min-height: 0; }
}

@media (max-width: 560px) {
  .collaboration-intro h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .collaboration-ornament span { width: 82px; }
  .collaboration-anchor { padding: 24px 20px; }
  .collaboration-anchor h3 { font-size: 2.05rem; }
  .collaboration-anchor p { font-size: 1.12rem; }
  .collaboration-process { grid-template-columns: 1fr; gap: 26px; }
  .process-step { max-width: 390px; margin: 0 auto; }
  .process-icon { width: 104px; height: 104px; }
  .collaboration-value-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 20px;
    text-align: center;
  }
  .value-card-icon { margin: 0 auto; }
  .value-card-copy li { text-align: left; font-size: 1.14rem; }
  .value-card-copy h3 { font-size: 2rem; }
}

@media (max-width: 1240px) {
  .network-diagram {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 32px;
  }
  .network-lines { display: none; }
  .network-hub {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    grid-column: 1 / -1;
    grid-row: 1;
    margin: 0 auto 22px;
  }
  .network-professional {
    position: relative;
    inset: auto !important;
    transform: none !important;
    width: 100%;
    min-height: 110px;
  }
  .network-professional::after { display: none; }
  .network-pos-9 { grid-column: 1 / -1; max-width: 620px; justify-self: center; }
}

@media (max-width: 760px) {
  .network-showcase { padding: 62px 0 42px; }
  .network-showcase::before { inset: 9px; }
  .network-intro h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .network-intro > p:last-of-type { font-size: 1.2rem; }
  .network-diagram { grid-template-columns: 1fr; }
  .network-hub { grid-column: 1; }
  .network-hub-ring { width: 230px; height: 230px; padding: 18px; }
  .network-professional, .network-pos-9 { grid-column: 1; max-width: none; }
  .network-professional { grid-template-columns: 66px 1fr; padding: 14px; }
  .network-icon { width: 54px; height: 54px; }
  .network-icon svg { width: 31px; height: 31px; }
  .network-professional h3 { font-size: 1.4rem; }
  .network-value-callout { grid-template-columns: 1fr; text-align: center; padding: 22px; }
  .network-value-icon { margin: 0 auto; }
}

/* ===== Meet the Team — locked luxury layout ===== */
.team-showcase {
  position: relative;
  overflow: hidden;
  padding: 80px 0 64px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.9), transparent 28%),
    linear-gradient(180deg, #fbf7ef 0%, #f7efe4 100%);
  border-top: 1px solid rgba(180, 135, 70, 0.18);
  border-bottom: 1px solid rgba(180, 135, 70, 0.22);
}
.team-showcase::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(180, 135, 70, 0.16);
  pointer-events: none;
}
.team-showcase-inner { position: relative; z-index: 1; }
.team-intro { text-align: center; max-width: 1240px; margin: 0 auto 34px; }
.team-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 18px;
  color: #a97229;
}
.team-kicker span { width: 165px; height: 1px; background: rgba(180,135,70,.62); }
.team-kicker b {
  font-family: "Source Sans 3", sans-serif;
  font-size: .98rem;
  line-height: 1;
  letter-spacing: .26em;
  text-transform: uppercase;
  font-weight: 700;
}
.team-intro h2 {
  margin: 0;
  color: #0b2a4b;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.35rem, 5.8vw, 6rem);
  line-height: .98;
  font-weight: 500;
  letter-spacing: -.018em;
}
.team-intro h2 em { color: #b17d35; font-weight: 500; }
.team-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 14px;
  color: #b17d35;
}
.team-ornament span { width: 105px; height: 1px; background: rgba(180,135,70,.62); }
.team-ornament b { font-size: .72rem; }
.team-intro > p {
  max-width: 780px;
  margin: 0 auto;
  color: #1d3854;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.38rem, 1.9vw, 1.78rem);
  line-height: 1.35;
}
.team-crest-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 16px;
}
.team-crest-row span { width: 160px; height: 1px; background: rgba(180,135,70,.48); }
.team-crest-row img {
  width: 64px;
  height: 84px;
  object-fit: contain;
  filter: drop-shadow(0 7px 10px rgba(26,47,69,.15));
}
.team-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 22px;
}
.team-profile-card {
  min-width: 0;
  height: 408px;
  display: grid;
  grid-template-columns: 47% 53%;
  overflow: hidden;
  border: 1px solid rgba(180,135,70,.30);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,253,248,.98), rgba(249,243,233,.97));
  box-shadow: 0 16px 34px rgba(77,56,30,.13);
}
.team-photo-wrap {
  position: relative;
  overflow: hidden;
  background: #d9c4a8;
}
.team-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(222,186,137,.04), rgba(9,31,53,.06));
  pointer-events: none;
}
.team-photo-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.91) contrast(1.025) brightness(.985) sepia(.025);
}
.team-profile-morgan .team-photo-wrap img { object-position: 50% 50%; }
.team-profile-talia .team-photo-wrap img { object-position: 50% 48%; }
.team-profile-mindy .team-photo-wrap img { object-position: 50% 47%; }
.team-profile-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 30px 22px 22px;
}
.team-profile-copy h3 {
  margin: 0;
  color: #0b2a4b;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 2.15vw, 2.45rem);
  font-weight: 600;
  line-height: .98;
}
.team-credentials {
  margin: 7px 0 10px;
  color: #a97229;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: .04em;
}
.team-role {
  margin: 0;
  color: #183654;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.team-copy-rule {
  width: 54px;
  height: 1px;
  margin: 14px 0 14px;
  background: rgba(180,135,70,.66);
}
.team-bio {
  margin: 0;
  color: #263e57;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.07rem;
  line-height: 1.42;
}
.team-action-links {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
}
.team-action-links a {
  display: grid;
  grid-template-columns: 30px 1fr 12px;
  align-items: center;
  gap: 9px;
  color: #102e4d;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.08rem;
  font-weight: 600;
  text-decoration: none;
}
.team-action-links a:hover { color: #a97229; }
.team-action-links b { font-size: 1.45rem; line-height: 1; font-weight: 400; }
.team-action-icon {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0f3153;
  border: 1px solid rgba(180,135,70,.68);
}
.team-action-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: #d3a55e;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.team-values-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
  border: 1px solid rgba(180,135,70,.30);
  border-radius: 17px;
  background: linear-gradient(180deg, rgba(255,253,249,.97), rgba(249,243,234,.94));
  box-shadow: 0 14px 30px rgba(77,56,30,.10);
}
.team-value-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: center;
  gap: 20px;
  padding: 25px 28px;
}
.team-value-item + .team-value-item { border-left: 1px solid rgba(180,135,70,.26); }
.team-value-icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0f3153;
  border: 2px solid #d6a85e;
  box-shadow: 0 0 0 5px rgba(255,250,241,.92), 0 8px 18px rgba(52,39,23,.12);
}
.team-value-icon svg {
  width: 43px;
  height: 43px;
  fill: none;
  stroke: #d6a85e;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.team-value-item h3 {
  margin: 0 0 7px;
  color: #112f4e;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: .025em;
}
.team-value-item p {
  margin: 0;
  color: #29435e;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.08rem;
  line-height: 1.35;
}
.team-closing-note {
  margin: 26px 0 0;
  text-align: center;
  color: #183654;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
}
.team-closing-note span { color: #b17d35; margin-right: 12px; }

@media (max-width: 1250px) {
  .team-profile-grid { grid-template-columns: 1fr; max-width: 920px; margin-left: auto; margin-right: auto; }
  .team-profile-card { height: 385px; grid-template-columns: 39% 61%; }
  .team-profile-copy { padding: 34px 34px 26px; }
  .team-values-strip { grid-template-columns: 1fr; max-width: 920px; margin-left: auto; margin-right: auto; }
  .team-value-item + .team-value-item { border-left: 0; border-top: 1px solid rgba(180,135,70,.26); }
}

@media (max-width: 700px) {
  .team-showcase { padding: 60px 0 44px; }
  .team-showcase::before { inset: 8px; }
  .team-kicker { gap: 12px; }
  .team-kicker span { width: 48px; }
  .team-kicker b { font-size: .82rem; letter-spacing: .18em; }
  .team-intro h2 { font-size: clamp(2.85rem, 14vw, 4.25rem); }
  .team-intro > p { font-size: 1.25rem; padding: 0 14px; }
  .team-crest-row span { width: 74px; }
  .team-crest-row img { width: 52px; height: 68px; }
  .team-profile-card {
    height: auto;
    grid-template-columns: 1fr;
  }
  .team-photo-wrap { aspect-ratio: 4 / 5; }
  .team-profile-morgan .team-photo-wrap img { object-position: 50% 36%; }
  .team-profile-talia .team-photo-wrap img { object-position: 50% 38%; }
  .team-profile-mindy .team-photo-wrap img { object-position: 50% 37%; }
  .team-profile-copy { min-height: 390px; padding: 26px 24px 22px; }
  .team-profile-copy h3 { font-size: 2.2rem; }
  .team-bio { font-size: 1.08rem; }
  .team-value-item { grid-template-columns: 70px 1fr; gap: 15px; padding: 22px 20px; }
  .team-value-icon { width: 62px; height: 62px; }
  .team-value-icon svg { width: 34px; height: 34px; }
  .team-value-item h3 { font-size: 1.18rem; }
  .team-value-item p { font-size: 1rem; }
}

/* Team card fit refinements for consistent portrait scale and complete actions */
@media (min-width: 1251px) {
  .team-profile-card { height: 452px; grid-template-columns: 45% 55%; }
  .team-profile-copy { padding: 28px 22px 20px; }
  .team-profile-copy h3 { font-size: clamp(1.72rem, 1.9vw, 2.18rem); }
  .team-credentials { font-size: 1.06rem; }
  .team-role { font-size: .99rem; }
  .team-bio { font-size: 1.02rem; line-height: 1.38; }
  .team-action-links a { font-size: 1.02rem; }
}

/* v11 locked refinements: network hub/icon correction and collaboration desktop balance */
.network-hub-ring img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 1161px) {
  .collaboration-main {
    grid-template-columns: clamp(270px, 20vw, 310px) minmax(0, 1fr);
    grid-template-areas:
      "anchor process"
      "anchor values";
    column-gap: 28px;
    row-gap: 22px;
    align-items: stretch;
  }

  .collaboration-anchor {
    grid-area: anchor;
    min-height: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .collaboration-process {
    grid-area: process;
  }

  .collaboration-value-grid {
    grid-area: values;
    margin-top: 0;
  }

  .collaboration-value-card {
    min-height: 250px;
  }
}

@media (min-width: 1161px) {
  .collaboration-anchor h3 {
    font-size: clamp(1.9rem, 2vw, 2.25rem);
  }
}

/* Resources & Assessments - v12 */
.resources-showcase {
  position: relative;
  margin-top: 28px;
  padding: 74px 0 84px;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,0.08), transparent 16%),
    radial-gradient(circle at 55% 55%, rgba(255,255,255,0.05), transparent 22%),
    linear-gradient(135deg, #052244 0%, #0b2f58 45%, #041d39 100%);
  overflow: hidden;
}
.resources-showcase::before,
.resources-showcase::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(0,0,0,0), rgba(208, 165, 93, 0.72) 10%, rgba(208, 165, 93, 0.72) 90%, rgba(0,0,0,0));
}
.resources-showcase::before { top: 18px; }
.resources-showcase::after { bottom: 18px; }
.resources-showcase-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr 2.6fr;
  gap: 34px;
  align-items: stretch;
}
.resources-showcase .container { max-width: 1540px; }
.resources-intro {
  position: relative;
  padding: 72px 34px 44px 46px;
  min-height: 648px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.resources-intro::before {
  content: "";
  position: absolute;
  inset: 10px 0 10px 0;
  background-image: url('../images/logo/hwa-crest-navy.png');
  background-repeat: no-repeat;
  background-position: left 18px top 40px;
  background-size: 190px auto;
  opacity: 0.09;
  pointer-events: none;
}
.resources-heading {
  gap: 12px;
  margin-bottom: 24px;
}
.resources-heading h2 {
  font-size: 1.15rem;
  color: #e3b16c;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
}
.resources-heading .eyebrow-line {
  width: 78px;
  background: rgba(224, 177, 100, 0.75);
}
.resources-intro h3 {
  margin: 0 0 22px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 4vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: #f8f0e3;
  font-weight: 500;
}
.resources-intro h3 em {
  display: inline-block;
  margin-top: 10px;
  color: #e0a55a;
  font-style: italic;
  font-weight: 500;
}
.resources-intro p {
  max-width: 430px;
  margin: 0 0 38px;
  color: rgba(247, 240, 227, 0.92);
  font-size: 1.22rem;
  line-height: 1.6;
}
.resources-main-cta {
  width: fit-content;
  min-width: 320px;
  padding: 18px 28px;
  border-radius: 8px;
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  background: linear-gradient(135deg, #e3b16c 0%, #c99753 100%);
  color: #0d2344;
  border-color: rgba(255,255,255,0.2);
  box-shadow: 0 12px 24px rgba(0,0,0,0.2);
}
.resources-main-cta:hover { transform: translateY(-1px); }
.resources-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-self: center;
}
.resource-feature-card {
  position: relative;
  min-height: 650px;
  display: grid;
  grid-template-rows: 255px 1fr;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(219, 174, 102, 0.65);
  background: linear-gradient(180deg, #0e2b52 0%, #072141 100%);
  box-shadow: 0 18px 35px rgba(0,0,0,0.28);
}
.resource-card-image {
  position: relative;
  overflow: hidden;
  background: #0b2a4b;
}
.resource-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.resource-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,24,47,0.05) 0%, rgba(5,25,48,0.55) 68%, rgba(6,26,49,0.9) 100%);
}
.resource-card-body {
  position: relative;
  padding: 0 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.resource-card-icon {
  width: 78px;
  height: 78px;
  margin-top: -40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0a2a50;
  border: 2px solid #d6a05e;
  box-shadow: 0 10px 22px rgba(0,0,0,0.22);
}
.resource-card-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: #dba95f;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.resource-card-body h4 {
  margin: 18px 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.15rem;
  line-height: 1.02;
  color: #f8f0e3;
  font-weight: 500;
}
.resource-card-body p {
  margin: 0;
  min-height: 108px;
  color: rgba(247,240,227,0.93);
  font-size: 1.05rem;
  line-height: 1.48;
}
.resource-card-body::before {
  content: "";
  width: 82px;
  height: 11px;
  margin: 18px 0 16px;
  background: radial-gradient(circle at center, #d6a05e 0 2px, transparent 3px), linear-gradient(90deg, transparent 0%, #d6a05e 18%, #d6a05e 82%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100% 1px, 100% 1px;
  background-position: center center, center center;
}
.resource-link {
  margin-top: auto;
  padding-top: 14px;
  font-family: "Source Sans 3", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 1.02rem;
  color: #e1ab61;
}
.resource-link span { margin-left: 6px; }
.resource-link:hover { color: #f2c582; }

@media (max-width: 1450px) {
  .resources-showcase-inner { grid-template-columns: 1fr; }
  .resources-intro { min-height: auto; padding: 24px 12px 12px; }
  .resources-intro::before { background-size: 160px auto; background-position: left 0 top 10px; }
}
@media (max-width: 1200px) {
  .resources-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resource-feature-card { min-height: 610px; }
}
@media (max-width: 900px) {
  .resources-showcase { padding: 58px 0 64px; }
  .resources-intro { padding: 12px 0; }
  .resources-intro h3 { font-size: clamp(2.6rem, 9vw, 4rem); }
  .resources-intro p { font-size: 1.1rem; }
  .resources-main-cta { min-width: 0; width: 100%; justify-content: center; }
  .resources-card-grid { grid-template-columns: 1fr; gap: 18px; }
  .resource-feature-card { min-height: 0; grid-template-rows: 240px 1fr; }
  .resource-card-body h4 { font-size: 1.95rem; }
  .resource-card-body p { min-height: 0; }
}

/* Insights showcase - v14 */
.insights-showcase {
  position: relative;
  padding: 0 0 74px;
  background: linear-gradient(180deg, #f7f2ea 0%, #f8f4ee 100%);
  overflow: hidden;
}
.insights-topfade {
  position: relative;
  min-height: 290px;
  background: linear-gradient(180deg, rgba(7, 37, 73, 0.95) 0%, rgba(23, 55, 92, 0.48) 28%, rgba(247, 242, 234, 0.92) 78%, rgba(247, 242, 234, 1) 100%);
}
.insights-topfade-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center 68%, rgba(247,242,234,0.98) 0%, rgba(247,242,234,0.86) 26%, rgba(247,242,234,0.32) 54%, transparent 72%),
    linear-gradient(90deg, rgba(247,242,234,0.98) 0%, rgba(247,242,234,0.1) 17%, rgba(247,242,234,0.05) 50%, rgba(247,242,234,0.1) 83%, rgba(247,242,234,0.98) 100%);
  z-index: 2;
}
.insights-topfade-center {
  position: absolute;
  left: 50%;
  top: 100px;
  width: min(820px, 76vw);
  height: 250px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.96) 0%, rgba(247,242,234,0.92) 42%, rgba(247,242,234,0.2) 74%, transparent 88%);
  filter: blur(4px);
  z-index: 1;
}
.insights-topfade-image {
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: min(39vw, 540px);
  opacity: 0.95;
}
.insights-topfade-left { left: 0; }
.insights-topfade-right { right: 0; width: min(36vw, 500px); }
.insights-topfade-image img {
  width: 100%;
  height: auto;
  display: block;
}
.insights-topfade-left img {
  mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.98) 64%, rgba(0,0,0,0) 100%), linear-gradient(180deg, rgba(0,0,0,1) 40%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.98) 64%, rgba(0,0,0,0) 100%), linear-gradient(180deg, rgba(0,0,0,1) 40%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
.insights-topfade-right img {
  mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.98) 36%, rgba(0,0,0,1) 100%), linear-gradient(180deg, rgba(0,0,0,1) 40%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.98) 36%, rgba(0,0,0,1) 100%), linear-gradient(180deg, rgba(0,0,0,1) 40%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
.insights-inner {
  position: relative;
  z-index: 3;
  margin-top: -26px;
}
.insights-heading { margin-bottom: 12px; }
.insights-header {
  max-width: 900px;
  margin: 0 auto 44px;
  text-align: center;
}
.insights-header h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 4.2vw, 5rem);
  line-height: 0.98;
  color: var(--hwa-navy);
  font-weight: 500;
}
.insights-header h3 em {
  display: inline-block;
  margin-top: 10px;
  color: #ca9658;
  font-style: italic;
  font-weight: 500;
}
.insights-header p {
  margin: 24px auto 0;
  max-width: 760px;
  font-size: 1.18rem;
  color: rgba(28, 44, 65, 0.82);
}
.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.insight-column {
  padding: 28px 26px 18px;
  background: rgba(255,255,255,0.5);
  box-shadow: 0 16px 34px rgba(110, 90, 56, 0.08);
}
.insight-column-head {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 18px;
}
.insight-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 2px solid rgba(208, 163, 91, 0.82);
  color: #d19a57;
  background: rgba(255,255,255,0.85);
}
.insight-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.insight-column-head h4 {
  margin: 5px 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
  color: var(--hwa-navy);
  font-weight: 600;
}
.insight-column-head p {
  margin: 0;
  color: rgba(33, 47, 67, 0.8);
  font-size: 1rem;
  line-height: 1.55;
}
.insight-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(204, 182, 147, 0.55);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(252, 249, 244, 0.8);
}
.insight-link-list li + li { border-top: 1px solid rgba(204, 182, 147, 0.45); }
.insight-link-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  color: var(--hwa-navy);
  font-size: 1.05rem;
  line-height: 1.35;
}
.insight-link-list a span {
  color: #c69456;
  font-size: 1.35rem;
  line-height: 1;
}
.insight-link-list a:hover {
  background: rgba(232, 219, 198, 0.3);
}
.insights-subscribe {
  margin-top: 30px;
  padding: 22px 28px;
  display: grid;
  grid-template-columns: 1.15fr 1.45fr;
  gap: 24px;
  align-items: center;
  background: rgba(255,255,255,0.52);
  box-shadow: 0 16px 34px rgba(110, 90, 56, 0.08);
}
.insights-subscribe-brand {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 18px;
  align-items: center;
}
.insights-subscribe-brand img {
  width: 108px;
  height: 108px;
  object-fit: contain;
}
.insights-subscribe-brand h4 {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.15rem;
  color: var(--hwa-navy);
}
.insights-subscribe-brand p {
  margin: 0;
  color: rgba(33,47,67,0.82);
  font-size: 1.02rem;
  line-height: 1.55;
}
.insights-subscribe-form {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 18px;
  align-items: center;
}
.insights-subscribe-form input {
  height: 64px;
  padding: 0 24px;
  border: 1px solid rgba(202, 183, 151, 0.8);
  border-radius: 10px;
  background: rgba(255,255,255,0.92);
  font-size: 1.15rem;
  color: var(--hwa-navy);
}
.insights-subscribe-form input::placeholder { color: rgba(51,67,89,0.6); }
.insights-subscribe-form .btn {
  min-width: 150px;
  justify-content: center;
  height: 64px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1200px) {
  .insights-grid { grid-template-columns: 1fr; }
  .insights-subscribe { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .insights-topfade { min-height: 210px; }
  .insights-topfade-image { width: 48vw; opacity: 0.75; }
  .insights-topfade-center { width: 88vw; top: 70px; height: 180px; }
  .insights-inner { margin-top: -6px; }
  .insight-column-head { grid-template-columns: 56px 1fr; gap: 12px; }
  .insight-icon { width: 54px; height: 54px; }
  .insight-icon svg { width: 28px; height: 28px; }
  .insight-column-head h4 { font-size: 1.7rem; }
  .insights-subscribe { padding: 18px; }
  .insights-subscribe-brand { grid-template-columns: 84px 1fr; }
  .insights-subscribe-brand img { width: 78px; height: 78px; }
  .insights-subscribe-brand h4 { font-size: 1.9rem; }
  .insights-subscribe-form { grid-template-columns: 1fr; }
  .insights-subscribe-form input,
  .insights-subscribe-form .btn { width: 100%; }
}


/* Compact Resources-to-Insights transition - v16 */
.resources-showcase {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 72px;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,0.08), transparent 16%),
    radial-gradient(circle at 55% 55%, rgba(255,255,255,0.05), transparent 22%),
    linear-gradient(180deg,
      #052244 0%,
      #0b2f58 70%,
      #12395f 87%,
      #536c82 100%);
}
.resources-showcase::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  z-index: 0;
  background: linear-gradient(180deg,
    rgba(5,34,68,0) 0%,
    rgba(21,57,91,0.30) 35%,
    rgba(83,108,130,0.96) 100%);
  pointer-events: none;
}
.resources-showcase-inner { position: relative; z-index: 1; }

.insights-showcase {
  position: relative;
  margin-top: -1px;
  padding-top: 0;
  background: linear-gradient(180deg, #f5efe7 0%, #f8f4ee 38%, #f8f4ee 100%);
}
.insights-topfade {
  position: relative;
  min-height: 224px;
  overflow: hidden;
  background: linear-gradient(180deg,
    #536c82 0%,
    #8393a0 18%,
    #c9c5be 48%,
    #eee6dc 76%,
    #f7f2ea 100%);
}
.insights-transition-image {
  position: absolute;
  top: 0;
  height: 184px;
  overflow: hidden;
  z-index: 0;
  opacity: 0.86;
}
.insights-transition-left {
  left: 0;
  width: min(42vw, 640px);
}
.insights-transition-right {
  right: 0;
  width: min(39vw, 600px);
}
.insights-transition-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.insights-transition-left img { object-position: left center; }
.insights-transition-right img { object-position: right center; }
.insights-topfade-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg,
      rgba(23,54,84,0.36) 0%,
      rgba(93,115,133,0.10) 24%,
      rgba(247,242,234,0.42) 56%,
      rgba(247,242,234,0.94) 88%,
      #f7f2ea 100%),
    linear-gradient(90deg,
      rgba(247,242,234,0.03) 0%,
      rgba(247,242,234,0.28) 30%,
      rgba(247,242,234,0.84) 50%,
      rgba(247,242,234,0.28) 70%,
      rgba(247,242,234,0.03) 100%);
}
.insights-topfade-center {
  position: absolute;
  left: 50%;
  top: 28px;
  width: min(760px, 70vw);
  height: 154px;
  transform: translateX(-50%);
  z-index: 1;
  background: radial-gradient(ellipse at center,
    rgba(255,255,255,0.97) 0%,
    rgba(247,242,234,0.90) 43%,
    rgba(247,242,234,0.22) 73%,
    transparent 92%);
  filter: blur(3px);
}
.insights-inner {
  position: relative;
  z-index: 3;
  margin-top: -92px;
  padding-top: 0;
}
.insights-heading { margin-bottom: 8px; }
.insights-header { margin-bottom: 38px; }

@media (max-width: 900px) {
  .resources-showcase { padding-bottom: 58px; }
  .resources-showcase::after { height: 58px; }
  .insights-topfade { min-height: 190px; }
  .insights-transition-image { height: 150px; opacity: 0.68; }
  .insights-transition-left { width: 54vw; }
  .insights-transition-right { width: 50vw; }
  .insights-topfade-center { top: 22px; width: 92vw; height: 126px; }
  .insights-inner { margin-top: -66px; }
}

/* Begin the Conversation - v17 */
.conversation-showcase {
  position: relative;
  margin-top: 0;
  padding: 92px 0 96px;
  overflow: hidden;
  background: linear-gradient(180deg, #f8f3eb 0%, #efe4d4 100%);
  border-top: 1px solid rgba(180,135,70,0.22);
  border-bottom: 1px solid rgba(180,135,70,0.26);
}
.conversation-showcase::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(180,135,70,0.18);
  pointer-events: none;
}
.conversation-backdrop {
  position: absolute;
  inset: 0 46% 0 0;
  background:
    linear-gradient(90deg, rgba(7,34,65,0.82) 0%, rgba(8,38,72,0.7) 32%, rgba(8,38,72,0.27) 68%, rgba(248,243,235,0) 100%),
    linear-gradient(180deg, rgba(7,34,65,0.18), rgba(7,34,65,0.52)),
    url('../images/who/who-terrace.jpg') center center / cover no-repeat;
  filter: saturate(0.78) contrast(0.94);
}
.conversation-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,34,65,0.18), rgba(247,241,231,0.94) 91%, #f8f3eb 100%);
}
.conversation-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(620px, 1.05fr);
  gap: 68px;
  align-items: center;
}
.conversation-copy {
  max-width: 660px;
  padding: 30px 0 30px 28px;
  color: #fff9ef;
  text-shadow: 0 2px 14px rgba(0,0,0,0.18);
}
.conversation-kicker {
  margin: 0 0 18px;
  color: #e1ad66;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.92rem;
}
.conversation-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.5rem, 5vw, 6rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.02em;
  color: #fff9ef;
}
.conversation-copy h2 em {
  display: inline-block;
  margin-top: 10px;
  color: #e1ad66;
  font-style: italic;
  font-weight: 500;
}
.conversation-lead {
  max-width: 590px;
  margin: 28px 0 34px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.48rem;
  line-height: 1.46;
  color: rgba(255,249,239,0.95);
}
.conversation-steps {
  display: grid;
  gap: 0;
  max-width: 610px;
  border-top: 1px solid rgba(224,171,99,0.62);
  border-bottom: 1px solid rgba(224,171,99,0.62);
}
.conversation-steps article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 18px 0;
  align-items: start;
}
.conversation-steps article + article {
  border-top: 1px solid rgba(255,255,255,0.18);
}
.conversation-steps article > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(224,171,99,0.82);
  color: #e3b16c;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  background: rgba(6,32,62,0.54);
}
.conversation-steps h3 {
  margin: 0 0 5px;
  color: #fff9ef;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  font-weight: 600;
}
.conversation-steps p {
  margin: 0;
  color: rgba(255,249,239,0.82);
  line-height: 1.5;
  font-size: 1rem;
}
.conversation-assurance {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 26px;
}
.conversation-assurance img {
  width: 58px;
  height: 58px;
  padding: 7px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255, 249, 239, 0.95);
  border: 1px solid rgba(224, 171, 99, 0.72);
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
  filter: none;
  opacity: 1;
}
.conversation-assurance p {
  margin: 0;
  color: rgba(255,249,239,0.86);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.23rem;
  line-height: 1.35;
}
.conversation-assurance strong { color: #e3b16c; font-weight: 600; }

.conversation-form-shell {
  position: relative;
  padding: 38px 40px 40px;
  border-radius: 22px;
  border: 1px solid rgba(180,135,70,0.42);
  background:
    linear-gradient(180deg, rgba(255,253,248,0.98), rgba(248,240,229,0.96));
  box-shadow: 0 28px 65px rgba(54,42,27,0.18), inset 0 1px 0 rgba(255,255,255,0.8);
}
.conversation-form-shell::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(180,135,70,0.18);
  border-radius: 16px;
  pointer-events: none;
}
.conversation-form-shell::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 16px;
  width: 190px;
  height: 190px;
  background: url('../images/logo/hwa-crest-navy.png') center / contain no-repeat;
  opacity: 0.035;
  pointer-events: none;
}
.conversation-form-heading,
.hwa-conversation-form { position: relative; z-index: 1; }
.conversation-form-heading { text-align: center; margin-bottom: 28px; }
.conversation-form-heading > p {
  margin: 0 0 7px;
  color: #9e712f;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  font-size: 0.82rem;
}
.conversation-form-heading h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.75rem;
  color: #0b2a4b;
  font-weight: 600;
}
.conversation-form-heading span {
  display: block;
  width: 90px;
  height: 1px;
  margin: 15px auto 0;
  background: linear-gradient(90deg, transparent, #b48746, transparent);
}
.hwa-conversation-form { display: grid; gap: 19px; }
.conversation-form-grid {
  display: grid;
  gap: 16px;
}
.conversation-form-grid.two-column { grid-template-columns: repeat(2, minmax(0,1fr)); }
.form-field { display: grid; gap: 7px; }
.form-field label,
.preferred-contact-fieldset legend {
  color: #173a5b;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}
.form-field label > span:not(.optional),
.form-consent strong { color: #a87331; }
.form-field .optional {
  margin-left: 4px;
  color: #887a69;
  font-size: 0.78rem;
  font-weight: 500;
}
.hwa-conversation-form input[type="text"],
.hwa-conversation-form input[type="email"],
.hwa-conversation-form input[type="tel"],
.hwa-conversation-form select,
.hwa-conversation-form textarea {
  width: 100%;
  border: 1px solid rgba(152,126,90,0.38);
  border-radius: 8px;
  background: rgba(255,255,255,0.84);
  color: #1c3853;
  font: inherit;
  font-size: 1rem;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.hwa-conversation-form input[type="text"],
.hwa-conversation-form input[type="email"],
.hwa-conversation-form input[type="tel"],
.hwa-conversation-form select {
  height: 52px;
  padding: 0 14px;
}
.hwa-conversation-form textarea {
  min-height: 122px;
  resize: vertical;
  padding: 13px 14px;
}
.hwa-conversation-form input:focus,
.hwa-conversation-form select:focus,
.hwa-conversation-form textarea:focus {
  border-color: #b48746;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(180,135,70,0.12);
}
.preferred-contact-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
}
.preferred-contact-fieldset legend {
  float: left;
  margin-right: 14px;
  padding: 8px 0;
}
.preferred-contact-fieldset label {
  position: relative;
  cursor: pointer;
}
.preferred-contact-fieldset input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.preferred-contact-fieldset label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 38px;
  padding: 0 15px;
  border-radius: 999px;
  border: 1px solid rgba(152,126,90,0.36);
  color: #274560;
  background: rgba(255,255,255,0.72);
  font-size: 0.9rem;
}
.preferred-contact-fieldset input:checked + span {
  color: #fffaf0;
  border-color: #0b2a4b;
  background: #0b2a4b;
  box-shadow: 0 7px 15px rgba(11,42,75,0.16);
}
.form-privacy-note {
  margin: 1px 0 0;
  color: #796f63;
  font-size: 0.8rem;
  line-height: 1.4;
}
.form-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  color: #4d5a66;
  font-size: 0.84rem;
  line-height: 1.4;
}
.form-consent input { margin: 3px 0 0; accent-color: #0b2a4b; }
.conversation-submit {
  width: 100%;
  height: 58px;
  border: 1px solid #b48746;
  border-radius: 7px;
  background: linear-gradient(135deg, #0b2a4b 0%, #153e65 100%);
  color: #fff9ef;
  font: inherit;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  box-shadow: 0 13px 26px rgba(11,42,75,0.2);
  transition: transform .2s ease, box-shadow .2s ease;
}
.conversation-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(11,42,75,0.25);
}
.conversation-submit span { margin-left: 8px; color: #e3b16c; }
.conversation-form-status {
  display: none;
  margin: 0;
  padding: 13px 16px;
  border-radius: 8px;
  text-align: center;
  color: #0d4e3d;
  background: rgba(212,234,223,0.75);
  border: 1px solid rgba(68,132,104,0.26);
}
.conversation-form-status.visible { display: block; }
.hwa-conversation-form.is-submitted > :not(.conversation-form-status) { display: none; }
.hwa-conversation-form.is-submitted .conversation-form-status {
  display: block;
  padding: 36px 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  .conversation-inner { grid-template-columns: 1fr; gap: 42px; }
  .conversation-backdrop { inset: 0; }
  .conversation-backdrop::after { background: linear-gradient(180deg, rgba(7,34,65,0.18), rgba(7,34,65,0.72) 52%, rgba(248,243,235,0.96) 74%, #f8f3eb 100%); }
  .conversation-copy { max-width: 820px; padding: 10px 20px 30px; }
  .conversation-form-shell { max-width: 900px; width: 100%; margin: 0 auto; }
}
@media (max-width: 760px) {
  .conversation-showcase { padding: 66px 0 72px; }
  .conversation-showcase::before { inset: 9px; }
  .conversation-copy { padding: 0; }
  .conversation-copy h2 { font-size: clamp(3rem, 13vw, 4.5rem); }
  .conversation-lead { font-size: 1.25rem; }
  .conversation-steps article { grid-template-columns: 46px 1fr; gap: 12px; }
  .conversation-steps article > span { width: 40px; height: 40px; }
  .conversation-form-shell { padding: 30px 20px 26px; border-radius: 16px; }
  .conversation-form-shell::before { inset: 7px; }
  .conversation-form-heading h3 { font-size: 2.25rem; }
  .conversation-form-grid.two-column { grid-template-columns: 1fr; }
  .preferred-contact-fieldset { display: grid; grid-template-columns: repeat(3,1fr); }
  .preferred-contact-fieldset legend { float: none; grid-column: 1 / -1; margin: 0 0 2px; }
  .preferred-contact-fieldset label span { width: 100%; min-width: 0; padding: 0 8px; }
}

/* Final full-width footer - v19 */
.site-footer {
  position: relative;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 13% 18%, rgba(218, 171, 99, 0.10), transparent 23%),
    linear-gradient(135deg, #041c36 0%, #08294b 58%, #03182f 100%);
  color: #f6eee1;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../images/logo/hwa-crest-navy.png');
  background-repeat: no-repeat;
  background-position: right -90px bottom -130px;
  background-size: 430px auto;
  opacity: 0.055;
  pointer-events: none;
}
.footer-gold-rule {
  position: relative;
  z-index: 1;
  height: 5px;
  background: linear-gradient(90deg, #76501f 0%, #d8aa65 20%, #f0d19e 50%, #d8aa65 80%, #76501f 100%);
}
.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.5fr 1.08fr 1fr 1fr;
  gap: 58px;
  padding-top: 62px;
  padding-bottom: 46px;
}
.footer-brandmark {
  display: flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
}
.footer-brandmark img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  padding: 7px;
  border-radius: 50%;
  background: rgba(255, 250, 241, 0.96);
  border: 1px solid rgba(218, 171, 99, 0.55);
  box-shadow: 0 12px 26px rgba(0,0,0,0.22);
}
.footer-brand-title,
.footer-brand-subtitle {
  display: block;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  color: #f6eee1;
}
.footer-brand-title {
  font-size: 2.35rem;
  line-height: 0.9;
  letter-spacing: 0.09em;
  font-weight: 600;
}
.footer-brand-subtitle {
  margin-top: 8px;
  font-size: 1.18rem;
  letter-spacing: 0.15em;
  color: #dcb171;
  font-weight: 500;
}
.footer-tagline {
  max-width: 390px;
  margin: 25px 0 22px;
  color: rgba(246, 238, 225, 0.80);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  line-height: 1.45;
}
.footer-social {
  display: flex;
  gap: 12px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(220, 177, 113, 0.62);
  color: #e5ba77;
  background: rgba(255,255,255,0.035);
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.footer-social a:hover {
  transform: translateY(-2px);
  color: #071f3b;
  background: #e4b775;
}
.footer-social svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.site-footer .footer-column h2 {
  position: relative;
  margin: 4px 0 22px;
  padding-bottom: 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  font-weight: 600;
  color: #f6eee1;
  letter-spacing: 0.02em;
}
.site-footer .footer-column h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 1px;
  background: #d7a965;
}
.site-footer .footer-column ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-column li,
.site-footer .footer-column a {
  color: rgba(246, 238, 225, 0.78);
  font-size: 0.98rem;
  line-height: 1.4;
}
.site-footer .footer-column a {
  transition: color .2s ease;
}
.site-footer .footer-column a:hover {
  color: #e4b775;
}
.footer-contact-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
}
.footer-contact-list svg {
  width: 19px;
  height: 19px;
  margin-top: 1px;
  fill: none;
  stroke: #d7a965;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-disclosure {
  position: relative;
  z-index: 1;
  padding: 24px 0;
  border-top: 1px solid rgba(216, 170, 101, 0.22);
  border-bottom: 1px solid rgba(216, 170, 101, 0.18);
  background: rgba(0,0,0,0.13);
}
.footer-disclosure p {
  margin: 0;
  color: rgba(246, 238, 225, 0.59);
  font-size: 0.79rem;
  line-height: 1.62;
}
.footer-disclosure p + p { margin-top: 8px; }
.footer-bottom {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: 0;
  color: rgba(246, 238, 225, 0.7);
}
.footer-bottom-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer-bottom p {
  margin: 0;
  font-size: 0.88rem;
}
.back-to-top {
  color: #dcb171;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 600;
}
.back-to-top span { margin-left: 6px; }

@media (max-width: 1100px) {
  .footer-main {
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: 38px;
  }
  .footer-brand { grid-column: 1 / -1; }
  .footer-tagline { max-width: 620px; }
}
@media (max-width: 760px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 46px;
    padding-bottom: 38px;
  }
  .footer-brand { grid-column: auto; }
  .footer-brandmark img { width: 82px; height: 82px; }
  .footer-brand-title { font-size: 1.95rem; }
  .footer-brand-subtitle { font-size: 1rem; }
  .footer-tagline { font-size: 1.2rem; }
  .footer-disclosure { padding: 20px 0; }
  .footer-bottom-inner {
    min-height: 86px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 430px) {
  .footer-brandmark { align-items: flex-start; }
  .footer-brandmark img { width: 72px; height: 72px; }
  .footer-brand-title { font-size: 1.7rem; }
  .footer-brand-subtitle { font-size: 0.88rem; letter-spacing: 0.12em; }
}
.site-footer .footer-tagline {
  color: rgba(246, 238, 225, 0.82);
}

/* ===== Mobile header + hero correction v21 ===== */
@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
  }

  /* Keep the mobile header compact. The open menu floats below it instead of
     becoming part of the header's height. */
  .site-header.container {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 12px 16px 11px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: relative;
    z-index: 100;
    background: rgba(252, 248, 241, 0.99);
    border-top: 3px solid var(--navy);
    border-bottom: 1px solid rgba(180, 135, 70, 0.42);
  }

  .brandmark {
    flex: 1 1 auto;
    min-width: 0;
    gap: 10px;
    align-items: center;
  }

  .brandmark img {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
  }

  .brandmark-text {
    min-width: 0;
  }

  .brand-title {
    font-size: 1.52rem;
    line-height: 0.9;
    letter-spacing: 0.105em;
    white-space: nowrap;
  }

  .brand-title.second {
    margin-top: 7px;
    font-size: 0.76rem;
    letter-spacing: 0.135em;
    white-space: nowrap;
  }

  .mobile-toggle {
    display: flex;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin: 0 0 0 auto;
    padding: 9px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    border: 1px solid rgba(180, 135, 70, 0.26);
    border-radius: 8px;
    background: rgba(255, 252, 247, 0.66);
    position: relative;
    z-index: 102;
  }

  .mobile-toggle span {
    width: 100%;
    height: 2px;
    margin: 3px 0;
    background: var(--navy);
  }

  .header-right {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 0;
    display: block;
    z-index: 101;
    overflow: visible;
  }

  .portal-links {
    display: none !important;
  }

  .primary-nav {
    display: none;
    width: calc(100% - 24px);
    max-height: calc(100vh - 92px);
    margin: 8px 12px 0;
    padding: 8px 18px 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(251, 247, 239, 0.995);
    border: 1px solid rgba(180, 135, 70, 0.38);
    border-radius: 14px;
    box-shadow: 0 18px 38px rgba(46, 36, 26, 0.18);
  }

  .primary-nav.open {
    display: flex;
  }

  .primary-nav > ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0;
  }

  .primary-nav > ul > li {
    width: 100%;
    border-bottom: 1px solid rgba(180, 135, 70, 0.18);
  }

  .primary-nav > ul > li:last-child {
    border-bottom: 0;
  }

  .primary-nav > ul > li > a {
    display: block;
    width: 100%;
    padding: 13px 4px;
    font-size: 0.84rem;
    line-height: 1.25;
    letter-spacing: 0.12em;
  }

  .primary-nav .header-cta {
    width: 100%;
    min-height: 48px;
    margin-top: 4px;
    padding: 12px 14px;
    text-align: center;
    font-size: 0.78rem;
    white-space: normal;
  }

  .has-dropdown .dropdown,
  .has-dropdown .dropdown.wide {
    position: static;
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: 0 0 10px 12px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .has-dropdown .dropdown a {
    padding: 8px 4px;
    font-size: 0.88rem;
    line-height: 1.35;
    text-transform: none;
    letter-spacing: 0.01em;
  }

  /* Reassert the mobile hero after the later desktop refinement rules. */
  .hero-wide {
    display: block;
    width: 100%;
    min-height: 720px;
    margin: 0;
    background-position: 61% center;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
  }

  .hero-wide::before {
    background:
      linear-gradient(180deg,
        rgba(253, 249, 242, 0.995) 0%,
        rgba(253, 249, 242, 0.985) 34%,
        rgba(253, 249, 242, 0.88) 53%,
        rgba(253, 249, 242, 0.48) 72%,
        rgba(253, 249, 242, 0.08) 100%);
  }

  .hero-wide .hero-copy {
    width: 100% !important;
    max-width: none;
    min-height: 720px;
    padding: 38px 26px 30px;
    justify-content: flex-start;
  }

  .hero-wide h1 {
    width: 100%;
    max-width: 390px;
    font-size: clamp(2.9rem, 11.5vw, 3.35rem);
    line-height: 0.92;
    letter-spacing: -0.015em;
  }

  .hero-wide .divider {
    width: 210px;
    margin: 22px 0 20px;
  }

  .hero-wide p {
    width: 100%;
    max-width: 350px;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
  }

  .hero-wide .hero-actions {
    width: min(100%, 310px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .hero-wide .btn {
    width: 100%;
    min-height: 54px;
    padding: 13px 16px;
  }

  .hero-wide .seal-watermark {
    display: none;
  }
}

@media (max-width: 390px) {
  .site-header.container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .brandmark img {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .brand-title {
    font-size: 1.34rem;
  }

  .brand-title.second {
    font-size: 0.68rem;
  }

  .hero-wide .hero-copy {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero-wide h1 {
    font-size: clamp(2.65rem, 12vw, 3rem);
  }
}
